chrisg 2003/02/18 04:27:35 Modified: . Tag: fop-0_20_2-maintain build.xml src/documentation/content/xdocs Tag: fop-0_20_2-maintain book.xml download.xml faq.xml involved.xml Added: src/documentation/content/xdocs Tag: fop-0_20_2-maintain logocontest.xml src/documentation/content/xdocs/fo Tag: fop-0_20_2-maintain align.fo align2.fo blocks.ent embed.fo fonts.fo size.fo src/documentation/resources/images Tag: fop-0_20_2-maintain EmbeddingExampleFO2PDF.png EmbeddingExampleFO2PDF.svg EmbeddingExampleObj2PDF.png EmbeddingExampleObj2PDF.svg EmbeddingExampleObj2XML.png EmbeddingExampleObj2XML.svg EmbeddingExampleXML2FO.png EmbeddingExampleXML2FO.svg EmbeddingExampleXML2PDF.png EmbeddingExampleXML2PDF.svg Log: added missing docs from head Revision Changes Path No revision No revision 1.44.2.37 +1 -6 xml-fop/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-fop/build.xml,v retrieving revision 1.44.2.36 retrieving revision 1.44.2.37 diff -u -r1.44.2.36 -r1.44.2.37 --- build.xml 18 Feb 2003 04:47:45 -0000 1.44.2.36 +++ build.xml 18 Feb 2003 12:27:34 -0000 1.44.2.37 @@ -112,11 +112,6 @@ <include name="build/site/**"/> <include name="conf/**"/> <include name="docs/xslfoRef.pdf"/> - <include name="docs/examples/**"/> - <exclude name="docs/examples/build.xml"/> - <exclude name="docs/examples/runtests.*"/> - <exclude name="docs/examples/results.html"/> - <include name="docs/graphics/**"/> <include name="docs/foschema/**"/> <include name="examples/**"/> <exclude name="examples/build.xml"/> @@ -725,7 +720,7 @@ <copy todir="${dist.src.result.dir}/build" file="build/fop.jar"/> <chmod file="${dist.src.result.dir}/build.sh" perm="ugo+rx" /> <chmod file="${dist.src.result.dir}/fop.sh" perm="ugo+rx" /> - <chmod file="${dist.src.result.dir}/docs/examples/runtests.sh" perm="ugo+rx" /> + <chmod file="${dist.src.result.dir}/examples/fo/runtests.sh" perm="ugo+rx" /> <zip zipfile="${name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/> No revision No revision 1.7.2.4 +0 -2 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.7.2.3 retrieving revision 1.7.2.4 diff -u -r1.7.2.3 -r1.7.2.4 --- book.xml 18 Feb 2003 04:47:45 -0000 1.7.2.3 +++ book.xml 18 Feb 2003 12:27:34 -0000 1.7.2.4 @@ -21,8 +21,6 @@ <menu label="Project"> <menu-item label="Status" href="status.html"/> - <menu-item label="Changes" href="changes.html"/> - <menu-item label="Todo" href="todo.html"/> </menu> <menu label="Using FOP"> 1.3.2.4 +2 -2 xml-fop/src/documentation/content/xdocs/download.xml Index: download.xml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/download.xml,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -u -r1.3.2.3 -r1.3.2.4 --- download.xml 18 Feb 2003 04:47:45 -0000 1.3.2.3 +++ download.xml 18 Feb 2003 12:27:34 -0000 1.3.2.4 @@ -17,12 +17,12 @@ on AnonCVS in the <link href="http://xml.apache.org/cvs.html">xml.apache.org documentation</link> for details. Sometimes people have difficulties to access the cvs server; in this case you can download a snapshot from the cvs files <link href="http://xml.apache.org/from-cvs/xml-fop/">here</link>. - In both cases you have to build FOP yourself - see <link href="compiling.html">Compiling FOP</link> for details. + In both cases you have to build FOP yourself - see <link href="compiling.html">Compiling Fop</link> for details. </p> <note> Important: Currently, releases of FOP are coming out of the "fop-0_20_2-maintain" branch. The "MAIN" branch is currently - under development. See <link href="dev/index.html">Development Docs</link> + under development. See <link href="http://xml.apache.org/fop/dev/index.html">Development Docs</link> for more information. </note> <p>To run FOP from the command line, see <link href="running.html">Running FOP</link>.</p> 1.3.2.5 +1 -2 xml-fop/src/documentation/content/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/faq.xml,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -u -r1.3.2.4 -r1.3.2.5 --- faq.xml 18 Feb 2003 04:47:45 -0000 1.3.2.4 +++ faq.xml 18 Feb 2003 12:27:34 -0000 1.3.2.5 @@ -294,8 +294,7 @@ </p> <p> Reducing memory consumption in general and squishing bugs is an - ongoing effort, partially addressed in the <link - href="dev/index.html">redesign</link>. + ongoing effort, partially addressed in the redesign. </p> </answer> </faq> 1.2.2.4 +1 -1 xml-fop/src/documentation/content/xdocs/involved.xml Index: involved.xml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/involved.xml,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- involved.xml 18 Feb 2003 04:47:45 -0000 1.2.2.3 +++ involved.xml 18 Feb 2003 12:27:34 -0000 1.2.2.4 @@ -31,7 +31,7 @@ <title>Fop's Design</title> <p> The design for FOP is specified under the -<link href="design/index.html">Design</link> section. +<link href="http://xml.apache.org/fop/design/index.html">Design</link> section. </p> <p> This is where the information on how FOP is developed and designed No revision No revision 1.1.2.1 +0 -0 xml-fop/src/documentation/content/xdocs/logocontest.xml Index: logocontest.xml =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/logocontest.xml,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 No revision No revision 1.2.2.1 +0 -0 xml-fop/src/documentation/content/xdocs/fo/align.fo Index: align.fo =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fo/align.fo,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 1.2.2.1 +0 -0 xml-fop/src/documentation/content/xdocs/fo/align2.fo Index: align2.fo =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fo/align2.fo,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 1.1.2.1 +0 -0 xml-fop/src/documentation/content/xdocs/fo/blocks.ent Index: blocks.ent =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fo/blocks.ent,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 1.2.2.1 +0 -0 xml-fop/src/documentation/content/xdocs/fo/embed.fo Index: embed.fo =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fo/embed.fo,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 1.1.2.1 +0 -0 xml-fop/src/documentation/content/xdocs/fo/fonts.fo Index: fonts.fo =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fo/fonts.fo,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 1.3.2.1 +0 -0 xml-fop/src/documentation/content/xdocs/fo/size.fo Index: size.fo =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fo/size.fo,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 No revision No revision 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleFO2PDF.png <<Binary file>> 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleFO2PDF.svg Index: EmbeddingExampleFO2PDF.svg =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/resources/images/EmbeddingExampleFO2PDF.svg,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleObj2PDF.png <<Binary file>> 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleObj2PDF.svg Index: EmbeddingExampleObj2PDF.svg =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/resources/images/EmbeddingExampleObj2PDF.svg,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleObj2XML.png <<Binary file>> 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleObj2XML.svg Index: EmbeddingExampleObj2XML.svg =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/resources/images/EmbeddingExampleObj2XML.svg,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleXML2FO.png <<Binary file>> 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleXML2FO.svg Index: EmbeddingExampleXML2FO.svg =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/resources/images/EmbeddingExampleXML2FO.svg,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleXML2PDF.png <<Binary file>> 1.1.2.1 +0 -0 xml-fop/src/documentation/resources/images/EmbeddingExampleXML2PDF.svg Index: EmbeddingExampleXML2PDF.svg =================================================================== RCS file: /home/cvs/xml-fop/src/documentation/resources/images/EmbeddingExampleXML2PDF.svg,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]