wok view shared-mime-info/stuff/zim.xml @ rev 20615

Update varka
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 21 20:44:57 2018 +0100 (2018-12-21)
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-zim-notebook">
4 <comment>Zim notebook</comment>
5 <comment xml:lang="ru">записная книжка Zim</comment>
6 <sub-class-of type="text/plain"/>
7 <glob pattern="*.zim"/>
8 </mime-type>
10 <mime-type type="text/x-zim-wiki">
11 <comment>Zim wiki page</comment>
12 <comment xml:lang="ru">вики-страница Zim</comment>
13 <sub-class-of type="text/plain"/>
14 <magic priority="80">
15 <match value="Content-Type: text/x-zim-wiki" type="string" offset="0"/>
16 </magic>
17 </mime-type>
19 <mime-type type="application/x-gjots">
20 <comment>Gjots notebook</comment>
21 <comment xml:lang="ru">записная книжка Gjots</comment>
22 <sub-class-of type="text/plain"/>
23 <glob pattern="*.gjots"/>
24 </mime-type>
25 </mime-info>