Added --local to allow creation of feeds from local interfaces.
[0publish.git] / 0publish.xml
blob239a190d0879e397079fc53a20f64394ca28091f
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl'
3      href='http://0install.net/2006/stylesheets/interface.xsl'?>
5 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
6   <name>0publish</name>
7   <summary>utility to make creating injector interfaces easier</summary>
8   <description>
9     0publish makes creating and modifying injector interface files easier.
10     It can create a new commented template for you or edit an existing one.
12     Various editing operations are available, the most basic being to let you
13     edit it in your preferred text editor. It automatically removes the
14     signature when loading an interface and creates a new one when writing it
15     back out. It will also validate the new version before saving it.
17     A tutorial on 0publish can be found at
18     http://0install.net/injector-packagers.html.
19   </description>
21   <!-- Optionally, uncomment this to give the address of
22        the signed master interface: -->
23   <!-- <feed-for interface='http://site/interface'> -->
25   <group main='0publish'>
26     <implementation id="." version="0.1" released='Snapshot'/>
27   </group>
28 </interface>