manual: Don't try to enumerate audio formats.
[paraslash.git] / web / download.in.html
index fcdc1fe19c2ba02bf01ccbeba660b0483a9d6620..563b61af5586402880d252cddcff5df1ebb4ce57 100644 (file)
@@ -1,15 +1,13 @@
-<h3><a name="download">Download</a></h3>
+<h1>Download</h1>
+<hr>
 
-<p> Only <a href="versions/">source</a> is available,
-including the <a href="versions/paraslash-cvs.tar.bz2">
-nightly cvs 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> Clone the git repository by executing </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> <b> git clone git://paraslash.systemlinux.org/git paraslash </b> </p>
+
+<p> Or grab the <a href="releases/paraslash-git.tar.bz2">tarball</a>
+of the current master branch, or download the latest version from the
+<a href="releases/">download directory</a>. All regular releases are
+<a href="PUBLIC_KEY">cryptographically signed</a>. Since development
+takes place in separate topic branches the master branch is expected
+to be more stable than any of the released versions. </p>