From 7633c9cf42516a9b28ee5d3acda2b45aedbd0720 Mon Sep 17 00:00:00 2001
From: Andre Noll
Date: Sun, 19 May 2013 14:53:31 +0200
Subject: [PATCH] Improve text on the download web page.
Enumerate the possible ways to download paraslash and explain when
each option is most suitable.
---
NEWS | 1 +
web/download.in.html | 76 +++++++++++++++++++++++++++++++++++++++-----
2 files changed, 69 insertions(+), 8 deletions(-)
diff --git a/NEWS b/NEWS
index 9a720307..8a400d6f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@
- para_client now restores the fd flags of stdin and stdout
on shutdown.
- Performance improvements for the compress filter.
+ - Improved downloads web page.
-----------------------------------------
0.4.12 (2012-12-20) "volatile relativity"
diff --git a/web/download.in.html b/web/download.in.html
index 563b61af..393fce93 100644
--- a/web/download.in.html
+++ b/web/download.in.html
@@ -1,13 +1,73 @@
Download
- Clone the git repository by executing
+Paraslash is only available as source code, no binary packages are
+provided at this point. There are several ways to download the source:
- git clone git://paraslash.systemlinux.org/git paraslash
+
+ - git.
-
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.
+ Clone the git repository by executing
+
+
git clone git://paraslash.systemlinux.org/git paraslash
+
+ The repository contains the full history of the
+ project since 2006, all work in progress and the source
+ code for the web pages. Choosing this option allows to
+ check out any of the four integration branches maint,
+ master, next, pu (see the
+
+ git_branches
+
+ section of the manual). All previous releases
+ correspond to tagged commits and may be checked out
+ as well. Since development takes place in separate
+ topic branches the master branch is expected to be
+ more stable than any of the released versions.
+
+ Compiling from git requires additional tools,
+ notably the autoconf package must be installed.
+
+
+
+ regular releases.
+
+ All released versions can be downloaded as compressed
+ tarballs from the
+
+ download directory.
+
+ These tarballs are
+
+ cryptographically signed
+
+ and contain a pre-generated configure script. They
+ can be compiled and installed without autoconf.
+
+
+
+ master tarballs.
+
+ Whenever significant changes are incorporated a
+
+ tarball
+
+ of the current master branch is created. All changes in
+ this tarball will be included in the next release. Like
+ for regular releases, a configure script is provided
+ for convenience.
+
+
+
+ gitweb snapshots.
+
+ The
+
+ gitweb
+
+ page contains a snapshot link for each revision. This
+ allows to get a specific revision without downloading
+ the full history.
+
+
+
--
2.39.5