wok-next annotate shared-mime-info/stuff/spacefm-mime.xml @ rev 17283
bind: no amplification attacks
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 27 10:48:12 2014 +0100 (2014-10-27) |
parents | |
children |
rev | line source |
---|---|
al@17261 | 1 <?xml version="1.0" encoding="UTF-8"?> |
al@17261 | 2 <!-- |
al@17261 | 3 Additional mime-types provided by libmimetype, adding some |
al@17261 | 4 missing but frequently seen globs for some common mime-types. |
al@17261 | 5 --> |
al@17261 | 6 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> |
al@17261 | 7 |
al@17261 | 8 <mime-type type="text/plain"> |
al@17261 | 9 <glob pattern="*.ini"/> |
al@17261 | 10 <glob pattern="*.inf"/> |
al@17261 | 11 </mime-type> |
al@17261 | 12 |
al@17261 | 13 <mime-type type="application/x-ms-dos-executable"> |
al@17261 | 14 <glob pattern="*.com" /> |
al@17261 | 15 </mime-type> |
al@17261 | 16 |
al@17261 | 17 <mime-type type="application/x-ms-win-installer"> |
al@17261 | 18 <comment>Windows installer</comment> |
al@17261 | 19 <comment xml:lang="zh_TW">Windows 安裝程式</comment> |
al@17261 | 20 <glob pattern="*.msi" /> |
al@17261 | 21 </mime-type> |
al@17261 | 22 |
al@17261 | 23 <mime-type type="application/x-vbscript"> |
al@17261 | 24 <comment>MS VBScript</comment> |
al@17261 | 25 <glob pattern="*.vbs" /> |
al@17261 | 26 </mime-type> |
al@17261 | 27 |
al@17261 | 28 <mime-type type="text/x-csharp"> |
al@17261 | 29 <comment xml:lang="en">C# source</comment> |
al@17261 | 30 <comment xml:lang="zh_TW">C# 程式碼</comment> |
al@17261 | 31 <glob pattern="*.cs"/> |
al@17261 | 32 </mime-type> |
al@17261 | 33 |
al@17261 | 34 <mime-type type="application/x-desktop"> |
al@17261 | 35 <comment xml:lang="zh_TW">應用程式捷徑</comment> |
al@17261 | 36 </mime-type> |
al@17261 | 37 |
al@17261 | 38 <mime-type type="application/x-sharedlib"> |
al@17261 | 39 <!-- |
al@17261 | 40 This pattern matching is not very accurate ,but the probability that |
al@17261 | 41 a file is named like this and it's not a shared lib, is very low. |
al@17261 | 42 --> |
al@17261 | 43 <glob pattern="*.dll"/> <!-- Windows dll are shared libs, too --> |
al@17261 | 44 <glob pattern="*.so.[0-9]" /> |
al@17261 | 45 <glob pattern="*.so.[0-9].*" /> |
al@17261 | 46 </mime-type> |
al@17261 | 47 |
al@17261 | 48 <mime-type type="application/x-shared-library-la"> |
al@17261 | 49 <glob pattern="*.a" /> |
al@17261 | 50 </mime-type> |
al@17261 | 51 |
al@17261 | 52 </mime-info> |