New release.
[mime-editor.git] / MIME-Editor.xml
blob348c58e584b8ac6775eac900adf4e3af4b24af42
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>MIME-Editor</name>
4   <summary>edit the file type database</summary>
5   <description>
6 MIME types are used to identify types of file. For example, a plain text
7 file would have the MIME type 'text/plain'. An HTML page would be 'text/html'
8 and a PNG image's type is 'image/png'.
10 ROX-Filer uses MIME types to decide which application to run when you click
11 on a file, and what icon to give it.
13 ROX now uses the freedesktop.org Shared MIME Database to deal with MIME
14 types. Ideally, the shared database will contain most of the types you need,
15 and applications will add their own types to it automatically. However,
16 sometimes you may need to edit the database manually, and MIME-Editor is a
17 graphical editor for this. If a type is missing, consider asking for it to
18 be added to the main database.
19   </description>
20   <feed-for interface="http://rox.sourceforge.net/2005/interfaces/MIME-Editor"/>
21   <icon type='image/png' href='http://rox.sourceforge.net/Icons/MIME-Editor.png'/>
22   
23   <group main='AppRun'>
24     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
25       <environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
26     </requires>
27     <implementation id="." version="0.5.0"/>
28   </group>
29 </interface>