~perroquet-team/perroquet/1.1

« back to all changes in this revision

Viewing changes to data/perroquet.xml

  • Committer: Fred
  • Date: 2010-01-10 19:36:22 UTC
  • Revision ID: fred@fred-desktop-20100110193622-snm5lzr3mvgjb4to
handle perroquet file, add mime type and icons on perroquet exercise

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
 
3
    <mime-type type="application/x-perroquet">
 
4
        <sub-class-of type="application/xml"/>
 
5
        <comment>Perroquet exercise file</comment>
 
6
        <comment xml:lang="fr">Fichier d'exercice Perroquet</comment>
 
7
        <glob pattern="*.perroquet"/>
 
8
        <magic priority="20">
 
9
            <match value="&lt;perroquet" type="string" offset="0"/>
 
10
        </magic>
 
11
    </mime-type>
 
12
</mime-info>