wok annotate shared-mime-info/stuff/zim.xml @ rev 18177

Add spectrwm
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 03 04:23:02 2015 +0300 (2015-07-03)
parents
children
rev   line source
al@17261 1 <?xml version="1.0" encoding="UTF-8"?>
al@17261 2 <mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
al@17261 3 <mime-type type="application/x-zim-notebook">
al@17261 4 <comment>Zim notebook</comment>
al@17261 5 <comment xml:lang="ru">записная книжка Zim</comment>
al@17261 6 <sub-class-of type="text/plain"/>
al@17261 7 <glob pattern="*.zim"/>
al@17261 8 </mime-type>
al@17261 9
al@17261 10 <mime-type type="text/x-zim-wiki">
al@17261 11 <comment>Zim wiki page</comment>
al@17261 12 <comment xml:lang="ru">вики-страница Zim</comment>
al@17261 13 <sub-class-of type="text/plain"/>
al@17261 14 <magic priority="80">
al@17261 15 <match value="Content-Type: text/x-zim-wiki" type="string" offset="0"/>
al@17261 16 </magic>
al@17261 17 </mime-type>
al@17261 18
al@17261 19 <mime-type type="application/x-gjots">
al@17261 20 <comment>Gjots notebook</comment>
al@17261 21 <comment xml:lang="ru">записная книжка Gjots</comment>
al@17261 22 <sub-class-of type="text/plain"/>
al@17261 23 <glob pattern="*.gjots"/>
al@17261 24 </mime-type>
al@17261 25 </mime-info>