Release 0.19
[0publish.git] / 0publish.xml
blob979e8b1a7e05dccd7358fb75ff36134b96a1e04b
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     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
29       <environment insert="" mode="prepend" name="PYTHONPATH"/>
30     </requires>
31     <implementation id="." released="2011-02-02" version="0.19"/>
32   </group>
33 </interface>