I'm really sorry, forgot again the attachment ;-(

Hi,

I've taken a first look at the documentation and updated some links etc.
You need to run makedoc in docs/xml-doc to generate the html documentation.
I had a lot of problems to get makedoc.bat to work and after fixing those I
realised that makedoc.sh had already been fixed.
(Doh, should have used linux ;-) 

Christian
Index: docs/xml2pdf.xsl
===================================================================
RCS file: /home/cvspublic/xml-fop/docs/xml2pdf.xsl,v
retrieving revision 1.4
diff -u -r1.4 xml2pdf.xsl
--- docs/xml2pdf.xsl    2000/12/16 22:48:48     1.4
+++ docs/xml2pdf.xsl    2001/12/12 17:17:41
@@ -21,7 +21,7 @@
                        </fo:simple-page-master>
                </fo:layout-master-set>
 
-               <fo:page-sequence master-name="simple">
+               <fo:page-sequence master-reference="simple">
                        <fo:static-content flow-name="xsl-region-before">
                                <fo:block text-align="end" 
                                                        font-size="10pt" 
Index: docs/xml-docs/makedoc.bat
===================================================================
RCS file: /home/cvspublic/xml-fop/docs/xml-docs/Attic/makedoc.bat,v
retrieving revision 1.13
diff -u -r1.13 makedoc.bat
--- docs/xml-docs/makedoc.bat   2001/08/20 21:11:02     1.13
+++ docs/xml-docs/makedoc.bat   2001/12/12 17:19:15
@@ -8,14 +8,14 @@
 if "%JAVA_HOME%" == "" goto error
 
 set LIBDIR=..\..\lib
-set 
LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\batik.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xerces-1.2.3.jar;%LIBDIR%\xalan-1.2.2.jar;%LIBDIR%\bsf.jar;%LIBDIR%\avalon-framework-4.0.jar;%LIBDIR%\logkit-1.0b4.jar;%LIBDIR%\jimi-1.0.jar;%LIBDIR%\stylebook.jar;%LIBDIR%\..\build\fop.jar
+set 
+LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\batik.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xerces-1.2.3.jar;%LIBDIR%\xalan-2.0.0.jar;%LIBDIR%\xalan-1.2.2.jar;%LIBDIR%\xalanj1compat.jar;%LIBDIR%\bsf.jar;%LIBDIR%\avalon-framework-4.0.jar;%LIBDIR%\logkit-1.0b4.jar;%LIBDIR%\jimi-1.0.jar;%LIBDIR%\stylebook.jar;%LIBDIR%\..\build\fop.jar
 set ANT_HOME=%LIBDIR%
 
 
 %JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath 
%LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
 
 
-%JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% 
org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
+%JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% 
+org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml 
+skins/xml.apache.org/
 
 goto end
 
Index: docs/xml-docs/xml2pdf.xsl
===================================================================
RCS file: /home/cvspublic/xml-fop/docs/xml-docs/xml2pdf.xsl,v
retrieving revision 1.9
diff -u -r1.9 xml2pdf.xsl
--- docs/xml-docs/xml2pdf.xsl   2001/08/20 16:19:58     1.9
+++ docs/xml-docs/xml2pdf.xsl   2001/12/12 17:19:16
@@ -37,7 +37,7 @@
                        </fo:simple-page-master>
                </fo:layout-master-set>
 
-               <fo:page-sequence master-name="simple">
+               <fo:page-sequence master-reference="simple">
                        <fo:static-content flow-name="xsl-region-before">
                                <fo:block text-align="end" 
                                                        font-size="10pt" 
Index: docs/xml-docs/fop/involved.xml
===================================================================
RCS file: /home/cvspublic/xml-fop/docs/xml-docs/fop/involved.xml,v
retrieving revision 1.7
diff -u -r1.7 involved.xml
--- docs/xml-docs/fop/involved.xml      2001/06/06 12:34:05     1.7
+++ docs/xml-docs/fop/involved.xml      2001/12/12 17:19:17
@@ -41,6 +41,18 @@
   <p>BTW: The Apache project knows different roles for contributors, namely 'users', 
