chrisg      2003/03/10 10:09:14

  Modified:    src/documentation/content/xdocs book.xml news.xml
                        resources.xml
  Added:       src/documentation/content/xdocs anttask.xml
  Log:
  added info about Ant task
  added info about FOP related products
  added news
  
  Revision  Changes    Path
  1.10      +1 -0      xml-fop/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- book.xml  5 Mar 2003 23:15:25 -0000       1.9
  +++ book.xml  10 Mar 2003 18:09:13 -0000      1.10
  @@ -28,6 +28,7 @@
           <menu label="Using FOP">
             <menu-item label="Running" href="running.html"/>
             <menu-item label="Embedding" href="embedding.html"/>
  +          <menu-item label="Ant task" href="anttask.html"/>
             <menu-item label="Output Formats" href="output.html"/>
             <menu-item label="Compliance" href="compliance.html"/>
             <menu-item label="Implemented" href="implemented.html"/>
  
  
  
  1.7       +13 -0     xml-fop/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- news.xml  26 Jan 2003 21:34:12 -0000      1.6
  +++ news.xml  10 Mar 2003 18:09:13 -0000      1.7
  @@ -8,6 +8,19 @@
     </header>
     <body>
       <section>
  +      <title>18 Februar 2003 - FOP 0.20.5 Release Candidate 2 available</title>
  +      <p>
  +      See the full text of the <link
  +      href="http://archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]&amp;msgNo=4509">announcement</link>.
  +      </p>
  +    </section>
  +    <section>
  +      <title>2 Frebruar 2002 - New XML PMC</title>
  +      <p>
  +      Jeremias Maerki and Peter B. West are now representing FOP on the XML PMC.
  +      </p>
  +    </section>
  +    <section>
            <title>28 January 2003 - FOP logo contest</title>
                <p>We are looking for a new logo. FOP <link 
href="logocontest.html">logo
              contest</link> is started!</p>
  
  
  
  1.6       +18 -0     xml-fop/src/documentation/content/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/resources.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- resources.xml     29 Nov 2002 22:00:31 -0000      1.5
  +++ resources.xml     10 Mar 2003 18:09:13 -0000      1.6
  @@ -171,6 +171,24 @@
   iText is a library that can edit PDF files, it is possible to do
   post processing of the generated PDF files: <link 
href="http://www.lowagie.com/iText/";>http://www.lowagie.com/iText/</link>.
         </li>
  +      <li>
  +      html2fo is a converter from html to xsl:fo:
  +      <link 
href="http://html2fo.sourceforge.net/";>http://html2fo.sourceforge.net/</link>.
  +      </li>
  +      <li>
  +      FOA is a XSL-FO Authoring tool:
  +      <link href="http://foa.sourceforge.net/";>http://foa.sourceforge.net/</link>.
  +      </li>
  +      <li>
  +      TIFFRenderer is a renderer for outputting multi-page TIFF:
  +      <link href="http://www.tkachenko.com/fop/tiffrenderer.html";>
  +      http://www.tkachenko.com/fop/tiffrenderer.html</link>.
  +      </li>
  +      <li>
  +      AFP Renderer / Batch Assembler for FOP:
  +      <link href="http://mypage.bluewin.ch/huanderegg/";>
  +      http://mypage.bluewin.ch/huanderegg/</link>.
  +      </li>
       </ul>
     </section>
   </section>
  
  
  
  1.1                  xml-fop/src/documentation/content/xdocs/anttask.xml
  
  Index: anttask.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
      
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd";>
  
  <document>
    <header>
      <title>Ant task</title>
    </header>
    <body>
      <p>
      FOP has also an ANT task for integration into your build process.
      </p>  
      <section><title>Parameter</title>
      </section>
      <section>
      <title>Examples</title>
      <p>
      
      </p>
      <source><![CDATA[
    <target name="examples" depends="package" description="Generates example PDF 
files">
      <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop"
               classpathref="libs-run-classpath"/>
      <mkdir dir="${build.examples.dir}"/>
      <fop format="${build.property.examples.mime.type}" outdir="${build.examples.dir}"
           messagelevel="debug" basedir="${fo.examples.dir}">
        <fileset dir="${fo.examples.dir}">
          <include name="**/*.fo"/>
        </fileset>
      </fop>
    </target>
    ]]></source>
        <p>
        See the full text of the <link
        href="http://archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]&amp;msgNo=4509">announcement</link>.
        </p>
      </section>
      </body>
  </document>
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to