Allow multiple --manifest-algorithm options
[0publish.git] / 0publish.xml
blob73d97b17d5ddfb226144d3ff1f3a32dcf71978ed
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>0publish</name>
5   <summary>utility to make creating injector interfaces easier</summary>
6   <description>
7     0publish makes creating and modifying injector interface files easier.
8     It can create a new commented template for you or edit an existing one.
10     Various editing operations are available, the most basic being to let you
11     edit it in your preferred text editor. It automatically removes the
12     signature when loading an interface and creates a new one when writing it
13     back out. It will also validate the new version before saving it.
15     A tutorial on 0publish can be found at
16     http://0install.net/injector-packagers.html.
17   </description>
18   <homepage>http://0install.net/injector-packagers.html</homepage>
20   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
21     <!-- Update the copy of the version number in 0publish -->
22     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; 0publish</release:action>
23   </release:management>
25   <feed-for interface="http://0install.net/2006/interfaces/0publish"/>
27   <group main="0publish" self-test="tests/testall.py">
28     <implementation id="." version="0.15-post"/>
29   </group>
30 </interface>