Release 0.6
[mime-editor.git] / MIME-Editor.xml
blob42acc59acda3ca2703e7c90c5d32671716ab20a0
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
4   <name>MIME-Editor</name>
5   <summary>edit the file type database</summary>
6   <description>
7 MIME types are used to identify types of file. For example, a plain text
8 file would have the MIME type 'text/plain'. An HTML page would be 'text/html'
9 and a PNG image's type is 'image/png'.
11 ROX-Filer uses MIME types to decide which application to run when you click
12 on a file, and what icon to give it.
14 ROX now uses the freedesktop.org Shared MIME Database to deal with MIME
15 types. Ideally, the shared database will contain most of the types you need,
16 and applications will add their own types to it automatically. However,
17 sometimes you may need to edit the database manually, and MIME-Editor is a
18 graphical editor for this. If a type is missing, consider asking for it to
19 be added to the main database.
20   </description>
21   <feed-for interface="http://rox.sourceforge.net/2005/interfaces/MIME-Editor"/>
22   <icon href="http://rox.sourceforge.net/Icons/MIME-Editor.png" type="image/png"/>
24   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
25     <release:action phase="commit-release">sed -i &quot;s/&lt;Version&gt;.*&lt;\/Version&gt;$/&lt;Version&gt;$RELEASE_VERSION&lt;\/Version&gt;/&quot; AppInfo.xml</release:action>
26     <release:add-toplevel-directory/>
27     <release:action phase="generate-archive">cd MIME-Editor/Messages &amp;&amp; ./dist</release:action>
28   </release:management>
29   
30   <group main="AppRun">
31     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
32       <environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
33     </requires>
34     <implementation id="." released="2009-07-11" version="0.6"/>
35   </group>
36 </interface>