]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
updates docs
authorfotis <fotis@unknown>
Fri, 13 Oct 2000 09:39:04 +0000 (09:39 +0000)
committerfotis <fotis@unknown>
Fri, 13 Oct 2000 09:39:04 +0000 (09:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193725 13f79535-47bb-0310-9956-ffa450edef68

docs/examples/fo/normal.fo
docs/xml-docs/fop/download.xml
docs/xml-docs/fop/involved.xml
docs/xml-docs/fop/readme.xml
docs/xml-docs/fop/running.xml
docs/xml-docs/fop/specs.xml

index c17f4ebc27ce77efdd9c5d1e86b30cb6638ddf72..1cd3d206fc08731a2443ee9dea36c419a3aa1ba7 100644 (file)
@@ -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" 
index f8efff68eb4e4ff11266a152cb8e4c9c88b942fd..13489c37082fa4c2f6f49106e088fde86743d0fa 100644 (file)
@@ -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>.
index 9ce38e5733a5265e304e4094fdc918ddec9afe63..e80a55b622aad151058d83f5330c7da41271896e 100644 (file)
@@ -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">
index 9964ed4dc4bf44240b43c8449d254bb1365b32d0..22c187e183499afde67c37575e6c9976a1612618 100644 (file)
        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>
index acdf11fe81dbe6b275247029abe89e9bf1218a85..11111c6ea3a68517225b7045951974ba8c804bca 100644 (file)
@@ -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">
index 40f7ac5d8a4882704218086f49e14bc16c5a313b..558343b55de4ed7172c1bb04501bc6707415d5d7 100644 (file)
@@ -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>
     <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>