X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=web%2Fdownload.in.html;h=563b61af5586402880d252cddcff5df1ebb4ce57;hp=fcdc1fe19c2ba02bf01ccbeba660b0483a9d6620;hb=7b91378e4726dfe2dc7df8af55f6be8b46cc3f8b;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/web/download.in.html b/web/download.in.html index fcdc1fe1..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 cvs 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.