diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-27 18:19:49 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-27 18:19:49 +0000 |
commit | 7c7b663c8a99f8d99f015034021c8dd1b318cae3 (patch) | |
tree | 956591e6873b423ce3b32232d9d67090a3c52304 /src/java/org/apache/fop | |
parent | 994e1cb87a928cc26bff25f6a3342b5b12a0ce71 (diff) | |
download | xmlgraphics-fop-7c7b663c8a99f8d99f015034021c8dd1b318cae3.tar.gz xmlgraphics-fop-7c7b663c8a99f8d99f015034021c8dd1b318cae3.zip |
Enhancements for javadocs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196354 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop')
-rw-r--r-- | src/java/org/apache/fop/overview.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/overview.html b/src/java/org/apache/fop/overview.html index af1f3c055..5e22c3235 100644 --- a/src/java/org/apache/fop/overview.html +++ b/src/java/org/apache/fop/overview.html @@ -1,9 +1,10 @@ <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>FOP formats and renders XSL-FO input into a variety of output formats, +including PDF and PostScript.</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> +<P>To more information, including general documentation, go to the <A +href="http://xml.apache.org/fop" target="fop-home">FOP Home Page</A>.</P> </BODY> </HTML>
\ No newline at end of file |