diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-02-05 17:11:28 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2007-02-05 17:11:28 +0000 |
commit | 2ee968809e4c7e2a45882d9b097b4797f0aecddb (patch) | |
tree | 0f064fadd50d3894c777d56717ac6e0e8e9730bb /freedesktop.org.xml.in | |
parent | 597f0a96f03b2a8fa78e48f7a53c6eedcea069d6 (diff) |
2007-02-05 Bastien Nocera <hadess@hadess.net>
* freedesktop.org.xml.in: Really fix my application/x-markaby
mime-type addition, more crack (time to go home?), Patch from
Young-Ho, Cha <ganadist@chollian.net> to add mime-types for
Haansoft's Hangul word processor (Closes: #4230)
Diffstat (limited to 'freedesktop.org.xml.in')
-rw-r--r-- | freedesktop.org.xml.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 51c651c..1a29a5c 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -1006,6 +1006,7 @@ command to generate the output files. <match type="string" value="\000\001\000\000\000" offset="0"/> </magic> <glob pattern="*.ttf"/> + <glob pattern="*.ttc"/> </mime-type> <mime-type type="application/x-font-vfont"> <_comment>V font</_comment> @@ -1706,7 +1707,7 @@ command to generate the output files. <mime-type type="application/x-markaby"> <sub-class-of type="application/x-ruby"/> <_comment>Markaby script</_comment> - <glob patterm="*.mab"/> + <glob pattern="*.mab"/> </mime-type> <mime-type type="application/x-sc"> <_comment>SC/Xspread spreadsheet</_comment> @@ -3422,6 +3423,19 @@ command to generate the output files. <glob pattern="*.fli"/> <glob pattern="*.flc"/> </mime-type> + <mime-type type="application/x-hwp"> + <_comment>Haansoft Hangul document</_comment> + <magic priority="50"> + <match type="string" value="HWP Document File" offset="0"/> + </magic> + <glob pattern="*.hwp"/> + <alias type="application/vnd.haansoft-hwp"/> + </mime-type> + <mime-type type="application/x-hwt"> + <_comment>Haansoft Hangul document template</_comment> + <glob pattern="*.hwt"/> + <alias type="application/vnd.haansoft-hwt"/> + </mime-type> <mime-type type="video/x-mng"> <_comment>MNG animation</_comment> <acronym>MNG</acronym> |