From af9b8034664a40d844dda39edd951fa271e22c90 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 3 Aug 2012 21:53:28 +0200 Subject: [PATCH] Improved download readme. --- doc/README-Download.md.tmpl | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/README-Download.md.tmpl b/doc/README-Download.md.tmpl index b5b4bd0..1385610 100644 --- a/doc/README-Download.md.tmpl +++ b/doc/README-Download.md.tmpl @@ -1,15 +1,8 @@ {APPNAME} Downloads ====================== -{APPNAME} {VERSION} is available for download for Windows systems, -Unix systems and in source format. - -The `.asc` are GPG signatures that you can use to verify the download. -For example download the `.asc` file in the same directory as the -`.tar.bz2` file and run `gpg --verify {APPNAME}-{VERSION}.tar.bz2` - -The GPG key used to sign these packages is 32EC6F3E. It can be -downloaded with `gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E`. +{APPNAME} {VERSION} is available for download for Windows systems +and in source format. Files ------ @@ -17,13 +10,23 @@ Files * {APPNAME}-{VERSION}.exe The Windows installer. If you run Windows, use this. The installer is signed with a local certificate signature. -* {APPNAME}-{VERSION}-portable.zip - The portable Windows installer. Use this, if you want to run {APPNAME} - from a USB stick or external hard drive. -* {APPNAME}-{VERSION}.tar.bz2 +* {APPNAME}-{VERSION}.tar.gz The source code. See `doc/install.txt` for compilation and installation instructions. +The `.asc` are GPG signatures that you can use to verify that the +download is indeed made by the owner of the GPG key below (ie. me). +Download the `.asc` file in the same directory as the `.tar.gz` +file and run `gpg --verify {APPNAME}-{VERSION}.tar.gz` + +The GPG key used to sign these packages is 32EC6F3E. It can be +downloaded with `gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E`. + +The `.sha1` files contain checksums that you can use to verify the +file integrity. Download the `.sha1` file in the same directory as +the `.tar.gz` file and run `sha1sum -c {APPNAME}-{VERSION}.tar.gz.sha1` + + Changelog for this release ---------------------------