diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/fo/normal.fo | 4 | ||||
-rw-r--r-- | docs/xml-docs/fop/download.xml | 6 | ||||
-rw-r--r-- | docs/xml-docs/fop/involved.xml | 2 | ||||
-rw-r--r-- | docs/xml-docs/fop/readme.xml | 8 | ||||
-rw-r--r-- | docs/xml-docs/fop/running.xml | 2 | ||||
-rw-r--r-- | docs/xml-docs/fop/specs.xml | 7 |
6 files changed, 24 insertions, 5 deletions
diff --git a/docs/examples/fo/normal.fo b/docs/examples/fo/normal.fo index c17f4ebc2..1cd3d206f 100644 --- a/docs/examples/fo/normal.fo +++ b/docs/examples/fo/normal.fo @@ -22,8 +22,8 @@ Below fo:root there is always <!-- layout for the first page --> <fo:simple-page-master master-name="first" - page-height="29.7cm" - page-width="21cm" + page-height="21cm" + page-width="29.7cm" margin-top="1cm" margin-bottom="2cm" margin-left="2.5cm" diff --git a/docs/xml-docs/fop/download.xml b/docs/xml-docs/fop/download.xml index f8efff68e..13489c370 100644 --- a/docs/xml-docs/fop/download.xml +++ b/docs/xml-docs/fop/download.xml @@ -8,6 +8,12 @@ <p>You can download the latest release version from the <jump href="http://xml.apache.org/dist/fop/">distribution directory</jump>. </p> <p>The file contains also the documentation (including some example fo files) and the source. </p> + <p>If you want to work with the latest and nicest code, you can use the cvs version. See the section + on AnonCVS in the <jump href="http://xml.apache.org/cvs.html">xml.apache.org documentation</jump> for details. + Sometimes people have difficulties to access the cvs server; in this case you can download + a snapshot from the cvs files <jump href="http://xml.apache.org/from-cvs/xml-fop/">here</jump>. + In both cases you have to build Fop yourself - see <jump href="compiling.html">Compiling Fop</jump> for details. + </p> <p>To run FOP from the command line, see <jump href="running.html">Running FOP</jump>. If you are interested in embedding FOP in a Java application of your own, see <jump href="embedding.html">Embedding FOP</jump>. diff --git a/docs/xml-docs/fop/involved.xml b/docs/xml-docs/fop/involved.xml index 9ce38e573..e80a55b62 100644 --- a/docs/xml-docs/fop/involved.xml +++ b/docs/xml-docs/fop/involved.xml @@ -17,7 +17,7 @@ to <jump href="mailto:fop-dev-subscribe@xml.apache.org">fop-dev-subscribe@xml.apache.org</jump></p> <p>Sending bug reports and feature requests to the list is a welcome and important contribution to developing Fop. </p> - <p>Read also the <jump href="http://xml-archive.webweaving.org/xml-archive-fop/">archive</jump> + <p>Read also the <jump href="http://archive.covalent.net/">archive</jump> of the discussion list fop-dev to get an idea of the issues being discussed. </p> </s2> <s2 title="Look at the developer's code using cvs"> diff --git a/docs/xml-docs/fop/readme.xml b/docs/xml-docs/fop/readme.xml index 9964ed4dc..22c187e18 100644 --- a/docs/xml-docs/fop/readme.xml +++ b/docs/xml-docs/fop/readme.xml @@ -21,9 +21,15 @@ like XT or Xalan) or can be passed in memory as a DOM Document or (in the case of XT) SAX events. </p> + <p>The latest version of Fop is 0.14 and it supports partially the xsl:fo working draft + from March 2000. You can <jump href="download.html">download</jump> + Fop including a precompiled version the source code and many example files to + get you started. Pointers to introductions into xsl:fo can be found in the + section <jump href="specs.html">specifications</jump>. + </p> <p>FOP is part of Apache's XML project. The homepage of FOP is <jump href="http://xml.apache.org/fop">http://xml.apache.org/fop</jump>. A list - of the committers to this project and the tasks they are working on can be found + of known bugs, the committers to this project and the tasks they are working on can be found in the file <jump href="http://xml.apache.org/websrc/cvsweb.cgi/xml-fop/">Status</jump> </p> </s2> diff --git a/docs/xml-docs/fop/running.xml b/docs/xml-docs/fop/running.xml index acdf11fe8..11111c6ea 100644 --- a/docs/xml-docs/fop/running.xml +++ b/docs/xml-docs/fop/running.xml @@ -20,7 +20,7 @@ The other required files can be found at <jump href="http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/java-binding.html">W3C DOM Java binding</jump>. </p> <p>d) Optional: Fop supports the jimi library for image processing, if it is in your classpath - when you build Fop. + when you build Fop. You can find it at <jump href="http://java.sun.com/products/jimi/">java.sun.com</jump> </p> </s2> <s2 title="Starting FOP as an standalone application"> diff --git a/docs/xml-docs/fop/specs.xml b/docs/xml-docs/fop/specs.xml index 40f7ac5d8..558343b55 100644 --- a/docs/xml-docs/fop/specs.xml +++ b/docs/xml-docs/fop/specs.xml @@ -4,6 +4,7 @@ <!-- FOP Relevant Specifications and links --> <s1 title="FOP Relevant Specifications and Links"> + <s2 title="Specifications"> <ul> <li><jump href="http://www.w3.org/TR/WD-xsl/">Latest XSL-FO Working Draft (27 March 2000)</jump></li> <li><jump href="http://www.renderx.com/Tests/validator/fo2000.dtd.html">A dtd for the XSL-FO Working Draft (27 March 2000) provided by N. Grigoriev from RenderX</jump></li> @@ -18,6 +19,12 @@ <li><jump href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML Recommendation</jump></li> <li><jump href="http://java.sun.com/products/jdk/1.1/docs/index.html">Java JDK 1.1 Documentation</jump></li> </ul> + </s2> + <s2 title="Tutorials"> + <ul> + <li><jump href="http://www.ibiblio.org/xml/books/bible/updates/15.html">Elliotte Rusty Harold: Chapter 15 on xsl:fo from his excellent xml book</jump></li> + </ul> + </s2> </s1> |