You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2009/05/19 13:13:37 UTC

svn commit: r776271 [10/14] - in /xmlgraphics/site/deploy/fop: ./ 0.94/ 0.95/ dev/ dev/design/ dev/fo/ dev/svg/ fo/ skin/ skin/images/ trunk/

Propchange: xmlgraphics/site/deploy/fop/changes.rss
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: xmlgraphics/site/deploy/fop/changes.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/changes.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/changes.xml (original)
+++ xmlgraphics/site/deploy/fop/changes.xml Tue May 19 11:13:27 2009
@@ -5,8 +5,15 @@
       users, i.e. when the behaviour changes and could affect the layout of existing
       documents. Example: the fix of marks layering will be such a case when it's done.
     -->
-    <section id="version_FOP Trunk"><title>Version FOP Trunk (TBD)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
-        MinOptMaxUtil.toMinOptMax was converting LengthRangeProperty objects into illegal MinOptMax 
+    <section id="version_FOP Trunk"><title>Version FOP Trunk (TBD)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Added the possibility to use CachedRenderPagesModel, to conserve memory in case
+        of large documents with a lot of cross-references (area tree will be serialized to
+        disk to avoid keeping it entirely in memory).
+       Committed by AD. Thanks to Dario Laera. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=46828">46828</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Changed meaning of &#8216;-v&#8217; option to &#8216;verbose&#8217;, which will print FOP&#8217;s version and proceed. 
+        Added a &#8216;-version&#8217; option to simply print the version then exit, following Java practices.
+       Committed by VH.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        MinOptMaxUtil.toMinOptMax was converting LengthRangeProperty objects into illegal MinOptMax
         objects (in some cases opt could be inferior to min).
        Committed by VH. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=46638">46638</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
         Fixed a memory-leak in Marker.MarkerAttribute, where an instance was used both as key and value in
@@ -43,7 +50,10 @@
         offer an implementation for addCharacters() should take care to make
         similar modifications in their code !!</em>
        Committed by AD.</li></ul></section><section><title>Changes to the Font Subsystem</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        AFP Fonts: Added support for full URI resolution on configured AFP fonts. 
+        Added a command-line tool to list all configured fonts
+        (org.apache.fop.tools.fontlist.FontListMain).
+       Committed by JM.</li><li><icon alt="add" src="images/add.jpg"/>
+        AFP Fonts: Added support for full URI resolution on configured AFP fonts.
        Committed by JM.</li><li><icon alt="add" src="images/add.jpg"/>
         FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in
         encodings to help PDF text extractors interpreting characters.
@@ -71,8 +81,11 @@
         problems when Type 1 fonts are used in conjunction with XML font metric files.
        Committed by JM. Thanks to J. Frantzius. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=45734">45734</link>.</li></ul></section><section><title>Changes to the Image Support</title><ul><li><icon alt="add" src="images/add.jpg"/>
         Added support for SVG 1.2 functionality inside fo:instream-foreign-object.
-       Committed by JM. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=41657">41657</link>.</li></ul></section><section><title>Changes to the Layout Engine</title><ul><li><icon alt="add" src="images/add.jpg"/>
-        Added extension to disable column balancing before blocks spanning the whole page, in 
+       Committed by JM. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=41657">41657</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Bugfix: use the effective color profile supplied by the ImageEncodingHelper, instead of the 
+        original one.
+       Committed by JM.</li></ul></section><section><title>Changes to the Layout Engine</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Added extension to disable column balancing before blocks spanning the whole page, in
         multiple-column documents.
        Committed by VH. Thanks to Georg Datterl. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=46315">46315</link>.</li><li><icon alt="add" src="images/add.jpg"/>
         Added missing generation of areas for empty grid units in tables with collapsing border
@@ -89,8 +102,18 @@
         FOs. For now, all integer values are treated the same (i.e. without strength distinction).
         Using integers allows to avoid overflows that can happen when "always" is used extensively.
        Committed by JM.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Bugfix: The cells of a table inside a marker were duplicated at every marker retrieval.
+       Committed by VH. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=47101">47101</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Bugfix: footnotes occurring within the forced height of a table row did not appear on the 
+        output
+       Committed by VH.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fixed a bug when combining a forced break with a "last" page-master. The restart
+        of the algorithm would start at the index of the penalty corresponding to the last
+        page-break. This has been changed to the index of the first element after the last
+        page-break.
+       Committed by AD. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=46489">46489</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
         Fixed BPD trait and border painting for leaders with leader-pattern="space"
