wok diff shared-mime-info/stuff/spacefm-mime.xml @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/shared-mime-info/stuff/spacefm-mime.xml	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -0,0 +1,52 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +	Additional mime-types provided by libmimetype, adding some
     1.7 +	missing but frequently seen globs for some common mime-types.
     1.8 +-->
     1.9 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    1.10 +
    1.11 +	<mime-type type="text/plain">
    1.12 +		<glob pattern="*.ini"/>
    1.13 +		<glob pattern="*.inf"/>
    1.14 +	</mime-type>
    1.15 +
    1.16 +	<mime-type type="application/x-ms-dos-executable">
    1.17 +		<glob pattern="*.com" />
    1.18 +	</mime-type>
    1.19 +
    1.20 +	<mime-type type="application/x-ms-win-installer">
    1.21 +		<comment>Windows installer</comment>
    1.22 +		<comment xml:lang="zh_TW">Windows 安裝程式</comment>
    1.23 +		<glob pattern="*.msi" />
    1.24 +	</mime-type>
    1.25 +
    1.26 +	<mime-type type="application/x-vbscript">
    1.27 +		<comment>MS VBScript</comment>
    1.28 +		<glob pattern="*.vbs" />
    1.29 +	</mime-type>
    1.30 +
    1.31 +	<mime-type type="text/x-csharp">
    1.32 +		<comment xml:lang="en">C# source</comment>
    1.33 +		<comment xml:lang="zh_TW">C# 程式碼</comment>
    1.34 +		<glob pattern="*.cs"/>
    1.35 +	</mime-type>
    1.36 +
    1.37 +	<mime-type type="application/x-desktop">
    1.38 +		<comment xml:lang="zh_TW">應用程式捷徑</comment>
    1.39 +	</mime-type>
    1.40 +
    1.41 +	<mime-type type="application/x-sharedlib">
    1.42 +		<!--
    1.43 +			This pattern matching is not very accurate ,but the probability that
    1.44 +			a file is named like this and it's not a shared lib, is very low.
    1.45 +		-->
    1.46 +		<glob pattern="*.dll"/> <!-- Windows dll are shared libs, too -->
    1.47 +		<glob pattern="*.so.[0-9]" />
    1.48 +		<glob pattern="*.so.[0-9].*" />
    1.49 +	</mime-type>
    1.50 +
    1.51 +	<mime-type type="application/x-shared-library-la">
    1.52 +		<glob pattern="*.a" />
    1.53 +	</mime-type>
    1.54 +
    1.55 +</mime-info>