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