-        (and similar cases).  
+        (and similar cases).
        Committed by JM.</li><li><icon alt="fix" src="images/fix.jpg"/>
         Fixed fo:instream-foreign-object inside fo:marker.
        Committed by JM. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=45306">45306</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
@@ -133,10 +156,15 @@
        Committed by AD. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=42703">42703</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
         Activated min-height/max-height and min-width/max-width properties.
        Committed by AD. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43591">43591</link>.</li></ul></section><section><title>Changes to Renderers (Output Formats)</title><ul><li><icon alt="add" src="images/add.jpg"/>
+        Added setting to enable dithered painting of filled rectangles in AFP and PCL.
+       Committed by JM.</li><li><icon alt="add" src="images/add.jpg"/>
+        Added a custom text painter for rendering SVG text using text operators when rendering
+        to PostScript or EPS. Text is no longer painted as shapes, thus creating much smaller files. 
+       Committed by JM. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=47000">47000</link>.</li><li><icon alt="add" src="images/add.jpg"/>
         AFP Output: Tag Logical Element (TLE) is now also allowed on fo:page-sequence
-        (page group level). 
+        (page group level).
        Committed by JM.</li><li><icon alt="add" src="images/add.jpg"/>
-        AFP Output: Added support for Invoke Medium Map (IMM). 
+        AFP Output: Added support for Invoke Medium Map (IMM).
        Committed by JM.</li><li><icon alt="add" src="images/add.jpg"/>
         Introduced a new, additional intermediate format optimized for performance. Please see
         the intermediate format documentation for details.
@@ -180,6 +208,13 @@
        Committed by JM. Thanks to Antti Karanta. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=44678">44678</link>.</li><li><icon alt="add" src="images/add.jpg"/>
         Added a public accessor for reference to the current page to PDFGraphics2D.
        Committed by JM. Thanks to Yegor Kozlov. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=44743">44743</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Bugfix: reset graphic state when a page is finished in PostScript.
+       Committed by JM.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fixed a bug that left the PrintRenderer unconfigured even if a configuration was
+        specified for "application/X-fop-print". 
+       Committed by JM.</li><li><icon alt="fix" src="images/fix.jpg"/>
+        Fixed the handling of CMYK colors in PDFGraphics2D.
+       Committed by JM. Thanks to Yegor Kozlov. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=46882">46882</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
         AFP Fonts: Fixed interpretation of metric for fonts with fixed metrics and made sure
         all repeating groups in FNP (Font Position) are processed.
        Committed by JM. Thanks to Emil Maskovsky. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=45342">45342</link>.</li><li><icon alt="fix" src="images/fix.jpg"/>
@@ -202,9 +237,12 @@
         PCL Renderer: Improved page format selection so it doesn't interfere with
         duplex printing.
        Committed by JM. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43650">43650</link>.</li><li><icon alt="update" src="images/update.jpg"/>
+        PDFGraphics2D.writeClip doesn't generate a clip command anymore when the clip path
+        is empty. 
+       Committed by JM. Thanks to Francois Fernandes. See Issue <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=47031">47031</link>.</li><li><icon alt="update" src="images/update.jpg"/>
         When a JPEG image is embedded, an optionally embedded color profile is filtered out
         as it's already embedded separately in the PDF file.
-       Committed by JM.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Adrian Cumiskey (AC), Andreas Delmelle (AD), Chris Bowditch (CB), Jeremias Märki (JM), Luca Furini (LF), Max Berger (MB), Vincent Hennebert (VH).</p><p>This is a list of other contributors:<br/>Alexander Stamenov, Alok Singh, Antti Karanta, Carsten Siedentop, Emil Maskovsky, Georg Datterl, J. Frantzius, Jason Harrop, Martin Edge, Pavel Kysilka, rogov.AT.devexperts.com, Thomas Stieler, Yegor Kozlov.</p></section></section>
+       Committed by JM.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>Adrian Cumiskey (AC), Andreas Delmelle (AD), Chris Bowditch (CB), Jeremias Märki (JM), Luca Furini (LF), Max Berger (MB), Vincent Hennebert (VH).</p><p>This is a list of other contributors:<br/>Alexander Stamenov, Alok Singh, Antti Karanta, Carsten Siedentop, Dario Laera, Emil Maskovsky, Francois Fernandes, Georg Datterl, J. Frantzius, Jason Harrop, Martin Edge, Pavel Kysilka, rogov.AT.devexperts.com, Thomas Stieler, Yegor Kozlov.</p></section></section>
     <section id="version_0.95"><title>Version 0.95 (05 August 2008)</title><section><title>Changes to the End-User API</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
         Fixed the -imagein command-line option.
        Committed by JM.</li></ul></section><section><title>Changes to the Code Base</title><ul><li><icon alt="fix" src="images/fix.jpg"/>
