Convert all warnings to strings
[0mirror.git] / 0mirror.xml
blob50b9126f3cc19e304f24d5992b050fd486705a51
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>0mirror</name>
4   <summary>create a mirror of other Zero Install sites</summary>
5   <description>
6 When installing or upgrading software, the Zero Install injector (0launch)
7 normally downloads information about each program and library from its own site.
8 However, the network connection to this site may be unavailable, unreliable or
9 slow. 0mirror lets you set up a mirror site which republishes these feeds as a
10 backup.</description>
11   <homepage>http://0install.net/0mirror.html</homepage>
13   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
14     <!-- Update the copy of the version number in the main program -->
15     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; 0mirror</release:action>
16   </release:management>
18   <feed-for interface="http://0install.net/2007/interfaces/0mirror.xml"/>
19   <category>Network</category>
21   <group license="OSI Approved :: GNU General Public License (GPL)" main="0mirror">
22     <command name="run" path="0mirror">
23       <runner interface="http://repo.roscidus.com/python/python">
24         <version before="3"/>
25       </runner>
26     </command>
28     <implementation id="." version="0.1-pre"/>
29     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
30       <version not-before="1.10"/>
31       <environment insert="" mode="prepend" name="PYTHONPATH"/>
32     </requires>
33     <requires interface='http://repo.roscidus.com/security/gnupg'>
34       <environment insert="bin" mode="prepend" name="PATH"/>
35     </requires>
36     <requires interface='http://repo.roscidus.com/python/whoosh'/>
37   </group>
38 </interface>