elena 2003/11/19 17:01:44 Modified: java/docs download.xml readme.xml Added: java/docs download.cgi Log: update download page docs Revision Changes Path 1.2 +24 -23 xml-xerces/java/docs/download.xml Index: download.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/download.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- download.xml 6 Oct 2003 12:34:36 -0000 1.1 +++ download.xml 20 Nov 2003 01:01:44 -0000 1.2 @@ -10,10 +10,10 @@ integrity</link> of the downloaded files using signatures downloaded from our main distribution directory.</p> -<p>If you do not see the file you need in the links below, please see +<p>You can download the &ParserName; distributions from the <jump href="http://www.apache.org/dist/xml/xerces-j/">master distribution directory</jump> or, preferably, its <jump -href="[preferred]/xml/xerces-j/">mirror</jump>. Only current recommended +href="[preferred]/xml/xerces-j/">mirror</jump>. Only current recommended releases are available on the main distribution site and its mirrors. Older releases are available from the <jump href="http://archive.apache.org/dist/xml/xerces-j/">archive download @@ -94,39 +94,40 @@ </s2> - - -<s2 title="Current Binary Releases of Xerces-J"> +<!-- +<s2 title="&ParserName; &ParserVersion; Binary Releases"> <ul> -<li>Windows/Java <code>.zip</code> archive: -<jump href="[preferred]/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.zip">Xerces-J-bin.2.5.0.zip</jump> -[<jump href="http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.zip.sig">PGP</jump>] -[<jump href="http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.zip.md5">MD5</jump>]</li> - -<li>Unix <code>.tar.gz</code> archive: -<jump href="[preferred]/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.tar.gz">Xerces-J-bin.2.5.0.tar.gz</jump> -[<jump href="http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.tar.gz.sig">PGP</jump>] -[<jump href="http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.tar.gz.md5">MD5</jump>]</li> +<li>Windows/Java <code>.zip</code>: +<jump href="[preferred]/xml/xerces-j/binaries/Xerces-J-bin.&ParserVersion;.zip">Xerces-J-bin.&ParserVersion;.zip</jump> +[<jump href="http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.&ParserVersion;.zip.sig">PGP</jump>] +</li> + +<li>Unix <code>.tar.gz</code>: +<jump href="[preferred]/xml/xerces-j/binaries/Xerces-J-bin.&ParserVersion;.tar.gz">Xerces-J-bin.&ParserVersion;.tar.gz</jump> +[<jump href="http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.&ParserVersion;.tar.gz.sig">PGP</jump>] +</li> </ul> </s2> -<s2 title="Current Source Releases of Xerces-J"> +<s2 title="&ParserName; &ParserVersion; Source Releases"> <ul> -<li>Windows/Java <code>.zip</code> archive: -<jump href="[preferred]/xml/xerces-j/Xerces-J-current.zip">Xerces-J-current.zip</jump> +<li>Windows/Java <code>.zip</code>: +<jump href="[preferred]/xml/xerces-j/Xerces-J-src.&ParserVersion;.zip">Xerces-J-src.&ParserVersion;.zip</jump> [<jump href="http://www.apache.org/dist/xml/xerces-j/Xerces-J-current.zip.sig">PGP</jump>] -[<jump href="http://www.apache.org/dist/xml/xerces-j/Xerces-J-current.zip.md5">MD5</jump>]</li> +</li> -<li>Windows/Java <code>.zip</code> complier tools archive: -<jump href="[preferred]/xml/xerces-j/source/Xerces-J-tools.2.5.0.zip">Xerces-J-tools.2.5.0.zip</jump> -[<jump href="http://www.apache.org/dist/xml/xerces-j/source/Xerces-J-tools.2.5.0.zip.sig">PGP</jump>] -[<jump href="http://www.apache.org/dist/xml/xerces-j/source/Xerces-J-tools.2.5.0.zip.md5">MD5</jump>]</li> -</ul> +<li>Unix <code>.tar.gz</code> archive: +<jump href="[preferred]/xml/xerces-j/binaries/Xerces-J-src.&ParserVersion;.tar.gz">Xerces-J-src.&ParserVersion;.tar.gz</jump> +[<jump href="http://www.apache.org/dist/xml/xerces-j/binaries/Xerces-J-src.&ParserVersion;.tar.gz.sig">PGP</jump>] + +</li> +</ul> </s2> +--> </s1> 1.42 +4 -4 xml-xerces/java/docs/readme.xml Index: readme.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/readme.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- readme.xml 19 Nov 2003 22:01:56 -0000 1.41 +++ readme.xml 20 Nov 2003 01:01:44 -0000 1.42 @@ -110,12 +110,12 @@ <ul> <li>Finalized XML Schema API (see <code>org.apache.xerces.xs</code>) and updated implementation accordingly.</li> - <li>Implemented the following W3C specifications:</li> + <li>Implemented the following specifications:</li> <ul> - <li>DOM Level 3 "Core" and "Load and Save" Candidate Recommendations</li> + <li>W3C DOM Level 3 "Core" and "Load and Save" Candidate Recommendations</li> <li>SAX 2.0.1</li> - <li>Extensible Markup Language (XML) 1.1 Proposed Recommendation</li> - <li>Namespaces in XML 1.1 Proposed Recommendation</li> + <li>W3C Extensible Markup Language (XML) 1.1 Proposed Recommendation</li> + <li>W3C Namespaces in XML 1.1 Proposed Recommendation</li> </ul> </ul> <p> 1.1 xml-xerces/java/docs/download.cgi Index: download.cgi =================================================================== #!/bin/sh # Wrapper script around mirrors.cgi script # (we must change to that directory in order for python to pick up the # python includes correctly) cd /www/www.apache.org/dyn/mirrors /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]