diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-24 04:06:40 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-24 04:06:40 +0000 |
commit | 0658a2c1e7a47b3be740f2f39362cf573e9e0e8e (patch) | |
tree | 534290a693bc67334750f6d678c83b30c9376b2f /src/java/org/apache/fop/overview.html | |
parent | 3b05fa0eb73a6cefc2a642286244f597c89440d5 (diff) | |
download | xmlgraphics-fop-0658a2c1e7a47b3be740f2f39362cf573e9e0e8e.tar.gz xmlgraphics-fop-0658a2c1e7a47b3be740f2f39362cf573e9e0e8e.zip |
move overview.html to fop's root src directory.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196336 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/overview.html')
-rw-r--r-- | src/java/org/apache/fop/overview.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/overview.html b/src/java/org/apache/fop/overview.html new file mode 100644 index 000000000..af1f3c055 --- /dev/null +++ b/src/java/org/apache/fop/overview.html @@ -0,0 +1,9 @@ +<HTML> +<TITLE>FOP Overview</TITLE> +<BODY> +<P>FOP is an XSL formatter and renderer that works with an XSLT transformer to +produce PDF (and eventually other output formats) from XML documents.</P> + +<P>To get an overview of the FOP process, begin with the class <A HREF="org/apache/fop/apps/Driver.html">org.apache.fop.apps.Driver</A>.</P> +</BODY> +</HTML>
\ No newline at end of file |