@@ -1000,4 +1038,4 @@
         <link 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</link>.
        Committed by all.</li></ul></section><section><title>Contributors to this release</title><p>We thank the following people for their contributions to this release.</p><p>This is a list of all people who participated as committers:<br/>the FOP committers (all).</p></section></section>
   <section id="all-committers"><title>All Committers</title><p>This is a list of all people who have ever participated
-           as committers on this project.</p><ul><li>Max Berger (MB)</li><li>Chris Bowditch (CB)</li><li>Jay Bryant (JB)</li><li>Adrian Cumiskey (AC)</li><li>Bertrand Delacrétaz (BD)</li><li>Andreas Delmelle (AD)</li><li>Luca Furini (LF)</li><li>Christian Geisert (CG)</li><li>Vincent Hennebert (VH)</li><li>Clay Leeds (CL)</li><li>Manuel Mall (MM)</li><li>Jeremias Märki (JM)</li><li>Simon Pepping (SP)</li><li>the FOP committers (all)</li><li>Volunteer needed (open)</li></ul></section></body></document>
+           as committers on this project.</p><ul><li>Max Berger (MB)</li><li>Chris Bowditch (CB)</li><li>Jay Bryant (JB)</li><li>Adrian Cumiskey (AC)</li><li>Bertrand Delacrétaz (BD)</li><li>Andreas Delmelle (AD)</li><li>Luca Furini (LF)</li><li>Christian Geisert (CG)</li><li>Vincent Hennebert (VH)</li><li>Clay Leeds (CL)</li><li>Manuel Mall (MM)</li><li>Jeremias Märki (JM)</li><li>Simon Pepping (SP)</li><li>the FOP committers (all)</li><li>Volunteer needed (open)</li></ul></section></body></document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/compliance.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/compliance.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/compliance.html (original)
+++ xmlgraphics/site/deploy/fop/compliance.html Tue May 19 11:13:27 2009
@@ -177,7 +177,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/compliance.pdf (original) and xmlgraphics/site/deploy/fop/compliance.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/compliance.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/compliance.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/compliance.xml (original)
+++ xmlgraphics/site/deploy/fop/compliance.xml Tue May 19 11:13:27 2009
@@ -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=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/api-doc.html (original)
+++ xmlgraphics/site/deploy/fop/dev/api-doc.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/api-doc.pdf (original) and xmlgraphics/site/deploy/fop/dev/api-doc.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/api-doc.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/api-doc.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/api-doc.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/api-doc.xml Tue May 19 11:13:27 2009
@@ -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>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/conventions.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/conventions.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/conventions.html (original)
+++ xmlgraphics/site/deploy/fop/dev/conventions.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menupage">
 <div class="menupagetitle">Conventions</div>
@@ -206,7 +206,7 @@
 <a href="../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/conventions.pdf (original) and xmlgraphics/site/deploy/fop/dev/conventions.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/conventions.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/conventions.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/conventions.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/conventions.xml Tue May 19 11:13:27 2009
@@ -183,4 +183,4 @@
       </table>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/areas.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/areas.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/areas.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/areas.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/areas.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/areas.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/areas.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/areas.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/areas.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/areas.xml Tue May 19 11:13:27 2009
@@ -185,4 +185,4 @@
       </section>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/breakpos.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/breakpos.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/breakpos.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/breakpos.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/breakpos.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/breakpos.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/breakpos.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/breakpos.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/breakpos.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/breakpos.xml Tue May 19 11:13:27 2009
@@ -308,4 +308,4 @@
 </section>
 </section>
     </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/embedding.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/embedding.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/embedding.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/embedding.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/embedding.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/embedding.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/embedding.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/embedding.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/embedding.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/embedding.xml Tue May 19 11:13:27 2009
@@ -142,4 +142,4 @@
 </section>
 
     </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/extending.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/extending.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/extending.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/extending.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/extending.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/extending.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/extending.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/extending.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/extending.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/extending.xml Tue May 19 11:13:27 2009
