imip-agent

Annotated docs/wiki/Downloads

1024:48b37822d2a0
2016-01-29 Paul Boddie Moved common test initialisation into a separate script.
paul@989 1
= Downloads =
paul@989 2
paul@990 3
Ultimately, the aim is make imip-agent available through Free Software
paul@989 4
operating system distributions such as Debian, providing packages that are
paul@990 5
trivially installed and that work with the rest of the system straight away
paul@990 6
upon installation.
paul@990 7
paul@989 8
Until this is realised, the software will need to be downloaded manually.
paul@990 9
See the [[../GettingStarted|getting started guide]] once you have obtained
paul@990 10
the software.
paul@990 11
paul@1006 12
Remember that certain [[../Prerequisites|prerequisites]] are needed for the
paul@1006 13
software to work.
paul@1006 14
paul@990 15
== Copyright and Licence ==
paul@990 16
paul@990 17
The imip-agent distribution is made available according to the terms of the
paul@990 18
[[http://www.gnu.org/copyleft/gpl.html|GNU GPL (version 3 or later)]]. See
paul@990 19
the `docs/COPYING.txt` and `docs/gpl-3.0.txt` files in the source code
paul@990 20
distribution for details.
paul@989 21
paul@989 22
== Repository ==
paul@989 23
paul@989 24
The source code repository is located at the following location:
paul@989 25
paul@989 26
http://hgweb.boddie.org.uk/imip-agent
paul@989 27
paul@989 28
The repository can be cloned using [[http://mercurial.selenic.com/|Mercurial]]
paul@989 29
as follows:
paul@989 30
paul@989 31
{{{
paul@989 32
hg clone http://hgweb.boddie.org.uk/imip-agent
paul@989 33
}}}
paul@989 34
paul@989 35
If you are familiar with version control systems and Mercurial in particular,
paul@989 36
it can be convenient to use this approach to obtain and update the software,
paul@990 37
although you should be aware that updates made available in the repository may,
paul@990 38
if deployed, cause the software to not function correctly on occasion, even if
paul@990 39
attempts are made to avoid such situations. Therefore, you should choose to
paul@990 40
update with care and be prepared to switch to a "known working" revision if
paul@990 41
necessary.
paul@989 42
paul@989 43
== Releases ==
paul@989 44
paul@989 45
Releases are tagged in the repository. The currently-supported releases are
paul@989 46
listed here for convenience:
paul@989 47
paul@989 48
{{{#!table
paul@989 49
'''Release''' || '''Archives'''
paul@989 50
==
paul@989 51
0.1
paul@989 52
|| [[http://hgweb.boddie.org.uk/imip-agent/archive/rel-0-1.tar.bz2|tar.bz2]]
paul@989 53
.. [[http://hgweb.boddie.org.uk/imip-agent/archive/rel-0-1.tar.gz|tar.gz]]
paul@989 54
.. [[http://hgweb.boddie.org.uk/imip-agent/archive/rel-0-1.zip|zip]]
paul@989 55
}}}