# HG changeset patch # User Paul Boddie # Date 1491940127 -7200 # Node ID a80de062b5956aff2cf0629ac3ed03c09b3b0e01 # Parent b32ec1733e343f948cc70c05ada85b09baa7da50 Expanded the download documentation and added a changelog page. diff -r b32ec1733e34 -r a80de062b595 docs/wiki/Changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/wiki/Changelog Tue Apr 11 21:48:47 2017 +0200 @@ -0,0 +1,3 @@ += Changelog = + +Currently, only an initial release has been made. See the repository history for change-related information. diff -r b32ec1733e34 -r a80de062b595 docs/wiki/Downloads --- a/docs/wiki/Downloads Tue Apr 11 21:48:24 2017 +0200 +++ b/docs/wiki/Downloads Tue Apr 11 21:48:47 2017 +0200 @@ -22,3 +22,59 @@ {{{ hg clone http://hgweb.boddie.org.uk/Lichen }}} + +If you are familiar with version control systems and Mercurial in particular, +it can be convenient to use this approach to obtain and update the software, +although you should be aware that updates made available in the repository may, +if deployed, cause the software to not function correctly on occasion, even if +attempts are made to avoid such situations. Therefore, you should choose to +update with care and be prepared to switch to a "known working" revision if +necessary. + +== Releases == + +{{{#!wiki tip +See below for downloadable archives. +}}} + +Releases are tagged in the repository. The currently-supported releases are +listed here for convenience: + +{{{#!table +'''Release''' || '''Details''' +== +0.1 || [[http://hgweb.boddie.org.uk/Lichen/rev/rel-0-1|changeset]] + .. [[http://hgweb.boddie.org.uk/Lichen/file/rel-0-1|files]] +}}} + +Details of changes introduced in each new release can be found in the +[[../Changelog|changelog]]. + +=== Archives === + +Downloadable archives are provided below. Choose "get" to download the +appropriate file. + +<> +<> + +=== Signatures === + +Downloadable archive signatures are provided below. Choose "get" to download +the appropriate file. + +<> +<> + +To verify an archive, download the archive and accompanying signature file to +the same location and then run a command of the following form: + +{{{ +gpg --verify +}}} + +For example: + +{{{ +gpg --verify Lichen-0.1.tar.bz2.asc Lichen-0.1.tar.bz2 +}}}