2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
5 <summary>check your Zero Install feeds</summary>
7 FeedLint is a tool for Zero Install feed authors. It checks that your Zero
8 Install feed can be downloaded, that it is valid and that all the links in it
11 Run this on all your feeds from time-to-time to make sure they still work.</description>
12 <homepage>http://0install.net</homepage>
14 <feed-for interface="http://0install.net/2007/interfaces/FeedLint.xml"/>
15 <category>Development</category>
18 <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
19 <!-- Update the copy of the version number in 0publish -->
20 <release:action phase="commit-release">sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" feedlint</release:action>
23 <group license="OSI Approved :: GNU General Public License (GPL)" main="feedlint">
24 <command name="run" path="feedlint">
25 <runner interface="http://repo.roscidus.com/python/python">
29 <command name="test" path="feedlint">
30 <runner interface="http://repo.roscidus.com/python/python">
33 <arg>FeedLint.xml</arg>
35 <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
36 <version not-before='1.9'/>
37 <environment insert="" mode="prepend" name="PYTHONPATH"/>
39 <implementation id="." version="0.8-post"/>