2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
5 <summary>utility to make creating injector interfaces easier</summary>
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.
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 "s/^version = '.*'$/version = '$RELEASE_VERSION'/" 0publish</release:action>
25 <feed-for interface="http://0install.net/tools/0publish.xml"/>
27 <group main="0publish">
28 <command name="run" path="0publish">
29 <runner interface="http://repo.roscidus.com/python/python">
34 <command name="test" path="tests/testall.py">
35 <runner interface="http://repo.roscidus.com/python/python">
40 <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
41 <version not-before='1.2-post'/>
42 <environment insert="" mode="prepend" name="PYTHONPATH"/>
45 <implementation id="." version="1.0-post"/>