<?xml version="1.0" encoding="ISO-8859-1"?>
<document url="http://jaxen.org/download.xml">
  <body>
    <title>Download Jaxen</title>
    
    <section title="Download the current release">
      <p>The current release is version $VERSION$.</p>
      <p>It can be downloaded at
        <a href="http://sourceforge.net/project/showfiles.php?group_id=31447">SourceForge</a>
        or directly via one of the following links:-
      </p>
      <ul>
          <li>
            <a href="http://prdownloads.sourceforge.net/jaxen/jaxen-$VERSION$.zip">jaxen-$VERSION$.zip</a> for Windows platforms (ZIP)
          </li>
          <li>
            <a href="http://prdownloads.sourceforge.net/jaxen/jaxen-$VERSION$.tar.gz">jaxen-$VERSION$.tar.gz</a> for all other platforms (Tarball)
          </li>
      </ul>
    </section>

<!--
    <section title="Download a daily build">
      <ul>
        <li><a href="../../dist/jaxen-daily.zip">jaxen-daily.zip</a> 
            for Windows platforms (ZIP)
        </li>
        <li><a href="../../dist/jaxen-daily.tar.gz">jaxen-daily.tar.gz</a>
            for all other platforms (Tarball)
        </li>
      </ul>
    </section>
-->

    <section title="Obtaining the latest CVS snapshot">
      
      <p>
        You can browse the current CVS repository 
        <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jaxen/">here</a>
      </p>

      <p>To learn more about CVS go <a href="http://www.cvshome.org/">here</a>.
      </p>

      <section title="Anonymous CVS Access">
        <p>
        This project's SourceForge CVS repository can be checked out through anonymous 
        (pserver) <a href="http://www.cvshome.org/">CVS</a> with the following instruction set. 
        When prompted for a password for anonymous, simply press the Enter key. 
        </p>
        <pre>
cvs -d:pserver:anonymous@cvs.jaxen.org:/cvsroot/jaxen login 

cvs -d:pserver:anonymous@cvs.jaxen.org:/cvsroot/jaxen co jaxen
        </pre>
        <p>Updates from within the module's directory do not need the -d parameter.
        </p>
      </section>

      <section title="Developer CVS Access via SSH">
        <p>
        Only project developers can access the CVS tree via this method. 
        SSH1 must be installed on your client machine. 
        Substitute developername with the proper values. 
        Enter your site password when prompted.
        </p>

        <pre>
export CVS_RSH=ssh 
 
cvs -d:ext:developername@cvs.jaxen.org:/cvsroot/jaxen co jaxen
        </pre>
      </section>

    </section>
  </body>
</document>










