Fixed PDF to meet new CI / CD
This commit is contained in:
parent
7d0ba9607d
commit
cf29a48c4c
BIN
jOOQ-website/img/jooq-logo-black.png
Normal file
BIN
jOOQ-website/img/jooq-logo-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 947 B |
@ -64,12 +64,13 @@ import javax.xml.transform.sax.SAXResult;
|
||||
import javax.xml.transform.stream.StreamResult;
|
||||
import javax.xml.transform.stream.StreamSource;
|
||||
|
||||
import org.jooq.Constants;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.fop.apps.FOUserAgent;
|
||||
import org.apache.fop.apps.Fop;
|
||||
import org.apache.fop.apps.FopFactory;
|
||||
import org.apache.fop.apps.MimeConstants;
|
||||
import org.jooq.Constants;
|
||||
import org.joox.Context;
|
||||
import org.joox.Each;
|
||||
import org.joox.Filter;
|
||||
@ -80,15 +81,15 @@ import org.joox.Match;
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
public class Transform {
|
||||
|
||||
private static final FopFactory fopFactory = FopFactory.newInstance();
|
||||
private static final String minorVersion = Constants.MINOR_VERSION;
|
||||
private static final String version = Constants.FULL_VERSION;
|
||||
private static final String codegenXSDVersion;
|
||||
private static final String exportXSDVersion;
|
||||
private static final String runtimeXSDVersion;
|
||||
private static final String baseDir = "";
|
||||
public class Transform {
|
||||
|
||||
private static final FopFactory fopFactory = FopFactory.newInstance();
|
||||
private static final String minorVersion = Constants.MINOR_VERSION;
|
||||
private static final String version = Constants.FULL_VERSION;
|
||||
private static final String codegenXSDVersion;
|
||||
private static final String exportXSDVersion;
|
||||
private static final String runtimeXSDVersion;
|
||||
private static final String baseDir = "";
|
||||
|
||||
static {
|
||||
File xsdDir = new File("./xsd");
|
||||
@ -133,14 +134,14 @@ public class Transform {
|
||||
System.out.println("Transforming manual: " + file("manual.xml"));
|
||||
System.out.println();
|
||||
|
||||
System.out.println("Transforming multi-page manual");
|
||||
System.out.println("------------------------------");
|
||||
multiplePages();
|
||||
|
||||
System.out.println();
|
||||
System.out.println("Transforming single-page manual");
|
||||
System.out.println("-------------------------------");
|
||||
singlePage();
|
||||
// System.out.println("Transforming multi-page manual");
|
||||
// System.out.println("------------------------------");
|
||||
// multiplePages();
|
||||
//
|
||||
// System.out.println();
|
||||
// System.out.println("Transforming single-page manual");
|
||||
// System.out.println("-------------------------------");
|
||||
// singlePage();
|
||||
|
||||
System.out.println();
|
||||
System.out.println("Transforming PDF manual");
|
||||
|
||||
BIN
jOOQ-website/src/main/resources/OPENSANS-LIGHT.TTF
Normal file
BIN
jOOQ-website/src/main/resources/OPENSANS-LIGHT.TTF
Normal file
Binary file not shown.
Binary file not shown.
BIN
jOOQ-website/src/main/resources/ROBOTO-LIGHT.TTF
Normal file
BIN
jOOQ-website/src/main/resources/ROBOTO-LIGHT.TTF
Normal file
Binary file not shown.
Binary file not shown.
@ -48,22 +48,16 @@
|
||||
</filterList>
|
||||
<fonts>
|
||||
<font
|
||||
metrics-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/georgia.xml"
|
||||
embed-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/georgia.ttf"
|
||||
metrics-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/roboto.xml"
|
||||
embed-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/ROBOTO-LIGHT.TTF"
|
||||
kerning="yes">
|
||||
<font-triplet name="Georgia" style="normal" weight="normal" />
|
||||
<font-triplet name="Roboto" style="normal" weight="normal" />
|
||||
</font>
|
||||
<font
|
||||
metrics-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/oxygen.xml"
|
||||
embed-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/Oxygen-Regular.ttf"
|
||||
metrics-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/opensans.xml"
|
||||
embed-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/OPENSANS-LIGHT.TTF"
|
||||
kerning="yes">
|
||||
<font-triplet name="Oxygen" style="normal" weight="normal" />
|
||||
</font>
|
||||
<font
|
||||
metrics-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/special-elite.xml"
|
||||
embed-url="C:/Users/lukas/workspace/jOOQ/jOOQ-website/src/main/resources/SpecialElite.ttf"
|
||||
kerning="yes">
|
||||
<font-triplet name="Special Elite" style="normal" weight="normal" />
|
||||
<font-triplet name="Open Sans" style="normal" weight="normal" />
|
||||
</font>
|
||||
</fonts>
|
||||
</renderer>
|
||||
|
||||
Binary file not shown.
@ -1,903 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* Copyright (c) 2009-2013, Data Geekery GmbH (http://www.datageekery.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
* This work is dual-licensed
|
||||
* - under the Apache Software License 2.0 (the "ASL")
|
||||
* - under the jOOQ License and Maintenance Agreement (the "jOOQ License")
|
||||
* ===========================================================================
|
||||
* You may choose which license applies to you:
|
||||
*
|
||||
* - If you're using this work with Open Source databases, you may choose
|
||||
* either ASL or jOOQ License.
|
||||
* - If you're using this work with at least one commercial database, you must
|
||||
* choose jOOQ License
|
||||
*
|
||||
* For more information, please visit http://www.jooq.org/licenses
|
||||
*
|
||||
* Apache Software License 2.0:
|
||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* jOOQ License and Maintenance Agreement:
|
||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
* Data Geekery grants the Customer the non-exclusive, timely limited and
|
||||
* non-transferable license to install and use the Software under the terms of
|
||||
* the jOOQ License and Maintenance Agreement.
|
||||
*
|
||||
* This library is distributed with a LIMITED WARRANTY. See the jOOQ License
|
||||
* and Maintenance Agreement for more details: http://www.jooq.org/licensing
|
||||
-->
|
||||
<font-metrics metrics-version="2" type="TYPE0">
|
||||
<font-name>Georgia</font-name>
|
||||
<full-name>Georgia</full-name>
|
||||
<family-name>Georgia</family-name>
|
||||
<embed />
|
||||
<cap-height>692</cap-height>
|
||||
<x-height>481</x-height>
|
||||
<ascender>756</ascender>
|
||||
<descender>-216</descender>
|
||||
<bbox>
|
||||
<left>-173</left>
|
||||
<bottom>-303</bottom>
|
||||
<right>1166</right>
|
||||
<top>949</top>
|
||||
</bbox>
|
||||
<flags>33</flags>
|
||||
<stemv>0</stemv>
|
||||
<italicangle>0</italicangle>
|
||||
<subtype>TYPE0</subtype>
|
||||
<multibyte-extras>
|
||||
<cid-type>CIDFontType2</cid-type>
|
||||
<default-width>0</default-width>
|
||||
<bfranges>
|
||||
<bf gi="3" ue="126" us="32" />
|
||||
<bf gi="3" ue="160" us="160" />
|
||||
<bf gi="163" ue="161" us="161" />
|
||||
<bf gi="132" ue="163" us="162" />
|
||||
<bf gi="584" ue="164" us="164" />
|
||||
<bf gi="150" ue="165" us="165" />
|
||||
<bf gi="230" ue="166" us="166" />
|
||||
<bf gi="134" ue="167" us="167" />
|
||||
<bf gi="142" ue="168" us="168" />
|
||||
<bf gi="139" ue="169" us="169" />
|
||||
<bf gi="157" ue="170" us="170" />
|
||||
<bf gi="169" ue="171" us="171" />
|
||||
<bf gi="164" ue="172" us="172" />
|
||||
<bf gi="16" ue="173" us="173" />
|
||||
<bf gi="138" ue="174" us="174" />
|
||||
<bf gi="256" ue="175" us="175" />
|
||||
<bf gi="131" ue="176" us="176" />
|
||||
<bf gi="147" ue="177" us="177" />
|
||||
<bf gi="240" ue="179" us="178" />
|
||||
<bf gi="141" ue="180" us="180" />
|
||||
<bf gi="151" ue="181" us="181" />
|
||||
<bf gi="136" ue="182" us="182" />
|
||||
<bf gi="257" ue="183" us="183" />
|
||||
<bf gi="220" ue="184" us="184" />
|
||||
<bf gi="239" ue="185" us="185" />
|
||||
<bf gi="158" ue="186" us="186" />
|
||||
<bf gi="170" ue="187" us="187" />
|
||||
<bf gi="243" ue="188" us="188" />
|
||||
<bf gi="242" ue="189" us="189" />
|
||||
<bf gi="244" ue="190" us="190" />
|
||||
<bf gi="162" ue="191" us="191" />
|
||||
<bf gi="172" ue="192" us="192" />
|
||||
<bf gi="200" ue="193" us="193" />
|
||||
<bf gi="198" ue="194" us="194" />
|
||||
<bf gi="173" ue="195" us="195" />
|
||||
<bf gi="98" ue="197" us="196" />
|
||||
<bf gi="144" ue="198" us="198" />
|
||||
<bf gi="100" ue="199" us="199" />
|
||||
<bf gi="202" ue="200" us="200" />
|
||||
<bf gi="101" ue="201" us="201" />
|
||||
<bf gi="199" ue="202" us="202" />
|
||||
<bf gi="201" ue="203" us="203" />
|
||||
<bf gi="206" ue="204" us="204" />
|
||||
<bf gi="203" ue="207" us="205" />
|
||||
<bf gi="231" ue="208" us="208" />
|
||||
<bf gi="102" ue="209" us="209" />
|
||||
<bf gi="209" ue="210" us="210" />
|
||||
<bf gi="207" ue="212" us="211" />
|
||||
<bf gi="174" ue="213" us="213" />
|
||||
<bf gi="103" ue="214" us="214" />
|
||||
<bf gi="238" ue="215" us="215" />
|
||||
<bf gi="145" ue="216" us="216" />
|
||||
<bf gi="212" ue="217" us="217" />
|
||||
<bf gi="210" ue="219" us="218" />
|
||||
<bf gi="104" ue="220" us="220" />
|
||||
<bf gi="233" ue="221" us="221" />
|
||||
<bf gi="235" ue="222" us="222" />
|
||||
<bf gi="137" ue="223" us="223" />
|
||||
<bf gi="106" ue="224" us="224" />
|
||||
<bf gi="105" ue="225" us="225" />
|
||||
<bf gi="107" ue="226" us="226" />
|
||||
<bf gi="109" ue="227" us="227" />
|
||||
<bf gi="108" ue="228" us="228" />
|
||||
<bf gi="110" ue="229" us="229" />
|
||||
<bf gi="160" ue="230" us="230" />
|
||||
<bf gi="111" ue="231" us="231" />
|
||||
<bf gi="113" ue="232" us="232" />
|
||||
<bf gi="112" ue="233" us="233" />
|
||||
<bf gi="114" ue="235" us="234" />
|
||||
<bf gi="117" ue="236" us="236" />
|
||||
<bf gi="116" ue="237" us="237" />
|
||||
<bf gi="118" ue="239" us="238" />
|
||||
<bf gi="232" ue="240" us="240" />
|
||||
<bf gi="120" ue="241" us="241" />
|
||||
<bf gi="122" ue="242" us="242" />
|
||||
<bf gi="121" ue="243" us="243" />
|
||||
<bf gi="123" ue="244" us="244" />
|
||||
<bf gi="125" ue="245" us="245" />
|
||||
<bf gi="124" ue="246" us="246" />
|
||||
<bf gi="183" ue="247" us="247" />
|
||||
<bf gi="161" ue="248" us="248" />
|
||||
<bf gi="127" ue="249" us="249" />
|
||||
<bf gi="126" ue="250" us="250" />
|
||||
<bf gi="128" ue="252" us="251" />
|
||||
<bf gi="234" ue="253" us="253" />
|
||||
<bf gi="236" ue="254" us="254" />
|
||||
<bf gi="185" ue="255" us="255" />
|
||||
<bf gi="324" ue="257" us="256" />
|
||||
<bf gi="258" ue="261" us="258" />
|
||||
<bf gi="251" ue="263" us="262" />
|
||||
<bf gi="326" ue="267" us="264" />
|
||||
<bf gi="253" ue="269" us="268" />
|
||||
<bf gi="262" ue="272" us="270" />
|
||||
<bf gi="255" ue="273" us="273" />
|
||||
<bf gi="330" ue="279" us="274" />
|
||||
<bf gi="265" ue="283" us="280" />
|
||||
<bf gi="336" ue="285" us="284" />
|
||||
<bf gi="246" ue="287" us="286" />
|
||||
<bf gi="338" ue="303" us="288" />
|
||||
<bf gi="248" ue="304" us="304" />
|
||||
<bf gi="213" ue="305" us="305" />
|
||||
<bf gi="312" ue="307" us="306" />
|
||||
<bf gi="354" ue="312" us="308" />
|
||||
<bf gi="269" ue="314" us="313" />
|
||||
<bf gi="359" ue="316" us="315" />
|
||||
<bf gi="271" ue="320" us="317" />
|
||||
<bf gi="224" ue="322" us="321" />
|
||||
<bf gi="275" ue="324" us="323" />
|
||||
<bf gi="361" ue="326" us="325" />
|
||||
<bf gi="277" ue="328" us="327" />
|
||||
<bf gi="314" ue="329" us="329" />
|
||||
<bf gi="363" ue="335" us="330" />
|
||||
<bf gi="279" ue="337" us="336" />
|
||||
<bf gi="175" ue="339" us="338" />
|
||||
<bf gi="281" ue="341" us="340" />
|
||||
<bf gi="369" ue="343" us="342" />
|
||||
<bf gi="283" ue="347" us="344" />
|
||||
<bf gi="371" ue="349" us="348" />
|
||||
<bf gi="249" ue="351" us="350" />
|
||||
<bf gi="226" ue="353" us="352" />
|
||||
<bf gi="593" ue="355" us="354" />
|
||||
<bf gi="289" ue="357" us="356" />
|
||||
<bf gi="373" ue="365" us="358" />
|
||||
<bf gi="291" ue="369" us="366" />
|
||||
<bf gi="381" ue="375" us="370" />
|
||||
<bf gi="186" ue="376" us="376" />
|
||||
<bf gi="295" ue="380" us="377" />
|
||||
<bf gi="228" ue="382" us="381" />
|
||||
<bf gi="387" ue="383" us="383" />
|
||||
<bf gi="166" ue="402" us="402" />
|
||||
<bf gi="388" ue="511" us="506" />
|
||||
<bf gi="582" ue="537" us="536" />
|
||||
<bf gi="287" ue="539" us="538" />
|
||||
<bf gi="214" ue="710" us="710" />
|
||||
<bf gi="223" ue="711" us="711" />
|
||||
<bf gi="216" ue="713" us="713" />
|
||||
<bf gi="217" ue="730" us="728" />
|
||||
<bf gi="222" ue="731" us="731" />
|
||||
<bf gi="215" ue="732" us="732" />
|
||||
<bf gi="221" ue="733" us="733" />
|
||||
<bf gi="577" ue="768" us="768" />
|
||||
<bf gi="576" ue="769" us="769" />
|
||||
<bf gi="578" ue="770" us="770" />
|
||||
<bf gi="580" ue="774" us="774" />
|
||||
<bf gi="575" ue="776" us="776" />
|
||||
<bf gi="581" ue="779" us="779" />
|
||||
<bf gi="579" ue="780" us="780" />
|
||||
<bf gi="412" ue="806" us="806" />
|
||||
<bf gi="30" ue="894" us="894" />
|
||||
<bf gi="413" ue="902" us="900" />
|
||||
<bf gi="394" ue="903" us="903" />
|
||||
<bf gi="416" ue="906" us="904" />
|
||||
<bf gi="419" ue="908" us="908" />
|
||||
<bf gi="420" ue="914" us="910" />
|
||||
<bf gi="299" ue="915" us="915" />
|
||||
<bf gi="425" ue="919" us="916" />
|
||||
<bf gi="300" ue="920" us="920" />
|
||||
<bf gi="429" ue="929" us="921" />
|
||||
<bf gi="438" ue="933" us="931" />
|
||||
<bf gi="301" ue="934" us="934" />
|
||||
<bf gi="441" ue="944" us="935" />
|
||||
<bf gi="302" ue="945" us="945" />
|
||||
<bf gi="451" ue="947" us="946" />
|
||||
<bf gi="303" ue="949" us="948" />
|
||||
<bf gi="453" ue="959" us="950" />
|
||||
<bf gi="570" ue="960" us="960" />
|
||||
<bf gi="463" ue="962" us="961" />
|
||||
<bf gi="305" ue="964" us="963" />
|
||||
<bf gi="465" ue="965" us="965" />
|
||||
<bf gi="307" ue="966" us="966" />
|
||||
<bf gi="466" ue="974" us="967" />
|
||||
<bf gi="474" ue="1036" us="1025" />
|
||||
<bf gi="486" ue="1103" us="1038" />
|
||||
<bf gi="552" ue="1116" us="1105" />
|
||||
<bf gi="564" ue="1119" us="1118" />
|
||||
<bf gi="566" ue="1169" us="1168" />
|
||||
<bf gi="395" ue="7813" us="7808" />
|
||||
<bf gi="401" ue="7923" us="7922" />
|
||||
<bf gi="177" ue="8212" us="8211" />
|
||||
<bf gi="568" ue="8213" us="8213" />
|
||||
<bf gi="308" ue="8215" us="8215" />
|
||||
<bf gi="181" ue="8217" us="8216" />
|
||||
<bf gi="195" ue="8218" us="8218" />
|
||||
<bf gi="403" ue="8219" us="8219" />
|
||||
<bf gi="179" ue="8221" us="8220" />
|
||||
<bf gi="196" ue="8222" us="8222" />
|
||||
<bf gi="130" ue="8224" us="8224" />
|
||||
<bf gi="193" ue="8225" us="8225" />
|
||||
<bf gi="135" ue="8226" us="8226" />
|
||||
<bf gi="171" ue="8230" us="8230" />
|
||||
<bf gi="197" ue="8240" us="8240" />
|
||||
<bf gi="315" ue="8243" us="8242" />
|
||||
<bf gi="189" ue="8250" us="8249" />
|
||||
<bf gi="309" ue="8252" us="8252" />
|
||||
<bf gi="404" ue="8254" us="8254" />
|
||||
<bf gi="187" ue="8260" us="8260" />
|
||||
<bf gi="571" ue="8309" us="8308" />
|
||||
<bf gi="573" ue="8312" us="8311" />
|
||||
<bf gi="310" ue="8319" us="8319" />
|
||||
<bf gi="245" ue="8355" us="8355" />
|
||||
<bf gi="405" ue="8356" us="8356" />
|
||||
<bf gi="311" ue="8359" us="8359" />
|
||||
<bf gi="188" ue="8364" us="8364" />
|
||||
<bf gi="317" ue="8453" us="8453" />
|
||||
<bf gi="318" ue="8467" us="8467" />
|
||||
<bf gi="569" ue="8470" us="8470" />
|
||||
<bf gi="585" ue="8480" us="8480" />
|
||||
<bf gi="140" ue="8482" us="8482" />
|
||||
<bf gi="159" ue="8486" us="8486" />
|
||||
<bf gi="406" ue="8494" us="8494" />
|
||||
<bf gi="407" ue="8542" us="8539" />
|
||||
<bf gi="152" ue="8706" us="8706" />
|
||||
<bf gi="168" ue="8710" us="8710" />
|
||||
<bf gi="154" ue="8719" us="8719" />
|
||||
<bf gi="153" ue="8721" us="8721" />
|
||||
<bf gi="237" ue="8722" us="8722" />
|
||||
<bf gi="187" ue="8725" us="8725" />
|
||||
<bf gi="194" ue="8729" us="8729" />
|
||||
<bf gi="165" ue="8730" us="8730" />
|
||||
<bf gi="146" ue="8734" us="8734" />
|
||||
<bf gi="156" ue="8747" us="8747" />
|
||||
<bf gi="167" ue="8776" us="8776" />
|
||||
<bf gi="143" ue="8800" us="8800" />
|
||||
<bf gi="148" ue="8805" us="8804" />
|
||||
<bf gi="586" ue="9472" us="9472" />
|
||||
<bf gi="587" ue="9474" us="9474" />
|
||||
<bf gi="588" ue="9484" us="9484" />
|
||||
<bf gi="589" ue="9488" us="9488" />
|
||||
<bf gi="590" ue="9492" us="9492" />
|
||||
<bf gi="591" ue="9496" us="9496" />
|
||||
<bf gi="319" ue="9633" us="9633" />
|
||||
<bf gi="320" ue="9643" us="9642" />
|
||||
<bf gi="184" ue="9674" us="9674" />
|
||||
<bf gi="322" ue="9679" us="9679" />
|
||||
<bf gi="323" ue="9702" us="9702" />
|
||||
<bf gi="592" ue="9834" us="9834" />
|
||||
<bf gi="191" ue="64258" us="64257" />
|
||||
<bf gi="0" ue="65535" us="65535" />
|
||||
</bfranges>
|
||||
<cid-widths start-index="0">
|
||||
<wx w="1000" />
|
||||
<wx w="0" />
|
||||
<wx w="241" />
|
||||
<wx w="241" />
|
||||
<wx w="331" />
|
||||
<wx w="411" />
|
||||
<wx w="643" />
|
||||
<wx w="609" />
|
||||
<wx w="817" />
|
||||
<wx w="710" />
|
||||
<wx w="215" />
|
||||
<wx w="375" />
|
||||
<wx w="375" />
|
||||
<wx w="472" />
|
||||
<wx w="643" />
|
||||
<wx w="269" />
|
||||
<wx w="374" />
|
||||
<wx w="269" />
|
||||
<wx w="468" />
|
||||
<wx w="613" />
|
||||
<wx w="429" />
|
||||
<wx w="558" />
|
||||
<wx w="551" />
|
||||
<wx w="564" />
|
||||
<wx w="528" />
|
||||
<wx w="565" />
|
||||
<wx w="502" />
|
||||
<wx w="596" />
|
||||
<wx w="565" />
|
||||
<wx w="312" />
|
||||
<wx w="312" />
|
||||
<wx w="643" />
|
||||
<wx w="643" />
|
||||
<wx w="643" />
|
||||
<wx w="478" />
|
||||
<wx w="928" />
|
||||
<wx w="670" />
|
||||
<wx w="653" />
|
||||
<wx w="642" />
|
||||
<wx w="749" />
|
||||
<wx w="653" />
|
||||
<wx w="599" />
|
||||
<wx w="725" />
|
||||
<wx w="814" />
|
||||
<wx w="389" />
|
||||
<wx w="517" />
|
||||
<wx w="694" />
|
||||
<wx w="603" />
|
||||
<wx w="927" />
|
||||
<wx w="767" />
|
||||
<wx w="744" />
|
||||
<wx w="609" />
|
||||
<wx w="744" />
|
||||
<wx w="701" />
|
||||
<wx w="561" />
|
||||
<wx w="618" />
|
||||
<wx w="756" />
|
||||
<wx w="666" />
|
||||
<wx w="975" />
|
||||
<wx w="710" />
|
||||
<wx w="615" />
|
||||
<wx w="601" />
|
||||
<wx w="375" />
|
||||
<wx w="468" />
|
||||
<wx w="375" />
|
||||
<wx w="643" />
|
||||
<wx w="643" />
|
||||
<wx w="500" />
|
||||
<wx w="503" />
|
||||
<wx w="560" />
|
||||
<wx w="454" />
|
||||
<wx w="574" />
|
||||
<wx w="483" />
|
||||
<wx w="325" />
|
||||
<wx w="509" />
|
||||
<wx w="582" />
|
||||
<wx w="292" />
|
||||
<wx w="291" />
|
||||
<wx w="535" />
|
||||
<wx w="286" />
|
||||
<wx w="880" />
|
||||
<wx w="590" />
|
||||
<wx w="539" />
|
||||
<wx w="571" />
|
||||
<wx w="559" />
|
||||
<wx w="409" />
|
||||
<wx w="432" />
|
||||
<wx w="345" />
|
||||
<wx w="575" />
|
||||
<wx w="496" />
|
||||
<wx w="737" />
|
||||
<wx w="504" />
|
||||
<wx w="492" />
|
||||
<wx w="443" />
|
||||
<wx w="430" />
|
||||
<wx w="375" />
|
||||
<wx w="430" />
|
||||
<wx w="643" />
|
||||
<wx w="670" />
|
||||
<wx w="670" />
|
||||
<wx w="642" />
|
||||
<wx w="653" />
|
||||
<wx w="767" />
|
||||
<wx w="744" />
|
||||
<wx w="756" />
|
||||
<wx w="503" />
|
||||
<wx w="503" />
|
||||
<wx w="503" />
|
||||
<wx w="503" />
|
||||
<wx w="503" />
|
||||
<wx w="503" />
|
||||
<wx w="454" />
|
||||
<wx w="483" />
|
||||
<wx w="483" />
|
||||
<wx w="483" />
|
||||
<wx w="483" />
|
||||
<wx w="292" />
|
||||
<wx w="292" />
|
||||
<wx w="292" />
|
||||
<wx w="292" />
|
||||
<wx w="590" />
|
||||
<wx w="539" />
|
||||
<wx w="539" />
|
||||
<wx w="539" />
|
||||
<wx w="539" />
|
||||
<wx w="539" />
|
||||
<wx w="575" />
|
||||
<wx w="575" />
|
||||
<wx w="575" />
|
||||
<wx w="575" />
|
||||
<wx w="472" />
|
||||
<wx w="419" />
|
||||
<wx w="555" />
|
||||
<wx w="622" />
|
||||
<wx w="500" />
|
||||
<wx w="392" />
|
||||
<wx w="500" />
|
||||
<wx w="548" />
|
||||
<wx w="941" />
|
||||
<wx w="941" />
|
||||
<wx w="942" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="643" />
|
||||
<wx w="970" />
|
||||
<wx w="744" />
|
||||
<wx w="716" />
|
||||
<wx w="643" />
|
||||
<wx w="643" />
|
||||
<wx w="643" />
|
||||
<wx w="614" />
|
||||
<wx w="566" />
|
||||
<wx w="576" />
|
||||
<wx w="705" />
|
||||
<wx w="834" />
|
||||
<wx w="591" />
|
||||
<wx w="499" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="778" />
|
||||
<wx w="736" />
|
||||
<wx w="539" />
|
||||
<wx w="478" />
|
||||
<wx w="331" />
|
||||
<wx w="643" />
|
||||
<wx w="668" />
|
||||
<wx w="519" />
|
||||
<wx w="643" />
|
||||
<wx w="668" />
|
||||
<wx w="581" />
|
||||
<wx w="581" />
|
||||
<wx w="807" />
|
||||
<wx w="670" />
|
||||
<wx w="670" />
|
||||
<wx w="744" />
|
||||
<wx w="998" />
|
||||
<wx w="816" />
|
||||
<wx w="643" />
|
||||
<wx w="856" />
|
||||
<wx w="410" />
|
||||
<wx w="410" />
|
||||
<wx w="226" />
|
||||
<wx w="226" />
|
||||
<wx w="643" />
|
||||
<wx w="561" />
|
||||
<wx w="492" />
|
||||
<wx w="615" />
|
||||
<wx w="81" />
|
||||
<wx w="642" />
|
||||
<wx w="415" />
|
||||
<wx w="415" />
|
||||
<wx w="582" />
|
||||
<wx w="589" />
|
||||
<wx w="472" />
|
||||
<wx w="279" />
|
||||
<wx w="226" />
|
||||
<wx w="410" />
|
||||
<wx w="1205" />
|
||||
<wx w="670" />
|
||||
<wx w="653" />
|
||||
<wx w="670" />
|
||||
<wx w="653" />
|
||||
<wx w="653" />
|
||||
<wx w="389" />
|
||||
<wx w="389" />
|
||||
<wx w="389" />
|
||||
<wx w="389" />
|
||||
<wx w="744" />
|
||||
<wx w="744" />
|
||||
<wx w="744" />
|
||||
<wx w="756" />
|
||||
<wx w="756" />
|
||||
<wx w="756" />
|
||||
<wx w="292" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="603" />
|
||||
<wx w="286" />
|
||||
<wx w="561" />
|
||||
<wx w="432" />
|
||||
<wx w="601" />
|
||||
<wx w="443" />
|
||||
<wx w="375" />
|
||||
<wx w="749" />
|
||||
<wx w="531" />
|
||||
<wx w="615" />
|
||||
<wx w="492" />
|
||||
<wx w="614" />
|
||||
<wx w="559" />
|
||||
<wx w="643" />
|
||||
<wx w="643" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="1049" />
|
||||
<wx w="1049" />
|
||||
<wx w="1049" />
|
||||
<wx w="622" />
|
||||
<wx w="725" />
|
||||
<wx w="509" />
|
||||
<wx w="389" />
|
||||
<wx w="561" />
|
||||
<wx w="432" />
|
||||
<wx w="642" />
|
||||
<wx w="454" />
|
||||
<wx w="642" />
|
||||
<wx w="454" />
|
||||
<wx w="574" />
|
||||
<wx w="643" />
|
||||
<wx w="279" />
|
||||
<wx w="670" />
|
||||
<wx w="503" />
|
||||
<wx w="670" />
|
||||
<wx w="503" />
|
||||
<wx w="749" />
|
||||
<wx w="665" />
|
||||
<wx w="749" />
|
||||
<wx w="653" />
|
||||
<wx w="483" />
|
||||
<wx w="653" />
|
||||
<wx w="483" />
|
||||
<wx w="603" />
|
||||
<wx w="286" />
|
||||
<wx w="603" />
|
||||
<wx w="376" />
|
||||
<wx w="603" />
|
||||
<wx w="420" />
|
||||
<wx w="767" />
|
||||
<wx w="590" />
|
||||
<wx w="767" />
|
||||
<wx w="590" />
|
||||
<wx w="744" />
|
||||
<wx w="539" />
|
||||
<wx w="701" />
|
||||
<wx w="409" />
|
||||
<wx w="701" />
|
||||
<wx w="409" />
|
||||
<wx w="561" />
|
||||
<wx w="432" />
|
||||
<wx w="618" />
|
||||
<wx w="345" />
|
||||
<wx w="618" />
|
||||
<wx w="345" />
|
||||
<wx w="756" />
|
||||
<wx w="575" />
|
||||
<wx w="756" />
|
||||
<wx w="575" />
|
||||
<wx w="601" />
|
||||
<wx w="443" />
|
||||
<wx w="601" />
|
||||
<wx w="443" />
|
||||
<wx w="583" />
|
||||
<wx w="744" />
|
||||
<wx w="766" />
|
||||
<wx w="597" />
|
||||
<wx w="539" />
|
||||
<wx w="468" />
|
||||
<wx w="572" />
|
||||
<wx w="450" />
|
||||
<wx w="695" />
|
||||
<wx w="643" />
|
||||
<wx w="575" />
|
||||
<wx w="525" />
|
||||
<wx w="1204" />
|
||||
<wx w="887" />
|
||||
<wx w="572" />
|
||||
<wx w="644" />
|
||||
<wx w="321" />
|
||||
<wx w="517" />
|
||||
<wx w="817" />
|
||||
<wx w="323" />
|
||||
<wx w="604" />
|
||||
<wx w="354" />
|
||||
<wx w="354" />
|
||||
<wx w="604" />
|
||||
<wx w="354" />
|
||||
<wx w="670" />
|
||||
<wx w="503" />
|
||||
<wx w="642" />
|
||||
<wx w="454" />
|
||||
<wx w="642" />
|
||||
<wx w="454" />
|
||||
<wx w="653" />
|
||||
<wx w="483" />
|
||||
<wx w="653" />
|
||||
<wx w="483" />
|
||||
<wx w="653" />
|
||||
<wx w="483" />
|
||||
<wx w="725" />
|
||||
<wx w="509" />
|
||||
<wx w="725" />
|
||||
<wx w="509" />
|
||||
<wx w="725" />
|
||||
<wx w="509" />
|
||||
<wx w="814" />
|
||||
<wx w="582" />
|
||||
<wx w="814" />
|
||||
<wx w="582" />
|
||||
<wx w="389" />
|
||||
<wx w="292" />
|
||||
<wx w="389" />
|
||||
<wx w="292" />
|
||||
<wx w="389" />
|
||||
<wx w="292" />
|
||||
<wx w="389" />
|
||||
<wx w="292" />
|
||||
<wx w="517" />
|
||||
<wx w="291" />
|
||||
<wx w="694" />
|
||||
<wx w="535" />
|
||||
<wx w="544" />
|
||||
<wx w="603" />
|
||||
<wx w="286" />
|
||||
<wx w="767" />
|
||||
<wx w="590" />
|
||||
<wx w="767" />
|
||||
<wx w="578" />
|
||||
<wx w="744" />
|
||||
<wx w="539" />
|
||||
<wx w="744" />
|
||||
<wx w="539" />
|
||||
<wx w="701" />
|
||||
<wx w="409" />
|
||||
<wx w="561" />
|
||||
<wx w="432" />
|
||||
<wx w="618" />
|
||||
<wx w="345" />
|
||||
<wx w="756" />
|
||||
<wx w="575" />
|
||||
<wx w="756" />
|
||||
<wx w="575" />
|
||||
<wx w="756" />
|
||||
<wx w="575" />
|
||||
<wx w="756" />
|
||||
<wx w="575" />
|
||||
<wx w="975" />
|
||||
<wx w="737" />
|
||||
<wx w="615" />
|
||||
<wx w="492" />
|
||||
<wx w="299" />
|
||||
<wx w="670" />
|
||||
<wx w="503" />
|
||||
<wx w="970" />
|
||||
<wx w="736" />
|
||||
<wx w="744" />
|
||||
<wx w="539" />
|
||||
<wx w="312" />
|
||||
<wx w="975" />
|
||||
<wx w="737" />
|
||||
<wx w="975" />
|
||||
<wx w="737" />
|
||||
<wx w="975" />
|
||||
<wx w="737" />
|
||||
<wx w="615" />
|
||||
<wx w="492" />
|
||||
<wx w="195" />
|
||||
<wx w="643" />
|
||||
<wx w="622" />
|
||||
<wx w="615" />
|
||||
<wx w="1049" />
|
||||
<wx w="1049" />
|
||||
<wx w="1049" />
|
||||
<wx w="1049" />
|
||||
<wx w="604" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="675" />
|
||||
<wx w="798" />
|
||||
<wx w="959" />
|
||||
<wx w="532" />
|
||||
<wx w="851" />
|
||||
<wx w="800" />
|
||||
<wx w="876" />
|
||||
<wx w="295" />
|
||||
<wx w="670" />
|
||||
<wx w="653" />
|
||||
<wx w="660" />
|
||||
<wx w="653" />
|
||||
<wx w="601" />
|
||||
<wx w="814" />
|
||||
<wx w="389" />
|
||||
<wx w="694" />
|
||||
<wx w="673" />
|
||||
<wx w="927" />
|
||||
<wx w="767" />
|
||||
<wx w="693" />
|
||||
<wx w="744" />
|
||||
<wx w="808" />
|
||||
<wx w="609" />
|
||||
<wx w="603" />
|
||||
<wx w="618" />
|
||||
<wx w="615" />
|
||||
<wx w="710" />
|
||||
<wx w="874" />
|
||||
<wx w="778" />
|
||||
<wx w="389" />
|
||||
<wx w="615" />
|
||||
<wx w="597" />
|
||||
<wx w="468" />
|
||||
<wx w="570" />
|
||||
<wx w="295" />
|
||||
<wx w="541" />
|
||||
<wx w="565" />
|
||||
<wx w="513" />
|
||||
<wx w="403" />
|
||||
<wx w="570" />
|
||||
<wx w="556" />
|
||||
<wx w="295" />
|
||||
<wx w="536" />
|
||||
<wx w="487" />
|
||||
<wx w="579" />
|
||||
<wx w="501" />
|
||||
<wx w="440" />
|
||||
<wx w="539" />
|
||||
<wx w="557" />
|
||||
<wx w="445" />
|
||||
<wx w="541" />
|
||||
<wx w="506" />
|
||||
<wx w="730" />
|
||||
<wx w="714" />
|
||||
<wx w="295" />
|
||||
<wx w="541" />
|
||||
<wx w="539" />
|
||||
<wx w="541" />
|
||||
<wx w="714" />
|
||||
<wx w="653" />
|
||||
<wx w="785" />
|
||||
<wx w="583" />
|
||||
<wx w="656" />
|
||||
<wx w="561" />
|
||||
<wx w="389" />
|
||||
<wx w="389" />
|
||||
<wx w="517" />
|
||||
<wx w="1011" />
|
||||
<wx w="1065" />
|
||||
<wx w="839" />
|
||||
<wx w="694" />
|
||||
<wx w="656" />
|
||||
<wx w="810" />
|
||||
<wx w="670" />
|
||||
<wx w="651" />
|
||||
<wx w="653" />
|
||||
<wx w="583" />
|
||||
<wx w="722" />
|
||||
<wx w="653" />
|
||||
<wx w="984" />
|
||||
<wx w="609" />
|
||||
<wx w="818" />
|
||||
<wx w="818" />
|
||||
<wx w="694" />
|
||||
<wx w="756" />
|
||||
<wx w="927" />
|
||||
<wx w="814" />
|
||||
<wx w="744" />
|
||||
<wx w="808" />
|
||||
<wx w="609" />
|
||||
<wx w="642" />
|
||||
<wx w="618" />
|
||||
<wx w="656" />
|
||||
<wx w="766" />
|
||||
<wx w="710" />
|
||||
<wx w="808" />
|
||||
<wx w="748" />
|
||||
<wx w="1098" />
|
||||
<wx w="1098" />
|
||||
<wx w="762" />
|
||||
<wx w="967" />
|
||||
<wx w="640" />
|
||||
<wx w="657" />
|
||||
<wx w="1065" />
|
||||
<wx w="696" />
|
||||
<wx w="503" />
|
||||
<wx w="540" />
|
||||
<wx w="518" />
|
||||
<wx w="439" />
|
||||
<wx w="559" />
|
||||
<wx w="483" />
|
||||
<wx w="787" />
|
||||
<wx w="473" />
|
||||
<wx w="612" />
|
||||
<wx w="612" />
|
||||
<wx w="551" />
|
||||
<wx w="581" />
|
||||
<wx w="715" />
|
||||
<wx w="608" />
|
||||
<wx w="539" />
|
||||
<wx w="601" />
|
||||
<wx w="571" />
|
||||
<wx w="454" />
|
||||
<wx w="470" />
|
||||
<wx w="492" />
|
||||
<wx w="752" />
|
||||
<wx w="504" />
|
||||
<wx w="602" />
|
||||
<wx w="572" />
|
||||
<wx w="863" />
|
||||
<wx w="864" />
|
||||
<wx w="577" />
|
||||
<wx w="757" />
|
||||
<wx w="497" />
|
||||
<wx w="486" />
|
||||
<wx w="789" />
|
||||
<wx w="547" />
|
||||
<wx w="483" />
|
||||
<wx w="570" />
|
||||
<wx w="439" />
|
||||
<wx w="486" />
|
||||
<wx w="432" />
|
||||
<wx w="292" />
|
||||
<wx w="292" />
|
||||
<wx w="291" />
|
||||
<wx w="773" />
|
||||
<wx w="797" />
|
||||
<wx w="582" />
|
||||
<wx w="551" />
|
||||
<wx w="492" />
|
||||
<wx w="603" />
|
||||
<wx w="576" />
|
||||
<wx w="430" />
|
||||
<wx w="856" />
|
||||
<wx w="1220" />
|
||||
<wx w="601" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="500" />
|
||||
<wx w="561" />
|
||||
<wx w="432" />
|
||||
<wx w="571" />
|
||||
<wx w="1073" />
|
||||
<wx w="708" />
|
||||
<wx w="708" />
|
||||
<wx w="708" />
|
||||
<wx w="708" />
|
||||
<wx w="708" />
|
||||
<wx w="708" />
|
||||
<wx w="500" />
|
||||
<wx w="618" />
|
||||
<wx w="345" />
|
||||
<wx w="292" />
|
||||
</cid-widths>
|
||||
</multibyte-extras>
|
||||
</font-metrics>
|
||||
1
jOOQ-website/src/main/resources/opensans.xml
Normal file
1
jOOQ-website/src/main/resources/opensans.xml
Normal file
File diff suppressed because one or more lines are too long
@ -1,533 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
* Copyright (c) 2009-2013, Data Geekery GmbH (http://www.datageekery.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
* This work is dual-licensed
|
||||
* - under the Apache Software License 2.0 (the "ASL")
|
||||
* - under the jOOQ License and Maintenance Agreement (the "jOOQ License")
|
||||
* ===========================================================================
|
||||
* You may choose which license applies to you:
|
||||
*
|
||||
* - If you're using this work with Open Source databases, you may choose
|
||||
* either ASL or jOOQ License.
|
||||
* - If you're using this work with at least one commercial database, you must
|
||||
* choose jOOQ License
|
||||
*
|
||||
* For more information, please visit http://www.jooq.org/licenses
|
||||
*
|
||||
* Apache Software License 2.0:
|
||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* jOOQ License and Maintenance Agreement:
|
||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
* Data Geekery grants the Customer the non-exclusive, timely limited and
|
||||
* non-transferable license to install and use the Software under the terms of
|
||||
* the jOOQ License and Maintenance Agreement.
|
||||
*
|
||||
* This library is distributed with a LIMITED WARRANTY. See the jOOQ License
|
||||
* and Maintenance Agreement for more details: http://www.jooq.org/licensing
|
||||
-->
|
||||
<font-metrics metrics-version="2" type="TYPE0">
|
||||
<font-name>Oxygen</font-name>
|
||||
<full-name>Oxygen</full-name>
|
||||
<family-name>Oxygen</family-name>
|
||||
<embed />
|
||||
<cap-height>730</cap-height>
|
||||
<x-height>536</x-height>
|
||||
<ascender>737</ascender>
|
||||
<descender>-224</descender>
|
||||
<bbox>
|
||||
<left>-104</left>
|
||||
<bottom>-328</bottom>
|
||||
<right>1284</right>
|
||||
<top>983</top>
|
||||
</bbox>
|
||||
<flags>33</flags>
|
||||
<stemv>0</stemv>
|
||||
<italicangle>0</italicangle>
|
||||
<subtype>TYPE0</subtype>
|
||||
<multibyte-extras>
|
||||
<cid-type>CIDFontType2</cid-type>
|
||||
<default-width>0</default-width>
|
||||
<bfranges>
|
||||
<bf gi="3" ue="126" us="32" />
|
||||
<bf gi="98" ue="275" us="160" />
|
||||
<bf gi="214" ue="283" us="278" />
|
||||
<bf gi="227" ue="284" us="284" />
|
||||
<bf gi="226" ue="285" us="285" />
|
||||
<bf gi="220" ue="291" us="286" />
|
||||
<bf gi="228" ue="328" us="292" />
|
||||
<bf gi="265" ue="347" us="332" />
|
||||
<bf gi="285" ue="349" us="349" />
|
||||
<bf gi="281" ue="353" us="350" />
|
||||
<bf gi="286" ue="357" us="354" />
|
||||
<bf gi="290" ue="371" us="360" />
|
||||
<bf gi="302" ue="382" us="376" />
|
||||
<bf gi="309" ue="402" us="402" />
|
||||
<bf gi="310" ue="454" us="452" />
|
||||
<bf gi="399" ue="456" us="455" />
|
||||
<bf gi="313" ue="457" us="457" />
|
||||
<bf gi="401" ue="459" us="458" />
|
||||
<bf gi="314" ue="460" us="460" />
|
||||
<bf gi="315" ue="501" us="497" />
|
||||
<bf gi="320" ue="539" us="512" />
|
||||
<bf gi="348" ue="567" us="567" />
|
||||
<bf gi="349" ue="711" us="710" />
|
||||
<bf gi="351" ue="733" us="728" />
|
||||
<bf gi="357" ue="775" us="775" />
|
||||
<bf gi="358" ue="783" us="783" />
|
||||
<bf gi="359" ue="785" us="785" />
|
||||
<bf gi="360" ue="806" us="806" />
|
||||
<bf gi="361" ue="937" us="937" />
|
||||
<bf gi="362" ue="960" us="960" />
|
||||
<bf gi="363" ue="8212" us="8211" />
|
||||
<bf gi="365" ue="8218" us="8216" />
|
||||
<bf gi="368" ue="8222" us="8220" />
|
||||
<bf gi="371" ue="8226" us="8224" />
|
||||
<bf gi="374" ue="8230" us="8230" />
|
||||
<bf gi="375" ue="8240" us="8240" />
|
||||
<bf gi="376" ue="8250" us="8249" />
|
||||
<bf gi="378" ue="8260" us="8260" />
|
||||
<bf gi="379" ue="8308" us="8308" />
|
||||
<bf gi="380" ue="8364" us="8364" />
|
||||
<bf gi="381" ue="8482" us="8482" />
|
||||
<bf gi="382" ue="8706" us="8706" />
|
||||
<bf gi="383" ue="8710" us="8710" />
|
||||
<bf gi="384" ue="8719" us="8719" />
|
||||
<bf gi="385" ue="8721" us="8721" />
|
||||
<bf gi="386" ue="8730" us="8730" />
|
||||
<bf gi="387" ue="8734" us="8734" />
|
||||
<bf gi="388" ue="8747" us="8747" />
|
||||
<bf gi="389" ue="8776" us="8776" />
|
||||
<bf gi="390" ue="8800" us="8800" />
|
||||
<bf gi="391" ue="8805" us="8804" />
|
||||
<bf gi="393" ue="9674" us="9674" />
|
||||
<bf gi="396" ue="64256" us="64256" />
|
||||
<bf gi="394" ue="64258" us="64257" />
|
||||
<bf gi="397" ue="64259" us="64259" />
|
||||
<bf gi="0" ue="65535" us="65535" />
|
||||
</bfranges>
|
||||
<cid-widths start-index="0">
|
||||
<wx w="365" />
|
||||
<wx w="0" />
|
||||
<wx w="333" />
|
||||
<wx w="211" />
|
||||
<wx w="286" />
|
||||
<wx w="346" />
|
||||
<wx w="553" />
|
||||
<wx w="599" />
|
||||
<wx w="916" />
|
||||
<wx w="721" />
|
||||
<wx w="191" />
|
||||
<wx w="298" />
|
||||
<wx w="298" />
|
||||
<wx w="527" />
|
||||
<wx w="527" />
|
||||
<wx w="248" />
|
||||
<wx w="334" />
|
||||
<wx w="241" />
|
||||
<wx w="464" />
|
||||
<wx w="605" />
|
||||
<wx w="324" />
|
||||
<wx w="544" />
|
||||
<wx w="538" />
|
||||
<wx w="591" />
|
||||
<wx w="574" />
|
||||
<wx w="585" />
|
||||
<wx w="513" />
|
||||
<wx w="577" />
|
||||
<wx w="568" />
|
||||
<wx w="241" />
|
||||
<wx w="252" />
|
||||
<wx w="575" />
|
||||
<wx w="627" />
|
||||
<wx w="577" />
|
||||
<wx w="422" />
|
||||
<wx w="873" />
|
||||
<wx w="639" />
|
||||
<wx w="627" />
|
||||
<wx w="629" />
|
||||
<wx w="737" />
|
||||
<wx w="560" />
|
||||
<wx w="500" />
|
||||
<wx w="699" />
|
||||
<wx w="715" />
|
||||
<wx w="248" />
|
||||
<wx w="268" />
|
||||
<wx w="599" />
|
||||
<wx w="478" />
|
||||
<wx w="871" />
|
||||
<wx w="726" />
|
||||
<wx w="809" />
|
||||
<wx w="565" />
|
||||
<wx w="809" />
|
||||
<wx w="653" />
|
||||
<wx w="599" />
|
||||
<wx w="520" />
|
||||
<wx w="676" />
|
||||
<wx w="617" />
|
||||
<wx w="1040" />
|
||||
<wx w="634" />
|
||||
<wx w="606" />
|
||||
<wx w="585" />
|
||||
<wx w="331" />
|
||||
<wx w="456" />
|
||||
<wx w="331" />
|
||||
<wx w="587" />
|
||||
<wx w="611" />
|
||||
<wx w="313" />
|
||||
<wx w="510" />
|
||||
<wx w="571" />
|
||||
<wx w="465" />
|
||||
<wx w="572" />
|
||||
<wx w="529" />
|
||||
<wx w="312" />
|
||||
<wx w="568" />
|
||||
<wx w="542" />
|
||||
<wx w="232" />
|
||||
<wx w="217" />
|
||||
<wx w="491" />
|
||||
<wx w="268" />
|
||||
<wx w="865" />
|
||||
<wx w="542" />
|
||||
<wx w="575" />
|
||||
<wx w="569" />
|
||||
<wx w="572" />
|
||||
<wx w="319" />
|
||||
<wx w="457" />
|
||||
<wx w="337" />
|
||||
<wx w="536" />
|
||||
<wx w="505" />
|
||||
<wx w="790" />
|
||||
<wx w="508" />
|
||||
<wx w="494" />
|
||||
<wx w="420" />
|
||||
<wx w="336" />
|
||||
<wx w="229" />
|
||||
<wx w="341" />
|
||||
<wx w="654" />
|
||||
<wx w="156" />
|
||||
<wx w="286" />
|
||||
<wx w="527" />
|
||||
<wx w="550" />
|
||||
<wx w="633" />
|
||||
<wx w="551" />
|
||||
<wx w="219" />
|
||||
<wx w="477" />
|
||||
<wx w="375" />
|
||||
<wx w="898" />
|
||||
<wx w="539" />
|
||||
<wx w="479" />
|
||||
<wx w="625" />
|
||||
<wx w="602" />
|
||||
<wx w="890" />
|
||||
<wx w="518" />
|
||||
<wx w="398" />
|
||||
<wx w="602" />
|
||||
<wx w="408" />
|
||||
<wx w="369" />
|
||||
<wx w="312" />
|
||||
<wx w="542" />
|
||||
<wx w="521" />
|
||||
<wx w="228" />
|
||||
<wx w="291" />
|
||||
<wx w="299" />
|
||||
<wx w="529" />
|
||||
<wx w="491" />
|
||||
<wx w="796" />
|
||||
<wx w="779" />
|
||||
<wx w="805" />
|
||||
<wx w="422" />
|
||||
<wx w="639" />
|
||||
<wx w="639" />
|
||||
<wx w="639" />
|
||||
<wx w="639" />
|
||||
<wx w="639" />
|
||||
<wx w="639" />
|
||||
<wx w="911" />
|
||||
<wx w="629" />
|
||||
<wx w="560" />
|
||||
<wx w="560" />
|
||||
<wx w="560" />
|
||||
<wx w="560" />
|
||||
<wx w="248" />
|
||||
<wx w="248" />
|
||||
<wx w="248" />
|
||||
<wx w="248" />
|
||||
<wx w="743" />
|
||||
<wx w="726" />
|
||||
<wx w="809" />
|
||||
<wx w="809" />
|
||||
<wx w="809" />
|
||||
<wx w="809" />
|
||||
<wx w="809" />
|
||||
<wx w="553" />
|
||||
<wx w="809" />
|
||||
<wx w="676" />
|
||||
<wx w="676" />
|
||||
<wx w="676" />
|
||||
<wx w="676" />
|
||||
<wx w="606" />
|
||||
<wx w="630" />
|
||||
<wx w="596" />
|
||||
<wx w="510" />
|
||||
<wx w="510" />
|
||||
<wx w="510" />
|
||||
<wx w="510" />
|
||||
<wx w="510" />
|
||||
<wx w="510" />
|
||||
<wx w="809" />
|
||||
<wx w="465" />
|
||||
<wx w="529" />
|
||||
<wx w="529" />
|
||||
<wx w="529" />
|
||||
<wx w="529" />
|
||||
<wx w="209" />
|
||||
<wx w="209" />
|
||||
<wx w="209" />
|
||||
<wx w="209" />
|
||||
<wx w="578" />
|
||||
<wx w="542" />
|
||||
<wx w="575" />
|
||||
<wx w="575" />
|
||||
<wx w="575" />
|
||||
<wx w="575" />
|
||||
<wx w="575" />
|
||||
<wx w="591" />
|
||||
<wx w="575" />
|
||||
<wx w="536" />
|
||||
<wx w="536" />
|
||||
<wx w="536" />
|
||||
<wx w="536" />
|
||||
<wx w="494" />
|
||||
<wx w="588" />
|
||||
<wx w="494" />
|
||||
<wx w="639" />
|
||||
<wx w="510" />
|
||||
<wx w="639" />
|
||||
<wx w="510" />
|
||||
<wx w="639" />
|
||||
<wx w="510" />
|
||||
<wx w="629" />
|
||||
<wx w="465" />
|
||||
<wx w="629" />
|
||||
<wx w="465" />
|
||||
<wx w="629" />
|
||||
<wx w="465" />
|
||||
<wx w="629" />
|
||||
<wx w="465" />
|
||||
<wx w="737" />
|
||||
<wx w="572" />
|
||||
<wx w="743" />
|
||||
<wx w="573" />
|
||||
<wx w="560" />
|
||||
<wx w="529" />
|
||||
<wx w="560" />
|
||||
<wx w="529" />
|
||||
<wx w="560" />
|
||||
<wx w="529" />
|
||||
<wx w="560" />
|
||||
<wx w="529" />
|
||||
<wx w="699" />
|
||||
<wx w="568" />
|
||||
<wx w="699" />
|
||||
<wx w="568" />
|
||||
<wx w="699" />
|
||||
<wx w="619" />
|
||||
<wx w="568" />
|
||||
<wx w="699" />
|
||||
<wx w="715" />
|
||||
<wx w="542" />
|
||||
<wx w="714" />
|
||||
<wx w="544" />
|
||||
<wx w="248" />
|
||||
<wx w="209" />
|
||||
<wx w="248" />
|
||||
<wx w="209" />
|
||||
<wx w="248" />
|
||||
<wx w="209" />
|
||||
<wx w="248" />
|
||||
<wx w="232" />
|
||||
<wx w="248" />
|
||||
<wx w="209" />
|
||||
<wx w="714" />
|
||||
<wx w="476" />
|
||||
<wx w="268" />
|
||||
<wx w="216" />
|
||||
<wx w="599" />
|
||||
<wx w="491" />
|
||||
<wx w="539" />
|
||||
<wx w="478" />
|
||||
<wx w="268" />
|
||||
<wx w="478" />
|
||||
<wx w="268" />
|
||||
<wx w="478" />
|
||||
<wx w="268" />
|
||||
<wx w="478" />
|
||||
<wx w="497" />
|
||||
<wx w="468" />
|
||||
<wx w="287" />
|
||||
<wx w="726" />
|
||||
<wx w="542" />
|
||||
<wx w="726" />
|
||||
<wx w="542" />
|
||||
<wx w="726" />
|
||||
<wx w="542" />
|
||||
<wx w="809" />
|
||||
<wx w="575" />
|
||||
<wx w="809" />
|
||||
<wx w="575" />
|
||||
<wx w="809" />
|
||||
<wx w="575" />
|
||||
<wx w="966" />
|
||||
<wx w="935" />
|
||||
<wx w="653" />
|
||||
<wx w="319" />
|
||||
<wx w="653" />
|
||||
<wx w="319" />
|
||||
<wx w="653" />
|
||||
<wx w="319" />
|
||||
<wx w="599" />
|
||||
<wx w="457" />
|
||||
<wx w="599" />
|
||||
<wx w="457" />
|
||||
<wx w="599" />
|
||||
<wx w="457" />
|
||||
<wx w="457" />
|
||||
<wx w="520" />
|
||||
<wx w="337" />
|
||||
<wx w="520" />
|
||||
<wx w="337" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="606" />
|
||||
<wx w="585" />
|
||||
<wx w="420" />
|
||||
<wx w="585" />
|
||||
<wx w="420" />
|
||||
<wx w="585" />
|
||||
<wx w="420" />
|
||||
<wx w="477" />
|
||||
<wx w="1302" />
|
||||
<wx w="1145" />
|
||||
<wx w="993" />
|
||||
<wx w="485" />
|
||||
<wx w="760" />
|
||||
<wx w="1305" />
|
||||
<wx w="1137" />
|
||||
<wx w="985" />
|
||||
<wx w="699" />
|
||||
<wx w="568" />
|
||||
<wx w="639" />
|
||||
<wx w="510" />
|
||||
<wx w="639" />
|
||||
<wx w="510" />
|
||||
<wx w="560" />
|
||||
<wx w="529" />
|
||||
<wx w="560" />
|
||||
<wx w="529" />
|
||||
<wx w="248" />
|
||||
<wx w="209" />
|
||||
<wx w="248" />
|
||||
<wx w="209" />
|
||||
<wx w="809" />
|
||||
<wx w="575" />
|
||||
<wx w="809" />
|
||||
<wx w="575" />
|
||||
<wx w="653" />
|
||||
<wx w="319" />
|
||||
<wx w="653" />
|
||||
<wx w="319" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="676" />
|
||||
<wx w="536" />
|
||||
<wx w="599" />
|
||||
<wx w="457" />
|
||||
<wx w="520" />
|
||||
<wx w="337" />
|
||||
<wx w="216" />
|
||||
<wx w="390" />
|
||||
<wx w="390" />
|
||||
<wx w="368" />
|
||||
<wx w="200" />
|
||||
<wx w="309" />
|
||||
<wx w="288" />
|
||||
<wx w="432" />
|
||||
<wx w="398" />
|
||||
<wx w="200" />
|
||||
<wx w="417" />
|
||||
<wx w="374" />
|
||||
<wx w="270" />
|
||||
<wx w="746" />
|
||||
<wx w="710" />
|
||||
<wx w="643" />
|
||||
<wx w="1185" />
|
||||
<wx w="249" />
|
||||
<wx w="246" />
|
||||
<wx w="246" />
|
||||
<wx w="399" />
|
||||
<wx w="388" />
|
||||
<wx w="399" />
|
||||
<wx w="428" />
|
||||
<wx w="463" />
|
||||
<wx w="423" />
|
||||
<wx w="723" />
|
||||
<wx w="1326" />
|
||||
<wx w="302" />
|
||||
<wx w="301" />
|
||||
<wx w="554" />
|
||||
<wx w="369" />
|
||||
<wx w="583" />
|
||||
<wx w="884" />
|
||||
<wx w="589" />
|
||||
<wx w="653" />
|
||||
<wx w="714" />
|
||||
<wx w="519" />
|
||||
<wx w="593" />
|
||||
<wx w="884" />
|
||||
<wx w="340" />
|
||||
<wx w="641" />
|
||||
<wx w="581" />
|
||||
<wx w="577" />
|
||||
<wx w="577" />
|
||||
<wx w="557" />
|
||||
<wx w="531" />
|
||||
<wx w="604" />
|
||||
<wx w="579" />
|
||||
<wx w="773" />
|
||||
<wx w="504" />
|
||||
<wx w="737" />
|
||||
<wx w="686" />
|
||||
<wx w="995" />
|
||||
<wx w="943" />
|
||||
<wx w="270" />
|
||||
<wx w="375" />
|
||||
<wx w="228" />
|
||||
<wx w="443" />
|
||||
<wx w="443" />
|
||||
</cid-widths>
|
||||
</multibyte-extras>
|
||||
</font-metrics>
|
||||
@ -65,10 +65,13 @@
|
||||
<xsl:attribute name="white-space-collapse">false</xsl:attribute>
|
||||
<xsl:attribute name="white-space-treatment">preserve</xsl:attribute>
|
||||
<xsl:attribute name="font-size">6pt</xsl:attribute>
|
||||
<xsl:attribute name="margin">12pt</xsl:attribute>
|
||||
<xsl:attribute name="margin-top">15pt</xsl:attribute>
|
||||
<xsl:attribute name="margin-bottom">15pt</xsl:attribute>
|
||||
<xsl:attribute name="margin-left">3pt</xsl:attribute>
|
||||
<xsl:attribute name="margin-right">3pt</xsl:attribute>
|
||||
<xsl:attribute name="padding">4pt</xsl:attribute>
|
||||
<xsl:attribute name="border">2px solid #882222</xsl:attribute>
|
||||
<xsl:attribute name="background-color">#FFEEDD</xsl:attribute>
|
||||
<xsl:attribute name="color">#eeeeee</xsl:attribute>
|
||||
<xsl:attribute name="background-color">#333333</xsl:attribute>
|
||||
<xsl:attribute name="page-break-inside">avoid</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
@ -77,34 +80,37 @@
|
||||
</xsl:attribute-set>
|
||||
|
||||
<xsl:attribute-set name="h1">
|
||||
<xsl:attribute name="font-family">Special Elite</xsl:attribute>
|
||||
<xsl:attribute name="font-size">20pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-top">12pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-bottom">12pt</xsl:attribute>
|
||||
<xsl:attribute name="font-family">Roboto</xsl:attribute>
|
||||
<xsl:attribute name="font-size">22pt</xsl:attribute>
|
||||
<xsl:attribute name="font-weight">300</xsl:attribute>
|
||||
<xsl:attribute name="padding-top">24pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-bottom">24pt</xsl:attribute>
|
||||
<xsl:attribute name="page-break-after">avoid</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
<xsl:attribute-set name="h2">
|
||||
<xsl:attribute name="font-family">Special Elite</xsl:attribute>
|
||||
<xsl:attribute name="font-family">Roboto</xsl:attribute>
|
||||
<xsl:attribute name="font-size">16pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-top">10pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-bottom">10pt</xsl:attribute>
|
||||
<xsl:attribute name="font-weight">300</xsl:attribute>
|
||||
<xsl:attribute name="padding-top">15pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-bottom">15pt</xsl:attribute>
|
||||
<xsl:attribute name="page-break-after">avoid</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
<xsl:attribute-set name="h3">
|
||||
<xsl:attribute name="font-family">Special Elite</xsl:attribute>
|
||||
<xsl:attribute name="font-family">Roboto</xsl:attribute>
|
||||
<xsl:attribute name="font-size">15pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-top">10pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-bottom">10pt</xsl:attribute>
|
||||
<xsl:attribute name="font-weight">300</xsl:attribute>
|
||||
<xsl:attribute name="padding-top">15pt</xsl:attribute>
|
||||
<xsl:attribute name="padding-bottom">15pt</xsl:attribute>
|
||||
<xsl:attribute name="page-break-after">avoid</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
<xsl:attribute-set name="a">
|
||||
<xsl:attribute name="font-size">11pt</xsl:attribute>
|
||||
<xsl:attribute name="color">#882222</xsl:attribute>
|
||||
<xsl:attribute name="font-weight">bold</xsl:attribute>
|
||||
<xsl:attribute name="text-shadow">0 1px 2px #666666</xsl:attribute>
|
||||
<xsl:attribute name="text-decoration">underline</xsl:attribute>
|
||||
<xsl:attribute name="color">#3333ee</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
<xsl:attribute-set name="p">
|
||||
@ -165,10 +171,10 @@
|
||||
</fo:layout-master-set>
|
||||
|
||||
<fo:page-sequence master-reference="simple">
|
||||
<fo:flow flow-name="xsl-region-body" font-family="Oxygen">
|
||||
<fo:block width="100%" margin-left="20mm" margin-right="20mm" font-family="Special Elite">
|
||||
<fo:flow flow-name="xsl-region-body" font-family="Open Sans" font-weight="300">
|
||||
<fo:block width="100%" margin-left="20mm" margin-right="20mm" font-family="Roboto" font-weight="300">
|
||||
<fo:block width="100%" text-align="center" font-size="36pt" padding-top="60mm">
|
||||
<xsl:text>The jOOQ User Manual</xsl:text>
|
||||
<xsl:text>The jOOQ™ User Manual</xsl:text>
|
||||
</fo:block>
|
||||
<fo:block width="100%" text-align="justify" font-size="12pt" color="#555555" padding-top="20mm">
|
||||
<xsl:text>SQL was never meant to be abstracted. To be confined in the narrow
|
||||
@ -178,7 +184,7 @@
|
||||
</fo:block>
|
||||
<fo:block width="100%" text-align="center" padding-top="20mm">
|
||||
<fo:external-graphic
|
||||
src="url('C:/Users/lukas/workspace/jOOQ/jOOQ-website/img/logo.png')"
|
||||
src="url('C:/Users/lukas/workspace/jOOQ/jOOQ-website/img/jooq-logo-black.png')"
|
||||
xsl:use-attribute-sets="img"/>
|
||||
</fo:block>
|
||||
</fo:block>
|
||||
@ -186,7 +192,7 @@
|
||||
</fo:page-sequence>
|
||||
|
||||
<fo:page-sequence master-reference="simple">
|
||||
<fo:static-content flow-name="xsl-region-before" font-family="Oxygen">
|
||||
<fo:static-content flow-name="xsl-region-before" font-family="Open Sans" font-weight="300">
|
||||
<fo:block>
|
||||
<fo:table table-layout="fixed" width="100%">
|
||||
<fo:table-column column-width="proportional-column-width(1)"/>
|
||||
@ -212,7 +218,7 @@
|
||||
</fo:block>
|
||||
</fo:static-content>
|
||||
|
||||
<fo:static-content flow-name="xsl-region-after" font-family="Oxygen">
|
||||
<fo:static-content flow-name="xsl-region-after" font-family="Open Sans" font-weight="300">
|
||||
<fo:block>
|
||||
<fo:table table-layout="fixed" width="100%">
|
||||
<fo:table-column column-width="150mm"/>
|
||||
@ -223,7 +229,7 @@
|
||||
<fo:table-cell padding-left="{$page-margin}mm">
|
||||
<fo:block xsl:use-attribute-sets="static">
|
||||
<xsl:text>
|
||||
jOOQ is brought to you by Lukas Eder. Distributed under the Apache 2 licence
|
||||
© 2009 - 2013 by Data Geekery™ GmbH. All rights reserved.
|
||||
</xsl:text>
|
||||
</fo:block>
|
||||
</fo:table-cell>
|
||||
@ -241,7 +247,7 @@
|
||||
</fo:block>
|
||||
</fo:static-content>
|
||||
|
||||
<fo:flow flow-name="xsl-region-body" font-family="Oxygen">
|
||||
<fo:flow flow-name="xsl-region-body" font-family="Open Sans" font-weight="300">
|
||||
<!-- Display the main section's content -->
|
||||
<xsl:apply-templates select="/manual/section/content"/>
|
||||
|
||||
@ -282,9 +288,13 @@
|
||||
|
||||
<xsl:template match="html-only" mode="content"/>
|
||||
|
||||
<xsl:template match="content">
|
||||
<xsl:apply-templates select="@*|node()" mode="content"/>
|
||||
</xsl:template>
|
||||
<xsl:template match="content">
|
||||
<xsl:apply-templates select="@*|node()" mode="content"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="html" mode="content">
|
||||
<xsl:apply-templates select="@*|node()" mode="content"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="div" mode="content">
|
||||
<fo:block xsl:use-attribute-sets="div">
|
||||
|
||||
1
jOOQ-website/src/main/resources/roboto.xml
Normal file
1
jOOQ-website/src/main/resources/roboto.xml
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user