1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/docs/wiki/Changelog Tue Apr 11 21:48:47 2017 +0200
1.3 @@ -0,0 +1,3 @@
1.4 += Changelog =
1.5 +
1.6 +Currently, only an initial release has been made. See the repository history for change-related information.
2.1 --- a/docs/wiki/Downloads Tue Apr 11 21:48:24 2017 +0200
2.2 +++ b/docs/wiki/Downloads Tue Apr 11 21:48:47 2017 +0200
2.3 @@ -22,3 +22,59 @@
2.4 {{{
2.5 hg clone http://hgweb.boddie.org.uk/Lichen
2.6 }}}
2.7 +
2.8 +If you are familiar with version control systems and Mercurial in particular,
2.9 +it can be convenient to use this approach to obtain and update the software,
2.10 +although you should be aware that updates made available in the repository may,
2.11 +if deployed, cause the software to not function correctly on occasion, even if
2.12 +attempts are made to avoid such situations. Therefore, you should choose to
2.13 +update with care and be prepared to switch to a "known working" revision if
2.14 +necessary.
2.15 +
2.16 +== Releases ==
2.17 +
2.18 +{{{#!wiki tip
2.19 +See below for downloadable archives.
2.20 +}}}
2.21 +
2.22 +Releases are tagged in the repository. The currently-supported releases are
2.23 +listed here for convenience:
2.24 +
2.25 +{{{#!table
2.26 +'''Release''' || '''Details'''
2.27 +==
2.28 +0.1 || [[http://hgweb.boddie.org.uk/Lichen/rev/rel-0-1|changeset]]
2.29 + .. [[http://hgweb.boddie.org.uk/Lichen/file/rel-0-1|files]]
2.30 +}}}
2.31 +
2.32 +Details of changes introduced in each new release can be found in the
2.33 +[[../Changelog|changelog]].
2.34 +
2.35 +=== Archives ===
2.36 +
2.37 +Downloadable archives are provided below. Choose "get" to download the
2.38 +appropriate file.
2.39 +
2.40 +<<AttachList(,application/x-tar)>>
2.41 +<<AttachList(,application/x-bzip2)>>
2.42 +
2.43 +=== Signatures ===
2.44 +
2.45 +Downloadable archive signatures are provided below. Choose "get" to download
2.46 +the appropriate file.
2.47 +
2.48 +<<AttachList(,text/plain)>>
2.49 +<<AttachList(,application/pgp-signature)>>
2.50 +
2.51 +To verify an archive, download the archive and accompanying signature file to
2.52 +the same location and then run a command of the following form:
2.53 +
2.54 +{{{
2.55 +gpg --verify <signature file> <archive file>
2.56 +}}}
2.57 +
2.58 +For example:
2.59 +
2.60 +{{{
2.61 +gpg --verify Lichen-0.1.tar.bz2.asc Lichen-0.1.tar.bz2
2.62 +}}}