summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-28 12:24:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-28 12:24:59 -0400
commit1c85e878ac3b6a181b28f72c7ab613776ee1fd88 (patch)
tree5525ba949a9b00c12c43b1e0f4a4190fe48ec5d0
parent0359b9b63802fcf4eca2b72fb454f7e7f5c18e28 (diff)
add a redirect to the current version's tarball
-rw-r--r--doc/download.mdwn3
-rw-r--r--doc/latest-version1
-rw-r--r--doc/tarball.mdwn1
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/download.mdwn b/doc/download.mdwn
index c0d2d261d..78ab9537c 100644
--- a/doc/download.mdwn
+++ b/doc/download.mdwn
@@ -7,8 +7,7 @@ Other mirrors of the git repository:
* `git://git.kitenet.net/git-annex` [[gitweb](http://git.kitenet.net/?p=git-annex.git;a=summary)]
* [at github](https://github.com/joeyh/git-annex)
-To download a tarball of a particular release, use an url like
-<http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/0.20110522>
+Or download a [[tarball]] of the latest release.
Some operating systems include git-annex in easily prepackaged form and
others need some manual work. See [[install]] for details.
diff --git a/doc/latest-version b/doc/latest-version
new file mode 100644
index 000000000..1c4efa2b7
--- /dev/null
+++ b/doc/latest-version
@@ -0,0 +1 @@
+0.20110522
diff --git a/doc/tarball.mdwn b/doc/tarball.mdwn
new file mode 100644
index 000000000..d544268ad
--- /dev/null
+++ b/doc/tarball.mdwn
@@ -0,0 +1 @@
+[[!meta redir="http://git.kitenet.net/?p=git-annex.git;a=snapshot;sf=tgz;h=refs/tags/[[!inline raw=yes files=latest-version]]"]]