You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by je...@apache.org on 2003/07/15 07:07:21 UTC

cvs commit: xml-site/targets/fop/dev release.html release.pdf

jefft       2003/07/14 22:07:21

  Modified:    targets/fop configuration.html configuration.pdf faq.html
                        faq.pdf fo.html fo.pdf hyphenation.html
                        hyphenation.pdf relnotes.html relnotes.pdf
               targets/fop/design/alt.design FOPropertySets.html
                        FoXMLEvent.html SyncedFoXmlEventsBuffer.html
                        XMLNamespaces.html codedisplay.js
               targets/fop/design/alt.design/properties
                        AbstractPropertyValue.html FOAttributes.html
                        PropNames.html Property.html PropertyConsts.html
                        PropertyParser.html PropertySets.html
                        PropertyTokenizer.html PropertyValue.html
                        PropertyValueList.html ShorthandPropSets.html
                        codedisplay.js
               targets/fop/dev release.html release.pdf
  Log:
  Automatic publish at Tue Jul 15 07:07:26 CEST 2003 from http://forrestbot.cocoondev.org.
  
  Revision  Changes    Path
  1.17      +6 -6      xml-site/targets/fop/configuration.html
  
  Index: configuration.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/configuration.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- configuration.html	10 Jul 2003 18:47:12 -0000	1.16
  +++ configuration.html	15 Jul 2003 05:07:16 -0000	1.17
  @@ -391,7 +391,7 @@
           
   <td colspan="1" rowspan="1">baseDir</td>
           <td colspan="1" rowspan="1">URL</td>
  -        <td colspan="1" rowspan="1">directory containing the input FO file</td>
  +        <td colspan="1" rowspan="1">For command-line, the directory containing the input FO or XML file. For embedded, the current working directory.</td>
         
   </tr>
         
  @@ -405,7 +405,7 @@
         
   <tr>
           
  -<td colspan="1" rowspan="1">hyphenation-dir</td>
  +<td colspan="1" rowspan="1"><a href="#hyphenation-dir">hyphenation-dir</a></td>
           <td colspan="1" rowspan="1">URL</td>
           <td colspan="1" rowspan="1">None. This is for custom hyphenation patterns.</td>
         
  @@ -422,17 +422,17 @@
   </table>
   </div>
     
  -<a name="N1026D"></a><a name="detail-key-value"></a>
  +<a name="N1026F"></a><a name="detail-key-value"></a>
   <h3>Detail for Key-Value Configuration Options</h3>
   <div style="margin-left: 0 ; border: 2px">
   <p>The sections below provide detailed information for configuration options that are not self-explanatory. The parenthetical information after each key name indicates (Data Type, Default).</p>
  -<a name="N10276"></a><a name="hyphenation-dir"></a>
  +<a name="N10278"></a><a name="hyphenation-dir"></a>
   <h4>hyphenation-dir (URL, none)</h4>
   <div style="margin-left: 0 ; border: 2px">
   <p>Use this entry to indicate a directory containing custom hyphenation files (if any).
   See <a href="hyphenation.html">FOP: Hyphenation</a> for more information on creating and modifying hyphenation within FOP.</p>
   </div>
  -<a name="N10284"></a><a name="strokeSVGText"></a>
  +<a name="N10286"></a><a name="strokeSVGText"></a>
   <h4>strokeSVGText (boolean, True)</h4>
   <div style="margin-left: 0 ; border: 2px">
   <p>In some cases, some text in SVG documents is converted to graphical shapes instead of retaining its character as text. To force all text to be rendered as text, set strokeSVGText = false. For a discussion of this issue, see <a href="graphics.html#svg-pdf-text">FOP: Graphics, Placing SVG Text into PDF</a>.</p>
  @@ -443,7 +443,7 @@
   </div>
   </div>
     
  -<a name="N10296"></a><a name="fonts"></a>
  +<a name="N10298"></a><a name="fonts"></a>
   <h3>Fonts</h3>
   <div style="margin-left: 0 ; border: 2px">
   <p>Font configuration information is included in the FOP configuration file, but is documented at <a href="fonts.html">FOP: Fonts</a>. Note especially the section entitled <a href="fonts.html#register">Register Fonts with FOP</a>.</p>
  
  
  
  1.8       +161 -181  xml-site/targets/fop/configuration.pdf
  
  	<<Binary file>>
  
  
  1.33      +63 -85    xml-site/targets/fop/faq.html
  
  Index: faq.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/faq.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- faq.html	10 Jul 2003 18:47:13 -0000	1.32
  +++ faq.html	15 Jul 2003 05:07:16 -0000	1.33
  @@ -900,20 +900,9 @@
   <h5>2.10. FOP cannot find a file for fo:external-graphics.<span style="float: right"><a href="#cannot-find-external-graphics-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  -<p>
  -          The src attribute of the fo:external-graphics element takes an URI,
  -          not a file name.
  -        </p>
  -<p>
  -          Relative URLs are resolved against the baseDir property of FOP. For
  -          the command line FOP application, the baseDir is the directory of the
  -          input file, either the FO file or the XML source. If FOP is used
  -          embedded in a servlet, <a href="embedding.html">baseDir can be
  -            set explicitely</a>. If it's not set, it is usually the current
  -          working directory of the process which runs FOP.
  -        </p>
  +<p>The src attribute of the fo:external-graphics element requires a URI, not a file name. See <a href="fo.html#external-resources">External Resources</a> for more information about specifying URIs.</p>
   </div>
  -<a name="N10305"></a><a name="fonts-not-found"></a>
  +<a name="N10302"></a><a name="fonts-not-found"></a>
   <h5>2.11. FOP does not find my fonts.<span style="float: right"><a href="#fonts-not-found-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -934,10 +923,10 @@
           </p>
   </div>
   </div>
  -<a name="N10313"></a><a name="part-output"></a>
  +<a name="N10310"></a><a name="part-output"></a>
   <h4>3. Problems with FOP output</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<a name="N10317"></a><a name="leader-expansion"></a>
  +<a name="N10314"></a><a name="leader-expansion"></a>
   <h5>3.1. Leaders don't work anymore in 0.20.5. Instead of
         filling the line, only three dots or a short ruler is
         output.<span style="float: right"><a href="#leader-expansion-menu">^</a></span>
  @@ -973,7 +962,7 @@
             leader-length.optimum property.
           </p>
   </div>
  -<a name="N1032B"></a><a name="blank-page-between-page-sequences"></a>
  +<a name="N10328"></a><a name="blank-page-between-page-sequences"></a>
   <h5>3.2. Why does FOP insert a blank page between my page sequences?<span style="float: right"><a href="#blank-page-between-page-sequences-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -997,7 +986,7 @@
             <span class="codefrag">force-page-count="no-force"</span>.
           </p>
   </div>
  -<a name="N10343"></a><a name="graphic-not-displayed"></a>
  +<a name="N10340"></a><a name="graphic-not-displayed"></a>
   <h5>3.3. Why is my graphic not rendered?<span style="float: right"><a href="#graphic-not-displayed-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1027,19 +1016,19 @@
           
   </ul>
   </div>
  -<a name="N1036D"></a><a name="png-fails"></a>
  +<a name="N1036A"></a><a name="png-fails"></a>
   <h5>3.4. My graphical images do not work properly.<span style="float: right"><a href="#png-fails-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="graphics.html">FOP Graphics Formats</a> for a list of supported formats and related issues.</p>
   </div>
  -<a name="N10379"></a><a name="graphic-resolution"></a>
  +<a name="N10376"></a><a name="graphic-resolution"></a>
   <h5>3.5. Why is my graphic rendered at a different resolution than it was created?<span style="float: right"><a href="#graphic-resolution-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="graphics.html#resolution">Graphics Resolution</a>.</p>
   </div>
  -<a name="N10385"></a><a name="keep-with"></a>
  +<a name="N10382"></a><a name="keep-with"></a>
   <h5>3.6. Keep-with-next, keep-with-previous, keep-together
         don't work.<span style="float: right"><a href="#keep-with-menu">^</a></span>
   </h5>
  @@ -1074,7 +1063,7 @@
     &lt;/fo:table-body&gt;
   &lt;/fo:table&gt;</pre>
   </div>
  -<a name="N10397"></a><a name="table-missing"></a>
  +<a name="N10394"></a><a name="table-missing"></a>
   <h5>3.7. My tables are missing, or missing their content.<span style="float: right"><a href="#table-missing-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1090,7 +1079,7 @@
             fo:table-with-caption elements, so watch out.
           </p>
   </div>
  -<a name="N103A2"></a><a name="cells-overflow"></a>
  +<a name="N1039F"></a><a name="cells-overflow"></a>
   <h5>3.8. Text overflowing table cells and the like is not clipped. Long
           text flows into adjacent cells/block, obscuring stuff there.<span style="float: right"><a href="#cells-overflow-menu">^</a></span>
   </h5>
  @@ -1124,7 +1113,7 @@
             archive</a> for how to perform these tasks.
           </p>
   </div>
  -<a name="N103C4"></a><a name="page-number-align"></a>
  +<a name="N103C1"></a><a name="page-number-align"></a>
   <h5>3.9. Page numbers are not properly right aligned.<span style="float: right"><a href="#page-number-align-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1141,32 +1130,21 @@
             fixed. Check whether you can upgrade.
           </p>
   </div>
  -<a name="N103CF"></a><a name="hyphenation-fails"></a>
  +<a name="N103CC"></a><a name="hyphenation-fails"></a>
   <h5>3.10. Hyphenation does not work.<span style="float: right"><a href="#hyphenation-fails-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  -<p>
  -          Set the language attribute somewhere and explicitly enable hyphenation. 
  -          Check whether you use a language for which hyphenation is supported. 
  -          Supported languages can be deduced from the files in the {fop-dir}/src/hyph
  -          directory of the FOP source distribution. If you want to use a language
  -          FOP currently doesn't hyphenate, please see the 
  -          <a href="configuration.html#hyphenation">Configuration page</a>.
  -        </p>
  -<p>
  -          Set the language (on fo:page-sequence, fo:block or fo:character):
  -        </p>
  +<p>Make sure you have set the language and/or country attributes for an appropriate XSL-FO element (fo:page-sequence, fo:block or fo:character):</p>
   <pre class="code">&lt;fo:page-sequence language="fi"&gt;</pre>
  -<p>
  -          Enable hyphenation on a block:
  -        </p>
  +<p>See <a href="hyphenation.html#std">Standard Hyphenation Support</a> for a list of supported language and country codes, and <a href="hyphenation.html#custom">Custom Hyphenation Support</a> for instructions on adding support for other languages and countries.</p>
  +<p>Explicitly enable hyphenation for an appropriate XSL-FO element (fo:block, fo:character):</p>
   <pre class="code">&lt;fo:block hyphenate="true"&gt;</pre>
   </div>
   </div>
  -<a name="N103E9"></a><a name="part-embedding"></a>
  +<a name="N103EA"></a><a name="part-embedding"></a>
   <h4>4. Embedding FOP. Using FOP in a servlet.</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<a name="N103ED"></a><a name="servlet"></a>
  +<a name="N103EE"></a><a name="servlet"></a>
   <h5>4.1. How do I use FOP in a servlet?<span style="float: right"><a href="#servlet-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1174,7 +1152,7 @@
             See <a href="embedding.html#servlet">Using FOP in a Servlet</a>.
           </p>
   </div>
  -<a name="N103F9"></a><a name="servlet-with-xslt"></a>
  +<a name="N103FA"></a><a name="servlet-with-xslt"></a>
   <h5>4.2. How do I use FOP in a servlet with an XSLT
         transformation?<span style="float: right"><a href="#servlet-with-xslt-menu">^</a></span>
   </h5>
  @@ -1183,7 +1161,7 @@
             See <a href="embedding.html#servlet-transform">Using FOP in a Servlet with XSLT Transformation</a>.
           </p>
   </div>
  -<a name="N10405"></a><a name="servlet-xslt-params"></a>
  +<a name="N10406"></a><a name="servlet-xslt-params"></a>
   <h5>4.3. How do I pass parameters to the XSLT transformation?<span style="float: right"><a href="#servlet-xslt-params-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1191,7 +1169,7 @@
             See <a href="embedding.html#servlet-transform">Using FOP in a Servlet with XSLT Transformation</a>.
           </p>
   </div>
  -<a name="N10411"></a><a name="servlet-nonstd-fonts"></a>
  +<a name="N10412"></a><a name="servlet-nonstd-fonts"></a>
   <h5>4.4. How do I use my own fonts when running FOP from a
         servlet?<span style="float: right"><a href="#servlet-nonstd-fonts-menu">^</a></span>
   </h5>
  @@ -1201,7 +1179,7 @@
   See <a href="#usercfg">loading the user configuration file</a> for further details.
           </p>
   </div>
  -<a name="N10420"></a><a name="servlet-baseDir"></a>
  +<a name="N10421"></a><a name="servlet-baseDir"></a>
   <h5>4.5. How do I set the baseDir property in a servlet environment?<span style="float: right"><a href="#servlet-baseDir-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1209,7 +1187,7 @@
             See <a href="embedding.html#config-internal">Setting the Configuration Programmatically</a>.
           </p>
   </div>
  -<a name="N1042C"></a><a name="usercfg"></a>
  +<a name="N1042D"></a><a name="usercfg"></a>
   <h5>4.6. How do I use a user configuration file from a servlet?<span style="float: right"><a href="#usercfg-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1217,7 +1195,7 @@
             See <a href="embedding.html#config-external">Using a Configuration File in an Embedded App</a>.
           </p>
   </div>
  -<a name="N10438"></a><a name="servlet-NoClassDefFound"></a>
  +<a name="N10439"></a><a name="servlet-NoClassDefFound"></a>
   <h5>4.7. I keep getting NoClassDefFound and other exceptions. How do I
           get FOP working for various servlet engines?<span style="float: right"><a href="#servlet-NoClassDefFound-menu">^</a></span>
   </h5>
  @@ -1226,7 +1204,7 @@
             See <a href="embedding.html#servlet-engine">Servlet Engines</a>.
           </p>
   </div>
  -<a name="N10444"></a><a name="multithreaded"></a>
  +<a name="N10445"></a><a name="multithreaded"></a>
   <h5>4.8. Can FOP be used in multithreaded environments?<span style="float: right"><a href="#multithreaded-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1235,23 +1213,23 @@
           </p>
   </div>
   </div>
  -<a name="N10450"></a><a name="part-svg"></a>
  +<a name="N10451"></a><a name="part-svg"></a>
   <h4>5. SVG specific questions</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<a name="N10454"></a><a name="svg-text"></a>
  +<a name="N10455"></a><a name="svg-text"></a>
   <h5>5.1. The rendering of SVG text in my PDF is of poor quality.
   Can I control this?<span style="float: right"><a href="#svg-text-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="graphics.html#svg-pdf-text">Placing SVG Text into PDF</a>.</p>
   </div>
  -<a name="N10460"></a><a name="svg-headless"></a>
  +<a name="N10461"></a><a name="svg-headless"></a>
   <h5>5.2. How do I use FOP with SVG on headless servers?<span style="float: right"><a href="#svg-headless-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="graphics.html#batik">FOP: Graphics (Batik)</a>.</p>
   </div>
  -<a name="N1046C"></a><a name="svghangs"></a>
  +<a name="N1046D"></a><a name="svghangs"></a>
   <h5>5.3. FOP does not exit if a SVG is included.<span style="float: right"><a href="#svghangs-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1261,7 +1239,7 @@
             System.exit(0) somewhere.
           </p>
   </div>
  -<a name="N10474"></a><a name="svg-url"></a>
  +<a name="N10475"></a><a name="svg-url"></a>
   <h5>5.4. I have problems with SVG referring to gradients etc. using
           "uri(#stuff)". I get a MalformedURLException.<span style="float: right"><a href="#svg-url-menu">^</a></span>
   </h5>
  @@ -1314,17 +1292,17 @@
   <p>See also <a href="#MalformedURL">MalformedURLException</a>
   </p>
   </div>
  -<a name="N104A0"></a><a name="svg-scaling"></a>
  +<a name="N104A1"></a><a name="svg-scaling"></a>
   <h5>5.5. Why is my SVG rendered at a size different from that specified in my fo:external-graphic element?<span style="float: right"><a href="#svg-scaling-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="graphics.html#svg-scaling">SVG Scaling</a>.</p>
   </div>
   </div>
  -<a name="N104AC"></a><a name="part-pdf"></a>
  +<a name="N104AD"></a><a name="part-pdf"></a>
   <h4>6. PDF specific (includes Acrobat peculiarities)</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<a name="N104B0"></a><a name="pdf-embed-font"></a>
  +<a name="N104B1"></a><a name="pdf-embed-font"></a>
   <h5>6.1. How do I embed fonts in PDF?<span style="float: right"><a href="#pdf-embed-font-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1333,7 +1311,7 @@
             about embedding fonts.
           </p>
   </div>
  -<a name="N104BC"></a><a name="pdf-characters"></a>
  +<a name="N104BD"></a><a name="pdf-characters"></a>
   <h5>6.2. Some characters are not displayed, or displayed incorrectly, or
         displayed as &ldquo;#&rdquo;.<span style="float: right"><a href="#pdf-characters-menu">^</a></span>
   </h5>
  @@ -1368,13 +1346,13 @@
           </p>
   <pre class="code">&lt;fo:inline font-family="Helvetica"&gt;&amp;#x2205;&lt;/fo:inline&gt;</pre>
   </div>
  -<a name="N104E0"></a><a name="pdf-postprocess"></a>
  +<a name="N104E1"></a><a name="pdf-postprocess"></a>
   <h5>6.3. What tools are available for post-processing my PDF document?<span style="float: right"><a href="#pdf-postprocess-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="output.html#pdf-postprocess">PDF Post-processing</a>.</p>
   </div>
  -<a name="N104EC"></a><a name="pdf-security"></a>
  +<a name="N104ED"></a><a name="pdf-security"></a>
   <h5>6.4. How do I add security features (encryption, disable printing)
         to my PDF document?<span style="float: right"><a href="#pdf-security-menu">^</a></span>
   </h5>
  @@ -1384,20 +1362,20 @@
             See also <a href="output.html#pdf-postprocess">PDF Post-processing</a>.
           </p>
   </div>
  -<a name="N104FC"></a><a name="pdf-doc-properties"></a>
  +<a name="N104FD"></a><a name="pdf-doc-properties"></a>
   <h5>6.5. How do I add document properties (title, author, etc.) to my
         PDF document?<span style="float: right"><a href="#pdf-doc-properties-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="output.html#pdf-postprocess">PDF Post-processing</a>.</p>
   </div>
  -<a name="N10508"></a><a name="pdf-watermark"></a>
  +<a name="N10509"></a><a name="pdf-watermark"></a>
   <h5>6.6. How do I add watermarks to my PDF document?<span style="float: right"><a href="#pdf-watermark-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
   <p>See <a href="output.html#pdf-watermark">PDF Watermarks</a>.</p>
   </div>
  -<a name="N10514"></a><a name="pdf-print-contortion"></a>
  +<a name="N10515"></a><a name="pdf-print-contortion"></a>
   <h5>6.7. The PDF is printed contorted!<span style="float: right"><a href="#pdf-print-contortion-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1409,7 +1387,7 @@
             settings too.
           </p>
   </div>
  -<a name="N1051C"></a><a name="pdf-bookmark-display"></a>
  +<a name="N1051D"></a><a name="pdf-bookmark-display"></a>
   <h5>6.8. How do I control the Acrobat bookmark display?<span style="float: right"><a href="#pdf-bookmark-display-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1420,10 +1398,10 @@
           </p>
   </div>
   </div>
  -<a name="N10528"></a><a name="part-iex"></a>
  +<a name="N10529"></a><a name="part-iex"></a>
   <h4>7. IEx specific stuff</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<a name="N1052C"></a><a name="iex-servlet-multiple"></a>
  +<a name="N1052D"></a><a name="iex-servlet-multiple"></a>
   <h5>7.1. The FOP servlet is called multiple times!<span style="float: right"><a href="#iex-servlet-multiple-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1433,7 +1411,7 @@
             for more information.
           </p>
   </div>
  -<a name="N10538"></a><a name="iex-pdf-print-from-browser"></a>
  +<a name="N10539"></a><a name="iex-pdf-print-from-browser"></a>
   <h5>7.2. How do I print PDF directly from the browser?<span style="float: right"><a href="#iex-pdf-print-from-browser-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1457,10 +1435,10 @@
           </p>
   </div>
   </div>
  -<a name="N10549"></a><a name="part-input"></a>
  +<a name="N1054A"></a><a name="part-input"></a>
   <h4>8. General questions regarding XSLT, XSLFO, and basic XML</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<a name="N1054D"></a><a name="fo-center"></a>
  +<a name="N1054E"></a><a name="fo-center"></a>
   <h5>8.1. (FO) How do I vertically center an image or a table (or
         whatever)?<span style="float: right"><a href="#fo-center-menu">^</a></span>
   </h5>
  @@ -1469,7 +1447,7 @@
             See <a href="fo.html#fo-center-vertical">XSL-FO Vertical Centering</a>.
           </p>
   </div>
  -<a name="N10559"></a><a name="fo-center-table-horizon"></a>
  +<a name="N1055A"></a><a name="fo-center-table-horizon"></a>
   <h5>8.2. (FO) How do I center a table horizontally?<span style="float: right"><a href="#fo-center-table-horizon-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1477,7 +1455,7 @@
             See <a href="fo.html#fo-center-table-horizon">XSL-FO Horizontal Centering (Tables)</a>.
           </p>
   </div>
  -<a name="N10565"></a><a name="fo-page-outer"></a>
  +<a name="N10566"></a><a name="fo-page-outer"></a>
   <h5>8.3. (FO) How to get page numbers printed on the "outer side" of the
           page (for books, for example)?<span style="float: right"><a href="#fo-page-outer-menu">^</a></span>
   </h5>
  @@ -1486,7 +1464,7 @@
             See <a href="fo.html#fo-oddeven">Recto/Verso Static Content Differences</a>.
           </p>
   </div>
  -<a name="N10571"></a><a name="oddeven"></a>
  +<a name="N10572"></a><a name="oddeven"></a>
   <h5>8.4. (FO) How do I use different static content for odd and even
         pages?<span style="float: right"><a href="#oddeven-menu">^</a></span>
   </h5>
  @@ -1495,7 +1473,7 @@
             See <a href="fo.html#fo-oddeven">Recto/Verso Static Content Differences</a>.
           </p>
   </div>
  -<a name="N1057D"></a><a name="fo-first-page-header"></a>
  +<a name="N1057E"></a><a name="fo-first-page-header"></a>
   <h5>8.5. (FO) How do I get a special header on the first page?<span style="float: right"><a href="#fo-first-page-header-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1503,7 +1481,7 @@
             See <a href="fo.html#fo-first-page">Making the First Page Special</a>.
           </p>
   </div>
  -<a name="N10589"></a><a name="fo-omit-headers"></a>
  +<a name="N1058A"></a><a name="fo-omit-headers"></a>
   <h5>8.6. (FO) How do I omit my headers on a blank page? How do I write
         "This page is left blank" on an intentionally blank page?<span style="float: right"><a href="#fo-omit-headers-menu">^</a></span>
   </h5>
  @@ -1512,7 +1490,7 @@
             See <a href="fo.html#fo-blank-pages">Blank Pages</a>.
           </p>
   </div>
  -<a name="N10595"></a><a name="fo-special-symbols"></a>
  +<a name="N10596"></a><a name="fo-special-symbols"></a>
   <h5>8.7. (FO) How do I print an Euro sign, a checkbox or other some other
         special symbols?<span style="float: right"><a href="#fo-special-symbols-menu">^</a></span>
   </h5>
  @@ -1521,7 +1499,7 @@
             See <a href="fo.html#xml-special-chars">Special Characters</a>.
           </p>
   </div>
  -<a name="N105A1"></a><a name="fo-preformat"></a>
  +<a name="N105A2"></a><a name="fo-preformat"></a>
   <h5>8.8. (FO) How do I keep linebreaks and hard spaces? How do I get
           preformatted text displayed as expected?<span style="float: right"><a href="#fo-preformat-menu">^</a></span>
   </h5>
  @@ -1530,7 +1508,7 @@
             See <a href="fo.html#fo-preformat">Preformatting Content</a>.
           </p>
   </div>
  -<a name="N105AD"></a><a name="fo-total-pages"></a>
  +<a name="N105AE"></a><a name="fo-total-pages"></a>
   <h5>8.9. (FO) How do I print the total number of pages, for example "page 1
         of 12"<span style="float: right"><a href="#fo-total-pages-menu">^</a></span>
   </h5>
  @@ -1539,7 +1517,7 @@
             See <a href="fo.html#fo-total-pages">Total Document Pages</a>.
           </p>
   </div>
  -<a name="N105B9"></a><a name="fo-region-overlap"></a>
  +<a name="N105BA"></a><a name="fo-region-overlap"></a>
   <h5>8.10. (FO) The header overlaps body content. The body extends into
         the footer.<span style="float: right"><a href="#fo-region-overlap-menu">^</a></span>
   </h5>
  @@ -1548,7 +1526,7 @@
             See <a href="fo.html#fo-region-align">Aligning Regions</a>.
           </p>
   </div>
  -<a name="N105C5"></a><a name="fo-lines"></a>
  +<a name="N105C6"></a><a name="fo-lines"></a>
   <h5>8.11. (FO) How do I get lines in the document, as separators, side
         bars or folding marks?<span style="float: right"><a href="#fo-lines-menu">^</a></span>
   </h5>
  @@ -1557,7 +1535,7 @@
             See <a href="fo.html#fo-lines">Drawing Lines</a>.
           </p>
   </div>
  -<a name="N105D1"></a><a name="fo-validate"></a>
  +<a name="N105D2"></a><a name="fo-validate"></a>
   <h5>8.12. (FO) How do I validate my FO document?<span style="float: right"><a href="#fo-validate-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1565,7 +1543,7 @@
             See <a href="fo.html#fo-validate">Validating XSL-FO</a>.
           </p>
   </div>
  -<a name="N105DD"></a><a name="xml-non-breaking-space"></a>
  +<a name="N105DE"></a><a name="xml-non-breaking-space"></a>
   <h5>8.13. (XML) How do I get a non-breaking space in FO? There are complaints about &amp;nbsp;.<span style="float: right"><a href="#xml-non-breaking-space-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1573,7 +1551,7 @@
             See <a href="fo.html#xml-special-chars">XML Special Characters</a>.
           </p>
   </div>
  -<a name="N105EC"></a><a name="xml-undefined-entities"></a>
  +<a name="N105ED"></a><a name="xml-undefined-entities"></a>
   <h5>8.14. (XML) How do I enter special characters in XML? There are complaints about undefined entities, such as &amp;uuml;, which work in HTML. <span style="float: right"><a href="#xml-undefined-entities-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1581,7 +1559,7 @@
             See <a href="fo.html#xml-special-chars">XML Special Characters</a>.
           </p>
   </div>
  -<a name="N105FB"></a><a name="xml-illegal-entities"></a>
  +<a name="N105FC"></a><a name="xml-illegal-entities"></a>
   <h5>8.15. (XML) There are complaints about illegal characters and entities
         in the input.<span style="float: right"><a href="#xml-illegal-entities-menu">^</a></span>
   </h5>
  @@ -1590,7 +1568,7 @@
             See <a href="fo.html#xml-entity-chars">Using HTML Character Names</a>.
           </p>
   </div>
  -<a name="N10607"></a><a name="xml-illegal-chars"></a>
  +<a name="N10608"></a><a name="xml-illegal-chars"></a>
   <h5>8.16. (XML) There are complaints about illegal bytes or characters in
         the input. There are odd characters in the result.<span style="float: right"><a href="#xml-illegal-chars-menu">^</a></span>
   </h5>
  @@ -1600,10 +1578,10 @@
           </p>
   </div>
   </div>
  -<a name="N10613"></a><a name="part-help"></a>
  +<a name="N10614"></a><a name="part-help"></a>
   <h4>9. General suggestions. How to solve problems.</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<a name="N10617"></a><a name="bugs"></a>
  +<a name="N10618"></a><a name="bugs"></a>
   <h5>9.1. I think I have found a bug in FOP. What should I do?<span style="float: right"><a href="#bugs-menu">^</a></span>
   </h5>
   <div style="margin-left: 15 ; border: 2px">
  @@ -1612,7 +1590,7 @@
             bugs already reported and how to report new ones.
           </p>
   </div>
  -<a name="N10623"></a><a name="postquestions"></a>
  +<a name="N10624"></a><a name="postquestions"></a>
   <h5>9.2. I have questions that are not addressed in this FAQ. Where
         should I post them?<span style="float: right"><a href="#postquestions-menu">^</a></span>
   </h5>
  
  
  
  1.19      +1767 -1921xml-site/targets/fop/faq.pdf
  
  	<<Binary file>>
  
  
  1.9       +12 -0     xml-site/targets/fop/fo.html
  
  Index: fo.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/fo.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- fo.html	10 Jul 2003 18:47:14 -0000	1.8
  +++ fo.html	15 Jul 2003 05:07:18 -0000	1.9
  @@ -362,6 +362,9 @@
   <li>
   <a href="#landscape">Producing landscape pages</a>
   </li>
  +<li>
  +<a href="#external-resources">External Resources</a>
  +</li>
   </ul>
   </li>
   </ul>
  @@ -827,6 +830,15 @@
       &lt;fo:region-body/&gt;
     &lt;/fo:simple-page-master&gt;
   &lt;/fo:layout-master-set&gt;</pre>
  +</div>
  +<a name="N10320"></a><a name="external-resources"></a>
  +<h4>External Resources</h4>
  +<div style="margin-left: 0 ; border: 2px">
  +<p>Resources needed by an XSL-FO file that are external to it (graphics, for example), are defined in the XSL-FO standard as being of type "uri-specification". This is defined in the standard at <a target="_top" href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8794-Property-Datatypes">Section 5.11 Property Datatypes</a>, which includes a link to the URI standard itself. Refer to the XSL-FO and URI standards themselves for more detailed instructions.</p>
  +<p>URIs may be either absolute or relative to a base URI. (See <a href="configuration.html">FOP: Configuration</a> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
  +<pre class="code">&lt;fo:external-graphic src="url('images/logo.jpg')"/&gt;</pre>
  +<p>Here is an example referencing an external-graphic that is an absolute URI on a local filesystem:</p>
  +<pre class="code">fo:external-graphic src="url('file:d:///images/logo.jpg')"/&gt;</pre>
   </div>
   </div>
     
  
  
  
  1.5       +339 -196  xml-site/targets/fop/fo.pdf
  
  	<<Binary file>>
  
  
  1.2       +136 -35   xml-site/targets/fop/hyphenation.html
  
  Index: hyphenation.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/hyphenation.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hyphenation.html	10 Jul 2003 18:47:14 -0000	1.1
  +++ hyphenation.html	15 Jul 2003 05:07:18 -0000	1.2
  @@ -309,63 +309,164 @@
   </table>
   <ul class="minitoc">
   <li>
  -<a href="#hyphenation">Setting up hyphenation</a>
  +<a href="#std">Standard Hyphenation Support</a>
  +</li>
  +<li>
  +<a href="#custom">Custom Hyphenation Support</a>
   <ul class="minitoc">
   <li>
  -<a href="#hyphenation-sources">Places to find TeX hyphenation pattern files</a>
  +<a href="#custom-intro">Introduction</a>
  +</li>
  +<li>
  +<a href="#custom-license-issues">License Issues</a>
  +</li>
  +<li>
  +<a href="#custom-sources">Sources of Custom Hyphenation Pattern Files</a>
  +</li>
  +<li>
  +<a href="#custom-install">Installing Custom Hyphenation Patterns</a>
   </li>
   </ul>
   </li>
   </ul>
       
  -<a name="N101BE"></a><a name="hyphenation"></a>
  -<h3>Setting up hyphenation</h3>
  +<a name="N101BE"></a><a name="std"></a>
  +<h3>Standard Hyphenation Support</h3>
  +<div style="margin-left: 0 ; border: 2px">
  +<p>FOP includes hyphenation support for the following languages:</p>
  +<table class="ForrestTable" cellspacing="1" cellpadding="4">
  +        
  +<tr>
  +          
  +<th colspan="1" rowspan="1">language_COUNTRY code</th>
  +          <th colspan="1" rowspan="1">Description</th>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">en</td>
  +          <td colspan="1" rowspan="1">English</td>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">es</td>
  +          <td colspan="1" rowspan="1">Spanish</td>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">fi</td>
  +          <td colspan="1" rowspan="1">Finnish</td>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">hu</td>
  +          <td colspan="1" rowspan="1">Hungarian</td>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">it</td>
  +          <td colspan="1" rowspan="1">Italian</td>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">pl</td>
  +          <td colspan="1" rowspan="1">Polish</td>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">pt</td>
  +          <td colspan="1" rowspan="1">Portuguese</td>
  +        
  +</tr>
  +        
  +<tr>
  +          
  +<td colspan="1" rowspan="1">ru</td>
  +          <td colspan="1" rowspan="1">Russian</td>
  +        
  +</tr>
  +      
  +</table>
  +</div>
  +    
  +<a name="N10240"></a><a name="custom"></a>
  +<h3>Custom Hyphenation Support</h3>
  +<div style="margin-left: 0 ; border: 2px">
  +<a name="N10246"></a><a name="custom-intro"></a>
  +<h4>Introduction</h4>
  +<div style="margin-left: 0 ; border: 2px">
  +<p>FOP uses an XML-based TeX-like hyphenation pattern scheme.
  +However, because of <a href="#license-issues">licensing issues</a>, there are currently some significant holes in FOP's hyphenation support.
  +The information in this section is intended to help you work around these limitations, if possible, add support for other languages, or enhance FOP's support of current languages.</p>
  +<div class="frame note">
  +<div class="label">Note</div>
  +<div class="content">If you have access to hyphenation patterns that are licensed in an Apache-compatible way, or if you have made improvements to an existing FOP hyphenation pattern, or if you have created one from scratch, please consider contributing these to FOP so that they can benefit other FOP users as well. Please inquire on the <a href="maillist.html#fop-user">FOP User mailing list</a>.</div>
  +</div>
  +</div>
  +<a name="N1025B"></a><a name="custom-license-issues"></a>
  +<h4>License Issues</h4>
  +<div style="margin-left: 0 ; border: 2px">
  +<p>Many of the hyphenation files distributed with TeX and its offspring are licenced under the <a target="_blank" href="http://www.latex-project.org/lppl.html">LaTeX Project Public License (LPPL)</a>, which prevents them from being distributed with Apache software.
  +Although Apache FOP cannot redistribute hyphenation pattern files that do not conform with its license scheme, that does not necessarily prevent users from using such hyphenation patterns with FOP.
  +However, it does place on the user the responsibility for determining whether the user can rightly use such hyphenation patterns under the hyphenation pattern license.</p>
  +<div class="frame warning">
  +<div class="label">Warning</div>
  +<div class="content">The user is responsible to settle license issues for hyphenation pattern files that are obtained from non-Apache sources.</div>
  +</div>
  +</div>
  +<a name="N1026C"></a><a name="custom-sources"></a>
  +<h4>Sources of Custom Hyphenation Pattern Files</h4>
   <div style="margin-left: 0 ; border: 2px">
  -<p>FOP comes already with some hyphenation patterns.
  -If you need a hyphenation pattern which isn't included in the distribution, do the following:</p>
  +<p>The most important source of hyphenation pattern files is the <a target="_blank" href="http://www.ctan.org/tex-archive/language/hyphenation/">CTAN TeX Archive</a>.</p>
  +</div>
  +<a name="N1027A"></a><a name="custom-install"></a>
  +<h4>Installing Custom Hyphenation Patterns</h4>
  +<div style="margin-left: 0 ; border: 2px">
  +<p>To install custom a custom hyphenation pattern for use with FOP:</p>
   <ol>
           
  -<li>Get the TeX hyphenation pattern file and turn it into an xml file which
  -conforms to the hyphenation.dtd in the subdirectory {fop-dir}/src/hyph.</li>
  +<li>Convert the TeX hyphenation pattern file to the FOP format. The FOP format is an xml file conforming to the DTD found at <span class="codefrag">{fop-dir}/src/hyph/hyphenation.dtd</span>.</li>
           
   <li>Name this new file following this schema: <span class="codefrag">languageCode_countryCode.xml</span>.
  -If you don't need a country code, leave it out, e.g. the file name for an American
  -english hyphenation pattern would look like this: <span class="codefrag">en_US.xml</span>.
  -For an Italian file: <span class="codefrag">it.xml</span>.
  -Language and country codes must be the same as in XSL-FO, that is follow <a href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">ISO 639</a> and
  -<a href="http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt">ISO 3166</a>
  -respectively.
  -NOTE: The ISO 639/ISO 3166 convention is that language names are
  -written in lower case, while country codes are written in upper case.</li>
  +The country code is optional, and should be used only if needed. For example:
  +          <ul>
  +            
  +<li>
  +<span class="codefrag">en_US.xml</span> would be the file name for an American English hyphenation pattern.</li>
  +            
  +<li>
  +<span class="codefrag">it.xml</span> would be the file name for an Italian hyphenation pattern.</li>
  +          
  +</ul>
  +The language and country codes must match the XSL-FO input, which follows <a href="http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt">ISO 639</a> (languages) and
  +<a href="http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt">ISO 3166</a> (countries).
  +NOTE: The ISO 639/ISO 3166 convention is that language names are written in lower case, while country codes are written in upper case.</li>
           
  -<li>If you have built your new hyphenation pattern file successfully there are
  -two ways to make it accessible to FOP.
  +<li>There are two ways to make the FOP-compatible hyphenation pattern file accessible to FOP:
             <ul>
               
  -<li>Put this new file into the directory {fop-dir}/src/hyph and rebuild FOP. The file will be picked up and added to fop.jar.</li>
  +<li>Place the FOP-compatible hyphenation pattern file into the directory {fop-dir}/src/hyph and rebuild FOP. The file will be picked up and added to fop.jar.</li>
               
  -<li>Put the file into a directory of your choice and specify this directory
  -in the userconfig.xml in the entry &lt;hyphenation-dir&gt;.</li>
  +<li>Put the file into a directory of your choice and configure FOP to look for custom patterns in this directory, by setting the <a href="configuration.html#hyphenation-dir">&lt;hyphenation-dir&gt; configuration option</a>.</li>
             
   </ul>
           
   </li>
         
   </ol>
  -<a name="N101ED"></a><a name="hyphenation-sources"></a>
  -<h4>Places to find TeX hyphenation pattern files</h4>
  -<div style="margin-left: 0 ; border: 2px">
  -<p>The most important place to find hyphenation pattern file is the <a target="_blank" href="http://www.ctan.org/tex-archive/language/hyphenation/">CTAN TeX Archive</a>.</p>
  -</div>
  -<div class="frame warning">
  -<div class="label">Warning</div>
  -<div class="content">You have to carefully check license issues when using hyphenation pattern files from other places.
  -The licenses of the files found on the Internet are not always clear.</div>
  -</div>
  -<div class="frame note">
  -<div class="label">Note</div>
  -<div class="content">Most of the files published in the CTAN Archive are licenced under the <a target="_blank" href="http://www.latex-project.org/lppl.html">LaTeX Project Public License (LPPL)</a>.
  -The Apache Foundation can't redistribute files under this license. If you want to use such a file you have to decide for yourself if you can use (and possibly distribute) the file under these conditions.</div>
   </div>
   </div>
     
  
  
  
  1.2       +405 -79   xml-site/targets/fop/hyphenation.pdf
  
  	<<Binary file>>
  
  
  1.24      +22 -5     xml-site/targets/fop/relnotes.html
  
  Index: relnotes.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/relnotes.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- relnotes.html	10 Jul 2003 18:47:14 -0000	1.23
  +++ relnotes.html	15 Jul 2003 05:07:18 -0000	1.24
  @@ -327,9 +327,11 @@
   <ul>
       
   <li>Some hyphenation patterns (cs, da, de, de_DR, el, en, en_US, fr, nl,
  -        no, pt, ru, sk, tr) have been removed due to licensing reasons
  -        (en_GB hyphenation has been renamed to en).
  -        We hope to resolve this issue before the final release.
  +      no, sk, tr) have been removed due to licensing reasons
  +      (en_GB hyphenation has been renamed to en).
  +      We're still working on this issue
  +      (see <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPAudits/March2003">
  +      Wiki</a> for details).
       </li>
       
   <li>Documentation is now built with <a href="http://xml.apache.org/forrest/">
  @@ -357,11 +359,26 @@
   <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
           a problem you can set the system property "links.merge" to "no".
       </li>
  +    
  +<li>FOP has been compiled with cryptography support. See <a href="pdfencryption.html">
  +      PDF encryption</a> for details about installation and usage.
  +    </li>
  +    
  +<li>The behaviour of leader has changed. See
  +      <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19341">bug #19341</a>,
  +      <a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19465">bug #19465</a>
  +      and <span class="codefrag">leader.fo</span> (examples).
  +    </li>
  +    
  +<li>
  +      For a more detailed list of changes, see the CHANGES file in the root of the
  +      FOP distribution.
  +    </li>
     
   </ul>
   </div>
   
  -<a name="N101F0"></a><a name="FOP+0.20.4"></a>
  +<a name="N1020C"></a><a name="FOP+0.20.4"></a>
   <h3>FOP 0.20.4</h3>
   <div style="margin-left: 0 ; border: 2px">
   <p>Important changes since 0.20.3:</p>
  @@ -414,7 +431,7 @@
   </div>
   
   
  -<a name="N10226"></a><a name="FOP+0.20.3"></a>
  +<a name="N10242"></a><a name="FOP+0.20.3"></a>
   <h3>FOP 0.20.3</h3>
   <div style="margin-left: 0 ; border: 2px">
   <p>Important Information:</p>
  
  
  
  1.10      +235 -144  xml-site/targets/fop/relnotes.pdf
  
  	<<Binary file>>
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/FOPropertySets.html
  
  Index: FOPropertySets.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/FOPropertySets.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.20      +0 -0      xml-site/targets/fop/design/alt.design/FoXMLEvent.html
  
  Index: FoXMLEvent.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/FoXMLEvent.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  
  
  
  1.20      +0 -0      xml-site/targets/fop/design/alt.design/SyncedFoXmlEventsBuffer.html
  
  Index: SyncedFoXmlEventsBuffer.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/SyncedFoXmlEventsBuffer.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  
  
  
  1.20      +0 -0      xml-site/targets/fop/design/alt.design/XMLNamespaces.html
  
  Index: XMLNamespaces.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/XMLNamespaces.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  
  
  
  1.19      +0 -0      xml-site/targets/fop/design/alt.design/codedisplay.js
  
  Index: codedisplay.js
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/codedisplay.js,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/AbstractPropertyValue.html
  
  Index: AbstractPropertyValue.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/AbstractPropertyValue.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/FOAttributes.html
  
  Index: FOAttributes.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/FOAttributes.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/PropNames.html
  
  Index: PropNames.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/PropNames.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/Property.html
  
  Index: Property.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/Property.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/PropertyConsts.html
  
  Index: PropertyConsts.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyConsts.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/PropertyParser.html
  
  Index: PropertyParser.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyParser.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/PropertySets.html
  
  Index: PropertySets.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertySets.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/PropertyTokenizer.html
  
  Index: PropertyTokenizer.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyTokenizer.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/PropertyValue.html
  
  Index: PropertyValue.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyValue.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/PropertyValueList.html
  
  Index: PropertyValueList.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/PropertyValueList.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.29      +0 -0      xml-site/targets/fop/design/alt.design/properties/ShorthandPropSets.html
  
  Index: ShorthandPropSets.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/ShorthandPropSets.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  
  
  
  1.19      +0 -0      xml-site/targets/fop/design/alt.design/properties/codedisplay.js
  
  Index: codedisplay.js
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/design/alt.design/properties/codedisplay.js,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  
  
  
  1.3       +8 -3      xml-site/targets/fop/dev/release.html
  
  Index: release.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/fop/dev/release.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- release.html	7 Jul 2003 04:45:19 -0000	1.2
  +++ release.html	15 Jul 2003 05:07:21 -0000	1.3
  @@ -316,14 +316,15 @@
           
   <li>Copy jimi and jai to lib/ (jimi-1.0.jar, jai_core.jar, jai_codec.jar)</li>
           
  +<li>Copy jce-jdk13-119.jar from <a href="http://www.bouncycastle.org/latest_releases.html">
  +          from http://www.bouncycastle.org/latest_releases.html</a> to lib/</li>
  +        
   <li>Run build[.sh] dist. Use jdk1.3. A Forrest installation is needed.</li>
           
   <li>Create signatures. Don't forget to upload your KEY:
             <span class="codefrag">gpg -a -b --force-v3-sigs fop-0.20.5rc3-bin.tar.gz etc.</span>
   </li>
           
  -<li>[md5?]</li>
  -        
   <li>Upload to www.apache.org. (An account on daedalus is needed):
             <span class="codefrag">scp fop-0.20.5rc3*.tar.gz* 
   chrisg@www.apache.org:/www/www.apache.org/dist/xml/fop/</span>
  @@ -333,6 +334,10 @@
             <span class="codefrag">chmod 664 ... ; chgrp xml ...</span>
   </li>
           
  +<li>Add MD5 sums: <span class="codefrag">md5 fop-0.20.5rc3-bin.tar.gz &gt;
  +          fop-0.20.5rc3-bin.tar.gz.md5</span>
  +</li>
  +        
   <li>Make a test download.</li>
           
   <li>Wait 24 hours (for the mirrors to catch up).</li>
  @@ -344,7 +349,7 @@
   </ul>
   </div>
       
  -<a name="N1020F"></a><a name="other-checklists"></a>
  +<a name="N10218"></a><a name="other-checklists"></a>
   <h3>Resources</h3>
   <div style="margin-left: 0 ; border: 2px">
   <p>The following is a sample of some other project release checlists, which might be consulted for ideas:</p>
  
  
  
  1.2       +131 -92   xml-site/targets/fop/dev/release.pdf
  
  	<<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: general-cvs-help@xml.apache.org