sup view data/mime/sup.xml @ rev 2

Add data/ directory with mime file
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 24 06:25:50 2017 +0100 (2017-02-24)
parents
children
line source
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-sup">
4 <comment>package SUP</comment>
5 <comment xml:lang="es">paquete SUP</comment>
6 <comment xml:lang="fr">paquet SUP</comment>
7 <comment xml:lang="pt">pacote SUP</comment>
8 <comment xml:lang="ru">пакет SUP</comment>
9 <sub-class-of type="application/x-cpio"/>
10 <generic-icon name="application-x-archive"/>
11 <glob pattern="*.sup" />
12 </mime-type>
13 <mime-type type="text/x-sup-receip">
14 <comment>recipe SUP</comment>
15 <comment xml:lang="es">receta SUP</comment>
16 <comment xml:lang="fr">recette SUP</comment>
17 <comment xml:lang="pt">receita SUP</comment>
18 <comment xml:lang="ru">файл SUP</comment>
19 <sub-class-of type="application/x-shellscript"/>
20 <generic-icon name="text-x-script"/>
21 <magic priority="50">
22 <match value="# SliTaz User Package receip" type="string" offset="0"/>
23 </magic>
24 <glob pattern="receip"/>
25 </mime-type>
26 </mime-info>