]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
updated/corrected documentation for 0.20.3 release
authorgeisert <geisert@unknown>
Tue, 5 Feb 2002 19:14:58 +0000 (19:14 +0000)
committergeisert <geisert@unknown>
Tue, 5 Feb 2002 19:14:58 +0000 (19:14 +0000)
(thanks to Rainer Garus and Sim IJskes)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194628 13f79535-47bb-0310-9956-ffa450edef68

docs/xml-docs/fop/fonts.xml
docs/xml-docs/fop/implemented.xml
docs/xml-docs/fop/output.xml
docs/xml-docs/fop/readme.xml
docs/xml-docs/fop/resources.xml
docs/xml-docs/fop/running.xml

index 0164e65205e1cbda2cccc2cc6bc2ea0c9e1faad9..53f6c92d52b5ea2764df94fda32ef0a18e653005 100644 (file)
                <s3 title="Generating a font metrics file">
                        <p>     Run the class org.apache.fop.fonts.apps.PFMReader to generate the XML file.
                        </p>
-                       <p>
-                               <code>java -cp fop.jar;xerces.jar;xalan.jar;batik.jar</code>
+                       <p>Windows:</p>
+                        <p>
+                       <code>java -cp build\fop.jar;lib\xerces.jar;lib\xalan.jar;lib\batik.jar
+                       org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
                        </p>
+                       <p>Unix:</p>
                        <p>
-                               <code>org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
+                        <code>java -cp build/fop.jar:lib/xerces.jar:lib/xalan.jar:lib/batik.jar
+                        org.apache.fop.fonts.apps.PFMReader pfm-file xml-file</code>
                        </p>
                        <note><p>The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and
                        calculations which are only an approximation to the real values. FontBBox and Italic Angle can be found in
index 2cf614707c7c3274d05db1c01799571422060a4c..65d2e616c96e235ca0953e2eb67a90e84b3f2bb5 100644 (file)
@@ -5,8 +5,8 @@
 
 <s1 title="Features">
   <s2 title="What's Implemented?">
-      <p>The following formatting objects and properties of the xsl-fo 
-         candidate recommendation are implemented.Please have also a look at the 
+      <p>The following formatting objects and properties of the XSL-FO 1.0
+         W3C Recommandation are implemented.Please have also a look at the 
          section on <jump href="limitations.html">limitations</jump>
       </p>
   </s2>
     </s3>
   </s2>
 
-
-border and padding shorthand properties 
-
   <s2 title="2) Properties">
   <p>Property values can be computed. Compound properties are also understood by Fop.</p>
     <ul>
@@ -179,6 +176,7 @@ border and padding shorthand properties
       <li>margin-right (only on pages and regions) </li>
       <li>margin-top (only on pages and regions) </li>
       <li>master-name </li>
+      <li>master-reference </li>
       <li>maximum-repeats</li>
       <li>number-columns-spanned</li>
       <li>odd-or-even</li>
index b97f8dfb37d517d2f76031c04e3bdb64c3d428d5..49aaa32f99d322e8ef92f408feef363c2a089f88 100644 (file)
@@ -118,7 +118,7 @@ print the output generated by the PCLRenderer.
 <s2 title="PS">
     <p>
 The postscript format can be used to send to a printer or any other
-puspose you may have. It has good support for most text and
+purpose you may have. It has good support for most text and
 layout. images and SVG are not fully supported due to some ps
 issues.
     </p>
@@ -127,7 +127,7 @@ issues.
     <p>
 This is currently not integrated with FOP but it will soon.
 This will create an rtf (rich text format) document that will
-attempt to contatin as much information from the fo document as
+attempt to contain as much information from the fo document as
 possible.
     </p>
 </s2>
index 5f6b7e1d3fda51af49462febfca7f34c8fe3535d..791b0503deadebb61592ecdef4ce2de441ed49ff 100644 (file)
@@ -26,7 +26,7 @@
 <p>
         <figure width="480" height="260" src="document.jpg" alt="Render Diagram" />
 </p>
-    <p>The latest version of Fop is 0.20.2 and it supports the xsl:fo
+    <p>The latest version of Fop is 0.20.3 and it supports the xsl:fo
        <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
        W3C Recommendation</jump>.
        You can <jump href="download.html">download</jump> 
index 7ce67740b88abf81ee601ac71765920fa6011f60..2fce4b73b947295ecbe5276a96bdf9aebd2b589f 100644 (file)
@@ -38,7 +38,6 @@
   <s2 title="Other resources">
     <ul>
       <li><jump href="http://xml.apache.org/mail/fop-dev/">Apache archive of fop-dev@apache.org</jump></li>
-      <li><jump href="http://marc.theaimsgroup.com/">External, but easier to browse archive fop-dev@apache.org</jump></li>
       <li>The Mailing list ARChives (MARC) at the AIMS group: <jump href="http://marc.theaimsgroup.com/?l=fop-dev&amp;r=1&amp;w=2">fop-dev</jump>,
       <jump href="http://marc.theaimsgroup.com/?l=fop-user&amp;r=1&amp;w=2">fop-user</jump></li>(searchable)
       <li>There is an xsl:fo mailing list: www-xsl-fo@w3.org. Subscription info can be found here: <jump href="http://www.w3.org/Mail/Request">
index 4e0d9d4940d023d93be43c7230390549611d57af..e44b83e1649a52766266163aae2e41c41a383a8b 100644 (file)
   <s2 title="Problems">
     <p>If you have problems running FOP, please have a look at the 
        <jump href="http://www.owal.co.uk:8090/asf/servlet/asf/screen/DisplayTopics/action/SetAll/project_id/18/faq_id/276">FOP FAQ</jump>. If you don't find a solution there,
-       you can ask for help on the list fop-dev@xml.apache.org. Maybe it is a bug and 
-       maybe somebody is already working on it. 
+       you can ask for help on 
+       <jump href="http://marc.theaimsgroup.com/?l=fop-user&amp;r=1&amp;w=2">fop-user@xml.apache.org</jump>
+      (see  <jump href="http://xml.apache.org/mail.html">here</jump> for
+       howto subscribe). Maybe it is a bug and maybe somebody is already working on it. 
     </p>
   </s2>
 </s1>