diff options
author | geisert <geisert@unknown> | 2002-02-05 19:14:58 +0000 |
---|---|---|
committer | geisert <geisert@unknown> | 2002-02-05 19:14:58 +0000 |
commit | d46dffa9e33fd71d9d6b1d532b40dc1fba52d855 (patch) | |
tree | 4f43175814f953bbbaa4f8b9ada0f4d6b767ce34 /docs/xml-docs | |
parent | 1c2b5eef98f64152384fb363cfe51a97232ea3e7 (diff) | |
download | xmlgraphics-fop-d46dffa9e33fd71d9d6b1d532b40dc1fba52d855.tar.gz xmlgraphics-fop-d46dffa9e33fd71d9d6b1d532b40dc1fba52d855.zip |
updated/corrected documentation for 0.20.3 release
(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
Diffstat (limited to 'docs/xml-docs')
-rw-r--r-- | docs/xml-docs/fop/fonts.xml | 10 | ||||
-rw-r--r-- | docs/xml-docs/fop/implemented.xml | 8 | ||||
-rw-r--r-- | docs/xml-docs/fop/output.xml | 4 | ||||
-rw-r--r-- | docs/xml-docs/fop/readme.xml | 2 | ||||
-rw-r--r-- | docs/xml-docs/fop/resources.xml | 1 | ||||
-rw-r--r-- | docs/xml-docs/fop/running.xml | 6 |
6 files changed, 17 insertions, 14 deletions
diff --git a/docs/xml-docs/fop/fonts.xml b/docs/xml-docs/fop/fonts.xml index 0164e6520..53f6c92d5 100644 --- a/docs/xml-docs/fop/fonts.xml +++ b/docs/xml-docs/fop/fonts.xml @@ -21,11 +21,15 @@ <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 diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml index 2cf614707..65d2e616c 100644 --- a/docs/xml-docs/fop/implemented.xml +++ b/docs/xml-docs/fop/implemented.xml @@ -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> @@ -102,9 +102,6 @@ </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> diff --git a/docs/xml-docs/fop/output.xml b/docs/xml-docs/fop/output.xml index b97f8dfb3..49aaa32f9 100644 --- a/docs/xml-docs/fop/output.xml +++ b/docs/xml-docs/fop/output.xml @@ -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> diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml index 5f6b7e1d3..791b0503d 100644 --- a/docs/xml-docs/fop/readme.xml +++ b/docs/xml-docs/fop/readme.xml @@ -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> diff --git a/docs/xml-docs/fop/resources.xml b/docs/xml-docs/fop/resources.xml index 7ce67740b..2fce4b73b 100644 --- a/docs/xml-docs/fop/resources.xml +++ b/docs/xml-docs/fop/resources.xml @@ -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&r=1&w=2">fop-dev</jump>, <jump href="http://marc.theaimsgroup.com/?l=fop-user&r=1&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"> diff --git a/docs/xml-docs/fop/running.xml b/docs/xml-docs/fop/running.xml index 4e0d9d494..e44b83e16 100644 --- a/docs/xml-docs/fop/running.xml +++ b/docs/xml-docs/fop/running.xml @@ -71,8 +71,10 @@ <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&r=1&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> |