'developers', 'committers' and the 'Project 
      Management Committee' (An explanation of these roles can be found <jump 
href="http://xml.apache.org/roles.html";>here</jump>).</p>
   </s2>
+
+  <s2 title="Coding Conventions">
+  <p>As mentioned in <jump href="http://xml.apache.org/source.html";>Apache XML 
+Project Guidelines</jump>,
+  <em>all Java Language source code in the repository must be written in conformance 
+to the
+  <jump href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html";>Code 
+Conventions
+  for the Java Programming Language</jump> as published by Sun</em>. Additionally we 
+agreed on 4
+  spaces (no tabs) for indenting.</p>
+  <p>If you don't like those conventions, just use your own standards while 
+developing and reformat the source before
+  committing with a tool like <jump 
+href="http://astyle.sourceforge.net/";>astyle</jump> (Artistic Style).
+  </p>
+  </s2>
+
   <s2 title="Get familiar with the Fop related standards">
   <p>At the moment Fop is mainly a tool to render XSL:FO files to pdf. Therefore if 
you want to contribute to Fop you should become
      familiar with these standards. You can find their internet addresses on our 
<jump href="specs.html">website</jump>.</p>
Index: docs/xml-docs/fop/readme.xml
===================================================================
RCS file: /home/cvspublic/xml-fop/docs/xml-docs/fop/readme.xml,v
retrieving revision 1.12
diff -u -r1.12 readme.xml
--- docs/xml-docs/fop/readme.xml        2001/10/05 09:44:32     1.12
+++ docs/xml-docs/fop/readme.xml        2001/12/12 17:19:17
@@ -23,7 +23,9 @@
 <p>
         <figure src="document.jpg" alt="Render Diagram" />
 </p>
-    <p>The latest version of Fop is 0.20.2 and it supports the xsl:fo candidate 
release.
+    <p>The latest version of Fop is 0.20.2 and it supports the xsl:fo
+       <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/";>XSL-FO Version 1.0
+       W3C Recommendation</jump>.
        You can <jump href="download.html">download</jump> 
        Fop including a precompiled version, the source code and many example files to 
        get you started. Pointers to introductions into xsl:fo can be found in the
@@ -36,7 +38,7 @@
     </p>
     <p>FOP is part of Apache's XML project. The homepage of FOP is 
        <jump href="http://xml.apache.org/fop";>http://xml.apache.org/fop</jump>.
-Here you can find information about using and developing with FOP.
+       Here you can find information about using and developing with FOP.
     </p>
   </s1>
 
@@ -65,7 +67,7 @@
   </s1>
   <s1 title="FOP Objectives">
     <p>The goals of the Apache XML FOP Project are to deliver an XSL FO->PDF 
formatter that is compliant to at least the Basic
-       conformance level described in the W3C Candidate Recommendation 21 November 
2000, and that complies with the 11 March 1999 Portable Document
+       conformance level described in the W3C Recommendation from 15 October 2001, 
+and that complies with the 11 March 1999 Portable Document
        Format Specification (Version 1.3) from Adobe Systems. 
     </p>
 
Index: docs/xml-docs/fop/resources.xml
===================================================================
RCS file: /home/cvspublic/xml-fop/docs/xml-docs/fop/resources.xml,v
retrieving revision 1.4
diff -u -r1.4 resources.xml
--- docs/xml-docs/fop/resources.xml     2001/08/16 11:38:58     1.4
+++ docs/xml-docs/fop/resources.xml     2001/12/12 17:19:18
@@ -6,8 +6,8 @@
 <s1 title="FOP Relevant Specifications and Links">
   <s2 title="Specifications">
   <ul>
-    <li><jump href="http://www.w3.org/TR/2000/CR-xsl-20001121/";>XSL-FO Candidate 
Recommendation (21 November 2000)</jump></li>
-    <li><jump href="http://www.renderx.com/Tests/validator/fo2000.dtd.html";>A dtd for 
the XSL-FO CR from November provided by N. Grigoriev from RenderX</jump></li>
+    <li><jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/";>XSL-FO 
+Recommendation (15 October 2001)</jump></li>
+    <li><jump href="http://www.renderx.com/Tests/validator/fo.dtd.html";>A dtd for the 
+XSL-FO Recommendation provided by N. Grigoriev from RenderX</jump></li>
     <li><jump href="http://www.w3.org/TR/2000/CR-SVG-20001102/";>Supported SVG 
