X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fdownload.in.html;h=563b61af5586402880d252cddcff5df1ebb4ce57;hp=0531a67f62cc1c2ec459c91f5b65376d90c16c17;hb=23b121a85984baa9252f4b4c0b8c4f186e394bb7;hpb=b71a9c15a4a10a12b8c2794a3c21cf2899b94f51 diff --git a/web/download.in.html b/web/download.in.html index 0531a67f..563b61af 100644 --- a/web/download.in.html +++ b/web/download.in.html @@ -1,15 +1,13 @@ -

Download

+

Download

+
-

Only source is available, -including the -nightly git snapshot (which may or may not compile at -any given time). All regular releases are -cryptographically signed. -Anonymous (read-only) cvs access is also -available. Checkout a copy with

+

Clone the git repository by executing

-

cvs -d -:pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs -login

-

(empty passwd)

-

cvs -d :pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs co paraslash

+

git clone git://paraslash.systemlinux.org/git paraslash

+ +

Or grab the tarball +of the current master branch, or download the latest version from the +download directory. All regular releases are +cryptographically signed. Since development +takes place in separate topic branches the master branch is expected +to be more stable than any of the released versions.