wok-6.x annotate shared-mime-info/stuff/notecase.xml @ rev 21452
updated mlt and mlt-dev (6.4.1 -> 6.14.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 17:16:35 2019 +0100 (2019-04-29) |
parents | |
children |
rev | line source |
---|---|
al@17261 | 1 <?xml version="1.0"?> |
al@17261 | 2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> |
al@17261 | 3 <mime-type type="application/notecase-plain"> |
al@17261 | 4 <comment>NoteCase unencrypted document</comment> |
al@17261 | 5 <comment xml:lang="ru">документ NoteCase</comment> |
al@17261 | 6 <magic priority="80"> |
al@17261 | 7 <match type="string" offset="1" value="!DOCTYPE NoteCase-File"/> |
al@17261 | 8 </magic> |
al@17261 | 9 <glob pattern="*.ncd"/> |
al@17261 | 10 </mime-type> |
al@17261 | 11 |
al@17261 | 12 <mime-type type="application/notecase-enc"> |
al@17261 | 13 <comment>NoteCase encrpyted document</comment> |
al@17261 | 14 <comment xml:lang="ru">зашифрованный документ NoteCase</comment> |
al@17261 | 15 <magic priority="80"> |
al@17261 | 16 <match type="string" offset="0" value="NOTECASE"/> |
al@17261 | 17 </magic> |
al@17261 | 18 <glob pattern="*.nce"/> |
al@17261 | 19 </mime-type> |
al@17261 | 20 </mime-info> |