From b1e062958cda441d0b9ef46a9d162b95eba7faef Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 2 Nov 2011 17:25:02 +0100 Subject: [PATCH 1/1] 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. --- web/download.in.html | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) 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.

-- 2.39.2