]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added info about Ant task
authorChristian Geisert <chrisg@apache.org>
Mon, 10 Mar 2003 18:09:13 +0000 (18:09 +0000)
committerChristian Geisert <chrisg@apache.org>
Mon, 10 Mar 2003 18:09:13 +0000 (18:09 +0000)
added info about FOP related products
added news

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196055 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/anttask.xml [new file with mode: 0644]
src/documentation/content/xdocs/book.xml
src/documentation/content/xdocs/news.xml
src/documentation/content/xdocs/resources.xml

diff --git a/src/documentation/content/xdocs/anttask.xml b/src/documentation/content/xdocs/anttask.xml
new file mode 100644 (file)
index 0000000..ba2b2a2
--- /dev/null
@@ -0,0 +1,40 @@
+<?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/ReadMsg?listName=fop-dev@xml.apache.org&amp;msgNo=4509">announcement</link>.
+      </p>
+    </section>
+    </body>
+</document>
+
index 2edad2e513a63e495dfb27a9cb7ccfa34c5cf5d9..1d592d004202040e7b02afac0405d565b57bac33 100644 (file)
@@ -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"/>
index fa689168c017fcdf9cc38b09176cc6637b051f37..a5b703e219b63a9cba89d4b00402788e57444c12 100644 (file)
@@ -7,6 +7,19 @@
     <title>News</title>
   </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/ReadMsg?listName=fop-dev@xml.apache.org&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
index d83145499dc0fdb11e4aab6647bfffc66bc5632e..bff864235673cc970c45d8d76e80eb87288324a8 100644 (file)
@@ -171,6 +171,24 @@ PJ is an open source product that can be used to modify PDF documents:
 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>