Better response message
[0share.git] / 0share.xml
blob8622f8e13c423cec5f6bc36fb91cc8b4030013d1
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
4   <name>0share</name>
5   <summary>peer-to-peer sharing of Zero Install packages</summary>
6   <description>
7 Zero Install is a decentralised installation system. Meta-data about each
8 package is published in a &quot;feed&quot; file.
10 Before downloading a package over the internet, 0launch can check to see if any
11 nearby machines have a copy, and get it from them instead if so. This will
12 normally be much faster. The secure hash from the feed is used to check that the
13 software hasn't been modified.</description>
14   <homepage>http://0install.net/0share.html</homepage>
16   <feed-for interface="http://0install.net/2008/interfaces/0share.xml"/>
18   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
19     <!-- Update the copy of the version number in the main program -->
20     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; 0share</release:action>
21   </release:management>
22   <category>Network</category>
23   <needs-terminal/>
25   <group doc-dir="doc" main="0share">
26     <implementation id="." version="0.1-pre"/>
27   </group>
28 </interface>