wok-6.x view shared-mime-info/stuff/notecase.xml @ rev 22400

update: expat 2.2.6 (2018) -> 2.2.9 (security fixes: CVE-2019-15903, CVE-2018-20843; ...) -> also, new site: the WGET_URL could be improved
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 08 11:10:33 2019 +0000 (2019-12-08)
parents
children
line source
1 <?xml version="1.0"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3 <mime-type type="application/notecase-plain">
4 <comment>NoteCase unencrypted document</comment>
5 <comment xml:lang="ru">документ NoteCase</comment>
6 <magic priority="80">
7 <match type="string" offset="1" value="!DOCTYPE NoteCase-File"/>
8 </magic>
9 <glob pattern="*.ncd"/>
10 </mime-type>
12 <mime-type type="application/notecase-enc">
13 <comment>NoteCase encrpyted document</comment>
14 <comment xml:lang="ru">зашифрованный документ NoteCase</comment>
15 <magic priority="80">
16 <match type="string" offset="0" value="NOTECASE"/>
17 </magic>
18 <glob pattern="*.nce"/>
19 </mime-type>
20 </mime-info>