Generate user statistics
[0mirror.git] / 0mirror.xml
blob033806fef3bdfd7a2ff949f1b54fe8ae6bd049ec
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     <implementation id="." version="0.1-pre"/>
23     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
24       <version not-before="0.44"/>
25       <environment insert="" mode="prepend" name="PYTHONPATH"/>
26     </requires>
27   </group>
28 </interface>