Run release tests against all supported versions of Python.
[zeroinstall/zeroinstall-rsl.git] / ZeroInstall.xml
blob20e64d9c46874b604be89e2a7bdf4f56ff8055c0
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>ZeroInstall-Injector</name>
4   <summary>decentralised installation system</summary>
5   <description>
6 Zero Install is a cross-platform, decentralised installation system. Instead of
7 having a central repository in which all software is placed under a naming
8 scheme managed by some central authority, programs and libraries in Zero Install
9 are identified by URIs. Anyone who can create a web-page can publish software.
10 Anyone can install software (not just root).
12 Conceptually, you can imagine that the software is 'installed' only on a remote
13 machine and that you are simply running it (on your own machine) using a network
14 filesystem. Caching makes this fast and allows off-line use. The cache is
15 indexed using a cryptographic hash, allowing it to be shared between mutually
16 untrusting users automatically.
18 Zero Install resolves dependencies (such as libraries) on a per-program basis,
19 which eliminates conflicts. You will never be told that installing one program
20 requires first uninstalling another.</description>
22   <homepage>http://0install.net/</homepage>
24   <icon href="http://0install.net/feed_icons/Zero2Desktop.png" type="image/png"/>
26   <feed-for interface="http://0install.net/2007/interfaces/ZeroInstall.xml"/>
27   <category>System</category>
29   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
30     <!-- Update the copy of the version number -->
31     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; zeroinstall/__init__.py</release:action>
32   </release:management>
34   <group license="OSI Approved :: GNU Lesser General Public License (LGPL)" main="0launch" self-test="tests/allpython.sh">
35     <implementation id="." version="0.30-post"/>
36   </group>
37 </interface>