You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2007/10/15 21:26:49 UTC

svn commit: r584858 [5/9] - in /xmlgraphics/site/deploy/fop: ./ 0.93/ 0.94/ dev/ dev/design/ skin/ trunk/

Modified: xmlgraphics/site/deploy/fop/changes.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/changes.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/changes.xml (original)
+++ xmlgraphics/site/deploy/fop/changes.xml Mon Oct 15 12:26:16 2007
@@ -1,6 +1,39 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
 <document><header><title>History of Changes </title></header><body>
-    <section id="version_FOP Trunk"><title>Version FOP Trunk ()</title></section>    
+    <section id="version_FOP Trunk"><title>Version FOP Trunk ()</title><section><title>code</title><ul><li><icon alt="update" src="images/update.jpg"/>
+        Facilitate the implementation for font-selection-strategy:
+        * Changed FontInfo.fontLookup to always return an array of FontTriplet
+        * Changed CommonFont.getFontState to return an array of FontTriplet
+        * Initial modifications to the related LMs: initialized with
+          the font corresponding to the first of the triplets
+      (AD)</li><li><icon alt="update" src="images/update.jpg"/>
+        PropertyCache phase 2:
+        * improvement of the PropertyCache itself should now guarantee acceptable
+          performance of the static caches in multi-session environments, which is 
+          a possible problem with synchronizedMap
+        * changed CommonFont to use the cache: 
+          added CachedCommonFont to contain the properties that are always cacheable
+          CommonFont itself is only cached if the remaining properties are absolutes
+        * changed CommonHyphenation, KeepProperty, ColorProperty and FontFamilyProperty to use the cache
+      (AD)</li></ul></section><section><title>Code</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Added a configuration setting to the PCL renderer to disable PJL commands.
+      (JM)</li><li><icon alt="add" src="images/add.jpg"/>
+        Added a configuration setting for the renderer/device resolution to the AFP renderer.
+      (JM) Thanks to Adrian Cumiskey. Fixes <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43041">43041</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Bugfix for NPE with empty table-row (regression from 0.93).
+      (JM)</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fix to avoid a ClassCastException in renderer configuration.
+      (JM) Thanks to Bruno Feurer. Fixes <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43464">43464</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fixed the restoration of the TLE values from the intermediate format 
+        for the AFP extension elements.
+      (JM) Thanks to Adrian Cumiskey. Fixes <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43439">43439</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fixed swallowing PCDATA in text-node children of
+        retrieved markers.
+      (AD) Fixes <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=42705">42705</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fixed erroneous white-space removal in retrieved markers.
+      (AD) Fixes <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=42703">42703</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fixed erroneous usage of inherited color-values in SVG.
+      (AD) Thanks to ckohrn.at.tng.de. Fixes <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43274">43274</link>.</li></ul></section></section>    
     <section id="version_0.94"><title>Version 0.94 (24th August 2007)</title><section><title>Code</title><ul><li><icon alt="add" src="images/add.jpg"/>
         Support for keep-together.within-line="always".
       (MM)</li><li><icon alt="add" src="images/add.jpg"/>
