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