Candidate Recommendation (02 November 2000)</jump></li>
     <li><jump href="http://www.w3.org/TR/REC-xml";>XML Recommendation</jump></li>
     <li><jump href="http://www.w3.org/TR/xslt";>XSLT Recommendation</jump></li>
@@ -15,7 +15,7 @@
     <li><jump href="http://www.megginson.com/SAX/";>Simple API for XML 
(SAX)</jump></li>
     <li><jump href="http://www.w3.org/TR/REC-DOM-Level-1";>Document Object Model 
(DOM)</jump></li>
     <li><jump href="http://www.w3.org/TR/REC-xml-names/";>Namespaces in XML 
Recommendation</jump></li>
-    <li><jump href="http://java.sun.com/products/jdk/1.1/docs/index.html";>Java JDK 
1.1 Documentation</jump></li>
+    <li><jump href="http://java.sun.com/products/jdk/1.2/docs/index.html";>Java JDK 
+1.2 Documentation</jump></li>
   </ul>
   </s2>
   <s2 title="Tutorials/Articles">
@@ -30,6 +30,8 @@
     <ul>
       <li><jump href="http://xml.apache.org/mail/fop-dev/";>Apache archive of 
[EMAIL PROTECTED]</jump></li>
       <li><jump href="http://marc.theaimsgroup.com/";>External, but easier to browse 
archive [EMAIL PROTECTED]</jump></li>
+      <li>The Mailing list ARChives (MARC) at the AIMS group: <jump 
+href="http://marc.theaimsgroup.com/?l=fop-dev&amp;r=1&amp;w=2";>fop-dev</jump>,
+      <jump 
+href="http://marc.theaimsgroup.com/?l=fop-user&amp;r=1&amp;w=2";>fop-user</jump></li>(searchable)
       <li>There is an xsl:fo mailing list: [EMAIL PROTECTED] Subscription info can 
be found here: <jump href="http://www.w3.org/Mail/Request";>
           http://www.w3.org/Mail/Request</jump>. And the archive can be found here: 
           <jump 
href="http://lists.w3.org/Archives/Public/www-xsl-fo/";>http://lists.w3.org/Archives/Public/www-xsl-fo/</jump></li>
Index: docs/xml-docs/fop/running.xml
===================================================================
RCS file: /home/cvspublic/xml-fop/docs/xml-docs/fop/running.xml,v
retrieving revision 1.15
diff -u -r1.15 running.xml
--- docs/xml-docs/fop/running.xml       2001/10/05 09:44:32     1.15
+++ docs/xml-docs/fop/running.xml       2001/12/12 17:19:18
@@ -26,7 +26,7 @@
   </s2>
 
   <s2 title="Starting FOP as an standalone application">
-    <p><code>Fop [options] [-fo|-xml] infile [-xsl file] 
[-awt|-pdf|-mif|-pcl|-txt|-print] &lt;outfile></code></p>
+    <p><code>Fop [options] [-fo|-xml] infile [-xsl file] 
+[-awt|-pdf|-mif|-pcl|-txt|-svg|-at|-print] &lt;outfile></code></p>
      <p>[OPTIONS]<br/>
      <source>
       -d          debug mode<br/>
@@ -51,6 +51,8 @@
       -mif outfile      input will be rendered as mif file (outfile req'd)<br/>
       -pcl outfile      input will be rendered as pcl file (outfile req'd)<br/>
       -txt outfile      input will be rendered as text file (outfile req'd)<br/>
+      -svg outfile      input will be rendered as an svg slides file (outfile req'd)
+      -at outfile       representation of area tree as XML (outfile req'd)
       -print            input file will be rendered and sent to the printer<br/>
                         see options with "-print help"<br/></source>
     </p>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to