wok diff shared-mime-info/stuff/zim.xml @ rev 24093
Up squashfs (4.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 27 16:57:54 2021 +0000 (2021-07-27) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/shared-mime-info/stuff/zim.xml Tue Jul 27 16:57:54 2021 +0000 1.3 @@ -0,0 +1,25 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> 1.6 + <mime-type type="application/x-zim-notebook"> 1.7 + <comment>Zim notebook</comment> 1.8 + <comment xml:lang="ru">записная книжка Zim</comment> 1.9 + <sub-class-of type="text/plain"/> 1.10 + <glob pattern="*.zim"/> 1.11 + </mime-type> 1.12 + 1.13 + <mime-type type="text/x-zim-wiki"> 1.14 + <comment>Zim wiki page</comment> 1.15 + <comment xml:lang="ru">вики-страница Zim</comment> 1.16 + <sub-class-of type="text/plain"/> 1.17 + <magic priority="80"> 1.18 + <match value="Content-Type: text/x-zim-wiki" type="string" offset="0"/> 1.19 + </magic> 1.20 + </mime-type> 1.21 + 1.22 + <mime-type type="application/x-gjots"> 1.23 + <comment>Gjots notebook</comment> 1.24 + <comment xml:lang="ru">записная книжка Gjots</comment> 1.25 + <sub-class-of type="text/plain"/> 1.26 + <glob pattern="*.gjots"/> 1.27 + </mime-type> 1.28 +</mime-info>