gareth      2003/10/06 05:34:36

  Modified:    java/docs docs-book.xml
               java/docs/dtd blocks.ent
               java/docs/style/stylesheets document2html.xsl
  Added:       java/docs download.xml
  Log:
  Added download.xml for mirrors download and updated dtd/stylesheet to deal with this.
  
  Revision  Changes    Path
  1.22      +2 -1      xml-xerces/java/docs/docs-book.xml
  
  Index: docs-book.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/docs-book.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- docs-book.xml     29 Jul 2003 22:34:53 -0000      1.21
  +++ docs-book.xml     6 Oct 2003 12:34:36 -0000       1.22
  @@ -8,7 +8,8 @@
              id='index' source='readme.xml'/>
    <document label='Installation' title='Installation Instructions'
              id='install' source='install.xml'/>
  - <external label='Download' href='http://xml.apache.org/dist/xerces-j/'/>
  + <external label='Download' href='http://xml.apache.org/xerces2-j/download.cgi'/>
  + <hidden  title='Download' id='download' source='download.xml'/>
    <external label='CVS Repository'
              href='http://xml.apache.org/websrc/cvsweb.cgi/xml-xerces/java/'/>
    <separator/>
  
  
  
  1.1                  xml-xerces/java/docs/download.xml
  
  Index: download.xml
  ===================================================================
  <?xml version="1.0" standalone="no"?>
  <!DOCTYPE s1 SYSTEM "sbk:/sources/dtd/document.dtd">
  
  <s1 title="Downloading">
  
      <s2 title="Download">
  
  <p>Use the links below to download the &ParserName; from one of
  our mirrors.  You <em>must</em> <link anchor="verify">verify the
  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
  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
  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
  site.</jump></p>
  
  </s2>
  
  <s2 title="Mirror" >
  <p>The currently selected mirror is <em>[preferred]</em>.  If you encounter a
  problem with this mirror, please select another mirror.  If all
  mirrors are failing, there are <em>backup</em> mirrors (at the end of
  the mirrors list) that should be available.</p>
  
  
  <form action="[location]" method="get" id="SelectMirror">
  Other mirrors: <select name="Preferred">
  [if-any http]
    [for http]<option value="[http]">[http]</option>[end]
  [end]  
  [if-any ftp]
    [for ftp]<option value="[ftp]">[ftp]</option>[end]
  [end]
  [if-any backup]
    [for backup]<option value="[backup]">[backup] (backup)</option>[end]
  [end]
  </select>
  <input type="submit" value="Change" />     
  </form>
  
  
  <p>You may also consult the <jump href="http://www.apache.org/mirrors/";>complete
  list of mirrors</jump>.</p>
  
  </s2>
  
  
  <anchor name="verify"/>
  <s2 title="Verify the integrity of the files">
  
  <p>It is essential that you verify the integrity of the downloaded
  files using the PGP or MD5 signatures.  Please read <jump
  href="http://httpd.apache.org/dev/verification.html";>Verifying HTTP Server 
Releases</jump> for
  more information on why you should verify our releases.</p>
  
  <p>The PGP signatures can be verified using PGP or GPG.  First
  download the <jump href="http://www.apache.org/dist/xml/xerces-j/KEYS";>KEYS</jump>
  as well as the <code>asc</code> signature file for the particular
  distribution.  Make sure you get these files from the <jump
  href="http://www.apache.org/dist/xml/xerces-j/";>main distribution
  directory</jump>, rather than from a mirror. Then verify the signatures
  using</p>
  
  <source>
  % pgpk -a KEYS
  % pgpv apache_1.3.24.tar.gz.asc
  </source>
  <p><em>or</em></p>
  <source>
  % pgp -ka KEYS
  % pgp apache_1.3.24.tar.gz.asc
  </source>
  <p><em>or</em></p>
  <source>
  % gpg --import KEYS
  % gpg --verify apache_1.3.24.tar.gz.asc
  </source>
  
  
  
  <p>Alternatively, you can verify the MD5 signature on the files.  A
  unix program called <code>md5</code> or <code>md5sum</code> is
  included in many unix distributions.  It is also available as part of
  <jump href="http://www.gnu.org/software/textutils/textutils.html";>GNU
  Textutils</jump>.  Windows users can get binary md5 programs from <jump
  href="http://www.fourmilab.ch/md5/";>here</jump>, <jump
  href="http://www.pc-tools.net/win32/freeware/console/";>here</jump>, or
  <jump href="http://www.slavasoft.com/fsum/";>here</jump>.</p>
  
  </s2>
  
  
  
  <s2 title="Current Binary Releases of Xerces-J">
  
  <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>
  
  </ul>
  
  </s2>
  
  <s2 title="Current Source Releases of Xerces-J">
  
  <ul>
  <li>Windows/Java <code>.zip</code> archive: 
  <jump 
href="[preferred]/xml/xerces-j/Xerces-J-current.zip">Xerces-J-current.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>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>
  
  </s2>
  
  </s1>
  
  
  
  1.4       +15 -1     xml-xerces/java/docs/dtd/blocks.ent
  
  Index: blocks.ent
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/dtd/blocks.ent,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- blocks.ent        16 Jan 2003 21:00:14 -0000      1.3
  +++ blocks.ent        6 Oct 2003 12:34:36 -0000       1.4
  @@ -1,7 +1,7 @@
   <?xml encoding='UTF-8'?>
   
   <!-- BLOCKS ENTITY -->
  -<!ENTITY % blocks "p|note|ul|ol|gloss|table|source|anchor">
  +<!ENTITY % blocks "p|note|ul|ol|gloss|table|source|anchor|form">
   <!ENTITY % relBlocks "p|note|ul|ol|gloss|table|source">
   
   <!-- import the external markup.ent dtd -->
  @@ -39,3 +39,17 @@
   <!ATTLIST td colspan CDATA "1"
                rowspan CDATA "1">
                
  +<!ELEMENT form (#PCDATA|select|input)*>
  +<!ATTLIST form action CDATA #REQUIRED
  +               method CDATA #REQUIRED
  +               id     CDATA #REQUIRED>
  +
  +<!ELEMENT select (#PCDATA|option)*>
  +<!ATTLIST select name CDATA #REQUIRED>
  +
  +<!ELEMENT option (#PCDATA)>
  +<!ATTLIST option value CDATA #REQUIRED>
  +
  +<!ELEMENT input EMPTY>
  +<!ATTLIST input type  CDATA #REQUIRED
  +                value CDATA #REQUIRED>
  \ No newline at end of file
  
  
  
  1.4       +5 -0      xml-xerces/java/docs/style/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/style/stylesheets/document2html.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- document2html.xsl 10 Dec 2001 22:36:02 -0000      1.3
  +++ document2html.xsl 6 Oct 2003 12:34:36 -0000       1.4
  @@ -457,6 +457,11 @@
     </xsl:template>
   
   <!-- ###################################################################### -->
  +<!-- ignore -->
  +  <xsl:template match="form">
  +    <xsl:copy-of select="." />
  +  </xsl:template>
  +
   <!-- copy
   
     <xsl:template match="@*|node()">
  
  
  

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

Reply via email to