@@ -133,4 +133,4 @@
       </section>
     </section>
     </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/fotree.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/fotree.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/fotree.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/fotree.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/fotree.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/fotree.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/fotree.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/fotree.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/fotree.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/fotree.xml Tue May 19 11:13:27 2009
@@ -137,4 +137,4 @@
       </section>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/images.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/images.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/images.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/images.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/images.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/images.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/images.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/images.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/images.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/images.xml Tue May 19 11:13:27 2009
@@ -144,4 +144,4 @@
 </section>
 
     </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/index.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/index.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/index.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/index.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -237,7 +237,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/index.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/index.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/index.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/index.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/index.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/index.xml Tue May 19 11:13:27 2009
@@ -154,4 +154,4 @@
       </ul>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/layout.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/layout.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/layout.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/layout.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/layout.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/layout.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/layout.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/layout.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/layout.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/layout.xml Tue May 19 11:13:27 2009
@@ -401,4 +401,4 @@
       </section>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/optimise.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/optimise.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/optimise.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/optimise.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/optimise.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/optimise.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/optimise.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/optimise.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/optimise.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/optimise.xml Tue May 19 11:13:27 2009
@@ -67,4 +67,4 @@
   </section>
 
     </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/parsing.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/parsing.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/parsing.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/parsing.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/parsing.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/parsing.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/parsing.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/parsing.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/parsing.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/parsing.xml Tue May 19 11:13:27 2009
@@ -70,4 +70,4 @@
       </section>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file

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=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/pdf-library.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/pdf-library.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/pdf-library.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/pdf-library.pdf Tue May 19 11:13:27 2009 differ

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=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/pdf-library.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/pdf-library.xml Tue May 19 11:13:27 2009
@@ -84,4 +84,4 @@
 </section>
 
     </body>
-</document>
+</document>
\ No newline at end of file

Modified: xmlgraphics/site/deploy/fop/dev/design/properties.html
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/properties.html?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/properties.html (original)
+++ xmlgraphics/site/deploy/fop/dev/design/properties.html Tue May 19 11:13:27 2009
@@ -185,7 +185,7 @@
 <a href="../../dev/implement.html">Walk-Thru</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=%5BPATCH%5D&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&namedcmd=Fop+all&newqueryname=fop+patch+queue&tofooter=1&order=Reuse+same+sort+as+last+time">Patch Queue</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=%5BPATCH%5D&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;namedcmd=Fop+all&amp;newqueryname=fop+patch+queue&amp;tofooter=1&amp;order=Reuse+same+sort+as+last+time">Patch Queue</a>
 </div>
 <div class="menuitem">
 <a href="../../dev/conventions.html">Conventions</a>
@@ -206,7 +206,7 @@
 <a href="../../dev/release.html">Release</a>
 </div>
 <div class="menuitem">
-<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Fop&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.component">Bugs</a>
+<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component">Bugs</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.6', '../../skin/')" id="menu_1.6Title" class="menutitle">Resources</div>
@@ -234,7 +234,7 @@
   |alternative credits
   +-->
 <div id="credit2">
-<a href="http://eu.apachecon.com/"><img border="0" title="ApacheCon Europe 2009" alt="ApacheCon Europe 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-europe-125x125.png" style="width: 125px;height: 125px;"></a><a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" style="width: 125px;height: 125px;"></a>
+<a href="http://us.apachecon.com/"><img border="0" title="ApacheCon US 2009" alt="ApacheCon US 2009 - logo" src="http://apache.org/ads/ApacheCon/2009-usa-125x125.png" 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=776271&r1=776270&r2=776271&view=diff
==============================================================================
Files xmlgraphics/site/deploy/fop/dev/design/properties.pdf (original) and xmlgraphics/site/deploy/fop/dev/design/properties.pdf Tue May 19 11:13:27 2009 differ

Modified: xmlgraphics/site/deploy/fop/dev/design/properties.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/site/deploy/fop/dev/design/properties.xml?rev=776271&r1=776270&r2=776271&view=diff
==============================================================================
--- xmlgraphics/site/deploy/fop/dev/design/properties.xml (original)
+++ xmlgraphics/site/deploy/fop/dev/design/properties.xml Tue May 19 11:13:27 2009
@@ -374,4 +374,4 @@
       <p>The Refined FO Tree is the result of the Refinement process.</p>
     </section>
   </body>
-</document>
+</document>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org