You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/04/27 20:19:49 UTC

cvs commit: xml-fop/src/java/org/apache/fop overview.html

vmote       2003/04/27 11:19:49

  Modified:    .        build.xml
               src/java/org/apache/fop overview.html
  Log:
  Enhancements for javadocs.
  
  Revision  Changes    Path
  1.81      +46 -2     xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- build.xml	24 Apr 2003 04:06:39 -0000	1.80
  +++ build.xml	27 Apr 2003 18:19:48 -0000	1.81
  @@ -130,6 +130,7 @@
       <tstamp/>
       <property name="Name" value="Fop"/>
       <property name="name" value="fop"/>
  +    <property name="NAME" value="FOP"/>
       <property name="version" value="1.0dev"/>
       <filter token="version" value="${version}"/>
       <property name="year" value="1999-2003"/>
  @@ -576,15 +577,58 @@
           classpathref="libs-build-classpath"
           author="true"
           version="true"
  -        windowtitle="${Name} API"
  -        doctitle="${Name}"
  +        windowtitle="${NAME} API"
  +        doctitle="Formatting Objects Processor (FOP)"
           bottom="Copyright &#169; ${year} Apache Software Foundation. All Rights Reserved."
           overview="${src.dir}/java/org/apache/fop/overview.html"
  +        use="true"
           failonerror="true">
         <sourcepath>
           <pathelement path="${src.java}"/>
           <pathelement path="${build.gensrc}"/>
         </sourcepath>
  +      <group title="Control and Startup">
  +        <package name="org.apache.fop.apps"/>
  +        <package name="org.apache.fop.configuration"/>
  +        <package name="org.apache.fop.messaging"/>
  +        <package name="org.apache.fop.servlet"/>
  +      </group>
  +      <group title="XSL-FO Tree">
  +        <package name="org.apache.fop.fo"/>
  +        <package name="org.apache.fop.fo.*"/>
  +        <package name="org.apache.fop.datatypes"/>
  +        <package name="org.apache.fop.extensions"/>
  +      </group>
  +      <group title="Layout">
  +        <package name="org.apache.fop.layoutmgr"/>
  +        <package name="org.apache.fop.layoutmgr.*"/>
  +        <package name="org.apache.fop.layout"/>
  +        <package name="org.apache.fop.layout.*"/>
  +      </group>
  +      <group title="Area Tree">
  +        <package name="org.apache.fop.area"/>
  +        <package name="org.apache.fop.area.*"/>
  +      </group>
  +      <group title="Paginated Rendering">
  +        <package name="org.apache.fop.render"/>
  +        <package name="org.apache.fop.render.*"/>
  +        <package name="org.apache.fop.viewer"/>
  +      </group>
  +      <group title="Structural Rendering">
  +        <package name="org.apache.fop.rtf.renderer"/>
  +      </group>
  +      <group title="Utility">
  +        <package name="org.apache.fop.pdf"/>
  +        <package name="org.apache.fop.mif"/>
  +        <package name="org.apache.fop.tools"/>
  +        <package name="org.apache.fop.tools.*"/>
  +        <package name="org.apache.fop.svg"/>
  +        <package name="org.apache.fop.image"/>
  +        <package name="org.apache.fop.image.*"/>
  +        <package name="org.apache.fop.fonts"/>
  +        <package name="org.apache.fop.fonts.*"/>
  +        <package name="org.apache.fop.util"/>
  +      </group>
       </javadoc>
     </target>
   
  
  
  
  1.2       +4 -3      xml-fop/src/java/org/apache/fop/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/overview.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.html	24 Apr 2003 04:06:40 -0000	1.1
  +++ overview.html	27 Apr 2003 18:19:49 -0000	1.2
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org