audiod: kill some dead code
[paraslash.git] / web / download.in.html
index 0531a67f62cc1c2ec459c91f5b65376d90c16c17..d5199a70114655dd20d1957fc8029375a5ded9b1 100644 (file)
@@ -1,15 +1,23 @@
 <h3><a name="download">Download</a></h3>
 
-<p> Only <a href="versions/">source</a> is available,
-including the <a href="versions/paraslash-git.tar.bz2">
-nightly git snapshot</a> (which may or may not compile at
-any given time). All regular releases are
-<a href="PUBLIC_KEY">cryptographically signed</a>.
-Anonymous (read-only) cvs access is also
-available. Checkout a copy with </p>
-
-<p> cvs -d
-:pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs
-login </p>
-<p>(empty passwd)</p>
-<p> cvs -d :pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs co paraslash </p>
+<p> Download the latest version from the
+
+<a href="versions/">download directory</a>
+
+or grab the
+
+<a href="versions/paraslash-git.tar.bz2">nightly snapshot</a>
+
+(which may or may not compile at any given time).
+
+All regular releases are <a href="PUBLIC_KEY">cryptographically signed</a>.
+
+Anonymous (read-only)
+
+<a href="http://www.kernel.org/pub/software/scm/git/docs/">git</a>
+
+access is also available. Checkout a copy with </p>
+
+<p>
+git clone git://www.paraslash.org/git paraslash
+</p>