You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by James Tauber <jt...@locus.apache.org> on 1999/11/26 06:28:33 UTC

cvs commit: xml-fop/docs readme.xml

jtauber     99/11/25 21:28:33

  Modified:    docs     readme.xml
  Log:
  updated readme from Fotis Jannidis
  
  Revision  Changes    Path
  1.2       +24 -15    xml-fop/docs/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/readme.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- readme.xml	1999/11/26 05:18:05	1.1
  +++ readme.xml	1999/11/26 05:28:33	1.2
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- $Id: readme.xml,v 1.2 1999/11/26 05:28:33 jtauber Exp $ -->
   <!-- This file uses the question and answer dtd
        QAML Version 2.4. More info about it can be found in the dtd file. 
        There should be some xslt stylesheets in this distribution
  @@ -15,8 +16,8 @@
   <faq>
   
   <head>
  -   <title>FOP</title>
  -   <version>1.0 1999/11/24 </version>
  +   <title>FOP: An Open-Source XSL Formatter and Renderer</title>
  +   <version>1.3 1999/11/23 03:31:30</version>
      <maintain>
         <name>James Tauber</name> 
         <name>Fotis Jannidis</name> 
  @@ -29,13 +30,13 @@
   
   <section class="level1">
     <title>What is FOP?</title>
  -  <p>FOP is the world's first print formatter driven by XSL
  -     formatting objects. It is a Java 1.1 application that reads a
  -     formatting object tree and then turns it into a PDF document.
  -     The formatting object tree, can be in the form of an XML
  -     document (output by an XSLT engine like XT or Xalan) or can be
  -     passed in memory as a DOM Document or (in the case of
  -     XT or Xalan) SAX events.
  +  <p>FOP is the world's first print formatter driven by XSL formatting
  +     objects. It is a Java 1.1 application that reads a formatting object
  +     tree and then turns it into a PDF document. The formatting object
  +     tree, can be in the form of an XML document (output by an XSLT engine
  +     like XT or Xalan) or can be passed in memory as a DOM Document or (in
  +     the case of XT) SAX events.
  +
     </p>
     <p>FOP is part of Apache's XML project. The homepage of FOP is 
        <link href="http:/xml.apache.org/fop">http:/xml.apache.org/fop</link>. 
  @@ -132,6 +133,7 @@
   
   <section  class="level1">
     <title>What's Implemented?</title>
  +      <p>Also see STATUS for what is being worked on.</p>
     <section class="level2">
       <title>a) Formatting Objects</title>
       <div class="list">
  @@ -158,7 +160,13 @@
         <p class="li">inline-sequence </p>
         <p class="li">display-rule </p>
         <p class="li">display-graphic </p>
  -    </div>
  +      <p class="li">table (minimal support)</p>
  +      <p class="li">table-column (minimal support)</p>
  +      <p class="li">table-body (minimal support)</p>
  +      <p class="li">table-row (minimal support)</p>
  +      <p class="li">table-cell (minimal support)</p>
  +
  +</div>
     </section>
     <section class="level2">
       <title>b) Properties</title>
  @@ -169,10 +177,10 @@
         <p class="li">page-master-repeating </p>
         <p class="li">page-master-odd </p>
         <p class="li">page-master-even </p>
  -      <p class="li">margin-top </p>
  -      <p class="li">margin-bottom </p>
  -      <p class="li">margin-left </p>
  -      <p class="li">margin-right </p>
  +      <p class="li">margin-top (only on pages and regions)</p>
  +      <p class="li">margin-bottom (only on pages and regions)</p>
  +      <p class="li">margin-left (only on pages and regions)</p>
  +      <p class="li">margin-right (only on pages and regions)</p>
         <p class="li">extent </p>
         <p class="li">page-width </p>
         <p class="li">page-height </p>
  @@ -198,13 +206,14 @@
         <p class="li">break-after </p>
         <p class="li">text-indent </p>
         <p class="li">href</p>
  +      <p class="li">column-width</p>
       </div>
     </section>
   </section>
   
   <section class="level1">
     <title>Bugs</title>
  -  <p> </p>
  +  <p>see STATUS file</p>
   </section>
   
   <section class="level1">