@@ -526,4 +559,4 @@
         (where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or 
         <a href="http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/CHANGES?view=markup">the CHANGES file in the SVN repository</a>.
       (all)</li></ul></section></section>
-  </body></document>
\ No newline at end of file
+  </body></document>

Modified: xmlgraphics/site/deploy/fop/compliance.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/compliance.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/compliance.html (original)
+++ xmlgraphics/site/deploy/fop/compliance.html Mon Oct 15 12:26:16 2007
@@ -169,7 +169,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/compliance.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/compliance.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/compliance.pdf (original)
+++ xmlgraphics/site/deploy/fop/compliance.pdf Mon Oct 15 12:26:16 2007
@@ -10102,8 +10102,8 @@
 1298 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 1299 0 obj
@@ -10116,8 +10116,8 @@
 1300 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 1301 0 obj
@@ -10148,7 +10148,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 1298 0 R /F5 1299 0 R /F3 1300 0 R /F2 1301 0 R /F7 1302 0 R >> 
+/Font << /F3 1298 0 R /F5 1299 0 R /F1 1300 0 R /F2 1301 0 R /F7 1302 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -13689,8 +13689,8 @@
 0000300302 00000 n 
 0000300612 00000 n 
 0000300997 00000 n 
-0000301107 00000 n 
-0000301219 00000 n 
+0000301112 00000 n 
+0000301224 00000 n 
 0000301334 00000 n 
 0000301452 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/compliance.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/compliance.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/compliance.xml (original)
+++ xmlgraphics/site/deploy/fop/compliance.xml Mon Oct 15 12:26:16 2007
@@ -1,2 +1,2 @@
 <?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">

[... 4 lines stripped ...]
Modified: xmlgraphics/site/deploy/fop/dev/api-doc.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/api-doc.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/api-doc.html (original)
+++ xmlgraphics/site/deploy/fop/dev/api-doc.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/api-doc.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/api-doc.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/api-doc.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/api-doc.pdf Mon Oct 15 12:26:16 2007
@@ -226,8 +226,8 @@
 30 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 31 0 obj
@@ -240,8 +240,8 @@
 32 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 33 0 obj
@@ -272,7 +272,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 30 0 R /F5 31 0 R /F3 32 0 R /F2 33 0 R /F7 34 0 R >> 
+/Font << /F3 30 0 R /F5 31 0 R /F1 32 0 R /F2 33 0 R /F7 34 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -325,8 +325,8 @@
 0000006430 00000 n 
 0000006689 00000 n 
 0000006911 00000 n 
-0000007019 00000 n 
-0000007129 00000 n 
+0000007024 00000 n 
+0000007134 00000 n 
 0000007242 00000 n 
 0000007358 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/api-doc.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/api-doc.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/api-doc.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/api-doc.xml Mon Oct 15 12:26:16 2007
@@ -36,4 +36,4 @@
       <p>See <link href="../download.html#source">Source Download</link> for instructions on obtaining the source code. Then see <link href="../trunk/compiling.html">Building FOP</link> for instructions on running the build process. The Ant build target that you will use to generate the API documentation is "javadocs", and the results will be stored in xml-fop/build/javadocs.</p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/conventions.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/conventions.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/conventions.html (original)
+++ xmlgraphics/site/deploy/fop/dev/conventions.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/conventions.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/conventions.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/conventions.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/conventions.pdf Mon Oct 15 12:26:16 2007
@@ -498,8 +498,8 @@
 65 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 66 0 obj
@@ -512,22 +512,22 @@
 67 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 68 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 69 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 70 0 obj
@@ -551,7 +551,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 65 0 R /F5 66 0 R /F3 67 0 R /F2 68 0 R /F6 69 0 R /F7 70 0 R >> 
+/Font << /F3 65 0 R /F5 66 0 R /F1 68 0 R /F6 67 0 R /F2 69 0 R /F7 70 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -675,10 +675,10 @@
 0000019520 00000 n 
 0000019699 00000 n 
 0000019809 00000 n 
-0000019917 00000 n 
-0000020027 00000 n 
-0000020140 00000 n 
-0000020256 00000 n 
+0000019922 00000 n 
+0000020032 00000 n 
+0000020143 00000 n 
+0000020251 00000 n 
 0000020367 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/conventions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/conventions.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/conventions.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/conventions.xml Mon Oct 15 12:26:16 2007
@@ -183,4 +183,4 @@
       </table>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/areas.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/areas.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/areas.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/areas.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/areas.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/areas.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/areas.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/areas.pdf Mon Oct 15 12:26:16 2007
@@ -651,8 +651,8 @@
 96 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 97 0 obj
@@ -665,8 +665,8 @@
 98 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 99 0 obj
@@ -697,7 +697,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 96 0 R /F5 97 0 R /F3 98 0 R /F2 99 0 R /F7 100 0 R >> 
+/Font << /F3 96 0 R /F5 97 0 R /F1 98 0 R /F2 99 0 R /F7 100 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -924,8 +924,8 @@
 0000019774 00000 n 
 0000019989 00000 n 
 0000020150 00000 n 
-0000020258 00000 n 
-0000020368 00000 n 
+0000020263 00000 n 
+0000020373 00000 n 
 0000020481 00000 n 
 0000020597 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/areas.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/areas.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/areas.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/areas.xml Mon Oct 15 12:26:16 2007
@@ -185,4 +185,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/breakpos.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/breakpos.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/breakpos.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/breakpos.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/breakpos.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/breakpos.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/breakpos.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/breakpos.pdf Mon Oct 15 12:26:16 2007
@@ -508,8 +508,8 @@
 70 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 71 0 obj
@@ -522,22 +522,22 @@
 72 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 73 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 74 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 75 0 obj
@@ -561,7 +561,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 70 0 R /F5 71 0 R /F3 72 0 R /F2 73 0 R /F6 74 0 R /F7 75 0 R >> 
+/Font << /F3 70 0 R /F5 71 0 R /F1 73 0 R /F6 72 0 R /F2 74 0 R /F7 75 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -696,10 +696,10 @@
 0000023099 00000 n 
 0000023281 00000 n 
 0000023443 00000 n 
-0000023551 00000 n 
-0000023661 00000 n 
-0000023774 00000 n 
-0000023890 00000 n 
+0000023556 00000 n 
+0000023666 00000 n 
+0000023777 00000 n 
+0000023885 00000 n 
 0000024001 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/design/breakpos.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/breakpos.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/breakpos.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/breakpos.xml Mon Oct 15 12:26:16 2007
@@ -308,4 +308,4 @@
 </section>
 </section>
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/embedding.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/embedding.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/embedding.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/embedding.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/embedding.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/embedding.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/embedding.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/embedding.pdf Mon Oct 15 12:26:16 2007
@@ -396,8 +396,8 @@
 58 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 59 0 obj
@@ -410,8 +410,8 @@
 60 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 61 0 obj
@@ -442,7 +442,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 58 0 R /F5 59 0 R /F3 60 0 R /F2 61 0 R /F7 62 0 R >> 
+/Font << /F3 58 0 R /F5 59 0 R /F1 60 0 R /F2 61 0 R /F7 62 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -571,8 +571,8 @@
 0000010662 00000 n 
 0000010837 00000 n 
 0000010975 00000 n 
-0000011083 00000 n 
-0000011193 00000 n 
+0000011088 00000 n 
+0000011198 00000 n 
 0000011306 00000 n 
 0000011422 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/embedding.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/embedding.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/embedding.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/embedding.xml Mon Oct 15 12:26:16 2007
@@ -142,4 +142,4 @@
 </section>
 
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/extending.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/extending.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/extending.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/extending.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/extending.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/extending.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/extending.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/extending.pdf Mon Oct 15 12:26:16 2007
@@ -271,8 +271,8 @@
 42 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 43 0 obj
@@ -285,22 +285,22 @@
 44 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 45 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 46 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 47 0 obj
@@ -324,7 +324,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 42 0 R /F5 43 0 R /F3 44 0 R /F2 45 0 R /F9 46 0 R /F7 47 0 R >> 
+/Font << /F3 42 0 R /F5 43 0 R /F1 44 0 R /F9 45 0 R /F2 46 0 R /F7 47 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -419,10 +419,10 @@
 0000008101 00000 n 
 0000008311 00000 n 
 0000008467 00000 n 
-0000008575 00000 n 
-0000008685 00000 n 
+0000008580 00000 n 
+0000008690 00000 n 
 0000008798 00000 n 
-0000008914 00000 n 
+0000008904 00000 n 
 0000009020 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/design/extending.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/extending.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/extending.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/extending.xml Mon Oct 15 12:26:16 2007
@@ -133,4 +133,4 @@
       </section>
     </section>
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/fotree.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/fotree.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/fotree.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/fotree.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/fotree.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/fotree.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/fotree.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/fotree.pdf Mon Oct 15 12:26:16 2007
@@ -533,8 +533,8 @@
 75 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 76 0 obj
@@ -547,22 +547,22 @@
 77 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 78 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 79 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 80 0 obj
@@ -586,7 +586,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 75 0 R /F5 76 0 R /F3 77 0 R /F2 78 0 R /F9 79 0 R /F7 80 0 R >> 
+/Font << /F3 75 0 R /F5 76 0 R /F1 77 0 R /F9 78 0 R /F2 79 0 R /F7 80 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -750,10 +750,10 @@
 0000017422 00000 n 
 0000017603 00000 n 
 0000017800 00000 n 
-0000017908 00000 n 
-0000018018 00000 n 
+0000017913 00000 n 
+0000018023 00000 n 
 0000018131 00000 n 
-0000018247 00000 n 
+0000018237 00000 n 
 0000018353 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/design/fotree.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/fotree.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/fotree.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/fotree.xml Mon Oct 15 12:26:16 2007
@@ -137,4 +137,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/images.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/images.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/images.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/images.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/images.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/images.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/images.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/images.pdf Mon Oct 15 12:26:16 2007
@@ -411,8 +411,8 @@
 62 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 63 0 obj
@@ -425,8 +425,8 @@
 64 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 65 0 obj
@@ -457,7 +457,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 62 0 R /F5 63 0 R /F3 64 0 R /F2 65 0 R /F7 66 0 R >> 
+/Font << /F3 62 0 R /F5 63 0 R /F1 64 0 R /F2 65 0 R /F7 66 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -602,8 +602,8 @@
 0000011348 00000 n 
 0000011476 00000 n 
 0000011596 00000 n 
-0000011704 00000 n 
-0000011814 00000 n 
+0000011709 00000 n 
+0000011819 00000 n 
 0000011927 00000 n 
 0000012043 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/images.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/images.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/images.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/images.xml Mon Oct 15 12:26:16 2007
@@ -144,4 +144,4 @@
 </section>
 
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/index.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/index.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/index.html Mon Oct 15 12:26:16 2007
@@ -237,7 +237,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/index.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/index.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/index.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/index.pdf Mon Oct 15 12:26:16 2007
@@ -431,8 +431,8 @@
 58 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 59 0 obj
@@ -445,22 +445,22 @@
 60 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 61 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 62 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 63 0 obj
@@ -484,7 +484,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 58 0 R /F5 59 0 R /F3 60 0 R /F2 61 0 R /F6 62 0 R /F7 63 0 R >> 
+/Font << /F3 58 0 R /F5 59 0 R /F1 61 0 R /F6 60 0 R /F2 62 0 R /F7 63 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -601,10 +601,10 @@
 0000015190 00000 n 
 0000015413 00000 n 
 0000015565 00000 n 
-0000015673 00000 n 
-0000015783 00000 n 
-0000015896 00000 n 
-0000016012 00000 n 
+0000015678 00000 n 
+0000015788 00000 n 
+0000015899 00000 n 
+0000016007 00000 n 
 0000016123 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/design/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/index.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/index.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/index.xml Mon Oct 15 12:26:16 2007
@@ -154,4 +154,4 @@
       </ul>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/layout.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/layout.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/layout.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/layout.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/layout.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/layout.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/layout.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/layout.pdf Mon Oct 15 12:26:16 2007
@@ -1264,8 +1264,8 @@
 179 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 180 0 obj
@@ -1278,8 +1278,8 @@
 181 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 182 0 obj
@@ -1310,7 +1310,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 179 0 R /F5 180 0 R /F3 181 0 R /F2 182 0 R /F7 183 0 R >> 
+/Font << /F3 179 0 R /F5 180 0 R /F1 181 0 R /F2 182 0 R /F7 183 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -1716,8 +1716,8 @@
 0000042663 00000 n 
 0000042882 00000 n 
 0000043046 00000 n 
-0000043155 00000 n 
-0000043266 00000 n 
+0000043160 00000 n 
+0000043271 00000 n 
 0000043380 00000 n 
 0000043497 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/layout.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/layout.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/layout.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/layout.xml Mon Oct 15 12:26:16 2007
@@ -401,4 +401,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/optimise.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/optimise.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/optimise.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/optimise.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/optimise.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/optimise.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/optimise.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/optimise.pdf Mon Oct 15 12:26:16 2007
@@ -112,8 +112,8 @@
 19 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 20 0 obj
@@ -126,8 +126,8 @@
 21 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 22 0 obj
@@ -158,7 +158,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 19 0 R /F5 20 0 R /F3 21 0 R /F2 22 0 R /F7 23 0 R >> 
+/Font << /F3 19 0 R /F5 20 0 R /F1 21 0 R /F2 22 0 R /F7 23 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -194,8 +194,8 @@
 0000004473 00000 n 
 0000003425 00000 n 
 0000003574 00000 n 
-0000003682 00000 n 
-0000003792 00000 n 
+0000003687 00000 n 
+0000003797 00000 n 
 0000003905 00000 n 
 0000004021 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/optimise.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/optimise.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/optimise.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/optimise.xml Mon Oct 15 12:26:16 2007
@@ -67,4 +67,4 @@
   </section>
 
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/parsing.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/parsing.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/parsing.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/parsing.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/parsing.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/parsing.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/parsing.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/parsing.pdf Mon Oct 15 12:26:16 2007
@@ -349,8 +349,8 @@
 50 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 51 0 obj
@@ -363,8 +363,8 @@
 52 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 53 0 obj
@@ -395,7 +395,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 50 0 R /F5 51 0 R /F3 52 0 R /F2 53 0 R /F7 54 0 R >> 
+/Font << /F3 50 0 R /F5 51 0 R /F1 52 0 R /F2 53 0 R /F7 54 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -504,8 +504,8 @@
 0000009549 00000 n 
 0000009759 00000 n 
 0000009915 00000 n 
-0000010023 00000 n 
-0000010133 00000 n 
+0000010028 00000 n 
+0000010138 00000 n 
 0000010246 00000 n 
 0000010362 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/parsing.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/parsing.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/parsing.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/parsing.xml Mon Oct 15 12:26:16 2007
@@ -70,4 +70,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/pdf-library.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/pdf-library.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/pdf-library.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/pdf-library.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/pdf-library.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/pdf-library.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/pdf-library.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/pdf-library.pdf Mon Oct 15 12:26:16 2007
@@ -309,8 +309,8 @@
 48 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 49 0 obj
@@ -323,22 +323,22 @@
 50 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 51 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 52 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 53 0 obj
@@ -362,7 +362,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 48 0 R /F5 49 0 R /F3 50 0 R /F2 51 0 R /F9 52 0 R /F7 53 0 R >> 
+/Font << /F3 48 0 R /F5 49 0 R /F1 50 0 R /F9 51 0 R /F2 52 0 R /F7 53 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -475,10 +475,10 @@
 0000007969 00000 n 
 0000008115 00000 n 
 0000008265 00000 n 
-0000008373 00000 n 
-0000008483 00000 n 
+0000008378 00000 n 
+0000008488 00000 n 
 0000008596 00000 n 
-0000008712 00000 n 
+0000008702 00000 n 
 0000008818 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/design/pdf-library.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/pdf-library.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/pdf-library.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/pdf-library.xml Mon Oct 15 12:26:16 2007
@@ -84,4 +84,4 @@
 </section>
 
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/properties.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/properties.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/properties.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/properties.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/properties.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/properties.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/properties.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/properties.pdf Mon Oct 15 12:26:16 2007
@@ -763,8 +763,8 @@
 108 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 109 0 obj
@@ -777,15 +777,15 @@
 110 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 111 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 112 0 obj
@@ -798,8 +798,8 @@
 113 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 114 0 obj
@@ -823,7 +823,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 108 0 R /F5 109 0 R /F3 110 0 R /F2 111 0 R /F9 112 0 R /F6 113 0 R /F7 114 0 R >> 
+/Font << /F3 108 0 R /F5 109 0 R /F1 111 0 R /F6 110 0 R /F9 112 0 R /F2 113 0 R /F7 114 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -1056,11 +1056,11 @@
 0000030951 00000 n 
 0000031125 00000 n 
 0000031312 00000 n 
-0000031421 00000 n 
-0000031532 00000 n 
-0000031646 00000 n 
-0000031763 00000 n 
-0000031870 00000 n 
+0000031426 00000 n 
+0000031537 00000 n 
+0000031649 00000 n 
+0000031758 00000 n 
+0000031865 00000 n 
 0000031982 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/design/properties.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/properties.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/properties.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/properties.xml Mon Oct 15 12:26:16 2007
@@ -374,4 +374,4 @@
       <p>The Refined FO Tree is the result of the Refinement process.</p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/renderers.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/renderers.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/renderers.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/renderers.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/renderers.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/renderers.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/renderers.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/renderers.pdf Mon Oct 15 12:26:16 2007
@@ -556,8 +556,8 @@
 81 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 82 0 obj
@@ -570,8 +570,8 @@
 83 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 84 0 obj
@@ -602,7 +602,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 81 0 R /F5 82 0 R /F3 83 0 R /F2 84 0 R /F7 85 0 R >> 
+/Font << /F3 81 0 R /F5 82 0 R /F1 83 0 R /F2 84 0 R /F7 85 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -784,8 +784,8 @@
 0000018832 00000 n 
 0000019047 00000 n 
 0000019208 00000 n 
-0000019316 00000 n 
-0000019426 00000 n 
+0000019321 00000 n 
+0000019431 00000 n 
 0000019539 00000 n 
 0000019655 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/renderers.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/renderers.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/renderers.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/renderers.xml Mon Oct 15 12:26:16 2007
@@ -223,4 +223,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/startup.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/startup.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/startup.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/startup.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/startup.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/startup.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/startup.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/startup.pdf Mon Oct 15 12:26:16 2007
@@ -189,8 +189,8 @@
 31 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 32 0 obj
@@ -203,8 +203,8 @@
 33 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 34 0 obj
@@ -235,7 +235,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 31 0 R /F5 32 0 R /F3 33 0 R /F2 34 0 R /F7 35 0 R >> 
+/Font << /F3 31 0 R /F5 32 0 R /F1 33 0 R /F2 34 0 R /F7 35 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -307,8 +307,8 @@
 0000004349 00000 n 
 0000004559 00000 n 
 0000004715 00000 n 
-0000004823 00000 n 
-0000004933 00000 n 
+0000004828 00000 n 
+0000004938 00000 n 
 0000005046 00000 n 
 0000005162 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/startup.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/startup.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/startup.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/startup.xml Mon Oct 15 12:26:16 2007
@@ -50,4 +50,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/svg.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/svg.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/svg.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/svg.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/svg.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/svg.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/svg.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/svg.pdf Mon Oct 15 12:26:16 2007
@@ -251,8 +251,8 @@
 39 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 40 0 obj
@@ -265,8 +265,8 @@
 41 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 42 0 obj
@@ -297,7 +297,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 39 0 R /F5 40 0 R /F3 41 0 R /F2 42 0 R /F7 43 0 R >> 
+/Font << /F3 39 0 R /F5 40 0 R /F1 41 0 R /F2 42 0 R /F7 43 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -383,8 +383,8 @@
 0000007363 00000 n 
 0000007552 00000 n 
 0000007721 00000 n 
-0000007829 00000 n 
-0000007939 00000 n 
+0000007834 00000 n 
+0000007944 00000 n 
 0000008052 00000 n 
 0000008168 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/svg.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/svg.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/svg.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/svg.xml Mon Oct 15 12:26:16 2007
@@ -82,4 +82,4 @@
 </section>
 
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/design/useragent.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/useragent.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/useragent.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/useragent.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/design/useragent.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/useragent.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/useragent.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/design/useragent.pdf Mon Oct 15 12:26:16 2007
@@ -156,8 +156,8 @@
 24 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 25 0 obj
@@ -170,8 +170,8 @@
 26 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 27 0 obj
@@ -202,7 +202,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 24 0 R /F5 25 0 R /F3 26 0 R /F2 27 0 R /F7 28 0 R >> 
+/Font << /F3 24 0 R /F5 25 0 R /F1 26 0 R /F2 27 0 R /F7 28 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -243,8 +243,8 @@
 0000006838 00000 n 
 0000005783 00000 n 
 0000005932 00000 n 
-0000006040 00000 n 
-0000006150 00000 n 
+0000006045 00000 n 
+0000006155 00000 n 
 0000006263 00000 n 
 0000006379 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/design/useragent.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/useragent.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/useragent.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/useragent.xml Mon Oct 15 12:26:16 2007
@@ -107,4 +107,4 @@
   </section>
 
     </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/doc.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/doc.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/doc.html (original)
+++ xmlgraphics/site/deploy/fop/dev/doc.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/doc.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/doc.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/doc.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/doc.pdf Mon Oct 15 12:26:16 2007
@@ -549,8 +549,8 @@
 72 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 73 0 obj
@@ -563,22 +563,22 @@
 74 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 75 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 76 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 77 0 obj
@@ -602,7 +602,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 72 0 R /F5 73 0 R /F3 74 0 R /F2 75 0 R /F9 76 0 R /F7 77 0 R >> 
+/Font << /F3 72 0 R /F5 73 0 R /F1 74 0 R /F9 75 0 R /F2 76 0 R /F7 77 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -745,10 +745,10 @@
 0000018831 00000 n 
 0000019107 00000 n 
 0000019375 00000 n 
-0000019483 00000 n 
-0000019593 00000 n 
+0000019488 00000 n 
+0000019598 00000 n 
 0000019706 00000 n 
-0000019822 00000 n 
+0000019812 00000 n 
 0000019928 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/doc.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/doc.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/doc.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/doc.xml Mon Oct 15 12:26:16 2007
@@ -164,4 +164,4 @@
       
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/extensions.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/extensions.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/extensions.html (original)
+++ xmlgraphics/site/deploy/fop/dev/extensions.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/extensions.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/extensions.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/extensions.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/extensions.pdf Mon Oct 15 12:26:16 2007
@@ -155,8 +155,8 @@
 24 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 25 0 obj
@@ -169,22 +169,22 @@
 26 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 27 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 28 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 29 0 obj
@@ -208,7 +208,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 24 0 R /F5 25 0 R /F3 26 0 R /F2 27 0 R /F9 28 0 R /F7 29 0 R >> 
+/Font << /F3 24 0 R /F5 25 0 R /F1 26 0 R /F9 27 0 R /F2 28 0 R /F7 29 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -255,10 +255,10 @@
 0000004526 00000 n 
 0000004665 00000 n 
 0000004845 00000 n 
-0000004953 00000 n 
-0000005063 00000 n 
+0000004958 00000 n 
+0000005068 00000 n 
 0000005176 00000 n 
-0000005292 00000 n 
+0000005282 00000 n 
 0000005398 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/extensions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/extensions.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/extensions.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/extensions.xml Mon Oct 15 12:26:16 2007
@@ -57,4 +57,4 @@
         </ol>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/faq.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/faq.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/faq.html (original)
+++ xmlgraphics/site/deploy/fop/dev/faq.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/faq.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/faq.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/faq.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/faq.pdf Mon Oct 15 12:26:16 2007
@@ -277,8 +277,8 @@
 42 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 43 0 obj
@@ -291,8 +291,8 @@
 44 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 45 0 obj
@@ -323,7 +323,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 42 0 R /F5 43 0 R /F3 44 0 R /F2 45 0 R /F7 46 0 R >> 
+/Font << /F3 42 0 R /F5 43 0 R /F1 44 0 R /F2 45 0 R /F7 46 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -424,8 +424,8 @@
 0000009212 00000 n 
 0000007390 00000 n 
 0000007866 00000 n 
-0000007974 00000 n 
-0000008084 00000 n 
+0000007979 00000 n 
+0000008089 00000 n 
 0000008197 00000 n 
 0000008313 00000 n 
 trailer

Modified: xmlgraphics/site/deploy/fop/dev/faq.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/faq.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/faq.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/faq.xml Mon Oct 15 12:26:16 2007
@@ -31,4 +31,4 @@
         </p>
       </section></section><section id="part_further_help"><title>3. Further Help</title><section id="other_faqs"><title>3.1. I don't see my question addressed here. Are there other FAQs?</title>
         <p>Yes. See also the <link href="../faq.html">FOP General FAQs</link>.</p>
-      </section></section></section></body></document>
\ No newline at end of file
+      </section></section></section></body></document>

Modified: xmlgraphics/site/deploy/fop/dev/implement.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/implement.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/implement.html (original)
+++ xmlgraphics/site/deploy/fop/dev/implement.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/implement.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/implement.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/implement.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/implement.pdf Mon Oct 15 12:26:16 2007
@@ -251,8 +251,8 @@
 39 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 40 0 obj
@@ -265,15 +265,15 @@
 41 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 42 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 43 0 obj
@@ -286,8 +286,8 @@
 44 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 45 0 obj
@@ -311,7 +311,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 39 0 R /F5 40 0 R /F3 41 0 R /F2 42 0 R /F9 43 0 R /F6 44 0 R /F7 45 0 R >> 
+/Font << /F3 39 0 R /F5 40 0 R /F1 42 0 R /F6 41 0 R /F9 43 0 R /F2 44 0 R /F7 45 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -397,11 +397,11 @@
 0000009050 00000 n 
 0000009209 00000 n 
 0000009355 00000 n 
-0000009463 00000 n 
-0000009573 00000 n 
-0000009686 00000 n 
-0000009802 00000 n 
-0000009908 00000 n 
+0000009468 00000 n 
+0000009578 00000 n 
+0000009689 00000 n 
+0000009797 00000 n 
+0000009903 00000 n 
 0000010019 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/implement.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/implement.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/implement.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/implement.xml Mon Oct 15 12:26:16 2007
@@ -104,4 +104,4 @@
 </p>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/index.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/index.html (original)
+++ xmlgraphics/site/deploy/fop/dev/index.html Mon Oct 15 12:26:16 2007
@@ -237,7 +237,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/index.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/index.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/index.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/index.pdf Mon Oct 15 12:26:16 2007
@@ -742,8 +742,8 @@
 91 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 92 0 obj
@@ -756,15 +756,15 @@
 93 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 94 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 95 0 obj
@@ -777,8 +777,8 @@
 96 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 97 0 obj
@@ -802,7 +802,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 91 0 R /F5 92 0 R /F3 93 0 R /F2 94 0 R /F9 95 0 R /F6 96 0 R /F7 97 0 R >> 
+/Font << /F3 91 0 R /F5 92 0 R /F1 94 0 R /F6 93 0 R /F9 95 0 R /F2 96 0 R /F7 97 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -976,11 +976,11 @@
 0000022778 00000 n 
 0000023210 00000 n 
 0000023419 00000 n 
-0000023527 00000 n 
-0000023637 00000 n 
-0000023750 00000 n 
-0000023866 00000 n 
-0000023972 00000 n 
+0000023532 00000 n 
+0000023642 00000 n 
+0000023753 00000 n 
+0000023861 00000 n 
+0000023967 00000 n 
 0000024083 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/index.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/index.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/index.xml Mon Oct 15 12:26:16 2007
@@ -168,4 +168,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/release.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/release.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/release.html (original)
+++ xmlgraphics/site/deploy/fop/dev/release.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/release.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/release.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/release.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/release.pdf Mon Oct 15 12:26:16 2007
@@ -329,8 +329,8 @@
 44 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 45 0 obj
@@ -343,22 +343,22 @@
 46 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 47 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F9
+/BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
 48 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F9
-/BaseFont /Courier
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 49 0 obj
@@ -382,7 +382,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 44 0 R /F5 45 0 R /F3 46 0 R /F2 47 0 R /F9 48 0 R /F7 49 0 R >> 
+/Font << /F3 44 0 R /F5 45 0 R /F1 46 0 R /F9 47 0 R /F2 48 0 R /F7 49 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -461,10 +461,10 @@
 0000011864 00000 n 
 0000012024 00000 n 
 0000012246 00000 n 
-0000012354 00000 n 
-0000012464 00000 n 
+0000012359 00000 n 
+0000012469 00000 n 
 0000012577 00000 n 
-0000012693 00000 n 
+0000012683 00000 n 
 0000012799 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/release.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/release.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/release.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/release.xml Mon Oct 15 12:26:16 2007
@@ -139,4 +139,4 @@
       </ul>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/rtflib.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/rtflib.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/rtflib.html (original)
+++ xmlgraphics/site/deploy/fop/dev/rtflib.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/rtflib.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/rtflib.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/rtflib.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/rtflib.pdf Mon Oct 15 12:26:16 2007
@@ -548,8 +548,8 @@
 77 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 78 0 obj
@@ -562,22 +562,22 @@
 79 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 80 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 81 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 82 0 obj
@@ -601,7 +601,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 77 0 R /F5 78 0 R /F3 79 0 R /F2 80 0 R /F6 81 0 R /F7 82 0 R >> 
+/Font << /F3 77 0 R /F5 78 0 R /F1 80 0 R /F6 79 0 R /F2 81 0 R /F7 82 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -767,10 +767,10 @@
 0000024803 00000 n 
 0000022751 00000 n 
 0000022982 00000 n 
-0000023090 00000 n 
-0000023200 00000 n 
-0000023313 00000 n 
-0000023429 00000 n 
+0000023095 00000 n 
+0000023205 00000 n 
+0000023316 00000 n 
+0000023424 00000 n 
 0000023540 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/rtflib.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/rtflib.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/rtflib.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/rtflib.xml Mon Oct 15 12:26:16 2007
@@ -321,4 +321,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: xmlgraphics/site/deploy/fop/dev/svg.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/svg.html?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/svg.html (original)
+++ xmlgraphics/site/deploy/fop/dev/svg.html Mon Oct 15 12:26:16 2007
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://apachecon.com/2007/US/"><img border="0" title="ApacheCon US 2007 (Atlanta)" alt="ApacheCon US 2007 (Atlanta) - logo" src="http://www.apache.org/ads/ApacheCon/2007-usa-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://www.ossummit.com/"><img border="0" title="OS Summit Asia 2007" alt="OS Summit Asia 2007 - logo" src="http://www.ossummit.com/ads/ossummit_button_3.jpg" style="width: 125px;height: 125px;"></a>
 </div>
 </div>
 <!--+

Modified: xmlgraphics/site/deploy/fop/dev/svg.pdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/svg.pdf?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/svg.pdf (original)
+++ xmlgraphics/site/deploy/fop/dev/svg.pdf Mon Oct 15 12:26:16 2007
@@ -514,8 +514,8 @@
 64 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 65 0 obj
@@ -528,22 +528,22 @@
 66 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 67 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 68 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 69 0 obj
@@ -567,7 +567,7 @@
 endobj
 3 0 obj
 << 
-/Font << /F1 64 0 R /F5 65 0 R /F3 66 0 R /F2 67 0 R /F6 68 0 R /F7 69 0 R >> 
+/Font << /F3 64 0 R /F5 65 0 R /F1 67 0 R /F6 66 0 R /F2 68 0 R /F7 69 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -666,10 +666,10 @@
 0000011464 00000 n 
 0000011608 00000 n 
 0000011740 00000 n 
-0000011848 00000 n 
-0000011958 00000 n 
-0000012071 00000 n 
-0000012187 00000 n 
+0000011853 00000 n 
+0000011963 00000 n 
+0000012074 00000 n 
+0000012182 00000 n 
 0000012298 00000 n 
 trailer
 <<

Modified: xmlgraphics/site/deploy/fop/dev/svg.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/svg.xml?rev=584858&r1=584857&r2=584858&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/svg.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/svg.xml Mon Oct 15 12:26:16 2007
@@ -129,4 +129,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org