paul@810 | 1 | = Downloads = |
paul@810 | 2 | |
paul@810 | 3 | Remember that certain [[../Prerequisites|prerequisites]] are needed for the |
paul@810 | 4 | software to work. |
paul@810 | 5 | |
paul@810 | 6 | == Copyright and Licence == |
paul@810 | 7 | |
paul@810 | 8 | The Lichen distribution is made available according to the terms of the |
paul@810 | 9 | [[http://www.gnu.org/copyleft/gpl.html|GNU GPL (version 3 or later)]]. See |
paul@810 | 10 | the `docs/COPYING.txt` and `docs/gpl-3.0.txt` files in the source code |
paul@810 | 11 | distribution for details. |
paul@810 | 12 | |
paul@810 | 13 | == Repository == |
paul@810 | 14 | |
paul@810 | 15 | The source code repository is located at the following location: |
paul@810 | 16 | |
paul@810 | 17 | http://hgweb.boddie.org.uk/Lichen |
paul@810 | 18 | |
paul@810 | 19 | The repository can be cloned using [[https://www.mercurial-scm.org/|Mercurial]] |
paul@810 | 20 | as follows: |
paul@810 | 21 | |
paul@810 | 22 | {{{ |
paul@810 | 23 | hg clone http://hgweb.boddie.org.uk/Lichen |
paul@810 | 24 | }}} |
paul@813 | 25 | |
paul@813 | 26 | If you are familiar with version control systems and Mercurial in particular, |
paul@813 | 27 | it can be convenient to use this approach to obtain and update the software, |
paul@813 | 28 | although you should be aware that updates made available in the repository may, |
paul@813 | 29 | if deployed, cause the software to not function correctly on occasion, even if |
paul@813 | 30 | attempts are made to avoid such situations. Therefore, you should choose to |
paul@813 | 31 | update with care and be prepared to switch to a "known working" revision if |
paul@813 | 32 | necessary. |
paul@813 | 33 | |
paul@813 | 34 | == Releases == |
paul@813 | 35 | |
paul@813 | 36 | {{{#!wiki tip |
paul@813 | 37 | See below for downloadable archives. |
paul@813 | 38 | }}} |
paul@813 | 39 | |
paul@813 | 40 | Releases are tagged in the repository. The currently-supported releases are |
paul@813 | 41 | listed here for convenience: |
paul@813 | 42 | |
paul@813 | 43 | {{{#!table |
paul@813 | 44 | '''Release''' || '''Details''' |
paul@813 | 45 | == |
paul@813 | 46 | 0.1 || [[http://hgweb.boddie.org.uk/Lichen/rev/rel-0-1|changeset]] |
paul@813 | 47 | .. [[http://hgweb.boddie.org.uk/Lichen/file/rel-0-1|files]] |
paul@813 | 48 | }}} |
paul@813 | 49 | |
paul@813 | 50 | Details of changes introduced in each new release can be found in the |
paul@813 | 51 | [[../Changelog|changelog]]. |
paul@813 | 52 | |
paul@813 | 53 | === Archives === |
paul@813 | 54 | |
paul@813 | 55 | Downloadable archives are provided below. Choose "get" to download the |
paul@813 | 56 | appropriate file. |
paul@813 | 57 | |
paul@813 | 58 | <<AttachList(,application/x-tar)>> |
paul@813 | 59 | <<AttachList(,application/x-bzip2)>> |
paul@813 | 60 | |
paul@813 | 61 | === Signatures === |
paul@813 | 62 | |
paul@813 | 63 | Downloadable archive signatures are provided below. Choose "get" to download |
paul@813 | 64 | the appropriate file. |
paul@813 | 65 | |
paul@813 | 66 | <<AttachList(,text/plain)>> |
paul@813 | 67 | <<AttachList(,application/pgp-signature)>> |
paul@813 | 68 | |
paul@813 | 69 | To verify an archive, download the archive and accompanying signature file to |
paul@813 | 70 | the same location and then run a command of the following form: |
paul@813 | 71 | |
paul@813 | 72 | {{{ |
paul@813 | 73 | gpg --verify <signature file> <archive file> |
paul@813 | 74 | }}} |
paul@813 | 75 | |
paul@813 | 76 | For example: |
paul@813 | 77 | |
paul@813 | 78 | {{{ |
paul@813 | 79 | gpg --verify Lichen-0.1.tar.bz2.asc Lichen-0.1.tar.bz2 |
paul@813 | 80 | }}} |