From: Andre Noll Date: Wed, 2 Nov 2011 16:25:02 +0000 (+0100) Subject: web: Rework text on download page. X-Git-Tag: v0.4.9~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b1e062958cda441d0b9ef46a9d162b95eba7faef;hp=fddf60223e26c1dc1e02b432652c4ca6a237c278;ds=sidebyside web: Rework text on download page. The git link to kernel.org was defunct and is probably not the best pointer anyway. These days everybody knows git, so let's simply not link to any git page. This patch also reorders the three options for downloading (clone repo, download snaphot, download release) so that git comes first. --- diff --git a/web/download.in.html b/web/download.in.html index d735d5e8..1da6c363 100644 --- a/web/download.in.html +++ b/web/download.in.html @@ -1,25 +1,13 @@

Download


-

Download the latest version from the +

Clone the git repository by executing

-download directory +

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

-or grab a - -tarball - -of the current master branch. This version is expected to be more -stable than any of the released versions. - -All regular releases are cryptographically signed. - -Anonymous (read-only) - -git - -access is also available. Check out a copy with

- -

-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.