summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2019-07-26 13:10:32 +0200
committerBastien Nocera <hadess@hadess.net>2019-09-06 10:05:03 +0200
commit1f39102dfb2e22b3fb441767efa06c19bc766426 (patch)
tree048142ff56191cde83eb60d55afb1c8cb6385974
parenta9eac932769e06b1e7bf7dd7531355707cb1ea2b (diff)
downloadshared-mime-info-1f39102dfb2e22b3fb441767efa06c19bc766426.tar.gz
build: Use gettext instead of intltool
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--Makefile.am40
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac11
-rw-r--r--freedesktop.org.xml.in1574
-rw-r--r--mime-info.its6
-rw-r--r--po/Makevars78
-rw-r--r--po/POTFILES.in2
8 files changed, 900 insertions, 815 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1312a216..91885959 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: fedora:rawhide
variables:
DEPENDENCIES: gcc gcc-c++ glibc-devel make libxml2-devel glib2-devel
- automake autoconf gettext intltool git xmlto findutils
+ automake autoconf gettext git itstool xmlto findutils gettext-devel
build:
before_script:
diff --git a/Makefile.am b/Makefile.am
index 7de8e6f0..e0f3ded7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=. po
+SUBDIRS=po .
AM_CPPFLAGS = $(ALL_CFLAGS)
@@ -33,18 +33,29 @@ EXTRA_DIST = \
HACKING \
$(man_MANS) \
shared-mime-info.pc.in \
- po/shared-mime-info.pot
+ shared-mime-info.pot \
+ mime-info.its
CLEANFILES = freedesktop.org.xml po/stamp-it
-DISTCLEANFILES = intltool-extract intltool-merge intltool-update
+MAINTAINERCLEANFILES = shared-mime-info.pot
pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = shared-mime-info.pc
$(pkgconfig_DATA): config.status
-@INTLTOOL_XML_RULE@
-@INTLTOOL_DESKTOP_RULE@
+all-recursive: shared-mime-info.pot
+
+shared-mime-info.pot: freedesktop.org.xml.in mime-info.its
+ $(AM_V_GEN)$(ITSTOOL) -i $(srcdir)/mime-info.its -o $@ $<
+ test "$(srcdir)" = . || cp shared-mime-info.pot $(srcdir)/shared-mime-info.pot
+
+po/shared-mime-info.pot: shared-mime-info.pot
+ $(MAKE) -C po shared-mime-info.pot
+
+freedesktop.org.xml: freedesktop.org.xml.in shared-mime-info.pot
+ $(MAKE) -C po update-gmo
+ $(AM_V_GEN)$(ITSTOOL) -j $< -o $@ $(top_srcdir)/po/*.gmo
if CROSS_COMPILING
update_mime_database=$(UPDATE_MIME_DATABASE)
@@ -74,16 +85,11 @@ uninstall-hook:
rm -f "$(DESTDIR)$(datadir)/mime/types"
rm -f "$(DESTDIR)$(datadir)/mime/version"
-defaultmakedeps=create-pot
-
all: $(defaultmakedeps)
-create-pot:
- $(AM_V_GEN) $(MAKE) -C po shared-mime-info.pot
-
XDGMIME_PATH=@XDGMIME_PATH@
-local-test: create-pot freedesktop.org.xml update-mime-database$(EXEEXT)
+local-test: po/shared-mime-info.pot freedesktop.org.xml update-mime-database$(EXEEXT)
if CROSS_COMPILING
@echo "Cross compiling: Skipping checks"
else
@@ -102,7 +108,7 @@ else
fi
endif
-check: create-pot freedesktop.org.xml update-mime-database$(EXEEXT) check-translations
+check: po/shared-mime-info.pot freedesktop.org.xml update-mime-database$(EXEEXT) check-translations
if CROSS_COMPILING
@echo "Cross compiling: Skipping checks"
else
@@ -126,12 +132,6 @@ else
rm -rf "$(top_builddir)/temp-mime-dir/" ; \
fi; \
fi
- @if `grep comment $(srcdir)/freedesktop.org.xml.in | grep -v _comment | grep -q -v '<!'` ; then \
- echo "***************************************************************************" ; \
- echo "*** Some comments are not marked as translatable, fix before committing ***" ; \
- echo "***************************************************************************" ; \
- exit 1 ; \
- fi
@if test x`grep '<mime-type' $(srcdir)/freedesktop.org.xml.in | tr -d '[:blank:]' | sort | uniq -d` != "x"; then \
echo "*************************************************************" ; \
echo "*** Some mime-types are duplicated, fix before committing ***" ; \
@@ -151,7 +151,7 @@ check-translations:
done; \
if [ $$RET == 1 ] ; then exit 1; fi
-update-translations: create-pot
+update-translations: po/shared-mime-info.pot
@tx pull --all --force --skip
@tx push --source
@@ -165,3 +165,5 @@ dist: ChangeLog
.PHONY: ChangeLog
+
+ACLOCAL_AMFLAGS = -I m4
diff --git a/autogen.sh b/autogen.sh
index 45f0aed0..849594ef 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,8 +5,6 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
pushd $srcdir
-echo "autogen.sh: running: intltoolize --force"
-intltoolize --force || exit 1
autoreconf -vif || exit 1
popd
diff --git a/configure.ac b/configure.ac
index 27479a00..9e56a95b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,11 +14,12 @@ dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_SYS_LARGEFILE
-IT_PROG_INTLTOOL([0.35.0])
-
-GETTEXT_PACKAGE=shared-mime-info
-AC_SUBST(GETTEXT_PACKAGE)
-AM_GLIB_GNU_GETTEXT
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT([external])
+AC_CHECK_PROGS([ITSTOOL], [itstool])
+if test x"${ITSTOOL}" = x; then
+ AC_MSG_ERROR([itstool is missing])
+fi
AC_CHECK_FUNCS(fdatasync)
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 1f9444cd..4ec951ef 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -80,12 +80,12 @@ command to generate the output files.
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-atari-2600-rom">
- <_comment>Atari 2600 ROM</_comment>
+ <comment>Atari 2600 ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.a26"/>
</mime-type>
<mime-type type="application/x-atari-7800-rom">
- <_comment>Atari 7800 ROM</_comment>
+ <comment>Atari 7800 ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.a78"/>
<magic>
@@ -93,7 +93,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-atari-lynx-rom">
- <_comment>Atari Lynx ROM</_comment>
+ <comment>Atari Lynx ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.lnx"/>
<magic>
@@ -101,14 +101,14 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/andrew-inset">
- <_comment>ATK inset</_comment>
+ <comment>ATK inset</comment>
<acronym>ATK</acronym>
<expanded-acronym>Andrew Toolkit</expanded-acronym>
<generic-icon name="x-office-document"/>
<glob pattern="*.ez"/>
</mime-type>
<mime-type type="application/epub+zip">
- <_comment>electronic book document</_comment>
+ <comment>electronic book document</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
<magic priority="70">
@@ -122,20 +122,20 @@ command to generate the output files.
<glob pattern="*.epub"/>
</mime-type>
<mime-type type="application/illustrator">
- <_comment>Adobe Illustrator document</_comment>
+ <comment>Adobe Illustrator document</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.ai"/>
<alias type="application/vnd.adobe.illustrator"/>
</mime-type>
<mime-type type="application/mac-binhex40">
- <_comment>Macintosh BinHex-encoded file</_comment>
+ <comment>Macintosh BinHex-encoded file</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="must be converted with BinHex" offset="11"/>
</magic>
</mime-type>
<mime-type type="application/mathematica">
- <_comment>Mathematica Notebook file</_comment>
+ <comment>Mathematica Notebook file</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.nb" />
@@ -150,7 +150,7 @@ command to generate the output files.
<alias type="application/x-mathematica"/>
</mime-type>
<mime-type type="application/mathml+xml">
- <_comment>MathML document</_comment>
+ <comment>MathML document</comment>
<acronym>MathML</acronym>
<expanded-acronym>Mathematical Markup Language</expanded-acronym>
<alias type="text/mathml"/>
@@ -159,7 +159,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.w3.org/1998/Math/MathML" localName="math"/>
</mime-type>
<mime-type type="application/mbox">
- <_comment>mailbox file</_comment>
+ <comment>mailbox file</comment>
<generic-icon name="text-x-generic"/>
<sub-class-of type="text/plain"/>
<magic priority="20">
@@ -168,7 +168,7 @@ command to generate the output files.
<glob pattern="*.mbox"/>
</mime-type>
<mime-type type="application/metalink+xml">
- <_comment>Metalink file</_comment>
+ <comment>Metalink file</comment>
<sub-class-of type="application/xml"/>
<magic priority="50">
<match type="string" value="&lt;metalink version=&quot;3.0&quot;" offset="0:256"/>
@@ -177,7 +177,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.metalinker.org/" localName="metalink"/>
</mime-type>
<mime-type type="application/metalink4+xml">
- <_comment>Metalink file</_comment>
+ <comment>Metalink file</comment>
<sub-class-of type="application/xml"/>
<magic priority="50">
<match type="string" value="&lt;metalink xmlns=&quot;urn" offset="0:256"/>
@@ -186,31 +186,31 @@ command to generate the output files.
<root-XML namespaceURI="urn:ietf:params:xml:ns:metalink" localName="metalink"/>
</mime-type>
<mime-type type="application/octet-stream">
- <_comment>unknown</_comment>
+ <comment>unknown</comment>
</mime-type>
<mime-type type="application/x-partial-download">
- <_comment>Partially downloaded file</_comment>
+ <comment>Partially downloaded file</comment>
<generic-icon name="package-x-generic"/>
<glob pattern="*.wkdownload"/>
<glob pattern="*.crdownload"/>
<glob pattern="*.part"/>
</mime-type>
<mime-type type="application/oda">
- <_comment>ODA document</_comment>
+ <comment>ODA document</comment>
<acronym>ODA</acronym>
<expanded-acronym>Office Document Architecture</expanded-acronym>
<generic-icon name="x-office-document"/>
<glob pattern="*.oda"/>
</mime-type>
<mime-type type="application/x-wwf">
- <_comment>WWF document</_comment>
+ <comment>WWF document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.wwf"/>
<sub-class-of type="application/pdf"/>
<alias type="application/wwf"/>
</mime-type>
<mime-type type="application/pdf">
- <_comment>PDF document</_comment>
+ <comment>PDF document</comment>
<acronym>PDF</acronym>
<expanded-acronym>Portable Document Format</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -224,7 +224,7 @@ command to generate the output files.
<alias type="application/nappdf"/>
</mime-type>
<mime-type type="application/xspf+xml">
- <_comment>XSPF playlist</_comment>
+ <comment>XSPF playlist</comment>
<acronym>XSPF</acronym>
<expanded-acronym>XML Shareable Playlist Format</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -238,30 +238,30 @@ command to generate the output files.
<alias type="application/x-xspf+xml"/>
</mime-type>
<mime-type type="application/x-windows-themepack">
- <_comment>Microsoft Windows theme pack</_comment>
+ <comment>Microsoft Windows theme pack</comment>
<sub-class-of type="application/vnd.ms-cab-compressed"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.themepack"/>
</mime-type>
<mime-type type="audio/x-amzxml">
- <_comment>AmazonMP3 download file</_comment>
+ <comment>AmazonMP3 download file</comment>
<glob pattern="*.amz"/>
</mime-type>
<mime-type type="audio/x-gsm">
- <_comment>GSM 06.10 audio</_comment>
+ <comment>GSM 06.10 audio</comment>
<acronym>GSM</acronym>
<expanded-acronym>Global System for Mobile communications</expanded-acronym>
<glob pattern="*.gsm"/>
</mime-type>
<mime-type type="audio/x-iriver-pla">
- <_comment>iRiver playlist</_comment>
+ <comment>iRiver playlist</comment>
<magic priority="50">
<match type="string" value="iriver UMS PLA" offset="4"/>
</magic>
<glob pattern="*.pla"/>
</mime-type>
<mime-type type="application/pgp-encrypted">
- <_comment>PGP/MIME-encrypted message header</_comment>
+ <comment>PGP/MIME-encrypted message header</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<magic priority="50">
@@ -273,7 +273,7 @@ command to generate the output files.
<alias type="application/pgp"/>
</mime-type>
<mime-type type="application/pgp-keys">
- <_comment>PGP keys</_comment>
+ <comment>PGP keys</comment>
<acronym>PGP</acronym>
<expanded-acronym>Pretty Good Privacy</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -294,7 +294,7 @@ command to generate the output files.
<glob pattern="*.key"/>
</mime-type>
<mime-type type="application/pgp-signature">
- <_comment>detached OpenPGP signature</_comment>
+ <comment>detached OpenPGP signature</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<magic priority="50">
@@ -307,7 +307,7 @@ command to generate the output files.
</mime-type>
<!-- defined in RFC 2311 -->
<mime-type type="application/pkcs7-mime">
- <_comment>PKCS#7 file</_comment>
+ <comment>PKCS#7 file</comment>
<acronym>PKCS</acronym>
<expanded-acronym>Public-Key Cryptography Standards</expanded-acronym>
<generic-icon name="text-x-generic"/>
@@ -315,7 +315,7 @@ command to generate the output files.
<glob pattern="*.p7m"/>
</mime-type>
<mime-type type="application/pkcs7-signature">
- <_comment>detached S/MIME signature</_comment>
+ <comment>detached S/MIME signature</comment>
<acronym>S/MIME</acronym>
<expanded-acronym>Secure/Multipurpose Internet Mail Extensions</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -323,38 +323,38 @@ command to generate the output files.
<glob pattern="*.p7s"/>
</mime-type>
<mime-type type="application/pkcs8">
- <_comment>PKCS#8 private key</_comment>
+ <comment>PKCS#8 private key</comment>
<acronym>PKCS</acronym>
<expanded-acronym>Public-Key Cryptography Standards</expanded-acronym>
<glob pattern="*.p8"/>
</mime-type>
<mime-type type="application/pkcs8-encrypted">
- <_comment>PKCS#8 private key (encrypted)</_comment>
+ <comment>PKCS#8 private key (encrypted)</comment>
<acronym>PKCS</acronym>
<expanded-acronym>Public-Key Cryptography Standards</expanded-acronym>
<glob pattern="*.p8e"/>
</mime-type>
<mime-type type="application/pkcs10">
- <_comment>PKCS#10 certification request</_comment>
+ <comment>PKCS#10 certification request</comment>
<acronym>PKCS</acronym>
<expanded-acronym>Public-Key Cryptography Standards</expanded-acronym>
<generic-icon name="text-x-generic"/>
<glob pattern="*.p10"/>
</mime-type>
<mime-type type="application/pkix-cert">
- <_comment>X.509 certificate</_comment>
+ <comment>X.509 certificate</comment>
<glob pattern="*.cer"/>
</mime-type>
<mime-type type="application/pkix-crl">
- <_comment>certificate revocation list</_comment>
+ <comment>certificate revocation list</comment>
<glob pattern="*.crl"/>
</mime-type>
<mime-type type="application/pkix-pkipath">
- <_comment>PkiPath certification path</_comment>
+ <comment>PkiPath certification path</comment>
<glob pattern="*.pkipath"/>
</mime-type>
<mime-type type="application/postscript">
- <_comment>PostScript document</_comment>
+ <comment>PostScript document</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="x-office-document"/>
<magic priority="50">
@@ -364,14 +364,14 @@ command to generate the output files.
<glob pattern="*.ps"/>
</mime-type>
<mime-type type="application/prs.plucker">
- <_comment>Plucker document</_comment>
+ <comment>Plucker document</comment>
<generic-icon name="x-office-document"/>
<magic priority="80">
<match type="string" value="DataPlkr" offset="60"/>
</magic>
</mime-type>
<mime-type type="application/raml+yaml">
- <_comment>RAML document</_comment>
+ <comment>RAML document</comment>
<acronym>RAML</acronym>
<expanded-acronym>RESTful API Modeling Language</expanded-acronym>
<sub-class-of type="application/x-yaml"/>
@@ -381,7 +381,7 @@ command to generate the output files.
<glob pattern="*.raml"/>
</mime-type>
<mime-type type="application/relax-ng-compact-syntax">
- <_comment>RELAX NG XML schema</_comment>
+ <comment>RELAX NG XML schema</comment>
<acronym>RELAX NG</acronym>
<expanded-acronym>REgular LAnguage for XML Next Generation</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -390,7 +390,7 @@ command to generate the output files.
<alias type="application/x-rnc"/>
</mime-type>
<mime-type type="application/rtf">
- <_comment>RTF document</_comment>
+ <comment>RTF document</comment>
<acronym>RTF</acronym>
<expanded-acronym>Rich Text Format</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -402,13 +402,13 @@ command to generate the output files.
<alias type="text/rtf"/>
</mime-type>
<mime-type type="application/sieve">
- <_comment>Sieve mail filter script</_comment>
+ <comment>Sieve mail filter script</comment>
<sub-class-of type="application/xml"/>
<generic-icon name="text-x-script"/>
<glob pattern="*.siv"/>
</mime-type>
<mime-type type="application/smil+xml">
- <_comment>SMIL document</_comment>
+ <comment>SMIL document</comment>
<acronym>SMIL</acronym>
<expanded-acronym>Synchronized Multimedia Integration Language</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -426,7 +426,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.w3.org/ns/SMIL" localName="smil"/>
</mime-type>
<mime-type type="application/vnd.ms-wpl">
- <_comment>WPL playlist</_comment>
+ <comment>WPL playlist</comment>
<acronym>WPL</acronym>
<expanded-acronym>Windows Media Player Playlist</expanded-acronym>
<generic-icon name="video-x-generic"/>
@@ -436,14 +436,14 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-sqlite2">
- <_comment>SQLite2 database</_comment>
+ <comment>SQLite2 database</comment>
<glob pattern="*.sqlite2"/>
<magic>
<match type="string" value="** This file contains an SQLite" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/vnd.sqlite3">
- <_comment>SQLite3 database</_comment>
+ <comment>SQLite3 database</comment>
<glob pattern="*.sqlite3"/>
<magic>
<match type="string" value="SQLite format 3" offset="0"/>
@@ -451,7 +451,7 @@ command to generate the output files.
<alias type="application/x-sqlite3"/>
</mime-type>
<mime-type type="application/x-gedcom">
- <_comment>GEDCOM family history</_comment>
+ <comment>GEDCOM family history</comment>
<acronym>GEDCOM</acronym>
<expanded-acronym>GEnealogical Data COMmunication</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -463,7 +463,7 @@ command to generate the output files.
<alias type="text/gedcom"/>
</mime-type>
<mime-type type="video/x-flv">
- <_comment>Flash video</_comment>
+ <comment>Flash video</comment>
<generic-icon name="video-x-generic"/>
<magic priority="50">
<match type="string" value="FLV" offset="0"/>
@@ -474,7 +474,7 @@ command to generate the output files.
<alias type="video/flv"/>
</mime-type>
<mime-type type="video/x-javafx">
- <_comment>JavaFX video</_comment>
+ <comment>JavaFX video</comment>
<generic-icon name="video-x-generic"/>
<magic priority="40">
<match type="string" value="FLV" offset="0"/>
@@ -486,7 +486,7 @@ command to generate the output files.
<!-- translators: a record is in this context a description of a board game
that has been played, and that can be played back again:
http://www.red-bean.com/sgf/ -->
- <_comment>SGF record</_comment>
+ <comment>SGF record</comment>
<acronym>SGF</acronym>
<expanded-acronym>Smart Game Format</expanded-acronym>
<generic-icon name="text-x-generic"/>
@@ -498,7 +498,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/xliff+xml">
- <_comment>XLIFF translation file</_comment>
+ <comment>XLIFF translation file</comment>
<acronym>XLIFF</acronym>
<expanded-acronym>XML Localization Interchange File Format</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -512,7 +512,7 @@ command to generate the output files.
<alias type="application/x-xliff"/>
</mime-type>
<mime-type type="application/x-yaml">
- <_comment>YAML document</_comment>
+ <comment>YAML document</comment>
<acronym>YAML</acronym>
<expanded-acronym>YAML Ain't Markup Language</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -526,7 +526,7 @@ command to generate the output files.
<alias type="text/x-yaml"/>
</mime-type>
<mime-type type="application/vnd.corel-draw">
- <_comment>Corel Draw drawing</_comment>
+ <comment>Corel Draw drawing</comment>
<generic-icon name="image-x-generic"/>
<magic priority="80">
<match type="string" value="CDRXvrsn" mask="0xffffff00ffffffff" offset="8"/>
@@ -541,21 +541,21 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-cdr"/>
</mime-type>
<mime-type type="application/vnd.hp-hpgl">
- <_comment>HPGL file</_comment>
+ <comment>HPGL file</comment>
<acronym>HPGL</acronym>
<expanded-acronym>HP Graphics Language</expanded-acronym>
<generic-icon name="image-x-generic"/>
<glob pattern="*.hpgl"/>
</mime-type>
<mime-type type="application/vnd.hp-pcl">
- <_comment>PCL file</_comment>
+ <comment>PCL file</comment>
<acronym>PCL</acronym>
<expanded-acronym>HP Printer Control Language</expanded-acronym>
<generic-icon name="image-x-generic"/>
<glob pattern="*.pcl"/>
</mime-type>
<mime-type type="application/vnd.lotus-1-2-3">
- <_comment>Lotus 1-2-3 spreadsheet</_comment>
+ <comment>Lotus 1-2-3 spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="50">
<match type="string" value="\x00\x00\x02\x00\x06\x04\x06\x00\x08\x00\x00\x00\x00\x00" offset="0"/>
@@ -572,7 +572,7 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-123"/>
</mime-type>
<mime-type type="application/vnd.lotus-wordpro">
- <_comment>Lotus Word Pro document</_comment>
+ <comment>Lotus Word Pro document</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="WordPro" offset="0"/>
@@ -580,7 +580,7 @@ command to generate the output files.
<glob pattern="*.lwp"/>
</mime-type>
<mime-type type="application/vnd.ms-access">
- <_comment>JET database</_comment>
+ <comment>JET database</comment>
<acronym>JET</acronym>
<expanded-acronym>Joint Engine Technology</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -597,7 +597,7 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-mdb"/>
</mime-type>
<mime-type type="application/vnd.ms-cab-compressed">
- <_comment>Microsoft Cabinet archive</_comment>
+ <comment>Microsoft Cabinet archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match offset="0" type="string" value="MSCF\0\0\0\0" />
@@ -606,7 +606,7 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-cab"/>
</mime-type>
<mime-type type="application/vnd.ms-excel">
- <_comment>Excel spreadsheet</_comment>
+ <comment>Excel spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="50">
<match type="string" value="Microsoft Excel 5.0 Worksheet" offset="2080"/>
@@ -624,31 +624,31 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-xls"/>
</mime-type>
<mime-type type="application/vnd.ms-excel.addin.macroEnabled.12">
- <_comment>Excel add-in</_comment>
+ <comment>Excel add-in</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.xlam"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/>
</mime-type>
<mime-type type="application/vnd.ms-excel.sheet.binary.macroEnabled.12">
- <_comment>Excel 2007 binary spreadsheet</_comment>
+ <comment>Excel 2007 binary spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.xlsb"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/>
</mime-type>
<mime-type type="application/vnd.ms-excel.sheet.macroEnabled.12">
- <_comment>Excel spreadsheet</_comment>
+ <comment>Excel spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.xlsm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/>
</mime-type>
<mime-type type="application/vnd.ms-excel.template.macroEnabled.12">
- <_comment>Excel spreadsheet template</_comment>
+ <comment>Excel spreadsheet template</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.xltm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.spreadsheetml.template"/>
</mime-type>
<mime-type type="application/vnd.ms-powerpoint">
- <_comment>PowerPoint presentation</_comment>
+ <comment>PowerPoint presentation</comment>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.ppz"/>
<glob pattern="*.ppt"/>
@@ -659,84 +659,84 @@ command to generate the output files.
<alias type="application/x-mspowerpoint"/>
</mime-type>
<mime-type type="application/vnd.ms-powerpoint.addin.macroEnabled.12">
- <_comment>PowerPoint add-in</_comment>
+ <comment>PowerPoint add-in</comment>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.ppam"/>
</mime-type>
<mime-type type="application/vnd.ms-powerpoint.presentation.macroEnabled.12">
- <_comment>PowerPoint presentation</_comment>
+ <comment>PowerPoint presentation</comment>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.pptm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.presentationml.presentation"/>
</mime-type>
<mime-type type="application/vnd.ms-powerpoint.slide.macroEnabled.12">
- <_comment>PowerPoint slide</_comment>
+ <comment>PowerPoint slide</comment>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.sldm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.presentationml.slide"/>
</mime-type>
<mime-type type="application/vnd.ms-powerpoint.slideshow.macroEnabled.12">
- <_comment>PowerPoint presentation</_comment>
+ <comment>PowerPoint presentation</comment>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.ppsm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.presentationml.slideshow"/>
</mime-type>
<mime-type type="application/vnd.ms-powerpoint.template.macroEnabled.12">
- <_comment>PowerPoint presentation template</_comment>
+ <comment>PowerPoint presentation template</comment>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.potm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.presentationml.template"/>
</mime-type>
<mime-type type="application/vnd.ms-visio.drawing.main+xml">
- <_comment>Office Open XML Visio drawing</_comment>
+ <comment>Office Open XML Visio drawing</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.vsdx"/>
<sub-class-of type="application/zip"/>
</mime-type>
<mime-type type="application/vnd.ms-visio.template.main+xml">
- <_comment>Office Open XML Visio template</_comment>
+ <comment>Office Open XML Visio template</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.vstx"/>
<sub-class-of type="application/zip"/>
</mime-type>
<mime-type type="application/vnd.ms-visio.stencil.main+xml">
- <_comment>Office Open XML Visio stencil</_comment>
+ <comment>Office Open XML Visio stencil</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.vssx"/>
<sub-class-of type="application/zip"/>
</mime-type>
<mime-type type="application/vnd.ms-visio.drawing.macroEnabled.main+xml">
- <_comment>Office Open XML Visio drawing</_comment>
+ <comment>Office Open XML Visio drawing</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.vsdm"/>
<sub-class-of type="application/zip"/>
</mime-type>
<mime-type type="application/vnd.ms-visio.template.macroEnabled.main+xml">
- <_comment>Office Open XML Visio template</_comment>
+ <comment>Office Open XML Visio template</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.vstm"/>
<sub-class-of type="application/zip"/>
</mime-type>
<mime-type type="application/vnd.ms-visio.stencil.macroEnabled.main+xml">
- <_comment>Office Open XML Visio stencil</_comment>
+ <comment>Office Open XML Visio stencil</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.vssm"/>
<sub-class-of type="application/zip"/>
</mime-type>
<mime-type type="application/vnd.ms-word.document.macroEnabled.12">
- <_comment>Word document</_comment>
+ <comment>Word document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.docm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.wordprocessingml.document"/>
</mime-type>
<mime-type type="application/vnd.ms-word.template.macroEnabled.12">
- <_comment>Word document template</_comment>
+ <comment>Word document template</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.dotm"/>
<sub-class-of type="application/vnd.openxmlformats-officedocument.wordprocessingml.template"/>
</mime-type>
<mime-type type="application/oxps">
- <_comment>XPS document</_comment>
+ <comment>XPS document</comment>
<acronym>XPS</acronym>
<expanded-acronym>Open XML Paper Specification</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -747,7 +747,7 @@ command to generate the output files.
<alias type="application/xps"/>
</mime-type>
<mime-type type="application/vnd.ms-works">
- <_comment>Microsoft Works document</_comment>
+ <comment>Microsoft Works document</comment>
<sub-class-of type="application/x-ole-storage"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.wcm"/>
@@ -757,7 +757,7 @@ command to generate the output files.
<glob pattern="*.xlr"/>
</mime-type>
<mime-type type="application/vnd.visio">
- <_comment>Microsoft Visio document</_comment>
+ <comment>Microsoft Visio document</comment>
<sub-class-of type="application/x-ole-storage"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.vsd"/>
@@ -766,7 +766,7 @@ command to generate the output files.
<glob pattern="*.vss"/>
</mime-type>
<mime-type type="application/msword">
- <_comment>Word document</_comment>
+ <comment>Word document</comment>
<sub-class-of type="application/x-ole-storage"/>
<generic-icon name="x-office-document"/>
<magic priority="60">
@@ -786,13 +786,13 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-doc"/>
</mime-type>
<mime-type type="application/msword-template">
- <_comment>Word template</_comment>
+ <comment>Word template</comment>
<sub-class-of type="application/msword"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.dot"/>
</mime-type>
<mime-type type="application/gml+xml">
- <_comment>GML document</_comment>
+ <comment>GML document</comment>
<acronym>GML</acronym>
<expanded-acronym>Geography Markup Language</expanded-acronym>
<glob pattern="*.gml"/>
@@ -800,14 +800,14 @@ command to generate the output files.
<sub-class-of type="application/xml"/>
</mime-type>
<mime-type type="application/gnunet-directory">
- <_comment>GNUnet search file</_comment>
+ <comment>GNUnet search file</comment>
<magic priority="50">
<match type="string" value="\211GND\r\n\032\n" offset="0"/>
</magic>
<glob pattern="*.gnd"/>
</mime-type>
<mime-type type="application/vnd.ms-tnef">
- <_comment>TNEF message</_comment>
+ <comment>TNEF message</comment>
<acronym>TNEF</acronym>
<expanded-acronym>Transport Neutral Encapsulation Format</expanded-acronym>
<magic priority="50">
@@ -819,37 +819,37 @@ command to generate the output files.
<alias type="application/ms-tnef"/>
</mime-type>
<mime-type type="application/vnd.stardivision.calc">
- <_comment>StarCalc spreadsheet</_comment>
+ <comment>StarCalc spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.sdc"/>
</mime-type>
<mime-type type="application/vnd.stardivision.chart">
- <_comment>StarChart chart</_comment>
+ <comment>StarChart chart</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.sds"/>
</mime-type>
<mime-type type="application/vnd.stardivision.draw">
- <_comment>StarDraw drawing</_comment>
+ <comment>StarDraw drawing</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.sda"/>
</mime-type>
<mime-type type="application/vnd.stardivision.impress">
- <_comment>StarImpress presentation</_comment>
+ <comment>StarImpress presentation</comment>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.sdd"/>
<glob pattern="*.sdp"/>
</mime-type>
<mime-type type="application/vnd.stardivision.mail">
- <_comment>StarMail email</_comment>
+ <comment>StarMail email</comment>
<glob pattern="*.smd"/>
</mime-type>
<mime-type type="application/vnd.stardivision.math">
- <_comment>StarMath formula</_comment>
+ <comment>StarMath formula</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.smf"/>
</mime-type>
<mime-type type="application/vnd.stardivision.writer">
- <_comment>StarWriter document</_comment>
+ <comment>StarWriter document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.sdw"/>
<glob pattern="*.vor"/>
@@ -860,7 +860,7 @@ command to generate the output files.
<alias type="application/vnd.stardivision.writer-global"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.calc">
- <_comment>OpenOffice Calc spreadsheet</_comment>
+ <comment>OpenOffice Calc spreadsheet</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="70">
@@ -873,7 +873,7 @@ command to generate the output files.
<glob pattern="*.sxc"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.calc.template">
- <_comment>OpenOffice Calc template</_comment>
+ <comment>OpenOffice Calc template</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="70">
@@ -886,7 +886,7 @@ command to generate the output files.
<glob pattern="*.stc"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.draw">
- <_comment>OpenOffice Draw drawing</_comment>
+ <comment>OpenOffice Draw drawing</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="image-x-generic"/>
<magic priority="70">
@@ -899,7 +899,7 @@ command to generate the output files.
<glob pattern="*.sxd"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.draw.template">
- <_comment>OpenOffice Draw template</_comment>
+ <comment>OpenOffice Draw template</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="image-x-generic"/>
<magic priority="70">
@@ -912,7 +912,7 @@ command to generate the output files.
<glob pattern="*.std"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.impress">
- <_comment>OpenOffice Impress presentation</_comment>
+ <comment>OpenOffice Impress presentation</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-presentation"/>
<magic priority="70">
@@ -925,7 +925,7 @@ command to generate the output files.
<glob pattern="*.sxi"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.impress.template">
- <_comment>OpenOffice Impress template</_comment>
+ <comment>OpenOffice Impress template</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-presentation"/>
<magic priority="70">
@@ -938,7 +938,7 @@ command to generate the output files.
<glob pattern="*.sti"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.math">
- <_comment>OpenOffice Math formula</_comment>
+ <comment>OpenOffice Math formula</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
<magic priority="70">
@@ -951,7 +951,7 @@ command to generate the output files.
<glob pattern="*.sxm"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.writer">
- <_comment>OpenOffice Writer document</_comment>
+ <comment>OpenOffice Writer document</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
<magic priority="70">
@@ -964,7 +964,7 @@ command to generate the output files.
<glob pattern="*.sxw"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.writer.global">
- <_comment>OpenOffice Writer global document</_comment>
+ <comment>OpenOffice Writer global document</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
<magic priority="70">
@@ -977,7 +977,7 @@ command to generate the output files.
<glob pattern="*.sxg"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.writer.template">
- <_comment>OpenOffice Writer template</_comment>
+ <comment>OpenOffice Writer template</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
<magic priority="70">
@@ -990,7 +990,7 @@ command to generate the output files.
<glob pattern="*.stw"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.text">
- <_comment>ODT document</_comment>
+ <comment>ODT document</comment>
<acronym>ODT</acronym>
<expanded-acronym>OpenDocument Text</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1005,7 +1005,7 @@ command to generate the output files.
<glob pattern="*.odt"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.text-flat-xml">
- <_comment>ODT document (Flat XML)</_comment>
+ <comment>ODT document (Flat XML)</comment>
<acronym>FODT</acronym>
<expanded-acronym>OpenDocument Text (Flat XML)</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -1013,7 +1013,7 @@ command to generate the output files.
<glob pattern="*.fodt"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.text-template">
- <_comment>ODT template</_comment>
+ <comment>ODT template</comment>
<acronym>ODT</acronym>
<expanded-acronym>OpenDocument Text</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1028,7 +1028,7 @@ command to generate the output files.
<glob pattern="*.ott"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.text-web">
- <_comment>OTH template</_comment>
+ <comment>OTH template</comment>
<acronym>OTH</acronym>
<expanded-acronym>OpenDocument HTML</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1043,7 +1043,7 @@ command to generate the output files.
<glob pattern="*.oth"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.text-master">
- <_comment>ODM document</_comment>
+ <comment>ODM document</comment>
<acronym>ODM</acronym>
<expanded-acronym>OpenDocument Master</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1058,7 +1058,7 @@ command to generate the output files.
<glob pattern="*.odm"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.graphics">
- <_comment>ODG drawing</_comment>
+ <comment>ODG drawing</comment>
<acronym>ODG</acronym>
<expanded-acronym>OpenDocument Drawing</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1073,7 +1073,7 @@ command to generate the output files.
<glob pattern="*.odg"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.graphics-flat-xml">
- <_comment>ODG drawing (Flat XML)</_comment>
+ <comment>ODG drawing (Flat XML)</comment>
<acronym>FODG</acronym>
<expanded-acronym>OpenDocument Drawing (Flat XML)</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -1081,7 +1081,7 @@ command to generate the output files.
<glob pattern="*.fodg"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.graphics-template">
- <_comment>ODG template</_comment>
+ <comment>ODG template</comment>
<acronym>ODG</acronym>
<expanded-acronym>OpenDocument Drawing</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1096,7 +1096,7 @@ command to generate the output files.
<glob pattern="*.otg"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.presentation">
- <_comment>ODP presentation</_comment>
+ <comment>ODP presentation</comment>
<acronym>ODP</acronym>
<expanded-acronym>OpenDocument Presentation</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1111,7 +1111,7 @@ command to generate the output files.
<glob pattern="*.odp"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.presentation-flat-xml">
- <_comment>ODP presentation (Flat XML)</_comment>
+ <comment>ODP presentation (Flat XML)</comment>
<acronym>FODP</acronym>
<expanded-acronym>OpenDocument Presentation (Flat XML)</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -1119,7 +1119,7 @@ command to generate the output files.
<glob pattern="*.fodp"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.presentation-template">
- <_comment>ODP template</_comment>
+ <comment>ODP template</comment>
<acronym>ODP</acronym>
<expanded-acronym>OpenDocument Presentation</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1134,7 +1134,7 @@ command to generate the output files.
<glob pattern="*.otp"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.spreadsheet">
- <_comment>ODS spreadsheet</_comment>
+ <comment>ODS spreadsheet</comment>
<acronym>ODS</acronym>
<expanded-acronym>OpenDocument Spreadsheet</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1149,7 +1149,7 @@ command to generate the output files.
<glob pattern="*.ods"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.spreadsheet-flat-xml">
- <_comment>ODS spreadsheet (Flat XML)</_comment>
+ <comment>ODS spreadsheet (Flat XML)</comment>
<acronym>FODS</acronym>
<expanded-acronym>OpenDocument Spreadsheet (Flat XML)</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -1157,7 +1157,7 @@ command to generate the output files.
<glob pattern="*.fods"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.spreadsheet-template">
- <_comment>ODS template</_comment>
+ <comment>ODS template</comment>
<acronym>ODS</acronym>
<expanded-acronym>OpenDocument Spreadsheet</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1172,7 +1172,7 @@ command to generate the output files.
<glob pattern="*.ots"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.chart">
- <_comment>ODC chart</_comment>
+ <comment>ODC chart</comment>
<acronym>ODC</acronym>
<expanded-acronym>OpenDocument Chart</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1187,7 +1187,7 @@ command to generate the output files.
<glob pattern="*.odc"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.chart-template">
- <_comment>ODC template</_comment>
+ <comment>ODC template</comment>
<acronym>ODC</acronym>
<expanded-acronym>OpenDocument Chart</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1202,7 +1202,7 @@ command to generate the output files.
<glob pattern="*.otc"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.formula">
- <_comment>ODF formula</_comment>
+ <comment>ODF formula</comment>
<acronym>ODF</acronym>
<expanded-acronym>OpenDocument Formula</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1217,7 +1217,7 @@ command to generate the output files.
<glob pattern="*.odf"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.formula-template">
- <_comment>ODF template</_comment>
+ <comment>ODF template</comment>
<acronym>ODF</acronym>
<expanded-acronym>OpenDocument Formula</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1232,7 +1232,7 @@ command to generate the output files.
<glob pattern="*.otf"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.database">
- <_comment>ODB database</_comment>
+ <comment>ODB database</comment>
<acronym>ODB</acronym>
<expanded-acronym>OpenDocument Database</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1248,7 +1248,7 @@ command to generate the output files.
<alias type="application/vnd.sun.xml.base"/>
</mime-type>
<mime-type type="application/vnd.oasis.opendocument.image">
- <_comment>ODI image</_comment>
+ <comment>ODI image</comment>
<acronym>ODI</acronym>
<expanded-acronym>OpenDocument Image</expanded-acronym>
<sub-class-of type="application/zip"/>
@@ -1263,18 +1263,18 @@ command to generate the output files.
<glob pattern="*.odi"/>
</mime-type>
<mime-type type="application/vnd.openofficeorg.extension">
- <_comment>OpenOffice.org extension</_comment>
+ <comment>OpenOffice.org extension</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.oxt" />
</mime-type>
<mime-type type="application/vnd.android.package-archive">
- <_comment>Android package</_comment>
+ <comment>Android package</comment>
<sub-class-of type="application/x-java-archive"/>
<glob pattern="*.apk"/>
</mime-type>
<mime-type type="application/vnd.symbian.install">
- <_comment>SIS package</_comment>
+ <comment>SIS package</comment>
<acronym>SIS</acronym>
<expanded-acronym>Symbian Installation File</expanded-acronym>
<generic-icon name="package-x-generic"/>
@@ -1284,7 +1284,7 @@ command to generate the output files.
<glob pattern="*.sis"/>
</mime-type>
<mime-type type="x-epoc/x-sisx-app">
- <_comment>SISX package</_comment>
+ <comment>SISX package</comment>
<acronym>SIS</acronym>
<expanded-acronym>Symbian Installation File</expanded-acronym>
<generic-icon name="package-x-generic"/>
@@ -1294,7 +1294,7 @@ command to generate the output files.
<glob pattern="*.sisx"/>
</mime-type>
<mime-type type="application/vnd.tcpdump.pcap">
- <_comment>network packet capture</_comment>
+ <comment>network packet capture</comment>
<magic priority="50">
<match type="host32" value="0xa1b2c3d4" offset="0"/>
<match type="host32" value="0xd4c3b2a1" offset="0"/>
@@ -1306,7 +1306,7 @@ command to generate the output files.
<alias type="application/pcap"/>
</mime-type>
<mime-type type="application/vnd.wordperfect">
- <_comment>WordPerfect document</_comment>
+ <comment>WordPerfect document</comment>
<alias type="application/x-wordperfect"/>
<alias type="application/wordperfect"/>
<generic-icon name="x-office-document"/>
@@ -1322,13 +1322,13 @@ command to generate the output files.
<glob pattern="*.wpp"/>
</mime-type>
<mime-type type="application/vnd.youtube.yt">
- <_comment>YouTube media archive</_comment>
+ <comment>YouTube media archive</comment>
<generic-icon name="video-x-generic"/>
<glob pattern="*.yt"/>
<sub-class-of type="application/zip"/>
</mime-type>
<mime-type type="application/x-spss-por">
- <_comment>SPSS portable data file</_comment>
+ <comment>SPSS portable data file</comment>
<acronym>SPSS</acronym>
<expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
<magic priority="50">
@@ -1337,7 +1337,7 @@ command to generate the output files.
<glob pattern="*.por"/>
</mime-type>
<mime-type type="application/x-spss-sav">
- <_comment>SPSS data file</_comment>
+ <comment>SPSS data file</comment>
<acronym>SPSS</acronym>
<expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
<alias type="application/x-spss-savefile"/>
@@ -1349,7 +1349,7 @@ command to generate the output files.
<glob pattern="*.zsav"/>
</mime-type>
<mime-type type="application/x-xbel">
- <_comment>XBEL bookmarks</_comment>
+ <comment>XBEL bookmarks</comment>
<acronym>XBEL</acronym>
<expanded-acronym>XML Bookmark Exchange Language</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -1360,7 +1360,7 @@ command to generate the output files.
<glob pattern="*.xbel"/>
</mime-type>
<mime-type type="application/x-7z-compressed">
- <_comment>7-zip archive</_comment>
+ <comment>7-zip archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="string" value="7z\274\257\047\034" offset="0"/>
@@ -1368,7 +1368,7 @@ command to generate the output files.
<glob pattern="*.7z"/>
</mime-type>
<mime-type type="application/x-abiword">
- <_comment>AbiWord document</_comment>
+ <comment>AbiWord document</comment>
<sub-class-of type="application/xml"/>
<generic-icon name="x-office-document"/>
<magic priority="50">
@@ -1382,18 +1382,18 @@ command to generate the output files.
<root-XML namespaceURI="http://www.abisource.com/awml.dtd" localName="abiword"/>
</mime-type>
<mime-type type="application/x-cue">
- <_comment>CD image cuesheet</_comment>
+ <comment>CD image cuesheet</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<glob pattern="*.cue"/>
</mime-type>
<mime-type type="application/x-amipro">
- <_comment>Lotus AmiPro document</_comment>
+ <comment>Lotus AmiPro document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.sam"/>
</mime-type>
<mime-type type="application/x-aportisdoc">
- <_comment>AportisDoc document</_comment>
+ <comment>AportisDoc document</comment>
<sub-class-of type="application/vnd.palm"/>
<generic-icon name="x-office-document"/>
<magic priority="50">
@@ -1404,7 +1404,7 @@ command to generate the output files.
<glob pattern="*.pdc"/>
</mime-type>
<mime-type type="application/x-applix-spreadsheet">
- <_comment>Applix Spreadsheets spreadsheet</_comment>
+ <comment>Applix Spreadsheets spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="50">
<match type="string" value="*BEGIN SPREADSHEETS" offset="0"/>
@@ -1415,7 +1415,7 @@ command to generate the output files.
<glob pattern="*.as"/>
</mime-type>
<mime-type type="application/x-applix-word">
- <_comment>Applix Words document</_comment>
+ <comment>Applix Words document</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="*BEGIN" offset="0">
@@ -1425,7 +1425,7 @@ command to generate the output files.
<glob pattern="*.aw"/>
</mime-type>
<mime-type type="application/x-arc">
- <_comment>ARC archive</_comment>
+ <comment>ARC archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="little32" mask="0x8080ffff" value="0x0000081a" offset="0"/>
@@ -1437,7 +1437,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-archive">
- <_comment>AR archive</_comment>
+ <comment>AR archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="45">
<match type="string" value="&lt;ar&gt;" offset="0"/>
@@ -1447,7 +1447,7 @@ command to generate the output files.
<glob pattern="*.ar"/>
</mime-type>
<mime-type type="application/x-arj">
- <_comment>ARJ archive</_comment>
+ <comment>ARJ archive</comment>
<acronym>ARJ</acronym>
<expanded-acronym>Archived by Robert Jung</expanded-acronym>
<generic-icon name="package-x-generic"/>
@@ -1457,7 +1457,7 @@ command to generate the output files.
<glob pattern="*.arj"/>
</mime-type>
<mime-type type="application/x-asp">
- <_comment>ASP page</_comment>
+ <comment>ASP page</comment>
<acronym>ASP</acronym>
<expanded-acronym>Active Server Page</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -1465,7 +1465,7 @@ command to generate the output files.
<glob pattern="*.asp"/>
</mime-type>
<mime-type type="application/x-awk">
- <_comment>AWK script</_comment>
+ <comment>AWK script</comment>
<sub-class-of type="application/x-executable"/>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
@@ -1484,21 +1484,21 @@ command to generate the output files.
<glob pattern="*.awk"/>
</mime-type>
<mime-type type="application/x-bcpio">
- <_comment>BCPIO document</_comment>
+ <comment>BCPIO document</comment>
<acronym>BCPIO</acronym>
<expanded-acronym>Binary CPIO</expanded-acronym>
<generic-icon name="package-x-generic"/>
<glob pattern="*.bcpio"/>
</mime-type>
<mime-type type="application/x-bittorrent">
- <_comment>BitTorrent seed file</_comment>
+ <comment>BitTorrent seed file</comment>
<magic priority="50">
<match type="string" value="d8:announce" offset="0"/>
</magic>
<glob pattern="*.torrent"/>
</mime-type>
<mime-type type="application/x-blender">
- <_comment>Blender scene</_comment>
+ <comment>Blender scene</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.blender"/>
<glob pattern="*.blend"/>
@@ -1508,13 +1508,13 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-bzdvi">
- <_comment>TeX DVI document (bzip-compressed)</_comment>
+ <comment>TeX DVI document (bzip-compressed)</comment>
<sub-class-of type="application/x-bzip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.dvi.bz2"/>
</mime-type>
<mime-type type="application/x-bzip">
- <_comment>Bzip archive</_comment>
+ <comment>Bzip archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="BZh" offset="0"/>
@@ -1524,7 +1524,7 @@ command to generate the output files.
<alias type="application/x-bzip2"/>
</mime-type>
<mime-type type="application/x-bzip-compressed-tar">
- <_comment>Tar archive (bzip-compressed)</_comment>
+ <comment>Tar archive (bzip-compressed)</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="application/x-bzip"/>
<glob pattern="*.tar.bz2"/>
@@ -1534,45 +1534,45 @@ command to generate the output files.
<glob pattern="*.tb2"/>
</mime-type>
<mime-type type="application/x-bzpdf">
- <_comment>PDF document (bzip-compressed)</_comment>
+ <comment>PDF document (bzip-compressed)</comment>
<sub-class-of type="application/x-bzip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.pdf.bz2"/>
</mime-type>
<mime-type type="application/x-bzpostscript">
- <_comment>PostScript document (bzip-compressed)</_comment>
+ <comment>PostScript document (bzip-compressed)</comment>
<sub-class-of type="application/x-bzip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.ps.bz2"/>
</mime-type>
<mime-type type="application/vnd.comicbook-rar">
- <_comment>comic book archive</_comment>
+ <comment>comic book archive</comment>
<sub-class-of type="application/vnd.rar"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.cbr"/>
<alias type="application/x-cbr"/>
</mime-type>
<mime-type type="application/x-cb7">
- <_comment>comic book archive</_comment>
+ <comment>comic book archive</comment>
<sub-class-of type="application/x-7z-compressed"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.cb7"/>
</mime-type>
<mime-type type="application/x-cbt">
- <_comment>comic book archive</_comment>
+ <comment>comic book archive</comment>
<sub-class-of type="application/x-tar"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.cbt"/>
</mime-type>
<mime-type type="application/vnd.comicbook+zip">
- <_comment>comic book archive</_comment>
+ <comment>comic book archive</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.cbz"/>
<alias type="application/x-cbz"/>
</mime-type>
<mime-type type="application/x-lrzip">
- <_comment>Lrzip archive</_comment>
+ <comment>Lrzip archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="string" value="LRZI" offset="0"/>
@@ -1580,36 +1580,36 @@ command to generate the output files.
<glob pattern="*.lrz"/>
</mime-type>
<mime-type type="application/x-lrzip-compressed-tar">
- <_comment>Tar archive (lrzip-compressed)</_comment>
+ <comment>Tar archive (lrzip-compressed)</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="application/x-lrzip"/>
<glob pattern="*.tar.lrz"/>
<glob pattern="*.tlrz"/>
</mime-type>
<mime-type type="application/x-apple-diskimage">
- <_comment>Apple disk image</_comment>
+ <comment>Apple disk image</comment>
<glob pattern="*.dmg"/>
</mime-type>
<mime-type type="application/x-raw-disk-image">
- <_comment>Raw disk image</_comment>
+ <comment>Raw disk image</comment>
<glob pattern="*.raw-disk-image"/>
<glob pattern="*.img"/>
</mime-type>
<mime-type type="application/x-raw-floppy-disk-image">
- <_comment>Floppy disk image</_comment>
+ <comment>Floppy disk image</comment>
<sub-class-of type="application/x-raw-disk-image"/>
<alias type="application/x-fd-file"/>
<glob pattern="*.fd"/>
<glob pattern="*.qd"/>
</mime-type>
<mime-type type="application/x-raw-disk-image-xz-compressed">
- <_comment>Raw disk image (XZ-compressed)</_comment>
+ <comment>Raw disk image (XZ-compressed)</comment>
<sub-class-of type="application/x-xz"/>
<glob pattern="*.raw-disk-image.xz"/>
<glob pattern="*.img.xz"/>
</mime-type>
<mime-type type="application/x-cd-image">
- <_comment>raw CD image</_comment>
+ <comment>raw CD image</comment>
<sub-class-of type="application/x-raw-disk-image"/>
<alias type="application/x-iso9660-image"/>
<!-- No magic, see https://bugs.freedesktop.org/show_bug.cgi?id=10049 -->
@@ -1617,7 +1617,7 @@ command to generate the output files.
<glob pattern="*.iso9660"/>
</mime-type>
<mime-type type="application/x-iso9660-appimage">
- <_comment>AppImage application bundle</_comment>
+ <comment>AppImage application bundle</comment>
<sub-class-of type="application/x-executable"/>
<sub-class-of type="application/x-iso9660-image"/>
<generic-icon name="application-x-executable"/>
@@ -1633,7 +1633,7 @@ command to generate the output files.
<glob pattern="*.appimage"/>
</mime-type>
<mime-type type="application/x-cdrdao-toc">
- <_comment>CD Table Of Contents</_comment>
+ <comment>CD Table Of Contents</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<magic priority="50">
@@ -1648,7 +1648,7 @@ command to generate the output files.
<glob pattern="*.toc"/>
</mime-type>
<mime-type type="application/vnd.chess-pgn">
- <_comment>PGN chess game notation</_comment>
+ <comment>PGN chess game notation</comment>
<acronym>PGN</acronym>
<expanded-acronym>Portable Game Notation</expanded-acronym>
<generic-icon name="text-x-generic"/>
@@ -1660,7 +1660,7 @@ command to generate the output files.
<alias type="application/x-chess-pgn"/>
</mime-type>
<mime-type type="application/vnd.ms-htmlhelp">
- <_comment>CHM document</_comment>
+ <comment>CHM document</comment>
<acronym>CHM</acronym>
<expanded-acronym>Compiled Help Modules</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -1668,10 +1668,10 @@ command to generate the output files.
<alias type="application/x-chm"/>
</mime-type>
<mime-type type="application/x-class-file">
- <_comment>Java byte code</_comment>
+ <comment>Java byte code</comment>
</mime-type>
<mime-type type="application/x-compress">
- <_comment>UNIX-compressed file</_comment>
+ <comment>UNIX-compressed file</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="\037\235" offset="0"/>
@@ -1679,14 +1679,14 @@ command to generate the output files.
<glob pattern="*.Z"/>
</mime-type>
<mime-type type="application/x-compressed-tar">
- <_comment>Tar archive (gzip-compressed)</_comment>
+ <comment>Tar archive (gzip-compressed)</comment>
<sub-class-of type="application/gzip"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.tar.gz"/>
<glob pattern="*.tgz"/>
</mime-type>
<mime-type type="application/x-core">
- <_comment>program crash data</_comment>
+ <comment>program crash data</comment>
<magic priority="50">
<match type="string" mask="0xffffffff000000000000000000000000ff" value="\177ELF \004" offset="0"/>
<match type="string" value="\177ELF" offset="0">
@@ -1705,7 +1705,7 @@ command to generate the output files.
<glob pattern="core" case-sensitive="true"/>
</mime-type>
<mime-type type="application/x-cpio">
- <_comment>CPIO archive</_comment>
+ <comment>CPIO archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="host16" value="070707" offset="0"/>
@@ -1716,13 +1716,13 @@ command to generate the output files.
<glob pattern="*.cpio"/>
</mime-type>
<mime-type type="application/x-cpio-compressed">
- <_comment>CPIO archive (gzip-compressed)</_comment>
+ <comment>CPIO archive (gzip-compressed)</comment>
<sub-class-of type="application/gzip"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.cpio.gz"/>
</mime-type>
<mime-type type="application/x-csh">
- <_comment>C shell script</_comment>
+ <comment>C shell script</comment>
<sub-class-of type="application/x-shellscript"/>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
@@ -1735,7 +1735,7 @@ command to generate the output files.
<glob pattern="*.csh"/>
</mime-type>
<mime-type type="application/x-dbf">
- <_comment>Xbase document</_comment>
+ <comment>Xbase document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.dbf"/>
<alias type="application/x-dbase"/>
@@ -1743,7 +1743,7 @@ command to generate the output files.
<alias type="application/dbase"/>
</mime-type>
<mime-type type="application/ecmascript">
- <_comment>ECMAScript program</_comment>
+ <comment>ECMAScript program</comment>
<alias type="text/ecmascript"/>
<sub-class-of type='application/x-executable'/>
<sub-class-of type="text/plain"/>
@@ -1753,7 +1753,7 @@ command to generate the output files.
<mime-type type="application/x-sega-cd-rom">
<!-- Translate this to Mega-CD if the console was known as such in your locale
Should be Mega-CD in all but en_US, Mexico, Canada and Brazil: https://en.wikipedia.org/wiki/Sega_CD -->
- <_comment>Sega CD disc image</_comment>
+ <comment>Sega CD disc image</comment>
<generic-icon name="application-x-executable"/>
<!-- Also matches the application/x-genesis-rom magic values, hence the higher priority -->
<magic priority="60">
@@ -1769,14 +1769,14 @@ command to generate the output files.
<mime-type type="application/x-sega-pico-rom">
<!-- Translate this to Kids Computer Pico if the console was known as such in your locale
Should be Sega Pico in all but Japan: https://en.wikipedia.org/wiki/Sega_Pico -->
- <_comment>Sega Pico ROM</_comment>
+ <comment>Sega Pico ROM</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="SEGA PICO" offset="256"/>
</magic>
</mime-type>
<mime-type type="application/x-saturn-rom">
- <_comment>Sega Saturn disc image</_comment>
+ <comment>Sega Saturn disc image</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="SEGA SEGASATURN" offset="0"/>
@@ -1785,22 +1785,22 @@ command to generate the output files.
<glob pattern="*.iso"/>
</mime-type>
<mime-type type="application/x-dc-rom">
- <_comment>Dreamcast disc image</_comment>
+ <comment>Dreamcast disc image</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.dc"/>
</mime-type>
<mime-type type="application/x-nintendo-ds-rom">
- <_comment>Nintendo DS ROM</_comment>
+ <comment>Nintendo DS ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.nds"/>
</mime-type>
<mime-type type="application/x-pc-engine-rom">
- <_comment>PC Engine ROM</_comment>
+ <comment>PC Engine ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.pce"/>
</mime-type>
<mime-type type="application/x-wii-rom">
- <_comment>Wii disc image</_comment>
+ <comment>Wii disc image</comment>
<alias type="application/x-wii-iso-image"/>
<alias type="application/x-wbfs"/>
<alias type="application/x-wia"/>
@@ -1813,7 +1813,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-wii-wad">
- <_comment>WiiWare bundle</_comment>
+ <comment>WiiWare bundle</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="Is\0\0" offset="4"/>
@@ -1823,7 +1823,7 @@ command to generate the output files.
<glob pattern="*.wad"/>
</mime-type>
<mime-type type="application/x-gamecube-rom">
- <_comment>GameCube disc image</_comment>
+ <comment>GameCube disc image</comment>
<generic-icon name="application-x-executable"/>
<alias type="application/x-gamecube-iso-image"/>
<glob pattern="*.iso"/>
@@ -1832,17 +1832,17 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-thomson-cartridge-memo7">
- <_comment>Thomson Mémo7 cartridge</_comment>
+ <comment>Thomson Mémo7 cartridge</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.m7"/>
</mime-type>
<mime-type type="application/x-thomson-cassette">
- <_comment>Thomson cassette</_comment>
+ <comment>Thomson cassette</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.k7"/>
</mime-type>
<mime-type type="application/x-hfe-floppy-image">
- <_comment>HFE floppy disk image</_comment>
+ <comment>HFE floppy disk image</comment>
<acronym>HFE</acronym>
<expanded-acronym>HxC Floppy Emulator</expanded-acronym>
<generic-icon name="application-x-executable"/>
@@ -1853,7 +1853,7 @@ command to generate the output files.
<alias type="application/x-hfe-file"/>
</mime-type>
<mime-type type="application/x-thomson-sap-image">
- <_comment>SAP Thomson floppy disk image</_comment>
+ <comment>SAP Thomson floppy disk image</comment>
<acronym>SAP</acronym>
<expanded-acronym>Système d'Archivage Pukall</expanded-acronym>
<generic-icon name="application-x-executable"/>
@@ -1864,7 +1864,7 @@ command to generate the output files.
<alias type="application/x-sap-file"/>
</mime-type>
<mime-type type="application/vnd.debian.binary-package">
- <_comment>Debian package</_comment>
+ <comment>Debian package</comment>
<alias type="application/x-deb"/>
<alias type="application/x-debian-package"/>
<generic-icon name="package-x-generic"/>
@@ -1877,7 +1877,7 @@ command to generate the output files.
<glob pattern="*.udeb"/>
</mime-type>
<mime-type type="application/x-designer">
- <_comment>Qt Designer interface document</_comment>
+ <comment>Qt Designer interface document</comment>
<generic-icon name="x-office-document"/>
<sub-class-of type="application/xml"/>
<magic>
@@ -1887,7 +1887,7 @@ command to generate the output files.
<glob pattern="*.ui"/>
</mime-type>
<mime-type type="text/x-qml">
- <_comment>Qt Markup Language file</_comment>
+ <comment>Qt Markup Language file</comment>
<magic priority="80">
<match type="string" value="/bin/env qml" offset="2:16"/>
<match type="string" value="import Qt" offset="0:3000">
@@ -1902,7 +1902,7 @@ command to generate the output files.
<glob pattern="*.qmlproject"/>
</mime-type>
<mime-type type="application/x-desktop">
- <_comment>desktop configuration file</_comment>
+ <comment>desktop configuration file</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<magic priority="50">
@@ -1917,7 +1917,7 @@ command to generate the output files.
<alias type="application/x-gnome-app-info"/>
</mime-type>
<mime-type type="application/x-fictionbook+xml">
- <_comment>FictionBook document</_comment>
+ <comment>FictionBook document</comment>
<sub-class-of type="application/xml"/>
<glob pattern="*.fb2"/>
<magic priority="80">
@@ -1927,7 +1927,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.gribuser.ru/xml/fictionbook/2.0" localName="FictionBook"/>
</mime-type>
<mime-type type="application/x-zip-compressed-fb2">
- <_comment>Compressed FictionBook document</_comment>
+ <comment>Compressed FictionBook document</comment>
<sub-class-of type="application/zip"/>
<glob pattern="*.fb2.zip"/>
<magic priority="70">
@@ -1938,7 +1938,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-dia-diagram">
- <_comment>Dia diagram</_comment>
+ <comment>Dia diagram</comment>
<generic-icon name="image-x-generic"/>
<sub-class-of type="application/xml"/>
<glob pattern="*.dia"/>
@@ -1948,7 +1948,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.lysator.liu.se/~alla/dia/" localName="diagram"/>
</mime-type>
<mime-type type="application/x-dia-shape">
- <_comment>Dia shape</_comment>
+ <comment>Dia shape</comment>
<generic-icon name="image-x-generic"/>
<sub-class-of type="application/xml"/>
<glob pattern="*.shape"/>
@@ -1958,7 +1958,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.daa.com.au/~james/dia-shape-ns" localName="shape"/>
</mime-type>
<mime-type type="application/x-dvi">
- <_comment>TeX DVI document</_comment>
+ <comment>TeX DVI document</comment>
<acronym>DVI</acronym>
<expanded-acronym>Device independent file format</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -1968,16 +1968,16 @@ command to generate the output files.
<glob pattern="*.dvi"/>
</mime-type>
<mime-type type="application/x-e-theme">
- <_comment>Enlightenment theme</_comment>
+ <comment>Enlightenment theme</comment>
<glob pattern="*.etheme"/>
</mime-type>
<mime-type type="application/x-egon">
- <_comment>Egon Animator animation</_comment>
+ <comment>Egon Animator animation</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.egon"/>
</mime-type>
<mime-type type="application/x-executable">
- <_comment>executable</_comment>
+ <comment>executable</comment>
<generic-icon name="application-x-executable"/>
<magic priority="40">
<match type="string" value="\177ELF" offset="0">
@@ -1998,7 +1998,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-fluid">
- <_comment>FLTK Fluid file</_comment>
+ <comment>FLTK Fluid file</comment>
<acronym>FLTK</acronym>
<expanded-acronym>Fast Light Toolkit</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -2009,7 +2009,7 @@ command to generate the output files.
<glob pattern="*.fl"/>
</mime-type>
<mime-type type="font/woff">
- <_comment>WOFF font</_comment>
+ <comment>WOFF font</comment>
<acronym>WOFF</acronym>
<expanded-acronym>Web Open Font Format</expanded-acronym>
<generic-icon name="font-x-generic"/>
@@ -2020,7 +2020,7 @@ command to generate the output files.
<alias type="application/font-woff"/>
</mime-type>
<mime-type type="font/woff2">
- <_comment>WOFF2 font</_comment>
+ <comment>WOFF2 font</comment>
<acronym>WOFF2</acronym>
<expanded-acronym>Web Open Font Format 2.0</expanded-acronym>
<generic-icon name="font-x-generic"/>
@@ -2030,7 +2030,7 @@ command to generate the output files.
<glob pattern="*.woff2"/>
</mime-type>
<mime-type type="application/x-font-type1">
- <_comment>PostScript type-1 font</_comment>
+ <comment>PostScript type-1 font</comment>
<sub-class-of type="application/postscript"/>
<generic-icon name="font-x-generic"/>
<magic priority="60">
@@ -2046,12 +2046,12 @@ command to generate the output files.
<glob pattern="*.gsf"/>
</mime-type>
<mime-type type="application/x-font-afm">
- <_comment>Adobe font metrics</_comment>
+ <comment>Adobe font metrics</comment>
<generic-icon name="font-x-generic"/>
<glob pattern="*.afm"/>
</mime-type>
<mime-type type="application/x-font-bdf">
- <_comment>BDF font</_comment>
+ <comment>BDF font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="STARTFONT\040" offset="0"/>
@@ -2059,7 +2059,7 @@ command to generate the output files.
<glob pattern="*.bdf"/>
</mime-type>
<mime-type type="application/x-font-dos">
- <_comment>DOS font</_comment>
+ <comment>DOS font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="\xff\x46\x4f\x4e" offset="0"/>
@@ -2068,21 +2068,21 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-font-framemaker">
- <_comment>Adobe FrameMaker font</_comment>
+ <comment>Adobe FrameMaker font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="&lt;MakerScreenFont" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-font-libgrx">
- <_comment>LIBGRX font</_comment>
+ <comment>LIBGRX font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="\x14\x02\x59\x19" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-font-linux-psf">
- <_comment>Linux PSF console font</_comment>
+ <comment>Linux PSF console font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="\x36\x04" offset="0"/>
@@ -2090,13 +2090,13 @@ command to generate the output files.
<glob pattern="*.psf"/>
</mime-type>
<mime-type type="application/x-gz-font-linux-psf">
- <_comment>Linux PSF console font (gzip-compressed)</_comment>
+ <comment>Linux PSF console font (gzip-compressed)</comment>
<sub-class-of type="application/gzip"/>
<generic-icon name="font-x-generic"/>
<glob pattern="*.psf.gz"/>
</mime-type>
<mime-type type="application/x-font-pcf">
- <_comment>PCF font</_comment>
+ <comment>PCF font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="\001fcp" offset="0"/>
@@ -2106,7 +2106,7 @@ command to generate the output files.
<glob pattern="*.pcf.gz"/>
</mime-type>
<mime-type type="font/otf">
- <_comment>OpenType font</_comment>
+ <comment>OpenType font</comment>
<sub-class-of type="font/ttf"/>
<generic-icon name="font-x-generic"/>
<magic priority="50">
@@ -2116,7 +2116,7 @@ command to generate the output files.
<alias type="application/x-font-otf"/>
</mime-type>
<mime-type type="application/x-font-speedo">
- <_comment>Speedo font</_comment>
+ <comment>Speedo font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="D1.0\015" offset="0"/>
@@ -2124,7 +2124,7 @@ command to generate the output files.
<glob pattern="*.spd"/>
</mime-type>
<mime-type type="application/x-font-sunos-news">
- <_comment>SunOS News font</_comment>
+ <comment>SunOS News font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="StartFont" offset="0"/>
@@ -2133,7 +2133,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-font-tex">
- <_comment>TeX font</_comment>
+ <comment>TeX font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="\367\203" offset="0"/>
@@ -2142,7 +2142,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-font-tex-tfm">
- <_comment>TeX font metrics</_comment>
+ <comment>TeX font metrics</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="\000\021" offset="2"/>
@@ -2150,7 +2150,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="font/ttf">
- <_comment>TrueType font</_comment>
+ <comment>TrueType font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="FFIL" offset="0"/>
@@ -2161,12 +2161,12 @@ command to generate the output files.
<alias type="application/x-font-ttf"/>
</mime-type>
<mime-type type="font/collection">
- <_comment>Font collection</_comment>
+ <comment>Font collection</comment>
<generic-icon name="font-x-generic"/>
<glob pattern="*.ttc"/>
</mime-type>
<mime-type type="application/x-font-ttx">
- <_comment>TrueType XML font</_comment>
+ <comment>TrueType XML font</comment>
<sub-class-of type="application/xml"/>
<generic-icon name="font-x-generic"/>
<magic priority="50">
@@ -2175,14 +2175,14 @@ command to generate the output files.
<glob pattern="*.ttx"/>
</mime-type>
<mime-type type="application/x-font-vfont">
- <_comment>V font</_comment>
+ <comment>V font</comment>
<generic-icon name="font-x-generic"/>
<magic priority="50">
<match type="string" value="FONT" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/vnd.framemaker">
- <_comment>Adobe FrameMaker document</_comment>
+ <comment>Adobe FrameMaker document</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="&lt;MakerFile" offset="0"/>
@@ -2197,7 +2197,7 @@ command to generate the output files.
<alias type="application/x-frame"/>
</mime-type>
<mime-type type="application/x-gameboy-rom">
- <_comment>Game Boy ROM</_comment>
+ <comment>Game Boy ROM</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="\xce\xed\x66\x66\xcc\x0d\x00\x0b\x03\x73\x00\x83\x00\x0c\x00\x0d\x00\x08\x11\x1f\x88\x89\x00\x0e" offset="260">
@@ -2208,7 +2208,7 @@ command to generate the output files.
<glob pattern="*.sgb"/>
</mime-type>
<mime-type type="application/x-gameboy-color-rom">
- <_comment>Game Boy Color ROM</_comment>
+ <comment>Game Boy Color ROM</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="\xce\xed\x66\x66\xcc\x0d\x00\x0b\x03\x73\x00\x83\x00\x0c\x00\x0d\x00\x08" offset="260">
@@ -2219,18 +2219,18 @@ command to generate the output files.
<glob pattern="*.cgb"/>
</mime-type>
<mime-type type="application/x-gba-rom">
- <_comment>Game Boy Advance ROM</_comment>
+ <comment>Game Boy Advance ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.gba"/>
<glob pattern="*.agb"/>
</mime-type>
<mime-type type="application/x-virtual-boy-rom">
- <_comment>Virtual Boy ROM</_comment>
+ <comment>Virtual Boy ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.vb"/>
</mime-type>
<mime-type type="application/x-gdbm">
- <_comment>GDBM database</_comment>
+ <comment>GDBM database</comment>
<acronym>GDBM</acronym>
<expanded-acronym>GNU Database Manager</expanded-acronym>
<magic priority="50">
@@ -2242,7 +2242,7 @@ command to generate the output files.
<mime-type type="application/x-genesis-rom">
<!-- Translate this to Mega Drive if the console was known as such in your locale
Should be Mega Drive in all but en_US, Mexico and Canada: https://en.wikipedia.org/wiki/Sega_Genesis#History -->
- <_comment>Genesis ROM</_comment>
+ <comment>Genesis ROM</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="SEGA GENESIS" offset="256"/>
@@ -2257,7 +2257,7 @@ command to generate the output files.
<mime-type type="application/x-genesis-32x-rom">
<!-- Translate this to Super 32X, Mega Drive 32X or Mega 32X if the system was known as such in your locale
Should be Super 32X in Japan, Mega Drive 32X in PAL region and Mega 32X in Brazil: https://en.wikipedia.org/wiki/32X -->
- <_comment>Genesis 32X ROM</_comment>
+ <comment>Genesis 32X ROM</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="SEGA 32X" offset="256"/>
@@ -2266,7 +2266,7 @@ command to generate the output files.
<glob pattern="*.mdx"/>
</mime-type>
<mime-type type="application/x-gettext-translation">
- <_comment>translated messages (machine-readable)</_comment>
+ <comment>translated messages (machine-readable)</comment>
<magic priority="50">
<match type="string" value="\336\22\4\225" offset="0"/>
<match type="string" value="\225\4\22\336" offset="0"/>
@@ -2275,7 +2275,7 @@ command to generate the output files.
<glob pattern="*.mo"/>
</mime-type>
<mime-type type="application/x-gtk-builder">
- <_comment>GTK+ Builder interface document</_comment>
+ <comment>GTK+ Builder interface document</comment>
<sub-class-of type="application/xml"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.ui"/>
@@ -2284,7 +2284,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-glade">
- <_comment>Glade project</_comment>
+ <comment>Glade project</comment>
<sub-class-of type="application/xml"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.glade"/>
@@ -2293,14 +2293,14 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-gnucash">
- <_comment>GnuCash financial data</_comment>
+ <comment>GnuCash financial data</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.gnucash"/>
<glob pattern="*.gnc"/>
<glob pattern="*.xac"/>
</mime-type>
<mime-type type="application/x-gnumeric">
- <_comment>Gnumeric spreadsheet</_comment>
+ <comment>Gnumeric spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="50">
<match type="string" value="gmr:Workbook" offset="0:64"/>
@@ -2309,7 +2309,7 @@ command to generate the output files.
<glob pattern="*.gnumeric"/>
</mime-type>
<mime-type type="application/x-gnuplot">
- <_comment>Gnuplot document</_comment>
+ <comment>Gnuplot document</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.gp"/>
@@ -2317,25 +2317,25 @@ command to generate the output files.
<glob pattern="*.gnuplot"/>
</mime-type>
<mime-type type="application/x-graphite">
- <_comment>Graphite scientific graph</_comment>
+ <comment>Graphite scientific graph</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.gra"/>
</mime-type>
<mime-type type="application/x-gtktalog">
- <_comment>GTKtalog catalog</_comment>
+ <comment>GTKtalog catalog</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="gtktalog " offset="4"/>
</magic>
</mime-type>
<mime-type type="application/x-gzdvi">
- <_comment>TeX DVI document (gzip-compressed)</_comment>
+ <comment>TeX DVI document (gzip-compressed)</comment>
<sub-class-of type="application/gzip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.dvi.gz"/>
</mime-type>
<mime-type type="application/gzip">
- <_comment>Gzip archive</_comment>
+ <comment>Gzip archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="\037\213" offset="0"/>
@@ -2344,19 +2344,19 @@ command to generate the output files.
<alias type="application/x-gzip"/>
</mime-type>
<mime-type type="application/x-gzpdf">
- <_comment>PDF document (gzip-compressed)</_comment>
+ <comment>PDF document (gzip-compressed)</comment>
<sub-class-of type="application/gzip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.pdf.gz"/>
</mime-type>
<mime-type type="application/x-gzpostscript">
- <_comment>PostScript document (gzip-compressed)</_comment>
+ <comment>PostScript document (gzip-compressed)</comment>
<sub-class-of type="application/gzip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.ps.gz"/>
</mime-type>
<mime-type type="application/x-hdf">
- <_comment>HDF document</_comment>
+ <comment>HDF document</comment>
<acronym>HDF</acronym>
<expanded-acronym>Hierarchical Data Format</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -2371,7 +2371,7 @@ command to generate the output files.
<glob pattern="*.h5"/>
</mime-type>
<mime-type type="application/x-iff">
- <_comment>IFF file</_comment>
+ <comment>IFF file</comment>
<acronym>IFF</acronym>
<expanded-acronym>Interchange File Format</expanded-acronym>
<magic priority="40">
@@ -2379,13 +2379,13 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-ipod-firmware">
- <_comment>iPod firmware</_comment>
+ <comment>iPod firmware</comment>
<magic priority="50">
<match type="string" value="S T O P" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-java-archive">
- <_comment>Java archive</_comment>
+ <comment>Java archive</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="package-x-generic"/>
<alias type="application/x-jar"/>
@@ -2393,7 +2393,7 @@ command to generate the output files.
<glob pattern="*.jar"/>
</mime-type>
<mime-type type="application/x-java">
- <_comment>Java class</_comment>
+ <comment>Java class</comment>
<magic priority="50">
<match type="big32" value="0xcafebabe" offset="0"/>
</magic>
@@ -2405,7 +2405,7 @@ command to generate the output files.
<glob pattern="*.class"/>
</mime-type>
<mime-type type="text/x-groovy">
- <_comment>Groovy source code</_comment>
+ <comment>Groovy source code</comment>
<sub-class-of type="text/x-csrc"/>
<generic-icon name="text-x-script"/>
<glob pattern="*.groovy"/>
@@ -2414,12 +2414,12 @@ command to generate the output files.
<glob pattern="*.gsh"/>
</mime-type>
<mime-type type="text/x-gradle">
- <_comment>Gradle scripts</_comment>
+ <comment>Gradle scripts</comment>
<sub-class-of type="text/x-groovy"/>
<glob pattern="*.gradle"/>
</mime-type>
<mime-type type="application/x-java-jnlp-file">
- <_comment>JNLP file</_comment>
+ <comment>JNLP file</comment>
<acronym>JNLP</acronym>
<expanded-acronym>Java Network Launching Protocol</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -2430,7 +2430,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-java-keystore">
- <_comment>Java keystore</_comment>
+ <comment>Java keystore</comment>
<magic priority="50">
<match type="big32" value="0xfeedfeed" offset="0"/>
</magic>
@@ -2439,7 +2439,7 @@ command to generate the output files.
<glob pattern="cacerts"/>
</mime-type>
<mime-type type="application/x-java-jce-keystore">
- <_comment>Java JCE keystore</_comment>
+ <comment>Java JCE keystore</comment>
<acronym>JCE</acronym>
<expanded-acronym>Java Cryptography Extension</expanded-acronym>
<magic priority="50">
@@ -2448,7 +2448,7 @@ command to generate the output files.
<glob pattern="*.jceks"/>
</mime-type>
<mime-type type="application/x-java-pack200">
- <_comment>Pack200 Java archive</_comment>
+ <comment>Pack200 Java archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="big32" value="0xcafed00d" offset="0"/>
@@ -2456,7 +2456,7 @@ command to generate the output files.
<glob pattern="*.pack"/>
</mime-type>
<mime-type type="application/javascript">
- <_comment>JavaScript program</_comment>
+ <comment>JavaScript program</comment>
<alias type="application/x-javascript"/>
<alias type="text/javascript"/>
<sub-class-of type="application/ecmascript"/>
@@ -2478,7 +2478,7 @@ command to generate the output files.
<glob pattern="*.mjs"/>
</mime-type>
<mime-type type="application/json">
- <_comment>JSON document</_comment>
+ <comment>JSON document</comment>
<acronym>JSON</acronym>
<expanded-acronym>JavaScript Object Notation</expanded-acronym>
<sub-class-of type="application/javascript"/>
@@ -2486,7 +2486,7 @@ command to generate the output files.
<glob pattern="*.json"/>
</mime-type>
<mime-type type="application/jrd+json">
- <_comment>JRD document</_comment>
+ <comment>JRD document</comment>
<acronym>JRD</acronym>
<expanded-acronym>JSON Resource Descriptor</expanded-acronym>
<sub-class-of type="application/json"/>
@@ -2494,7 +2494,7 @@ command to generate the output files.
<glob pattern="*.jrd"/>
</mime-type>
<mime-type type="application/json-patch+json">
- <_comment>JSON patch</_comment>
+ <comment>JSON patch</comment>
<acronym>JSON</acronym>
<expanded-acronym>JavaScript Object Notation</expanded-acronym>
<sub-class-of type="application/json"/>
@@ -2502,7 +2502,7 @@ command to generate the output files.
<glob pattern="*.json-patch"/>
</mime-type>
<mime-type type="application/ld+json">
- <_comment>JSON-LD document</_comment>
+ <comment>JSON-LD document</comment>
<acronym>JSON-LD</acronym>
<expanded-acronym>JavaScript Object Notation for Linked Data</expanded-acronym>
<sub-class-of type="application/json"/>
@@ -2510,7 +2510,7 @@ command to generate the output files.
<glob pattern="*.jsonld"/>
</mime-type>
<mime-type type="application/x-ipynb+json">
- <_comment>Jupyter notebook document</_comment>
+ <comment>Jupyter notebook document</comment>
<sub-class-of type="application/json"/>
<generic-icon name="x-office-document"/>
<magic priority="50">
@@ -2521,19 +2521,19 @@ command to generate the output files.
<glob pattern="*.ipynb"/>
</mime-type>
<mime-type type="application/vnd.coffeescript">
- <_comment>CoffeeScript document</_comment>
+ <comment>CoffeeScript document</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
<glob pattern="*.coffee"/>
</mime-type>
<mime-type type="application/x-jbuilder-project">
- <_comment>JBuilder project</_comment>
+ <comment>JBuilder project</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.jpr"/>
<glob pattern="*.jpx"/>
</mime-type>
<mime-type type="application/x-karbon">
- <_comment>Karbon14 drawing</_comment>
+ <comment>Karbon14 drawing</comment>
<generic-icon name="image-x-generic"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2550,7 +2550,7 @@ command to generate the output files.
<glob pattern="*.karbon"/>
</mime-type>
<mime-type type="application/x-kchart">
- <_comment>KChart chart</_comment>
+ <comment>KChart chart</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2567,27 +2567,27 @@ command to generate the output files.
<glob pattern="*.chrt"/>
</mime-type>
<mime-type type="application/x-kexi-connectiondata">
- <_comment>Kexi settings</_comment>
+ <comment>Kexi settings</comment>
<glob pattern="*.kexic"/>
</mime-type>
<mime-type type="application/x-kexiproject-shortcut">
- <_comment>Kexi shortcut</_comment>
+ <comment>Kexi shortcut</comment>
<glob pattern="*.kexis"/>
</mime-type>
<mime-type type="application/x-kexiproject-sqlite2">
- <_comment>Kexi database file</_comment>
+ <comment>Kexi database file</comment>
<sub-class-of type="application/x-sqlite2"/>
<glob pattern="*.kexi"/>
</mime-type>
<mime-type type="application/x-kexiproject-sqlite3">
- <_comment>Kexi database file</_comment>
+ <comment>Kexi database file</comment>
<sub-class-of type="application/x-sqlite3"/>
<glob pattern="*.kexi"/>
<alias type="application/x-vnd.kde.kexi"/>
<alias type="application/x-kexiproject-sqlite"/>
</mime-type>
<mime-type type="application/x-kformula">
- <_comment>KFormula formula</_comment>
+ <comment>KFormula formula</comment>
<generic-icon name="x-office-document"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2604,7 +2604,7 @@ command to generate the output files.
<glob pattern="*.kfo"/>
</mime-type>
<mime-type type="application/x-killustrator">
- <_comment>KIllustrator drawing</_comment>
+ <comment>KIllustrator drawing</comment>
<generic-icon name="image-x-generic"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2616,7 +2616,7 @@ command to generate the output files.
<glob pattern="*.kil"/>
</mime-type>
<mime-type type="application/x-kivio">
- <_comment>Kivio flowchart</_comment>
+ <comment>Kivio flowchart</comment>
<generic-icon name="x-office-document"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2633,7 +2633,7 @@ command to generate the output files.
<glob pattern="*.flw"/>
</mime-type>
<mime-type type="application/x-kontour">
- <_comment>Kontour drawing</_comment>
+ <comment>Kontour drawing</comment>
<generic-icon name="image-x-generic"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2650,12 +2650,12 @@ command to generate the output files.
<glob pattern="*.kon"/>
</mime-type>
<mime-type type="application/x-kpovmodeler">
- <_comment>KPovModeler scene</_comment>
+ <comment>KPovModeler scene</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.kpm"/>
</mime-type>
<mime-type type="application/x-kpresenter">
- <_comment>KPresenter presentation</_comment>
+ <comment>KPresenter presentation</comment>
<generic-icon name="x-office-presentation"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2673,7 +2673,7 @@ command to generate the output files.
<glob pattern="*.kpt"/>
</mime-type>
<mime-type type="application/x-krita">
- <_comment>Krita document</_comment>
+ <comment>Krita document</comment>
<generic-icon name="x-office-document"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2690,7 +2690,7 @@ command to generate the output files.
<glob pattern="*.kra"/>
</mime-type>
<mime-type type="application/x-kspread">
- <_comment>KSpread spreadsheet</_comment>
+ <comment>KSpread spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2707,14 +2707,14 @@ command to generate the output files.
<glob pattern="*.ksp"/>
</mime-type>
<mime-type type="application/x-kspread-crypt">
- <_comment>KSpread spreadsheet (encrypted)</_comment>
+ <comment>KSpread spreadsheet (encrypted)</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="50">
<match type="big32" value="0x0d1a2702" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-ksysv-package">
- <_comment>KSysV init package</_comment>
+ <comment>KSysV init package</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="KSysV" offset="4">
@@ -2723,12 +2723,12 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-kugar">
- <_comment>Kugar document</_comment>
+ <comment>Kugar document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.kud"/>
</mime-type>
<mime-type type="application/x-kword">
- <_comment>KWord document</_comment>
+ <comment>KWord document</comment>
<generic-icon name="x-office-document"/>
<magic priority="60">
<match type="string" value="\037\213" offset="0">
@@ -2746,14 +2746,14 @@ command to generate the output files.
<glob pattern="*.kwt"/>
</mime-type>
<mime-type type="application/x-kword-crypt">
- <_comment>KWord document (encrypted)</_comment>
+ <comment>KWord document (encrypted)</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="big32" value="0x0d1a2701" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-lha">
- <_comment>LHA archive</_comment>
+ <comment>LHA archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="string" value="-lh -" offset="2"/>
@@ -2774,12 +2774,12 @@ command to generate the output files.
<alias type="application/x-lzh-compressed"/>
</mime-type>
<mime-type type="application/x-lhz">
- <_comment>LHZ archive</_comment>
+ <comment>LHZ archive</comment>
<generic-icon name="package-x-generic"/>
<glob pattern="*.lhz"/>
</mime-type>
<mime-type type="text/vnd.qt.linguist">
- <_comment>message catalog</_comment>
+ <comment>message catalog</comment>
<sub-class-of type="application/xml"/>
<magic>
<match type="string" value="&lt;TS" offset="0:256"/>
@@ -2789,7 +2789,7 @@ command to generate the output files.
<alias type="text/vnd.trolltech.linguist"/>
</mime-type>
<mime-type type="application/x-lyx">
- <_comment>LyX document</_comment>
+ <comment>LyX document</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="x-office-document"/>
<magic priority="50">
@@ -2799,7 +2799,7 @@ command to generate the output files.
<alias type="text/x-lyx"/>
</mime-type>
<mime-type type="application/x-lz4">
- <_comment>LZ4 archive</_comment>
+ <comment>LZ4 archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="little32" value="0x184d2204" offset="0"/>
@@ -2808,13 +2808,13 @@ command to generate the output files.
<glob pattern="*.lz4"/>
</mime-type>
<mime-type type="application/x-lz4-compressed-tar">
- <_comment>Tar archive (LZ4-compressed)</_comment>
+ <comment>Tar archive (LZ4-compressed)</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="application/x-lz4"/>
<glob pattern="*.tar.lz4"/>
</mime-type>
<mime-type type="application/x-lzip">
- <_comment>Lzip archive</_comment>
+ <comment>Lzip archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="string" value="LZIP" offset="0"/>
@@ -2822,33 +2822,33 @@ command to generate the output files.
<glob pattern="*.lz"/>
</mime-type>
<mime-type type="application/x-lzip-compressed-tar">
- <_comment>Tar archive (lzip-compressed)</_comment>
+ <comment>Tar archive (lzip-compressed)</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="application/x-lzip"/>
<glob pattern="*.tar.lz"/>
</mime-type>
<mime-type type="application/x-lzpdf">
- <_comment>PDF document (lzip-compressed)</_comment>
+ <comment>PDF document (lzip-compressed)</comment>
<sub-class-of type="application/x-lzip"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.pdf.lz"/>
</mime-type>
<mime-type type="application/x-lzma">
- <_comment>LZMA archive</_comment>
+ <comment>LZMA archive</comment>
<acronym>LZMA</acronym>
<expanded-acronym>Lempel-Ziv-Markov chain-Algorithm</expanded-acronym>
<generic-icon name="package-x-generic"/>
<glob pattern="*.lzma"/>
</mime-type>
<mime-type type="application/x-lzma-compressed-tar">
- <_comment>Tar archive (LZMA-compressed)</_comment>
+ <comment>Tar archive (LZMA-compressed)</comment>
<sub-class-of type="application/x-lzma"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.tar.lzma"/>
<glob pattern="*.tlz"/>
</mime-type>
<mime-type type="application/x-lzop">
- <_comment>LZO archive</_comment>
+ <comment>LZO archive</comment>
<acronym>LZO</acronym>
<expanded-acronym>Lempel-Ziv-Oberhumer</expanded-acronym>
<generic-icon name="package-x-generic"/>
@@ -2858,7 +2858,7 @@ command to generate the output files.
<glob pattern="*.lzo"/>
</mime-type>
<mime-type type="application/x-qpress">
- <_comment>Qpress archive</_comment>
+ <comment>Qpress archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="string" value="qpress10" offset="0"/>
@@ -2866,7 +2866,7 @@ command to generate the output files.
<glob pattern="*.qp"/>
</mime-type>
<mime-type type="application/x-xar">
- <_comment>XAR archive</_comment>
+ <comment>XAR archive</comment>
<acronym>XAR</acronym>
<expanded-acronym>eXtensible ARchive</expanded-acronym>
<generic-icon name="package-x-generic"/>
@@ -2878,25 +2878,25 @@ command to generate the output files.
<glob pattern="*.pkg"/>
</mime-type>
<mime-type type="application/zlib">
- <_comment>Zlib archive</_comment>
+ <comment>Zlib archive</comment>
<generic-icon name="package-x-generic"/>
<glob pattern="*.zz"/>
</mime-type>
<mime-type type="application/x-magicpoint">
- <_comment>MagicPoint presentation</_comment>
+ <comment>MagicPoint presentation</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="x-office-presentation"/>
<glob pattern="*.mgp"/>
</mime-type>
<mime-type type="application/x-macbinary">
- <_comment>Macintosh MacBinary file</_comment>
+ <comment>Macintosh MacBinary file</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="mBIN" offset="102"/>
</magic>
</mime-type>
<mime-type type="application/x-matroska">
- <_comment>Matroska stream</_comment>
+ <comment>Matroska stream</comment>
<generic-icon name="video-x-generic"/>
<magic priority="50">
<!-- EBML ID -->
@@ -2910,22 +2910,22 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="video/x-matroska">
- <_comment>Matroska video</_comment>
+ <comment>Matroska video</comment>
<glob pattern="*.mkv"/>
<sub-class-of type="application/x-matroska"/>
</mime-type>
<mime-type type="video/x-matroska-3d">
- <_comment>Matroska 3D video</_comment>
+ <comment>Matroska 3D video</comment>
<glob pattern="*.mk3d"/>
<sub-class-of type="application/x-matroska"/>
</mime-type>
<mime-type type="audio/x-matroska">
- <_comment>Matroska audio</_comment>
+ <comment>Matroska audio</comment>
<glob pattern="*.mka"/>
<sub-class-of type="application/x-matroska"/>
</mime-type>
<mime-type type="video/webm">
- <_comment>WebM video</_comment>
+ <comment>WebM video</comment>
<glob pattern="*.webm"/>
<magic priority="50">
<!-- EBML ID -->
@@ -2939,11 +2939,11 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="audio/webm">
- <_comment>WebM audio</_comment>
+ <comment>WebM audio</comment>
<sub-class-of type="video/webm"/>
</mime-type>
<mime-type type="application/x-mimearchive">
- <_comment>MHTML web archive</_comment>
+ <comment>MHTML web archive</comment>
<acronym>MHTML</acronym>
<expanded-acronym>MIME HTML</expanded-acronym>
<glob pattern="*.mhtml"/>
@@ -2951,7 +2951,7 @@ command to generate the output files.
<sub-class-of type="multipart/related"/>
</mime-type>
<mime-type type="application/mxf">
- <_comment>MXF video</_comment>
+ <comment>MXF video</comment>
<acronym>MXF</acronym>
<expanded-acronym>Material Exchange Format</expanded-acronym>
<generic-icon name="video-x-generic"/>
@@ -2961,14 +2961,14 @@ command to generate the output files.
<glob pattern="*.mxf"/>
</mime-type>
<mime-type type="text/x-ocl">
- <_comment>OCL file</_comment>
+ <comment>OCL file</comment>
<acronym>OCL</acronym>
<expanded-acronym>Object Constraint Language</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.ocl"/>
</mime-type>
<mime-type type="text/x-cobol">
- <_comment>COBOL source code</_comment>
+ <comment>COBOL source code</comment>
<acronym>COBOL</acronym>
<expanded-acronym>COmmon Business Oriented Language</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -2976,7 +2976,7 @@ command to generate the output files.
<glob pattern="*.cob"/>
</mime-type>
<mime-type type="application/x-mobipocket-ebook">
- <_comment>Mobipocket e-book</_comment>
+ <comment>Mobipocket e-book</comment>
<sub-class-of type="application/vnd.palm"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.mobi"/>
@@ -2990,11 +2990,11 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-mif">
- <_comment>Adobe FrameMaker MIF document</_comment>
+ <comment>Adobe FrameMaker MIF document</comment>
<glob pattern="*.mif"/>
</mime-type>
<mime-type type="application/x-mozilla-bookmarks">
- <_comment>Mozilla bookmarks</_comment>
+ <comment>Mozilla bookmarks</comment>
<sub-class-of type="text/html"/>
<generic-icon name="text-html"/>
<magic priority="80">
@@ -3003,7 +3003,7 @@ command to generate the output files.
<alias type="application/x-netscape-bookmarks"/>
</mime-type>
<mime-type type="application/x-ms-dos-executable">
- <_comment>DOS/Windows executable</_comment>
+ <comment>DOS/Windows executable</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="MZ" offset="0"/>
@@ -3011,7 +3011,7 @@ command to generate the output files.
<glob pattern="*.exe"/>
</mime-type>
<mime-type type="application/x-mswinurl">
- <_comment>Internet shortcut</_comment>
+ <comment>Internet shortcut</comment>
<magic priority="50">
<match type="string" value="InternetShortcut" offset="1"/>
<match type="string" value="DEFAULT" offset="1">
@@ -3021,23 +3021,23 @@ command to generate the output files.
<glob pattern="*.url"/>
</mime-type>
<mime-type type="application/x-mswrite">
- <_comment>WRI document</_comment>
+ <comment>WRI document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.wri"/>
</mime-type>
<mime-type type="application/x-msx-rom">
- <_comment>MSX ROM</_comment>
+ <comment>MSX ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.msx"/>
</mime-type>
<mime-type type="application/x-m4">
- <_comment>M4 macro</_comment>
+ <comment>M4 macro</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
<glob pattern="*.m4"/>
</mime-type>
<mime-type type="application/x-n64-rom">
- <_comment>Nintendo64 ROM</_comment>
+ <comment>Nintendo64 ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.n64"/>
<glob pattern="*.z64"/>
@@ -3052,7 +3052,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-nautilus-link">
- <_comment>Nautilus link</_comment>
+ <comment>Nautilus link</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<magic priority="50">
@@ -3060,7 +3060,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-neo-geo-pocket-rom">
- <_comment>Neo-Geo Pocket ROM</_comment>
+ <comment>Neo-Geo Pocket ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.ngp"/>
<magic>
@@ -3071,7 +3071,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-neo-geo-pocket-color-rom">
- <_comment>Neo-Geo Pocket Color ROM</_comment>
+ <comment>Neo-Geo Pocket Color ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.ngc"/>
<magic>
@@ -3083,7 +3083,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-nes-rom">
<!-- Translate this to Famicom if the console was known as such in your locale -->
- <_comment>NES ROM</_comment>
+ <comment>NES ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.nes"/>
<glob pattern="*.nez"/>
@@ -3091,7 +3091,7 @@ command to generate the output files.
<glob pattern="*.unif"/>
</mime-type>
<mime-type type="application/x-netcdf">
- <_comment>Unidata NetCDF document</_comment>
+ <comment>Unidata NetCDF document</comment>
<acronym>NetCDF</acronym>
<expanded-acronym>Network Common Data Form</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -3099,7 +3099,7 @@ command to generate the output files.
<glob pattern="*.nc"/>
</mime-type>
<mime-type type="application/x-nzb">
- <_comment>NewzBin usenet index</_comment>
+ <comment>NewzBin usenet index</comment>
<sub-class-of type="application/xml"/>
<magic priority="80">
<match type="string" value="&lt;nzb" offset="0:256"/>
@@ -3107,7 +3107,7 @@ command to generate the output files.
<glob pattern="*.nzb"/>
</mime-type>
<mime-type type="application/x-object">
- <_comment>object code</_comment>
+ <comment>object code</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="\177ELF" offset="0">
@@ -3124,7 +3124,7 @@ command to generate the output files.
<glob pattern="*.o"/>
</mime-type>
<mime-type type="application/annodex">
- <_comment>Annodex exchange format</_comment>
+ <comment>Annodex exchange format</comment>
<generic-icon name="video-x-generic"/>
<magic priority="50">
<match type="string" value="OggS" offset="0">
@@ -3137,7 +3137,7 @@ command to generate the output files.
<alias type="application/x-annodex"/>
</mime-type>
<mime-type type="video/annodex">
- <_comment>Annodex video</_comment>
+ <comment>Annodex video</comment>
<sub-class-of type="application/annodex"/>
<magic priority="50">
<match type="string" value="OggS" offset="0">
@@ -3150,7 +3150,7 @@ command to generate the output files.
<alias type="video/x-annodex"/>
</mime-type>
<mime-type type="audio/annodex">
- <_comment>Annodex audio</_comment>
+ <comment>Annodex audio</comment>
<sub-class-of type="application/annodex"/>
<magic priority="50">
<match type="string" value="OggS" offset="0">
@@ -3163,7 +3163,7 @@ command to generate the output files.
<alias type="audio/x-annodex"/>
</mime-type>
<mime-type type="application/ogg">
- <_comment>Ogg multimedia file</_comment>
+ <comment>Ogg multimedia file</comment>
<generic-icon name="video-x-generic"/>
<alias type="application/x-ogg"/>
<magic priority="50">
@@ -3172,7 +3172,7 @@ command to generate the output files.
<glob pattern="*.ogx"/>
</mime-type>
<mime-type type="audio/ogg">
- <_comment>Ogg audio</_comment>
+ <comment>Ogg audio</comment>
<sub-class-of type="application/ogg"/>
<magic priority="50">
<match type="string" value="OggS" offset="0"/>
@@ -3183,7 +3183,7 @@ command to generate the output files.
<alias type="audio/x-ogg"/>
</mime-type>
<mime-type type="video/ogg">
- <_comment>Ogg video</_comment>
+ <comment>Ogg video</comment>
<sub-class-of type="application/ogg"/>
<magic priority="50">
<match type="string" value="OggS" offset="0"/>
@@ -3193,7 +3193,7 @@ command to generate the output files.
<alias type="video/x-ogg"/>
</mime-type>
<mime-type type="audio/x-vorbis+ogg">
- <_comment>Ogg Vorbis audio</_comment>
+ <comment>Ogg Vorbis audio</comment>
<sub-class-of type="audio/ogg"/>
<alias type="audio/vorbis"/>
<alias type="audio/x-vorbis"/>
@@ -3206,7 +3206,7 @@ command to generate the output files.
<glob pattern="*.ogg"/>
</mime-type>
<mime-type type="audio/x-flac+ogg">
- <_comment>Ogg FLAC audio</_comment>
+ <comment>Ogg FLAC audio</comment>
<sub-class-of type="audio/ogg"/>
<alias type="audio/x-oggflac"/>
<magic priority="80">
@@ -3221,7 +3221,7 @@ command to generate the output files.
<glob pattern="*.ogg"/>
</mime-type>
<mime-type type="audio/x-opus+ogg">
- <_comment>Opus audio</_comment>
+ <comment>Opus audio</comment>
<sub-class-of type="audio/ogg"/>
<magic priority="80">
<match type="string" value="OggS" offset="0">
@@ -3231,7 +3231,7 @@ command to generate the output files.
<glob pattern="*.opus"/>
</mime-type>
<mime-type type="audio/x-speex+ogg">
- <_comment>Ogg Speex audio</_comment>
+ <comment>Ogg Speex audio</comment>
<sub-class-of type="audio/ogg"/>
<magic priority="80">
<match type="string" value="OggS" offset="0">
@@ -3242,14 +3242,14 @@ command to generate the output files.
<glob pattern="*.ogg"/>
</mime-type>
<mime-type type="audio/x-speex">
- <_comment>Speex audio</_comment>
+ <comment>Speex audio</comment>
<magic priority="50">
<match type="string" value="Speex" offset="0"/>
</magic>
<glob pattern="*.spx"/>
</mime-type>
<mime-type type="video/x-theora+ogg">
- <_comment>Ogg Theora video</_comment>
+ <comment>Ogg Theora video</comment>
<sub-class-of type="video/ogg"/>
<alias type="video/x-theora"/>
<magic priority="80">
@@ -3260,7 +3260,7 @@ command to generate the output files.
<glob pattern="*.ogg"/>
</mime-type>
<mime-type type="video/x-ogm+ogg">
- <_comment>OGM video</_comment>
+ <comment>OGM video</comment>
<sub-class-of type="video/ogg"/>
<alias type="video/x-ogm"/>
<magic priority="80">
@@ -3273,7 +3273,7 @@ command to generate the output files.
<!-- These are typically compount document of various types, so prefer
extensions for these -->
<mime-type type="application/x-ole-storage">
- <_comment>OLE2 compound document storage</_comment>
+ <comment>OLE2 compound document storage</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="\320\317\021\340\241\261\032\341" offset="0"/>
@@ -3281,17 +3281,17 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/vnd.ms-publisher">
- <_comment>Microsoft Publisher document</_comment>
+ <comment>Microsoft Publisher document</comment>
<sub-class-of type="application/x-ole-storage"/>
<glob pattern="*.pub"/>
</mime-type>
<mime-type type="application/x-msi">
- <_comment>Windows Installer package</_comment>
+ <comment>Windows Installer package</comment>
<sub-class-of type="application/x-ole-storage"/>
<glob pattern="*.msi"/>
</mime-type>
<mime-type type="application/x-oleo">
- <_comment>GNU Oleo spreadsheet</_comment>
+ <comment>GNU Oleo spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="50">
<match type="string" value="Oleo" offset="31"/>
@@ -3299,7 +3299,7 @@ command to generate the output files.
<glob pattern="*.oleo"/>
</mime-type>
<mime-type type="application/x-pak">
- <_comment>PAK archive</_comment>
+ <comment>PAK archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="80">
<match offset="0" type="string" value="PACK" />
@@ -3307,7 +3307,7 @@ command to generate the output files.
<glob pattern="*.pak" />
</mime-type>
<mime-type type="application/vnd.palm">
- <_comment>Palm OS database</_comment>
+ <comment>Palm OS database</comment>
<glob pattern="*.prc"/>
<glob pattern="*.pdb"/>
<glob pattern="*.pqa"/>
@@ -3315,7 +3315,7 @@ command to generate the output files.
<alias type="application/x-palm-database"/>
</mime-type>
<mime-type type="application/x-par2">
- <_comment>Parchive archive</_comment>
+ <comment>Parchive archive</comment>
<acronym>Parchive</acronym>
<expanded-acronym>Parity Volume Set Archive</expanded-acronym>
<generic-icon name="package-x-generic"/>
@@ -3326,14 +3326,14 @@ command to generate the output files.
<glob pattern="*.par2" />
</mime-type>
<mime-type type="application/x-pef-executable">
- <_comment>PEF executable</_comment>
+ <comment>PEF executable</comment>
<generic-icon name="application-x-executable"/>
<magic priority="50">
<match type="string" value="Joy!" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-perl">
- <_comment>Perl script</_comment>
+ <comment>Perl script</comment>
<sub-class-of type="application/x-executable"/>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
@@ -3362,7 +3362,7 @@ command to generate the output files.
<glob pattern="*.t" weight="10"/><!-- CPAN-style Perl test script -->
</mime-type>
<mime-type type="application/x-php">
- <_comment>PHP script</_comment>
+ <comment>PHP script</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
<magic priority="80">
@@ -3375,14 +3375,14 @@ command to generate the output files.
<glob pattern="*.phps"/>
</mime-type>
<mime-type type="application/x-pkcs7-certificates">
- <_comment>PKCS#7 certificate bundle</_comment>
+ <comment>PKCS#7 certificate bundle</comment>
<acronym>PKCS</acronym>
<expanded-acronym>Public-Key Cryptography Standards</expanded-acronym>
<glob pattern="*.p7b"/>
<glob pattern="*.spc"/>
</mime-type>
<mime-type type="application/pkcs12">
- <_comment>PKCS#12 certificate bundle</_comment>
+ <comment>PKCS#12 certificate bundle</comment>
<acronym>PKCS</acronym>
<expanded-acronym>Public-Key Cryptography Standards</expanded-acronym>
<glob pattern="*.p12"/>
@@ -3390,12 +3390,12 @@ command to generate the output files.
<alias type="application/x-pkcs12"/>
</mime-type>
<mime-type type="application/x-planperfect">
- <_comment>PlanPerfect spreadsheet</_comment>
+ <comment>PlanPerfect spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.pln"/>
</mime-type>
<mime-type type="application/x-pocket-word">
- <_comment>Pocket Word document</_comment>
+ <comment>Pocket Word document</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="{\\pwi" offset="0"/>
@@ -3403,18 +3403,18 @@ command to generate the output files.
<glob pattern="*.psw"/>
</mime-type>
<mime-type type="application/x-profile">
- <_comment>profiler results</_comment>
+ <comment>profiler results</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<glob pattern="gmon.out"/>
</mime-type>
<mime-type type="application/x-pw">
- <_comment>Pathetic Writer document</_comment>
+ <comment>Pathetic Writer document</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.pw"/>
</mime-type>
<mime-type type="application/x-python-bytecode">
- <_comment>Python bytecode</_comment>
+ <comment>Python bytecode</comment>
<magic priority="50">
<match type="big32" value="0x994e0d0a" offset="0"/>
</magic>
@@ -3422,7 +3422,7 @@ command to generate the output files.
<glob pattern="*.pyo"/>
</mime-type>
<mime-type type="application/x-qtiplot">
- <_comment>QtiPlot document</_comment>
+ <comment>QtiPlot document</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="x-office-document"/>
<magic priority="50">
@@ -3432,14 +3432,14 @@ command to generate the output files.
<glob pattern="*.qti.gz"/>
</mime-type>
<mime-type type="application/x-quattropro">
- <_comment>Quattro Pro spreadsheet</_comment>
+ <comment>Quattro Pro spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.wb1"/>
<glob pattern="*.wb2"/>
<glob pattern="*.wb3"/>
</mime-type>
<mime-type type="application/x-quicktime-media-link">
- <_comment>QuickTime playlist</_comment>
+ <comment>QuickTime playlist</comment>
<generic-icon name="video-x-generic"/>
<sub-class-of type="video/quicktime"/>
<alias type="application/x-quicktimeplayer"/>
@@ -3454,12 +3454,12 @@ command to generate the output files.
<glob pattern="*.qtl"/>
</mime-type>
<mime-type type="application/x-qw">
- <_comment>Quicken document</_comment>
+ <comment>Quicken document</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.qif"/>
</mime-type>
<mime-type type="application/vnd.rar">
- <_comment>RAR archive</_comment>
+ <comment>RAR archive</comment>
<acronym>RAR</acronym>
<expanded-acronym>Roshal ARchive</expanded-acronym>
<alias type="application/x-rar"/>
@@ -3471,7 +3471,7 @@ command to generate the output files.
<glob pattern="*.rar"/>
</mime-type>
<mime-type type="application/x-dar">
- <_comment>DAR archive</_comment>
+ <comment>DAR archive</comment>
<generic-icon name="package-x-generic"/>
<magic>
<match type="big32" value="123" offset="0"/>
@@ -3479,7 +3479,7 @@ command to generate the output files.
<glob pattern="*.dar"/>
</mime-type>
<mime-type type="application/x-alz">
- <_comment>Alzip archive</_comment>
+ <comment>Alzip archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="ALZ" offset="0"/>
@@ -3487,14 +3487,14 @@ command to generate the output files.
<glob pattern="*.alz"/>
</mime-type>
<mime-type type="text/x-reject">
- <_comment>rejected patch</_comment>
+ <comment>rejected patch</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<alias type="application/x-reject"/>
<glob pattern="*.rej"/>
</mime-type>
<mime-type type="application/x-rpm">
- <_comment>RPM package</_comment>
+ <comment>RPM package</comment>
<generic-icon name="package-x-generic"/>
<alias type="application/x-redhat-package-manager" />
<magic priority="50">
@@ -3503,14 +3503,14 @@ command to generate the output files.
<glob pattern="*.rpm"/>
</mime-type>
<mime-type type="application/x-source-rpm">
- <_comment>Source RPM package</_comment>
+ <comment>Source RPM package</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="application/x-rpm"/>
<glob pattern="*.src.rpm"/>
<glob pattern="*.spm"/>
</mime-type>
<mime-type type="application/x-ruby">
- <_comment>Ruby script</_comment>
+ <comment>Ruby script</comment>
<sub-class-of type="application/x-executable"/>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
@@ -3521,36 +3521,36 @@ command to generate the output files.
<glob pattern="*.rb"/>
</mime-type>
<mime-type type="application/x-markaby">
- <_comment>Markaby script</_comment>
+ <comment>Markaby script</comment>
<sub-class-of type="application/x-ruby"/>
<generic-icon name="text-x-script"/>
<glob pattern="*.mab"/>
</mime-type>
<mime-type type="text/rust">
- <_comment>Rust source code</_comment>
+ <comment>Rust source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.rs"/>
</mime-type>
<mime-type type="application/x-sc">
- <_comment>SC/Xspread spreadsheet</_comment>
+ <comment>SC/Xspread spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<magic priority="50">
<match type="string" value="Spreadsheet" offset="38"/>
</magic>
</mime-type>
<mime-type type="application/x-shar">
- <_comment>shell archive</_comment>
+ <comment>shell archive</comment>
<generic-icon name="package-x-generic"/>
<glob pattern="*.shar"/>
</mime-type>
<mime-type type="application/x-shared-library-la">
- <_comment>libtool shared library</_comment>
+ <comment>libtool shared library</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
<glob pattern="*.la"/>
</mime-type>
<mime-type type="application/x-sharedlib">
- <_comment>shared library</_comment>
+ <comment>shared library</comment>
<magic priority="50">
<match type="string" value="\177ELF" offset="0">
<match type="byte" value="1" offset="5">
@@ -3570,7 +3570,7 @@ command to generate the output files.
<glob pattern="*.so"/>
</mime-type>
<mime-type type="application/x-shellscript">
- <_comment>shell script</_comment>
+ <comment>shell script</comment>
<sub-class-of type="application/x-executable"/>
<sub-class-of type="text/plain"/>
<alias type="text/x-sh"/>
@@ -3591,7 +3591,7 @@ command to generate the output files.
<glob pattern="*.sh"/>
</mime-type>
<mime-type type="application/vnd.adobe.flash.movie">
- <_comment>Shockwave Flash file</_comment>
+ <comment>Shockwave Flash file</comment>
<alias type="application/x-shockwave-flash"/>
<alias type="application/futuresplash"/>
<generic-icon name="video-x-generic"/>
@@ -3604,7 +3604,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-shorten">
<!-- translators: "Shorten" is the name of an audio codec -->
- <_comment>Shorten audio</_comment>
+ <comment>Shorten audio</comment>
<generic-icon name="audio-x-generic"/>
<magic priority="50">
<match type="string" value="ajkg" offset="0"/>
@@ -3613,12 +3613,12 @@ command to generate the output files.
<alias type="audio/x-shorten"/>
</mime-type>
<mime-type type="application/x-siag">
- <_comment>Siag spreadsheet</_comment>
+ <comment>Siag spreadsheet</comment>
<generic-icon name="x-office-spreadsheet"/>
<glob pattern="*.siag"/>
</mime-type>
<mime-type type="image/x-skencil">
- <_comment>Skencil document</_comment>
+ <comment>Skencil document</comment>
<glob pattern="*.sk"/>
<glob pattern="*.sk1"/>
<magic priority="50">
@@ -3626,17 +3626,17 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-slp">
- <_comment>Stampede package</_comment>
+ <comment>Stampede package</comment>
<generic-icon name="package-x-generic"/>
</mime-type>
<mime-type type="application/x-sg1000-rom">
- <_comment>SG-1000 ROM</_comment>
+ <comment>SG-1000 ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.sg"/>
</mime-type>
<mime-type type="application/x-sms-rom">
<!-- Translate this to "Master System/Mark III" if the console was known as such in your locale (probably only in Japan) -->
- <_comment>Master System ROM</_comment>
+ <comment>Master System ROM</comment>
<generic-icon name="application-x-executable"/>
<!-- Disabled, the magic would be too far into the file
<magic>
@@ -3648,7 +3648,7 @@ command to generate the output files.
<glob pattern="*.sms"/>
</mime-type>
<mime-type type="application/x-gamegear-rom">
- <_comment>Game Gear ROM</_comment>
+ <comment>Game Gear ROM</comment>
<generic-icon name="application-x-executable"/>
<!-- Disabled, the magic would be too far into the file
<magic>
@@ -3662,14 +3662,14 @@ command to generate the output files.
</mime-type>
<mime-type type="application/vnd.nintendo.snes.rom">
<!-- Translate this as Super Famicom (in Far East Asia) or Super Nintendo (in Europe) if the console was known as such in your locale -->
- <_comment>Super NES ROM</_comment>
+ <comment>Super NES ROM</comment>
<generic-icon name="application-x-executable"/>
<alias type="application/x-snes-rom"/>
<glob pattern="*.sfc"/>
<glob pattern="*.smc"/>
</mime-type>
<mime-type type="application/x-stuffit">
- <_comment>StuffIt archive</_comment>
+ <comment>StuffIt archive</comment>
<generic-icon name="package-x-generic"/>
<alias type="application/stuffit"/>
<alias type="application/x-sit"/>
@@ -3680,7 +3680,7 @@ command to generate the output files.
<glob pattern="*.sit"/>
</mime-type>
<mime-type type="application/x-subrip">
- <_comment>SubRip subtitles</_comment>
+ <comment>SubRip subtitles</comment>
<alias type="application/x-srt"/>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
@@ -3692,7 +3692,7 @@ command to generate the output files.
<glob pattern="*.srt"/>
</mime-type>
<mime-type type="text/vtt">
- <_comment>WebVTT subtitles</_comment>
+ <comment>WebVTT subtitles</comment>
<acronym>VTT</acronym>
<expanded-acronym>Video Text Tracks</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -3703,7 +3703,7 @@ command to generate the output files.
<glob pattern="*.vtt"/>
</mime-type>
<mime-type type="application/x-sami">
- <_comment>SAMI subtitles</_comment>
+ <comment>SAMI subtitles</comment>
<acronym>SAMI</acronym>
<expanded-acronym>Synchronized Accessible Media Interchange</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -3715,7 +3715,7 @@ command to generate the output files.
<glob pattern="*.sami"/>
</mime-type>
<mime-type type="text/x-microdvd">
- <_comment>MicroDVD subtitles</_comment>
+ <comment>MicroDVD subtitles</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="{1}" offset="0"/>
@@ -3725,7 +3725,7 @@ command to generate the output files.
<glob pattern="*.sub"/>
</mime-type>
<mime-type type="text/x-mpsub">
- <_comment>MPSub subtitles</_comment>
+ <comment>MPSub subtitles</comment>
<acronym>MPSub</acronym>
<expanded-acronym>MPlayer Subtitle</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -3735,7 +3735,7 @@ command to generate the output files.
<glob pattern="*.sub"/>
</mime-type>
<mime-type type="text/x-ssa">
- <_comment>SSA subtitles</_comment>
+ <comment>SSA subtitles</comment>
<acronym>SSA</acronym>
<expanded-acronym>SubStation Alpha</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -3747,7 +3747,7 @@ command to generate the output files.
<glob pattern="*.ass"/>
</mime-type>
<mime-type type="text/x-subviewer">
- <_comment>SubViewer subtitles</_comment>
+ <comment>SubViewer subtitles</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="[INFORMATION]" offset="0"/>
@@ -3755,7 +3755,7 @@ command to generate the output files.
<glob pattern="*.sub"/>
</mime-type>
<mime-type type="text/x-iMelody">
- <_comment>iMelody ringtone</_comment>
+ <comment>iMelody ringtone</comment>
<magic priority="50">
<match type="string" value="BEGIN:IMELODY" offset="0"/>
</magic>
@@ -3765,7 +3765,7 @@ command to generate the output files.
<alias type="audio/iMelody" />
</mime-type>
<mime-type type="application/x-smaf">
- <_comment>SMAF audio</_comment>
+ <comment>SMAF audio</comment>
<acronym>SMAF</acronym>
<expanded-acronym>Synthetic music Mobile Application Format</expanded-acronym>
<generic-icon name="audio-x-generic"/>
@@ -3777,7 +3777,7 @@ command to generate the output files.
<alias type="application/vnd.smaf"/>
</mime-type>
<mime-type type="text/x-mrml">
- <_comment>MRML playlist</_comment>
+ <comment>MRML playlist</comment>
<acronym>MRML</acronym>
<expanded-acronym>Multimedia Retrieval Markup Language</expanded-acronym>
<magic priority="50">
@@ -3787,7 +3787,7 @@ command to generate the output files.
<glob pattern="*.mrl"/>
</mime-type>
<mime-type type="audio/x-xmf">
- <_comment>XMF audio</_comment>
+ <comment>XMF audio</comment>
<acronym>XMF</acronym>
<expanded-acronym>eXtensible Music Format</expanded-acronym>
<magic priority="50">
@@ -3799,17 +3799,17 @@ command to generate the output files.
<alias type="audio/mobile-xmf"/>
</mime-type>
<mime-type type="application/x-sv4cpio">
- <_comment>SV4 CPIO archive</_comment>
+ <comment>SV4 CPIO archive</comment>
<generic-icon name="package-x-generic"/>
<glob pattern="*.sv4cpio"/>
</mime-type>
<mime-type type="application/x-sv4crc">
- <_comment>SV4 CPIO archive (with CRC)</_comment>
+ <comment>SV4 CPIO archive (with CRC)</comment>
<generic-icon name="package-x-generic"/>
<glob pattern="*.sv4crc"/>
</mime-type>
<mime-type type="application/x-tar">
- <_comment>Tar archive</_comment>
+ <comment>Tar archive</comment>
<generic-icon name="package-x-generic"/>
<alias type="application/x-gtar"/>
<magic priority="60">
@@ -3821,24 +3821,24 @@ command to generate the output files.
<glob pattern="*.gem"/>
</mime-type>
<mime-type type="application/x-tarz">
- <_comment>Tar archive (compressed)</_comment>
+ <comment>Tar archive (compressed)</comment>
<sub-class-of type="application/x-compress"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.tar.Z"/>
<glob pattern="*.taz"/>
</mime-type>
<mime-type type="application/x-tex-gf">
- <_comment>generic font file</_comment>
+ <comment>generic font file</comment>
<generic-icon name="font-x-generic"/>
<glob pattern="*.gf"/>
</mime-type>
<mime-type type="application/x-tex-pk">
- <_comment>packed font file</_comment>
+ <comment>packed font file</comment>
<generic-icon name="font-x-generic"/>
<glob pattern="*.pk"/>
</mime-type>
<mime-type type="application/x-tgif">
- <_comment>TGIF document</_comment>
+ <comment>TGIF document</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="%TGIF" offset="0"/>
@@ -3846,17 +3846,17 @@ command to generate the output files.
<glob pattern="*.obj"/>
</mime-type>
<mime-type type="application/x-theme">
- <_comment>theme</_comment>
+ <comment>theme</comment>
<sub-class-of type="application/x-desktop"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.theme"/>
</mime-type>
<mime-type type="application/x-toutdoux">
- <_comment>ToutDoux document</_comment>
+ <comment>ToutDoux document</comment>
<generic-icon name="x-office-document"/>
</mime-type>
<mime-type type="application/x-trash">
- <_comment>backup file</_comment>
+ <comment>backup file</comment>
<glob pattern="*~"/>
<glob pattern="*%"/>
<glob pattern="*.bak"/>
@@ -3864,7 +3864,7 @@ command to generate the output files.
<glob pattern="*.sik"/>
</mime-type>
<mime-type type="text/troff">
- <_comment>Troff document</_comment>
+ <comment>Troff document</comment>
<sub-class-of type="text/plain"/>
<alias type="application/x-troff"/>
<alias type="text/x-troff"/>
@@ -3879,24 +3879,24 @@ command to generate the output files.
<glob weight="10" pattern="*.t"/>
</mime-type>
<mime-type type="application/x-troff-man">
- <_comment>Manpage manual document</_comment>
+ <comment>Manpage manual document</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<glob pattern="*.man"/>
</mime-type>
<mime-type type="application/x-troff-man-compressed">
- <_comment>manual page (compressed)</_comment>
+ <comment>manual page (compressed)</comment>
<generic-icon name="text-x-generic"/>
</mime-type>
<mime-type type="application/x-tzo">
- <_comment>Tar archive (LZO-compressed)</_comment>
+ <comment>Tar archive (LZO-compressed)</comment>
<sub-class-of type="application/x-lzop"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.tar.lzo"/>
<glob pattern="*.tzo"/>
</mime-type>
<mime-type type="application/x-xz">
- <_comment>XZ archive</_comment>
+ <comment>XZ archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="string" value="\xfd\x37\x7a\x58\x5a\x00" offset="0"/>
@@ -3904,14 +3904,14 @@ command to generate the output files.
<glob pattern="*.xz"/>
</mime-type>
<mime-type type="application/x-xz-compressed-tar">
- <_comment>Tar archive (XZ-compressed)</_comment>
+ <comment>Tar archive (XZ-compressed)</comment>
<sub-class-of type="application/x-xz"/>
<generic-icon name="package-x-generic"/>
<glob pattern="*.tar.xz"/>
<glob pattern="*.txz"/>
</mime-type>
<mime-type type="application/zstd">
- <_comment>Zstandard archive</_comment>
+ <comment>Zstandard archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="little32" value="0xFD2FB528" offset="0"/>
@@ -3919,46 +3919,46 @@ command to generate the output files.
<glob pattern="*.zst"/>
</mime-type>
<mime-type type="application/x-zstd-compressed-tar">
- <_comment>Tar archive (Zstandard-compressed)</_comment>
+ <comment>Tar archive (Zstandard-compressed)</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="application/zstd"/>
<glob pattern="*.tar.zst"/>
<glob pattern="*.tzst"/>
</mime-type>
<mime-type type="application/x-xzpdf">
- <_comment>PDF document (XZ-compressed)</_comment>
+ <comment>PDF document (XZ-compressed)</comment>
<sub-class-of type="application/x-xz"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.pdf.xz"/>
</mime-type>
<mime-type type="application/x-ustar">
- <_comment>Ustar archive</_comment>
+ <comment>Ustar archive</comment>
<generic-icon name="package-x-generic"/>
<glob pattern="*.ustar"/>
</mime-type>
<mime-type type="application/x-wais-source">
- <_comment>WAIS source code</_comment>
+ <comment>WAIS source code</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<glob pattern="*.src"/>
</mime-type>
<mime-type type="application/x-wpg">
- <_comment>WordPerfect/Drawperfect image</_comment>
+ <comment>WordPerfect/Drawperfect image</comment>
<generic-icon name="image-x-generic"/>
<glob pattern="*.wpg"/>
</mime-type>
<mime-type type="application/x-wonderswan-rom">
- <_comment>Bandai WonderSwan ROM</_comment>
+ <comment>Bandai WonderSwan ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.ws"/>
</mime-type>
<mime-type type="application/x-wonderswan-color-rom">
- <_comment>Bandai WonderSwan Color ROM</_comment>
+ <comment>Bandai WonderSwan Color ROM</comment>
<generic-icon name="application-x-executable"/>
<glob pattern="*.wsc"/>
</mime-type>
<mime-type type="application/x-x509-ca-cert">
- <_comment>DER/PEM/Netscape-encoded X.509 certificate</_comment>
+ <comment>DER/PEM/Netscape-encoded X.509 certificate</comment>
<generic-icon name="text-x-generic"/>
<glob pattern="*.der"/>
<glob pattern="*.crt"/>
@@ -3966,10 +3966,10 @@ command to generate the output files.
<glob pattern="*.pem"/>
</mime-type>
<mime-type type="application/x-zerosize">
- <_comment>empty document</_comment>
+ <comment>empty document</comment>
</mime-type>
<mime-type type="application/x-zoo">
- <_comment>Zoo archive</_comment>
+ <comment>Zoo archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="little32" value="0xfdc4a7dc" offset="20"/>
@@ -3977,7 +3977,7 @@ command to generate the output files.
<glob pattern="*.zoo"/>
</mime-type>
<mime-type type="application/xhtml+xml">
- <_comment>XHTML page</_comment>
+ <comment>XHTML page</comment>
<acronym>XHTML</acronym>
<expanded-acronym>Extensible HyperText Markup Language</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -3995,7 +3995,7 @@ command to generate the output files.
<root-XML namespaceURI='http://www.w3.org/1999/xhtml' localName='html'/>
</mime-type>
<mime-type type="application/zip">
- <_comment>Zip archive</_comment>
+ <comment>Zip archive</comment>
<alias type="application/x-zip-compressed"/>
<alias type="application/x-zip"/>
<generic-icon name="package-x-generic"/>
@@ -4005,7 +4005,7 @@ command to generate the output files.
<glob pattern="*.zip"/>
</mime-type>
<mime-type type="application/x-ms-wim">
- <_comment>WIM disk image</_comment>
+ <comment>WIM disk image</comment>
<acronym>WIM</acronym>
<expanded-acronym>Windows Imaging Format</expanded-acronym>
<magic>
@@ -4015,14 +4015,14 @@ command to generate the output files.
<glob pattern="*.swm"/>
</mime-type>
<mime-type type="audio/ac3">
- <_comment>Dolby Digital audio</_comment>
+ <comment>Dolby Digital audio</comment>
<magic priority="50">
<match type="big16" value="0x0b77" offset="0"/>
</magic>
<glob pattern="*.ac3"/>
</mime-type>
<mime-type type="audio/vnd.dts">
- <_comment>DTS audio</_comment>
+ <comment>DTS audio</comment>
<magic priority="50">
<match type="big32" value="0x7FFE8001" offset="0"/> <!-- 16bits core be -->
<match type="little32" value="0xFE7F0180" offset="0"/> <!-- 16bits core le -->
@@ -4033,7 +4033,7 @@ command to generate the output files.
<glob pattern="*.dts"/>
</mime-type>
<mime-type type="audio/vnd.dts.hd">
- <_comment>DTSHD audio</_comment>
+ <comment>DTSHD audio</comment>
<sub-class-of type="audio/vnd.dts"/>
<magic priority="60">
<match type="big32" value="0x64582025" offset="0:18725"/> <!-- 16bits HD be -->
@@ -4042,7 +4042,7 @@ command to generate the output files.
<glob pattern="*.dtshd"/>
</mime-type>
<mime-type type="audio/AMR">
- <_comment>AMR audio</_comment>
+ <comment>AMR audio</comment>
<acronym>AMR</acronym>
<expanded-acronym>Adaptive Multi-Rate</expanded-acronym>
<magic priority="50">
@@ -4053,7 +4053,7 @@ command to generate the output files.
<alias type="audio/amr-encrypted"/>
</mime-type>
<mime-type type="audio/AMR-WB">
- <_comment>AMR-WB audio</_comment>
+ <comment>AMR-WB audio</comment>
<acronym>AMR-WB</acronym>
<expanded-acronym>Adaptive Multi-Rate Wideband</expanded-acronym>
<magic priority="50">
@@ -4064,7 +4064,7 @@ command to generate the output files.
<alias type="audio/amr-wb-encrypted"/>
</mime-type>
<mime-type type="audio/basic">
- <_comment>ULAW (Sun) audio</_comment>
+ <comment>ULAW (Sun) audio</comment>
<magic priority="40">
<match type="string" value=".snd" offset="0"/>
</magic>
@@ -4072,7 +4072,7 @@ command to generate the output files.
<glob pattern="*.snd"/>
</mime-type>
<mime-type type="audio/prs.sid">
- <_comment>Commodore 64 audio</_comment>
+ <comment>Commodore 64 audio</comment>
<magic priority="50">
<match type="string" value="PSID" offset="0"/>
</magic>
@@ -4080,7 +4080,7 @@ command to generate the output files.
<glob pattern="*.psid"/>
</mime-type>
<mime-type type="audio/x-adpcm">
- <_comment>PCM audio</_comment>
+ <comment>PCM audio</comment>
<magic priority="50">
<match type="string" value=".snd" offset="0">
<match type="big32" value="23" offset="12"/>
@@ -4098,7 +4098,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="audio/x-aifc">
- <_comment>AIFC audio</_comment>
+ <comment>AIFC audio</comment>
<acronym>AIFC</acronym>
<expanded-acronym>Audio Interchange File format Compressed</expanded-acronym>
<sub-class-of type="application/x-iff"/>
@@ -4110,7 +4110,7 @@ command to generate the output files.
<alias type="audio/x-aiffc"/>
</mime-type>
<mime-type type="audio/x-aiff">
- <_comment>AIFF/Amiga/Mac audio</_comment>
+ <comment>AIFF/Amiga/Mac audio</comment>
<acronym>AIFF</acronym>
<expanded-acronym>Audio Interchange File Format</expanded-acronym>
<sub-class-of type="application/x-iff"/>
@@ -4122,14 +4122,14 @@ command to generate the output files.
<glob pattern="*.aif"/>
</mime-type>
<mime-type type="audio/x-ape">
- <_comment>Monkey's audio</_comment>
+ <comment>Monkey's audio</comment>
<magic priority="50">
<match type="string" value="MAC " offset="0"/>
</magic>
<glob pattern="*.ape"/>
</mime-type>
<mime-type type="audio/x-pn-audibleaudio">
- <_comment>Audible.Com audio</_comment>
+ <comment>Audible.Com audio</comment>
<magic priority="50">
<!-- https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/aadec.c#L33 -->
<match type="big32" value="1469084982" offset="4"/>
@@ -4141,14 +4141,14 @@ command to generate the output files.
<alias type="audio/vnd.audible.aax"/>
</mime-type>
<mime-type type="audio/x-it">
- <_comment>Impulse Tracker audio</_comment>
+ <comment>Impulse Tracker audio</comment>
<magic priority="50">
<match type="string" value="IMPM" offset="0"/>
</magic>
<glob pattern="*.it"/>
</mime-type>
<mime-type type="audio/flac">
- <_comment>FLAC audio</_comment>
+ <comment>FLAC audio</comment>
<magic priority="50">
<match value="fLaC" type="string" offset="0"/>
</magic>
@@ -4156,7 +4156,7 @@ command to generate the output files.
<alias type="audio/x-flac"/>
</mime-type>
<mime-type type="audio/x-wavpack">
- <_comment>WavPack audio</_comment>
+ <comment>WavPack audio</comment>
<magic priority="50">
<match type="string" value="wvpk" offset="0"/>
</magic>
@@ -4164,14 +4164,14 @@ command to generate the output files.
<glob pattern="*.wvp"/>
</mime-type>
<mime-type type="audio/x-wavpack-correction">
- <_comment>WavPack audio correction file</_comment>
+ <comment>WavPack audio correction file</comment>
<magic priority="50">
<match type="string" value="wvpk" offset="0"/>
</magic>
<glob pattern="*.wvc"/>
</mime-type>
<mime-type type="audio/midi">
- <_comment>MIDI audio</_comment>
+ <comment>MIDI audio</comment>
<alias type="audio/x-midi"/>
<magic priority="50">
<match type="string" value="MThd" offset="0"/>
@@ -4181,14 +4181,14 @@ command to generate the output files.
<glob pattern="*.kar"/>
</mime-type>
<mime-type type="audio/x-mo3">
- <_comment>compressed Tracker audio</_comment>
+ <comment>compressed Tracker audio</comment>
<magic priority="50">
<match type="string" value="MO3" offset="0"/>
</magic>
<glob pattern="*.mo3"/>
</mime-type>
<mime-type type="audio/aac">
- <_comment>AAC audio</_comment>
+ <comment>AAC audio</comment>
<acronym>AAC</acronym>
<expanded-acronym>Advanced Audio Coding</expanded-acronym>
<magic priority="50">
@@ -4201,14 +4201,14 @@ command to generate the output files.
<alias type="audio/x-aac"/>
</mime-type>
<mime-type type="audio/usac">
- <_comment>USAC audio</_comment>
+ <comment>USAC audio</comment>
<acronym>USAC</acronym>
<expanded-acronym>Unified Speech and Audio Coding</expanded-acronym>
<glob pattern="*.loas"/>
<glob pattern="*.xhe"/>
</mime-type>
<mime-type type="audio/mp4">
- <_comment>MPEG-4 audio</_comment>
+ <comment>MPEG-4 audio</comment>
<alias type="audio/x-m4a"/>
<alias type="audio/m4a"/>
<magic priority="50">
@@ -4218,12 +4218,12 @@ command to generate the output files.
<glob pattern="*.f4a"/>
</mime-type>
<mime-type type="audio/x-m4r">
- <_comment>MPEG-4 ringtone</_comment>
+ <comment>MPEG-4 ringtone</comment>
<glob pattern="*.m4r"/>
<sub-class-of type="video/mp4"/>
</mime-type>
<mime-type type="video/mp4">
- <_comment>MPEG-4 video</_comment>
+ <comment>MPEG-4 video</comment>
<alias type="video/mp4v-es"/>
<magic priority="50">
<match type="string" value="ftypisom" offset="4"/>
@@ -4240,7 +4240,7 @@ command to generate the output files.
<alias type="video/x-m4v"/>
</mime-type>
<mime-type type="audio/x-m4b">
- <_comment>MPEG-4 audio book</_comment>
+ <comment>MPEG-4 audio book</comment>
<sub-class-of type="audio/mp4"/>
<magic priority="50">
<match type="string" value="ftypM4B" offset="4"/>
@@ -4249,7 +4249,7 @@ command to generate the output files.
<glob pattern="*.f4b"/>
</mime-type>
<mime-type type="video/3gpp">
- <_comment>3GPP multimedia file</_comment>
+ <comment>3GPP multimedia file</comment>
<acronym>3GPP</acronym>
<expanded-acronym>3rd Generation Partnership Project</expanded-acronym>
<sub-class-of type="video/mp4"/>
@@ -4272,7 +4272,7 @@ command to generate the output files.
<alias type="audio/x-rn-3gpp-amr-wb-encrypted"/>
</mime-type>
<mime-type type="video/3gpp2">
- <_comment>3GPP2 multimedia file</_comment>
+ <comment>3GPP2 multimedia file</comment>
<acronym>3GPP2</acronym>
<expanded-acronym>3rd Generation Partnership Project 2</expanded-acronym>
<sub-class-of type="video/mp4"/>
@@ -4285,7 +4285,7 @@ command to generate the output files.
<alias type="audio/3gpp2"/>
</mime-type>
<mime-type type="audio/x-mod">
- <_comment>Amiga SoundTracker audio</_comment>
+ <comment>Amiga SoundTracker audio</comment>
<magic priority="40">
<match type="string" value="MTM" offset="0"/>
<match type="string" value="MMD0" offset="0"/>
@@ -4329,12 +4329,12 @@ command to generate the output files.
<glob pattern="*.med"/>
</mime-type>
<mime-type type="audio/mp2">
- <_comment>MP2 audio</_comment>
+ <comment>MP2 audio</comment>
<alias type="audio/x-mp2"/>
<glob pattern="*.mp2"/>
</mime-type>
<mime-type type="audio/mpeg">
- <_comment>MP3 audio</_comment>
+ <comment>MP3 audio</comment>
<alias type="audio/x-mp3" />
<alias type="audio/x-mpg"/>
<alias type="audio/x-mpeg"/>
@@ -4347,7 +4347,7 @@ command to generate the output files.
<glob pattern="*.mpga"/>
</mime-type>
<mime-type type="audio/x-mpegurl">
- <_comment>MP3 audio (streamed)</_comment>
+ <comment>MP3 audio (streamed)</comment>
<sub-class-of type="text/plain"/>
<alias type="audio/mpegurl" />
<alias type="application/m3u"/>
@@ -4362,7 +4362,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/vnd.apple.mpegurl">
- <_comment>HTTP Live Streaming playlist</_comment>
+ <comment>HTTP Live Streaming playlist</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.m3u"/>
<glob pattern="*.m3u8"/>
@@ -4374,7 +4374,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="audio/x-ms-asx">
- <_comment>Microsoft ASX playlist</_comment>
+ <comment>Microsoft ASX playlist</comment>
<alias type="video/x-ms-wvx"/>
<alias type="video/x-ms-wax"/>
<alias type="video/x-ms-wmx"/>
@@ -4391,7 +4391,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="audio/x-psf">
- <_comment>PSF audio</_comment>
+ <comment>PSF audio</comment>
<acronym>PSF</acronym>
<expanded-acronym>Portable Sound Format</expanded-acronym>
<magic priority="50">
@@ -4400,27 +4400,27 @@ command to generate the output files.
<glob pattern="*.psf"/>
</mime-type>
<mime-type type="audio/x-minipsf">
- <_comment>MiniPSF audio</_comment>
+ <comment>MiniPSF audio</comment>
<acronym>MiniPSF</acronym>
<expanded-acronym>Miniature Portable Sound Format</expanded-acronym>
<sub-class-of type="audio/x-psf"/>
<glob pattern="*.minipsf"/>
</mime-type>
<mime-type type="audio/x-psflib">
- <_comment>PSFlib audio library</_comment>
+ <comment>PSFlib audio library</comment>
<acronym>PSFlib</acronym>
<expanded-acronym>Portable Sound Format Library</expanded-acronym>
<sub-class-of type="audio/x-psf"/>
<glob pattern="*.psflib"/>
</mime-type>
<mime-type type="audio/x-ms-wma">
- <_comment>Windows Media audio</_comment>
+ <comment>Windows Media audio</comment>
<sub-class-of type="application/vnd.ms-asf"/>
<glob pattern="*.wma"/>
<alias type="audio/wma"/>
</mime-type>
<mime-type type="audio/x-musepack">
- <_comment>Musepack audio</_comment>
+ <comment>Musepack audio</comment>
<magic priority="50">
<match type="string" value="MP+" offset="0"/>
</magic>
@@ -4429,24 +4429,24 @@ command to generate the output files.
<glob pattern="*.mp+"/>
</mime-type>
<mime-type type="audio/vnd.rn-realaudio">
- <_comment>RealAudio document</_comment>
+ <comment>RealAudio document</comment>
<glob pattern="*.ra"/>
<glob pattern="*.rax"/>
<alias type="audio/x-pn-realaudio"/>
<alias type="audio/vnd.m-realaudio"/>
</mime-type>
<mime-type type="application/ram">
- <_comment>RealMedia playlist</_comment>
+ <comment>RealMedia playlist</comment>
<glob pattern="*.ram" />
</mime-type>
<mime-type type="video/vnd.rn-realvideo">
- <_comment>RealVideo document</_comment>
+ <comment>RealVideo document</comment>
<glob pattern="*.rv"/>
<glob pattern="*.rvx"/>
<alias type="video/x-real-video"/>
</mime-type>
<mime-type type="application/vnd.rn-realmedia">
- <_comment>RealMedia document</_comment>
+ <comment>RealMedia document</comment>
<generic-icon name="video-x-generic"/>
<magic priority="50">
<match type="string" value=".RMF" offset="0"/>
@@ -4460,32 +4460,32 @@ command to generate the output files.
<alias type="application/vnd.rn-realmedia-vbr"/>
</mime-type>
<mime-type type="image/vnd.rn-realpix">
- <_comment>RealPix document</_comment>
+ <comment>RealPix document</comment>
<glob pattern="*.rp"/>
</mime-type>
<mime-type type="text/vnd.rn-realtext">
- <_comment>RealText document</_comment>
+ <comment>RealText document</comment>
<glob pattern="*.rt"/>
</mime-type>
<mime-type type="audio/x-riff">
- <_comment>RIFF audio</_comment>
+ <comment>RIFF audio</comment>
</mime-type>
<mime-type type="application/x-riff">
- <_comment>RIFF container</_comment>
+ <comment>RIFF container</comment>
<!-- need to be lower prio than avi -->
<magic priority="45">
<match type="string" value="RIFF" offset="0"/>
</magic>
</mime-type>
<mime-type type="audio/x-s3m">
- <_comment>Scream Tracker 3 audio</_comment>
+ <comment>Scream Tracker 3 audio</comment>
<magic priority="50">
<match value="SCRM" type="string" offset="44"/>
</magic>
<glob pattern="*.s3m"/>
</mime-type>
<mime-type type="audio/x-scpls">
- <_comment>MP3 ShoutCast playlist</_comment>
+ <comment>MP3 ShoutCast playlist</comment>
<alias type="application/pls"/>
<alias type="audio/scpls"/>
<magic priority="50">
@@ -4496,7 +4496,7 @@ command to generate the output files.
<glob pattern="*.pls"/>
</mime-type>
<mime-type type="audio/x-stm">
- <_comment>Scream Tracker audio</_comment>
+ <comment>Scream Tracker audio</comment>
<magic>
<match type="string" value="!Scream!\x1A" offset="20"/>
<match type="string" value="!SCREAM!\x1A" offset="20"/>
@@ -4505,11 +4505,11 @@ command to generate the output files.
<glob pattern="*.stm"/>
</mime-type>
<mime-type type="audio/x-voc">
- <_comment>VOC audio</_comment>
+ <comment>VOC audio</comment>
<glob pattern="*.voc"/>
</mime-type>
<mime-type type="audio/x-wav">
- <_comment>WAV audio</_comment>
+ <comment>WAV audio</comment>
<alias type="audio/wav"/>
<alias type="audio/vnd.wave"/>
<magic priority="50">
@@ -4519,21 +4519,21 @@ command to generate the output files.
<glob pattern="*.wav"/>
</mime-type>
<mime-type type="audio/x-xi">
- <_comment>Scream Tracker instrument</_comment>
+ <comment>Scream Tracker instrument</comment>
<magic priority="50">
<match value="Extended Instrument:" type="string" offset="0"/>
</magic>
<glob pattern="*.xi"/>
</mime-type>
<mime-type type="audio/x-xm">
- <_comment>FastTracker II audio</_comment>
+ <comment>FastTracker II audio</comment>
<magic priority="50">
<match value="Extended Module:" type="string" offset="0"/>
</magic>
<glob pattern="*.xm"/>
</mime-type>
<mime-type type="audio/x-tta">
- <_comment>TrueAudio audio</_comment>
+ <comment>TrueAudio audio</comment>
<alias type="audio/tta"/>
<magic priority="50">
<match value="TTA1" type="string" offset="0"/>
@@ -4541,7 +4541,7 @@ command to generate the output files.
<glob pattern="*.tta"/>
</mime-type>
<mime-type type="image/bmp">
- <_comment>Windows BMP image</_comment>
+ <comment>Windows BMP image</comment>
<magic priority="50">
<match type="string" mask="0xffff00000000ffff" value="BMxxxx\000\000" offset="0"/>
<match type="string" value="BM" offset="0">
@@ -4556,31 +4556,31 @@ command to generate the output files.
<alias type="image/x-MS-bmp"/>
</mime-type>
<mime-type type="image/vnd.wap.wbmp">
- <_comment>WBMP image</_comment>
+ <comment>WBMP image</comment>
<acronym>WBMP</acronym>
<expanded-acronym>WAP bitmap</expanded-acronym>
<glob pattern="*.wbmp"/>
</mime-type>
<mime-type type="image/cgm">
- <_comment>CGM image</_comment>
+ <comment>CGM image</comment>
<acronym>CGM</acronym>
<expanded-acronym>Computer Graphics Metafile</expanded-acronym>
<glob pattern="*.cgm"/>
</mime-type>
<mime-type type="image/fax-g3">
- <_comment>CCITT G3 fax image</_comment>
+ <comment>CCITT G3 fax image</comment>
<glob pattern="*.g3"/>
<alias type="image/g3fax"/>
</mime-type>
<mime-type type="image/gif">
- <_comment>GIF image</_comment>
+ <comment>GIF image</comment>
<magic priority="50">
<match type="string" value="GIF8" offset="0"/>
</magic>
<glob pattern="*.gif"/>
</mime-type>
<mime-type type="image/heif">
- <_comment>HEIF image</_comment>
+ <comment>HEIF image</comment>
<acronym>HEIF</acronym>
<expanded-acronym>High Efficiency Image File</expanded-acronym>
<glob pattern="*.heic"/>
@@ -4590,11 +4590,11 @@ command to generate the output files.
<alias type="image/heif-sequence"/>
</mime-type>
<mime-type type="image/ief">
- <_comment>IEF image</_comment>
+ <comment>IEF image</comment>
<glob pattern="*.ief"/>
</mime-type>
<mime-type type="image/jpeg">
- <_comment>JPEG image</_comment>
+ <comment>JPEG image</comment>
<magic priority="50">
<match type="string" value="\377\330\377" offset="0"/>
<match type="big16" value="0xffd8" offset="0"/>
@@ -4605,7 +4605,7 @@ command to generate the output files.
<alias type="image/pjpeg"/>
</mime-type>
<mime-type type="video/x-mjpeg">
- <_comment>MJPEG video stream</_comment>
+ <comment>MJPEG video stream</comment>
<acronym>MJPEG</acronym>
<expanded-acronym>Motion JPEG</expanded-acronym>
<sub-class-of type="image/jpeg"/>
@@ -4613,7 +4613,7 @@ command to generate the output files.
<glob pattern="*.mjpg"/>
</mime-type>
<mime-type type="image/x-jp2-codestream">
- <_comment>JPEG-2000 codestream</_comment>
+ <comment>JPEG-2000 codestream</comment>
<magic priority="50">
<match type="big32" value="0xff4fff51" offset="0"/>
</magic>
@@ -4622,7 +4622,7 @@ command to generate the output files.
<glob pattern="*.jpc"/>
</mime-type>
<mime-type type="image/jp2">
- <_comment>JPEG-2000 JP2 image</_comment>
+ <comment>JPEG-2000 JP2 image</comment>
<acronym>JP2</acronym>
<expanded-acronym>JPEG-2000</expanded-acronym>
<alias type="image/jpeg2000"/>
@@ -4635,7 +4635,7 @@ command to generate the output files.
<glob pattern="*.jpg2"/>
</mime-type>
<mime-type type="image/jpx">
- <_comment>JPEG-2000 JPX image</_comment>
+ <comment>JPEG-2000 JPX image</comment>
<acronym>JPX</acronym>
<expanded-acronym>JPEG-2000 eXtended</expanded-acronym>
<magic priority="50">
@@ -4645,7 +4645,7 @@ command to generate the output files.
<glob pattern="*.jpx"/>
</mime-type>
<mime-type type="image/jpm">
- <_comment>JPEG-2000 JPM image</_comment>
+ <comment>JPEG-2000 JPM image</comment>
<acronym>JPM</acronym>
<expanded-acronym>JPEG-2000 Mixed</expanded-acronym>
<magic priority="50">
@@ -4655,7 +4655,7 @@ command to generate the output files.
<glob pattern="*.jpgm"/>
</mime-type>
<mime-type type="video/mj2">
- <_comment>JPEG-2000 MJ2 video</_comment>
+ <comment>JPEG-2000 MJ2 video</comment>
<acronym>MJ2</acronym>
<expanded-acronym>Motion JPEG-2000</expanded-acronym>
<magic priority="50">
@@ -4665,7 +4665,7 @@ command to generate the output files.
<glob pattern="*.mjp2"/>
</mime-type>
<mime-type type="image/openraster">
- <_comment>OpenRaster image</_comment>
+ <comment>OpenRaster image</comment>
<sub-class-of type="application/zip"/>
<magic priority="70">
<match type="string" value="PK\003\004" offset="0">
@@ -4677,27 +4677,27 @@ command to generate the output files.
<glob pattern="*.ora"/>
</mime-type>
<mime-type type="image/x-dds">
- <_comment>DirectDraw surface</_comment>
+ <comment>DirectDraw surface</comment>
<magic priority="50">
<match value="DDS" type="string" offset="0"/>
</magic>
<glob pattern="*.dds"/>
</mime-type>
<mime-type type="image/x-xcursor">
- <_comment>X11 cursor</_comment>
+ <comment>X11 cursor</comment>
<magic priority="50">
<match type="string" value="Xcur" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-exr">
- <_comment>EXR image</_comment>
+ <comment>EXR image</comment>
<magic priority="50">
<match type="little32" value="20000630" offset="0"/>
</magic>
<glob pattern="*.exr"/>
</mime-type>
<mime-type type="image/x-pict">
- <_comment>Macintosh Quickdraw/PICT drawing</_comment>
+ <comment>Macintosh Quickdraw/PICT drawing</comment>
<magic priority="50">
<match type="big16" value="0x0011" offset="10">
<match type="big16" value="0x02FF" offset="12">
@@ -4722,7 +4722,7 @@ command to generate the output files.
<glob pattern="*.pict2"/>
</mime-type>
<mime-type type="application/x-ufraw">
- <_comment>UFRaw ID image</_comment>
+ <comment>UFRaw ID image</comment>
<acronym>UFRaw</acronym>
<expanded-acronym>Unidentified Flying Raw</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -4730,10 +4730,10 @@ command to generate the output files.
<glob pattern="*.ufraw"/>
</mime-type>
<mime-type type="image/x-dcraw">
- <_comment>digital raw image</_comment>
+ <comment>digital raw image</comment>
</mime-type>
<mime-type type="image/x-adobe-dng">
- <_comment>Adobe DNG negative</_comment>
+ <comment>Adobe DNG negative</comment>
<acronym>DNG</acronym>
<expanded-acronym>Digital Negative</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4743,7 +4743,7 @@ command to generate the output files.
<!-- Canon has 2 format: CRW and CR2 !-->
<!-- CRW is easy !-->
<mime-type type="image/x-canon-crw">
- <_comment>Canon CRW raw image</_comment>
+ <comment>Canon CRW raw image</comment>
<acronym>CRW</acronym>
<expanded-acronym>Canon RaW</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4754,7 +4754,7 @@ command to generate the output files.
</mime-type>
<!-- CR2 is a TIFF !-->
<mime-type type="image/x-canon-cr2">
- <_comment>Canon CR2 raw image</_comment>
+ <comment>Canon CR2 raw image</comment>
<acronym>CR2</acronym>
<expanded-acronym>Canon Raw 2</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4762,7 +4762,7 @@ command to generate the output files.
<glob pattern="*.cr2"/>
</mime-type>
<mime-type type="image/x-fuji-raf">
- <_comment>Fuji RAF raw image</_comment>
+ <comment>Fuji RAF raw image</comment>
<acronym>RAF</acronym>
<expanded-acronym>RAw Format</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4772,7 +4772,7 @@ command to generate the output files.
<glob pattern="*.raf"/>
</mime-type>
<mime-type type="image/x-kodak-dcr">
- <_comment>Kodak DCR raw image</_comment>
+ <comment>Kodak DCR raw image</comment>
<acronym>DCR</acronym>
<expanded-acronym>Digital Camera Raw</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4780,7 +4780,7 @@ command to generate the output files.
<glob pattern="*.dcr"/>
</mime-type>
<mime-type type="image/x-kodak-k25">
- <_comment>Kodak K25 raw image</_comment>
+ <comment>Kodak K25 raw image</comment>
<acronym>K25</acronym>
<expanded-acronym>Kodak DC25</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4788,7 +4788,7 @@ command to generate the output files.
<glob pattern="*.k25"/>
</mime-type>
<mime-type type="image/x-kodak-kdc">
- <_comment>Kodak KDC raw image</_comment>
+ <comment>Kodak KDC raw image</comment>
<acronym>KDC</acronym>
<expanded-acronym>Kodak Digital Camera</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4799,7 +4799,7 @@ command to generate the output files.
<glob pattern="*.kdc"/>
</mime-type>
<mime-type type="image/x-minolta-mrw">
- <_comment>Minolta MRW raw image</_comment>
+ <comment>Minolta MRW raw image</comment>
<acronym>MRW</acronym>
<expanded-acronym>Minolta RaW</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4809,7 +4809,7 @@ command to generate the output files.
<glob pattern="*.mrw" />
</mime-type>
<mime-type type="image/x-nikon-nef">
- <_comment>Nikon NEF raw image</_comment>
+ <comment>Nikon NEF raw image</comment>
<acronym>NEF</acronym>
<expanded-acronym>Nikon Electronic Format</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4817,7 +4817,7 @@ command to generate the output files.
<glob pattern="*.nef"/>
</mime-type>
<mime-type type="image/x-olympus-orf">
- <_comment>Olympus ORF raw image</_comment>
+ <comment>Olympus ORF raw image</comment>
<acronym>ORF</acronym>
<expanded-acronym>Olympus Raw Format</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4832,7 +4832,7 @@ command to generate the output files.
<glob pattern="*.orf"/>
</mime-type>
<mime-type type="image/x-panasonic-rw">
- <_comment>Panasonic raw image</_comment>
+ <comment>Panasonic raw image</comment>
<sub-class-of type="image/x-dcraw"/>
<magic priority="50">
<!-- Some kind of TIFF file with a non-standard version in prefix !-->
@@ -4842,7 +4842,7 @@ command to generate the output files.
<alias type="image/x-panasonic-raw"/>
</mime-type>
<mime-type type="image/x-panasonic-rw2">
- <_comment>Panasonic raw image</_comment>
+ <comment>Panasonic raw image</comment>
<sub-class-of type="image/x-dcraw"/>
<magic priority="50">
<!-- Some kind of TIFF file with a non-standard version in prefix !-->
@@ -4852,7 +4852,7 @@ command to generate the output files.
<alias type="image/x-panasonic-raw2"/>
</mime-type>
<mime-type type="image/x-pentax-pef">
- <_comment>Pentax PEF raw image</_comment>
+ <comment>Pentax PEF raw image</comment>
<acronym>PEF</acronym>
<expanded-acronym>Pentax Electronic Format</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4860,7 +4860,7 @@ command to generate the output files.
<glob pattern="*.pef"/>
</mime-type>
<mime-type type="image/x-sigma-x3f">
- <_comment>Sigma X3F raw image</_comment>
+ <comment>Sigma X3F raw image</comment>
<acronym>X3F</acronym>
<expanded-acronym>X3 Foveon</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4874,7 +4874,7 @@ command to generate the output files.
<glob pattern="*.x3f"/>
</mime-type>
<mime-type type="image/x-sony-srf">
- <_comment>Sony SRF raw image</_comment>
+ <comment>Sony SRF raw image</comment>
<acronym>SRF</acronym>
<expanded-acronym>Sony Raw Format</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4882,7 +4882,7 @@ command to generate the output files.
<glob pattern="*.srf"/>
</mime-type>
<mime-type type="image/x-sony-sr2">
- <_comment>Sony SR2 raw image</_comment>
+ <comment>Sony SR2 raw image</comment>
<acronym>SR2</acronym>
<expanded-acronym>Sony Raw format 2</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4890,7 +4890,7 @@ command to generate the output files.
<glob pattern="*.sr2"/>
</mime-type>
<mime-type type="image/x-sony-arw">
- <_comment>Sony ARW raw image</_comment>
+ <comment>Sony ARW raw image</comment>
<acronym>ARW</acronym>
<expanded-acronym>Alpha Raw format</expanded-acronym>
<sub-class-of type="image/x-dcraw"/>
@@ -4898,20 +4898,20 @@ command to generate the output files.
<glob pattern="*.arw"/>
</mime-type>
<mime-type type="image/png">
- <_comment>PNG image</_comment>
+ <comment>PNG image</comment>
<magic priority="50">
<match type="string" value="\x89PNG" offset="0"/>
</magic>
<glob pattern="*.png"/>
</mime-type>
<mime-type type="image/rle">
- <_comment>RLE bitmap image</_comment>
+ <comment>RLE bitmap image</comment>
<acronym>RLE</acronym>
<expanded-acronym>Run Length Encoded</expanded-acronym>
<glob pattern="*.rle"/>
</mime-type>
<mime-type type="image/svg+xml">
- <_comment>SVG image</_comment>
+ <comment>SVG image</comment>
<acronym>SVG</acronym>
<expanded-acronym>Scalable Vector Graphics</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -4923,14 +4923,14 @@ command to generate the output files.
<root-XML namespaceURI="http://www.w3.org/2000/svg" localName="svg"/>
</mime-type>
<mime-type type="image/svg+xml-compressed">
- <_comment>compressed SVG image</_comment>
+ <comment>compressed SVG image</comment>
<acronym>SVG</acronym>
<expanded-acronym>Scalable Vector Graphics</expanded-acronym>
<sub-class-of type="application/gzip"/>
<glob pattern="*.svgz"/>
</mime-type>
<mime-type type="image/tiff">
- <_comment>TIFF image</_comment>
+ <comment>TIFF image</comment>
<acronym>TIFF</acronym>
<expanded-acronym>Tagged Image File Format</expanded-acronym>
<magic priority="50">
@@ -4941,17 +4941,17 @@ command to generate the output files.
<glob pattern="*.tiff"/>
</mime-type>
<mime-type type="image/x-tiff-multipage">
- <_comment>Multi-page TIFF image</_comment>
+ <comment>Multi-page TIFF image</comment>
<acronym>TIFF</acronym>
<expanded-acronym>Tagged Image File Format</expanded-acronym>
<sub-class-of type="image/tiff"/>
</mime-type>
<mime-type type="image/vnd.dwg">
- <_comment>AutoCAD image</_comment>
+ <comment>AutoCAD image</comment>
<glob pattern="*.dwg"/>
</mime-type>
<mime-type type="image/vnd.dxf">
- <_comment>DXF vector image</_comment>
+ <comment>DXF vector image</comment>
<glob pattern="*.dxf"/>
<magic priority="50">
<match type="string" value="\nHEADER\n" offset="0:64"/>
@@ -4959,7 +4959,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="image/vnd.ms-modi">
- <_comment>MDI image</_comment>
+ <comment>MDI image</comment>
<acronym>MDI</acronym>
<expanded-acronym>Microsoft Document Imaging</expanded-acronym>
<glob pattern="*.mdi"/>
@@ -4968,7 +4968,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="image/webp">
- <_comment>WebP image</_comment>
+ <comment>WebP image</comment>
<magic priority="50">
<match type="string" value="RIFF" offset="0">
<match type="string" value="WEBP" offset="8"/>
@@ -4977,11 +4977,11 @@ command to generate the output files.
<glob pattern="*.webp"/>
</mime-type>
<mime-type type="image/x-3ds">
- <_comment>3D Studio image</_comment>
+ <comment>3D Studio image</comment>
<glob pattern="*.3ds"/>
</mime-type>
<mime-type type="image/x-applix-graphics">
- <_comment>Applix Graphics image</_comment>
+ <comment>Applix Graphics image</comment>
<magic priority="50">
<match type="string" value="*BEGIN" offset="0">
<match type="string" value="GRAPHICS" offset="7"/>
@@ -4990,23 +4990,23 @@ command to generate the output files.
<glob pattern="*.ag"/>
</mime-type>
<mime-type type="image/x-bzeps">
- <_comment>EPS image (bzip-compressed)</_comment>
+ <comment>EPS image (bzip-compressed)</comment>
<sub-class-of type="application/x-bzip"/>
<glob pattern="*.eps.bz2"/>
<glob pattern="*.epsi.bz2"/>
<glob pattern="*.epsf.bz2"/>
</mime-type>
<mime-type type="image/x-cmu-raster">
- <_comment>CMU raster image</_comment>
+ <comment>CMU raster image</comment>
<glob pattern="*.ras"/>
</mime-type>
<mime-type type="image/x-compressed-xcf">
- <_comment>compressed GIMP image</_comment>
+ <comment>compressed GIMP image</comment>
<glob pattern="*.xcf.gz"/>
<glob pattern="*.xcf.bz2"/>
</mime-type>
<mime-type type="application/dicom">
- <_comment>DICOM image</_comment>
+ <comment>DICOM image</comment>
<acronym>DICOM</acronym>
<expanded-acronym>Digital Imaging and Communications in Medicine</expanded-acronym>
<generic-icon name="image-x-generic"/>
@@ -5017,7 +5017,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-docbook+xml">
- <_comment>DocBook document</_comment>
+ <comment>DocBook document</comment>
<sub-class-of type="application/xml"/>
<generic-icon name="x-office-document"/>
<magic priority="90">
@@ -5032,7 +5032,7 @@ command to generate the output files.
<alias type="application/vnd.oasis.docbook+xml"/>
</mime-type>
<mime-type type="image/x-dib">
- <_comment>DIB image</_comment>
+ <comment>DIB image</comment>
<acronym>DIB</acronym>
<expanded-acronym>Device Independent Bitmap</expanded-acronym>
<magic priority="50">
@@ -5040,7 +5040,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="image/vnd.djvu">
- <_comment>DjVu image</_comment>
+ <comment>DjVu image</comment>
<alias type="image/x-djvu"/>
<alias type="image/x.djvu"/>
<magic priority="80">
@@ -5055,7 +5055,7 @@ command to generate the output files.
<glob pattern="*.djv"/>
</mime-type>
<mime-type type="image/vnd.djvu+multipage">
- <_comment>DjVu document</_comment>
+ <comment>DjVu document</comment>
<generic-icon name="x-office-document"/>
<magic priority="80">
<match type="string" offset="0" value="AT&amp;TFORM">
@@ -5070,7 +5070,7 @@ command to generate the output files.
<glob pattern="*.djv"/>
</mime-type>
<mime-type type="image/dpx">
- <_comment>DPX image</_comment>
+ <comment>DPX image</comment>
<acronym>DPX</acronym>
<expanded-acronym>Digital Moving Picture Exchange</expanded-acronym>
<magic priority="50">
@@ -5078,7 +5078,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="image/x-eps">
- <_comment>EPS image</_comment>
+ <comment>EPS image</comment>
<acronym>EPS</acronym>
<expanded-acronym>Encapsulated PostScript</expanded-acronym>
<sub-class-of type="application/postscript"/>
@@ -5096,7 +5096,7 @@ command to generate the output files.
<glob pattern="*.epsf"/>
</mime-type>
<mime-type type="image/fits">
- <_comment>FITS document</_comment>
+ <comment>FITS document</comment>
<acronym>FITS</acronym>
<expanded-acronym>Flexible Image Transport System</expanded-acronym>
<magic priority="50">
@@ -5106,7 +5106,7 @@ command to generate the output files.
<alias type="image/x-fits"/>
</mime-type>
<mime-type type="image/x-fpx">
- <_comment>FPX image</_comment>
+ <comment>FPX image</comment>
<acronym>FPX</acronym>
<expanded-acronym>FlashPiX</expanded-acronym>
<magic priority="50">
@@ -5114,14 +5114,14 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="image/x-gzeps">
- <_comment>EPS image (gzip-compressed)</_comment>
+ <comment>EPS image (gzip-compressed)</comment>
<sub-class-of type="application/gzip"/>
<glob pattern="*.eps.gz"/>
<glob pattern="*.epsi.gz"/>
<glob pattern="*.epsf.gz"/>
</mime-type>
<mime-type type="image/vnd.microsoft.icon">
- <_comment>Windows icon</_comment>
+ <comment>Windows icon</comment>
<magic priority="50">
<match type="string" value="\0\0\1\0" offset="0">
<match type="string" value="\0" offset="5"/>
@@ -5136,14 +5136,14 @@ command to generate the output files.
<alias type="text/ico"/>
</mime-type>
<mime-type type="image/x-icns">
- <_comment>MacOS X icon</_comment>
+ <comment>MacOS X icon</comment>
<glob pattern="*.icns"/>
<magic priority="50">
<match type="string" value="icns" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-ilbm">
- <_comment>ILBM image</_comment>
+ <comment>ILBM image</comment>
<acronym>ILBM</acronym>
<expanded-acronym>InterLeaved BitMap</expanded-acronym>
<sub-class-of type="application/x-iff"/>
@@ -5157,36 +5157,36 @@ command to generate the output files.
<alias type="image/x-iff"/>
</mime-type>
<mime-type type="image/x-jng">
- <_comment>JNG image</_comment>
+ <comment>JNG image</comment>
<acronym>JNG</acronym>
<expanded-acronym>JPEG Network Graphics</expanded-acronym>
<glob pattern="*.jng"/>
</mime-type>
<mime-type type="image/x-lwo">
- <_comment>LightWave object</_comment>
+ <comment>LightWave object</comment>
<glob pattern="*.lwo"/>
<glob pattern="*.lwob"/>
</mime-type>
<mime-type type="image/x-lws">
- <_comment>LightWave scene</_comment>
+ <comment>LightWave scene</comment>
<glob pattern="*.lws"/>
</mime-type>
<mime-type type="image/x-macpaint">
- <_comment>MacPaint Bitmap image</_comment>
+ <comment>MacPaint Bitmap image</comment>
<glob pattern="*.pntg"/>
</mime-type>
<mime-type type="image/x-msod">
- <_comment>Office drawing</_comment>
+ <comment>Office drawing</comment>
<glob pattern="*.msod"/>
</mime-type>
<mime-type type="image/x-niff">
- <_comment>NIFF image</_comment>
+ <comment>NIFF image</comment>
<magic priority="80">
<match type="string" value="IIN1" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/vnd.zbrush.pcx">
- <_comment>PCX image</_comment>
+ <comment>PCX image</comment>
<acronym>PCX</acronym>
<expanded-acronym>PiCture eXchange</expanded-acronym>
<magic priority="50">
@@ -5201,17 +5201,17 @@ command to generate the output files.
<alias type="image/x-pcx"/>
</mime-type>
<mime-type type="image/x-photo-cd">
- <_comment>PCD image</_comment>
+ <comment>PCD image</comment>
<acronym>PCD</acronym>
<expanded-acronym>PhotoCD</expanded-acronym>
<glob pattern="*.pcd"/>
</mime-type>
<mime-type type="image/x-portable-anymap">
- <_comment>PNM image</_comment>
+ <comment>PNM image</comment>
<glob pattern="*.pnm"/>
</mime-type>
<mime-type type="image/x-portable-bitmap">
- <_comment>PBM image</_comment>
+ <comment>PBM image</comment>
<acronym>PBM</acronym>
<expanded-acronym>Portable BitMap</expanded-acronym>
<sub-class-of type="image/x-portable-anymap"/>
@@ -5232,7 +5232,7 @@ command to generate the output files.
<glob pattern="*.pbm"/>
</mime-type>
<mime-type type="image/x-portable-graymap">
- <_comment>PGM image</_comment>
+ <comment>PGM image</comment>
<acronym>PGM</acronym>
<expanded-acronym>Portable GrayMap</expanded-acronym>
<sub-class-of type="image/x-portable-anymap"/>
@@ -5253,7 +5253,7 @@ command to generate the output files.
<glob pattern="*.pgm"/>
</mime-type>
<mime-type type="image/x-portable-pixmap">
- <_comment>PPM image</_comment>
+ <comment>PPM image</comment>
<acronym>PPM</acronym>
<expanded-acronym>Portable PixMap</expanded-acronym>
<sub-class-of type="image/x-portable-anymap"/>
@@ -5274,7 +5274,7 @@ command to generate the output files.
<glob pattern="*.ppm"/>
</mime-type>
<mime-type type="image/vnd.adobe.photoshop">
- <_comment>Photoshop image</_comment>
+ <comment>Photoshop image</comment>
<magic priority="50">
<match type="string" mask="0xffffffff0000ffffffff" value="8BPS \000\000\000\000" offset="0"/>
</magic>
@@ -5287,22 +5287,22 @@ command to generate the output files.
<alias type="application/x-photoshop"/>
</mime-type>
<mime-type type="image/x-rgb">
- <_comment>RGB image</_comment>
+ <comment>RGB image</comment>
<glob pattern="*.rgb"/>
</mime-type>
<mime-type type="image/x-sgi">
- <_comment>SGI image</_comment>
+ <comment>SGI image</comment>
<glob pattern="*.sgi"/>
</mime-type>
<mime-type type="image/x-sun-raster">
- <_comment>Sun raster image</_comment>
+ <comment>Sun raster image</comment>
<magic priority="50">
<match type="big32" value="0x59a66a95" offset="0"/>
</magic>
<glob pattern="*.sun"/>
</mime-type>
<mime-type type="image/x-tga">
- <_comment>TGA image</_comment>
+ <comment>TGA image</comment>
<acronym>TGA</acronym>
<expanded-acronym>Truevision Graphics Adapter</expanded-acronym>
<magic priority="10">
@@ -5328,7 +5328,7 @@ command to generate the output files.
<alias type="image/x-icb"/>
</mime-type>
<mime-type type="image/x-win-bitmap">
- <_comment>Windows cursor</_comment>
+ <comment>Windows cursor</comment>
<magic priority="50">
<match type="string" value="\0\0\2\0" offset="0">
<match type="string" value="\0" offset="5"/>
@@ -5337,7 +5337,7 @@ command to generate the output files.
<glob pattern="*.cur"/>
</mime-type>
<mime-type type="application/x-navi-animation">
- <_comment>Windows animated cursor</_comment>
+ <comment>Windows animated cursor</comment>
<magic priority="50">
<match type="string" value="RIFF" offset="0">
<match type="string" value="ACON" offset="8"/>
@@ -5346,7 +5346,7 @@ command to generate the output files.
<glob pattern="*.ani"/>
</mime-type>
<mime-type type="image/emf">
- <_comment>EMF image</_comment>
+ <comment>EMF image</comment>
<acronym>EMF</acronym>
<expanded-acronym>Enhanced MetaFile</expanded-acronym>
<glob pattern="*.emf"/>
@@ -5364,7 +5364,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="image/wmf">
- <_comment>WMF image</_comment>
+ <comment>WMF image</comment>
<acronym>WMF</acronym>
<expanded-acronym>Windows Metafile</expanded-acronym>
<magic priority="50">
@@ -5388,13 +5388,13 @@ command to generate the output files.
<alias type="application/x-msmetafile"/>
</mime-type>
<mime-type type="image/x-xbitmap">
- <_comment>XBM image</_comment>
+ <comment>XBM image</comment>
<acronym>XBM</acronym>
<expanded-acronym>X BitMap</expanded-acronym>
<glob pattern="*.xbm"/>
</mime-type>
<mime-type type="image/x-xcf">
- <_comment>GIMP image</_comment>
+ <comment>GIMP image</comment>
<glob pattern="*.xcf"/>
<magic priority="50">
<match type="string" value="gimp xcf file" offset="0"/>
@@ -5402,32 +5402,32 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="image/x-gimp-gbr">
- <_comment>GIMP brush</_comment>
+ <comment>GIMP brush</comment>
<glob pattern="*.gbr"/>
<magic priority="50">
<match type="string" value="GIMP" offset="20"/>
</magic>
</mime-type>
<mime-type type="image/x-gimp-gih">
- <_comment>GIMP brush pipe</_comment>
+ <comment>GIMP brush pipe</comment>
<glob pattern="*.gih"/>
</mime-type>
<mime-type type="image/x-gimp-pat">
- <_comment>GIMP pattern</_comment>
+ <comment>GIMP pattern</comment>
<glob pattern="*.pat"/>
<magic priority="50">
<match type="string" value="GPAT" offset="20"/>
</magic>
</mime-type>
<mime-type type="image/x-xfig">
- <_comment>XFig image</_comment>
+ <comment>XFig image</comment>
<glob pattern="*.fig"/>
<magic priority="50">
<match type="string" value="#FIG" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-xpixmap">
- <_comment>XPM image</_comment>
+ <comment>XPM image</comment>
<acronym>XPM</acronym>
<expanded-acronym>X PixMap</expanded-acronym>
<magic priority="50">
@@ -5437,49 +5437,49 @@ command to generate the output files.
<alias type="image/x-xpm"/>
</mime-type>
<mime-type type="image/x-xwindowdump">
- <_comment>X window image</_comment>
+ <comment>X window image</comment>
<glob pattern="*.xwd"/>
</mime-type>
<mime-type type="inode/blockdevice">
- <_comment>block device</_comment>
+ <comment>block device</comment>
</mime-type>
<mime-type type="inode/chardevice">
- <_comment>character device</_comment>
+ <comment>character device</comment>
</mime-type>
<mime-type type="inode/directory">
- <_comment>folder</_comment>
+ <comment>folder</comment>
<generic-icon name="folder"/>
<alias type="x-directory/normal"/>
</mime-type>
<mime-type type="inode/fifo">
- <_comment>pipe</_comment>
+ <comment>pipe</comment>
</mime-type>
<mime-type type="inode/mount-point">
- <_comment>mount point</_comment>
+ <comment>mount point</comment>
<sub-class-of type="inode/directory"/>
</mime-type>
<mime-type type="inode/socket">
- <_comment>socket</_comment>
+ <comment>socket</comment>
</mime-type>
<mime-type type="inode/symlink">
- <_comment>symbolic link</_comment>
+ <comment>symbolic link</comment>
</mime-type>
<mime-type type="message/delivery-status">
- <_comment>mail delivery report</_comment>
+ <comment>mail delivery report</comment>
<generic-icon name="text-x-generic"/>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="message/disposition-notification">
- <_comment>mail disposition report</_comment>
+ <comment>mail disposition report</comment>
<generic-icon name="text-x-generic"/>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="message/external-body">
- <_comment>reference to remote file</_comment>
+ <comment>reference to remote file</comment>
<generic-icon name="text-x-generic"/>
</mime-type>
<mime-type type="message/news">
- <_comment>Usenet news message</_comment>
+ <comment>Usenet news message</comment>
<generic-icon name="text-x-generic"/>
<sub-class-of type="text/plain"/>
<magic priority="50">
@@ -5489,12 +5489,12 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="message/partial">
- <_comment>partial email message</_comment>
+ <comment>partial email message</comment>
<generic-icon name="text-x-generic"/>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="message/rfc822">
- <_comment>email message</_comment>
+ <comment>email message</comment>
<generic-icon name="text-x-generic"/>
<sub-class-of type="text/plain"/>
<magic priority="50">
@@ -5512,12 +5512,12 @@ command to generate the output files.
<glob pattern="*.eml"/>
</mime-type>
<mime-type type="message/x-gnu-rmail">
- <_comment>GNU mail message</_comment>
+ <comment>GNU mail message</comment>
<generic-icon name="text-x-generic"/>
<glob pattern="RMAIL"/>
</mime-type>
<mime-type type="model/iges">
- <_comment>IGES document</_comment>
+ <comment>IGES document</comment>
<acronym>IGES</acronym>
<expanded-acronym>Initial Graphics Exchange Specification</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -5530,7 +5530,7 @@ command to generate the output files.
<glob pattern="*.iges"/>
</mime-type>
<mime-type type="model/vrml">
- <_comment>VRML document</_comment>
+ <comment>VRML document</comment>
<acronym>VRML</acronym>
<expanded-acronym>Virtual Reality Modeling Language</expanded-acronym>
<generic-icon name="x-office-document"/>
@@ -5543,34 +5543,34 @@ command to generate the output files.
<glob pattern="*.wrl"/>
</mime-type>
<mime-type type="multipart/alternative">
- <_comment>message in several formats</_comment>
+ <comment>message in several formats</comment>
</mime-type>
<mime-type type="multipart/appledouble">
- <_comment>Macintosh AppleDouble-encoded file</_comment>
+ <comment>Macintosh AppleDouble-encoded file</comment>
</mime-type>
<mime-type type="multipart/digest">
- <_comment>message digest</_comment>
+ <comment>message digest</comment>
</mime-type>
<mime-type type="multipart/encrypted">
- <_comment>encrypted message</_comment>
+ <comment>encrypted message</comment>
</mime-type>
<mime-type type="multipart/mixed">
- <_comment>compound documents</_comment>
+ <comment>compound documents</comment>
</mime-type>
<mime-type type="multipart/related">
- <_comment>compound document</_comment>
+ <comment>compound document</comment>
</mime-type>
<mime-type type="multipart/report">
- <_comment>mail system report</_comment>
+ <comment>mail system report</comment>
</mime-type>
<mime-type type="multipart/signed">
- <_comment>signed message</_comment>
+ <comment>signed message</comment>
</mime-type>
<mime-type type="multipart/x-mixed-replace">
- <_comment>stream of data (server push)</_comment>
+ <comment>stream of data (server push)</comment>
</mime-type>
<mime-type type="text/calendar">
- <_comment>VCS/ICS calendar</_comment>
+ <comment>VCS/ICS calendar</comment>
<acronym>VCS/ICS</acronym>
<expanded-acronym>vCalendar/iCalendar</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -5584,14 +5584,14 @@ command to generate the output files.
<glob pattern="*.ics"/>
</mime-type>
<mime-type type="text/css">
- <_comment>CSS stylesheet</_comment>
+ <comment>CSS stylesheet</comment>
<acronym>CSS</acronym>
<expanded-acronym>Cascading Style Sheets</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.css"/>
</mime-type>
<mime-type type="text/vcard">
- <_comment>electronic business card</_comment>
+ <comment>electronic business card</comment>
<alias type="text/directory"/>
<alias type="text/x-vcard"/>
<sub-class-of type="text/plain"/>
@@ -5605,12 +5605,12 @@ command to generate the output files.
<glob pattern="*.gcrd"/>
</mime-type>
<mime-type type="text/turtle">
- <_comment>Turtle document</_comment>
+ <comment>Turtle document</comment>
<glob pattern="*.ttl"/>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="text/x-txt2tags">
- <_comment>txt2tags document</_comment>
+ <comment>txt2tags document</comment>
<sub-class-of type="text/plain"/>
<magic priority="60">
<match type="string" value="%!postproc" offset="0"/>
@@ -5619,22 +5619,22 @@ command to generate the output files.
<glob pattern="*.t2t"/>
</mime-type>
<mime-type type="text/x-verilog">
- <_comment>Verilog source code</_comment>
+ <comment>Verilog source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.v"/>
</mime-type>
<mime-type type="text/x-svhdr">
- <_comment>SystemVerilog header</_comment>
+ <comment>SystemVerilog header</comment>
<sub-class-of type="text/x-verilog"/>
<glob pattern="*.svh"/>
</mime-type>
<mime-type type="text/x-svsrc">
- <_comment>SystemVerilog source code</_comment>
+ <comment>SystemVerilog source code</comment>
<sub-class-of type="text/x-verilog"/>
<glob pattern="*.sv"/>
</mime-type>
<mime-type type="text/x-vhdl">
- <_comment>VHDL source code</_comment>
+ <comment>VHDL source code</comment>
<acronym>VHDL</acronym>
<expanded-acronym>Very-High-Speed Integrated Circuit Hardware Description Language</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -5642,15 +5642,15 @@ command to generate the output files.
<glob pattern="*.vhdl"/>
</mime-type>
<mime-type type="text/enriched">
- <_comment>enriched text document</_comment>
+ <comment>enriched text document</comment>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="text/htmlh">
- <_comment>help page</_comment>
+ <comment>help page</comment>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="text/plain">
- <_comment>plain text document</_comment>
+ <comment>plain text document</comment>
<magic priority="50">
<match type="string" value="This is TeX," offset="0"/>
<match type="string" value="This is METAFONT," offset="0"/>
@@ -5660,7 +5660,7 @@ command to generate the output files.
<glob pattern="*,v"/>
</mime-type>
<mime-type type="application/rdf+xml">
- <_comment>RDF file</_comment>
+ <comment>RDF file</comment>
<acronym>RDF</acronym>
<expanded-acronym>Resource Description Framework</expanded-acronym>
<alias type="text/rdf"/>
@@ -5671,12 +5671,12 @@ command to generate the output files.
<root-XML namespaceURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#" localName="RDF"/>
</mime-type>
<mime-type type="text/x-rst">
- <_comment>reStructuredText document</_comment>
+ <comment>reStructuredText document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.rst"/>
</mime-type>
<mime-type type="application/owl+xml">
- <_comment>OWL XML file</_comment>
+ <comment>OWL XML file</comment>
<acronym>OWL</acronym>
<expanded-acronym>Web Ontology Language</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -5687,16 +5687,16 @@ command to generate the output files.
<root-XML namespaceURI="http://www.w3.org/2002/07/owl#" localName="Ontology"/>
</mime-type>
<mime-type type="text/rfc822-headers">
- <_comment>email headers</_comment>
+ <comment>email headers</comment>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="text/richtext">
- <_comment>rich text document</_comment>
+ <comment>rich text document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.rtx"/>
</mime-type>
<mime-type type="application/rss+xml">
- <_comment>RSS summary</_comment>
+ <comment>RSS summary</comment>
<acronym>RSS</acronym>
<expanded-acronym>RDF Site Summary</expanded-acronym>
<alias type="text/rss"/>
@@ -5709,7 +5709,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/atom+xml">
- <_comment>Atom syndication feed</_comment>
+ <comment>Atom syndication feed</comment>
<sub-class-of type="application/xml"/>
<generic-icon name="text-html"/>
<glob pattern="*.atom"/>
@@ -5719,7 +5719,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.w3.org/2005/Atom" localName="feed"/>
</mime-type>
<mime-type type="text/x-opml+xml">
- <_comment>OPML syndication feed</_comment>
+ <comment>OPML syndication feed</comment>
<sub-class-of type="application/xml"/>
<alias type="text/x-opml"/>
<generic-icon name="text-html"/>
@@ -5729,7 +5729,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="text/sgml">
- <_comment>SGML document</_comment>
+ <comment>SGML document</comment>
<acronym>SGML</acronym>
<expanded-acronym>Standard Generalized Markup Language</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -5737,7 +5737,7 @@ command to generate the output files.
<glob pattern="*.sgm"/>
</mime-type>
<mime-type type="text/spreadsheet">
- <_comment>spreadsheet interchange document</_comment>
+ <comment>spreadsheet interchange document</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="ID;" offset="0"/>
@@ -5746,14 +5746,14 @@ command to generate the output files.
<glob pattern="*.slk"/>
</mime-type>
<mime-type type="text/tab-separated-values">
- <_comment>TSV document</_comment>
+ <comment>TSV document</comment>
<acronym>TSV</acronym>
<expanded-acronym>Tab Separated Values</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.tsv"/>
</mime-type>
<mime-type type="text/vnd.graphviz">
- <_comment>Graphviz DOT graph</_comment>
+ <comment>Graphviz DOT graph</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="digraph " offset="0"/>
@@ -5765,7 +5765,7 @@ command to generate the output files.
<glob pattern="*.dot"/>
</mime-type>
<mime-type type="text/vnd.sun.j2me.app-descriptor">
- <_comment>JAD document</_comment>
+ <comment>JAD document</comment>
<acronym>JAD</acronym>
<expanded-acronym>Java Application Descriptor</expanded-acronym>
<magic priority="50">
@@ -5774,23 +5774,23 @@ command to generate the output files.
<glob pattern="*.jad"/>
</mime-type>
<mime-type type="text/vnd.wap.wml">
- <_comment>WML document</_comment>
+ <comment>WML document</comment>
<acronym>WML</acronym>
<expanded-acronym>Wireless Markup Language</expanded-acronym>
<sub-class-of type="application/xml"/>
<glob pattern="*.wml"/>
</mime-type>
<mime-type type="text/vnd.wap.wmlscript">
- <_comment>WMLScript program</_comment>
+ <comment>WMLScript program</comment>
<glob pattern="*.wmls"/>
</mime-type>
<mime-type type="text/vnd.senx.warpscript">
- <_comment>WarpScript source code</_comment>
+ <comment>WarpScript source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.mc2"/>
</mime-type>
<mime-type type="application/x-ace">
- <_comment>ACE archive</_comment>
+ <comment>ACE archive</comment>
<generic-icon name="package-x-generic"/>
<magic priority="60">
<match type="string" value="**ACE**" offset="7"/>
@@ -5798,18 +5798,18 @@ command to generate the output files.
<glob pattern="*.ace"/>
</mime-type>
<mime-type type="text/x-adasrc">
- <_comment>Ada source code</_comment>
+ <comment>Ada source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.adb"/>
<glob pattern="*.ads"/>
</mime-type>
<mime-type type="text/x-authors">
- <_comment>author list</_comment>
+ <comment>author list</comment>
<sub-class-of type="text/plain"/>
<glob pattern="AUTHORS"/>
</mime-type>
<mime-type type="text/x-bibtex">
- <_comment>BibTeX document</_comment>
+ <comment>BibTeX document</comment>
<sub-class-of type="text/plain"/>
<magic>
<match type="string" value="% This file was created with JabRef" offset="0"/>
@@ -5817,7 +5817,7 @@ command to generate the output files.
<glob pattern="*.bib"/>
</mime-type>
<mime-type type="text/x-c++hdr">
- <_comment>C++ header</_comment>
+ <comment>C++ header</comment>
<sub-class-of type="text/x-chdr"/>
<glob pattern="*.hh"/>
<glob pattern="*.hp"/>
@@ -5826,7 +5826,7 @@ command to generate the output files.
<glob pattern="*.hxx"/>
</mime-type>
<mime-type type="text/x-c++src">
- <_comment>C++ source code</_comment>
+ <comment>C++ source code</comment>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.cpp"/>
<glob pattern="*.cxx"/>
@@ -5835,23 +5835,23 @@ command to generate the output files.
<glob pattern="*.c++"/>
</mime-type>
<mime-type type="text/x-changelog">
- <_comment>ChangeLog document</_comment>
+ <comment>ChangeLog document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="ChangeLog"/>
</mime-type>
<mime-type type="text/x-chdr">
- <_comment>C header</_comment>
+ <comment>C header</comment>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.h"/>
</mime-type>
<mime-type type="text/x-cmake">
- <_comment>CMake source code</_comment>
+ <comment>CMake source code</comment>
<glob pattern="*.cmake"/>
<glob pattern="CMakeLists.txt"/>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="text/csv">
- <_comment>CSV document</_comment>
+ <comment>CSV document</comment>
<acronym>CSV</acronym>
<expanded-acronym>Comma Separated Values</expanded-acronym>
<alias type="text/x-comma-separated-values"/>
@@ -5860,24 +5860,24 @@ command to generate the output files.
<glob pattern="*.csv"/>
</mime-type>
<mime-type type="text/csv-schema">
- <_comment>CSV Schema document</_comment>
+ <comment>CSV Schema document</comment>
<acronym>CSV</acronym>
<expanded-acronym>Comma Separated Values</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.csvs"/>
</mime-type>
<mime-type type="text/x-copying">
- <_comment>license terms</_comment>
+ <comment>license terms</comment>
<sub-class-of type="text/plain"/>
<glob pattern="COPYING"/>
</mime-type>
<mime-type type="text/x-credits">
- <_comment>author credits</_comment>
+ <comment>author credits</comment>
<sub-class-of type="text/plain"/>
<glob pattern="CREDITS"/>
</mime-type>
<mime-type type="text/x-csrc">
- <_comment>C source code</_comment>
+ <comment>C source code</comment>
<sub-class-of type="text/plain"/>
<alias type="text/x-c"/>
<glob pattern="*.c" case-sensitive="true"/>
@@ -5888,45 +5888,45 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="text/x-csharp">
- <_comment>C# source code</_comment>
+ <comment>C# source code</comment>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.cs"/>
</mime-type>
<mime-type type="text/x-vala">
- <_comment>Vala source code</_comment>
+ <comment>Vala source code</comment>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.vala"/>
<glob pattern="*.vapi"/>
</mime-type>
<mime-type type="text/x-ooc">
- <_comment>OOC source code</_comment>
+ <comment>OOC source code</comment>
<acronym>OOC</acronym>
<expanded-acronym>Out Of Class</expanded-acronym>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.ooc"/>
</mime-type>
<mime-type type="text/x-dcl">
- <_comment>DCL script</_comment>
+ <comment>DCL script</comment>
<acronym>DCL</acronym>
<expanded-acronym>Data Conversion Laboratory</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.dcl"/>
</mime-type>
<mime-type type="text/x-dsl">
- <_comment>DSSSL document</_comment>
+ <comment>DSSSL document</comment>
<acronym>DSSSL</acronym>
<expanded-acronym>Document Style Semantics and Specification Language</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.dsl"/>
</mime-type>
<mime-type type="text/x-dsrc">
- <_comment>D source code</_comment>
+ <comment>D source code</comment>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.d"/>
<glob pattern="*.di"/>
</mime-type>
<mime-type type="application/xml-dtd">
- <_comment>DTD file</_comment>
+ <comment>DTD file</comment>
<acronym>DTD</acronym>
<expanded-acronym>Document Type Definition</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -5935,13 +5935,13 @@ command to generate the output files.
<alias type="text/x-dtd"/>
</mime-type>
<mime-type type="text/x-eiffel">
- <_comment>Eiffel source code</_comment>
+ <comment>Eiffel source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.e"/>
<glob pattern="*.eif"/>
</mime-type>
<mime-type type="text/x-emacs-lisp">
- <_comment>Emacs Lisp source code</_comment>
+ <comment>Emacs Lisp source code</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="\012(" offset="0"/>
@@ -5950,12 +5950,12 @@ command to generate the output files.
<glob pattern="*.el"/>
</mime-type>
<mime-type type="text/x-erlang">
- <_comment>Erlang source code</_comment>
+ <comment>Erlang source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.erl"/>
</mime-type>
<mime-type type="text/x-fortran">
- <_comment>Fortran source code</_comment>
+ <comment>Fortran source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.f"/>
<glob pattern="*.f90"/>
@@ -5963,20 +5963,20 @@ command to generate the output files.
<glob pattern="*.for"/>
</mime-type>
<mime-type type="text/x-genie">
- <_comment>Genie source code</_comment>
+ <comment>Genie source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.gs" case-sensitive="true"/>
<generic-icon name="text-x-generic"/>
</mime-type>
<mime-type type="text/x-gettext-translation">
- <_comment>translation file</_comment>
+ <comment>translation file</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.po"/>
<alias type="text/x-po"/>
<alias type="application/x-gettext"/>
</mime-type>
<mime-type type="text/x-gettext-translation-template">
- <_comment>translation template</_comment>
+ <comment>translation template</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.pot"/>
<alias type="text/x-pot"/>
@@ -5985,12 +5985,12 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="text/x-gherkin">
- <_comment>Gherkin document</_comment>
+ <comment>Gherkin document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.feature"/>
</mime-type>
<mime-type type="text/html">
- <_comment>HTML document</_comment>
+ <comment>HTML document</comment>
<acronym>HTML</acronym>
<expanded-acronym>HyperText Markup Language</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6017,7 +6017,7 @@ command to generate the output files.
<glob pattern="*.htm"/>
</mime-type>
<mime-type type="text/cache-manifest">
- <_comment>Web application cache file</_comment>
+ <comment>Web application cache file</comment>
<sub-class-of type="text/plain"/>
<magic>
<match type="string" value="CACHE MANIFEST" offset="0">
@@ -6030,7 +6030,7 @@ command to generate the output files.
<glob pattern="*.manifest"/>
</mime-type>
<mime-type type="text/x-google-video-pointer">
- <_comment>Google Video Pointer shortcut</_comment>
+ <comment>Google Video Pointer shortcut</comment>
<magic priority="50">
<match type="string" value="#.download.the.free.Google.Video.Player" offset="0"/>
<match type="string" value="# download the free Google Video Player" offset="0"/>
@@ -6039,29 +6039,29 @@ command to generate the output files.
<alias type="text/google-video-pointer"/>
</mime-type>
<mime-type type="text/x-haskell">
- <_comment>Haskell source code</_comment>
+ <comment>Haskell source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.hs"/>
</mime-type>
<mime-type type="text/x-idl">
- <_comment>IDL document</_comment>
+ <comment>IDL document</comment>
<acronym>IDL</acronym>
<expanded-acronym>Interface Definition Language</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.idl"/>
</mime-type>
<mime-type type="text/x-install">
- <_comment>installation instructions</_comment>
+ <comment>installation instructions</comment>
<sub-class-of type="text/plain"/>
<glob pattern="INSTALL"/>
</mime-type>
<mime-type type="text/x-java">
- <_comment>Java source code</_comment>
+ <comment>Java source code</comment>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.java"/>
</mime-type>
<mime-type type="text/x-ldif">
- <_comment>LDIF address book</_comment>
+ <comment>LDIF address book</comment>
<acronym>LDIF</acronym>
<expanded-acronym>LDAP Data Interchange Format</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6072,24 +6072,24 @@ command to generate the output files.
<glob pattern="*.ldif"/>
</mime-type>
<mime-type type="text/x-lilypond">
- <_comment>Lilypond music sheet</_comment>
+ <comment>Lilypond music sheet</comment>
<glob pattern="*.ly"/>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="text/x-literate-haskell">
- <_comment>LHS source code</_comment>
+ <comment>LHS source code</comment>
<acronym>LHS</acronym>
<expanded-acronym>Literate Haskell source code</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.lhs"/>
</mime-type>
<mime-type type="text/x-log">
- <_comment>application log</_comment>
+ <comment>application log</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.log"/>
</mime-type>
<mime-type type="text/x-makefile">
- <_comment>Makefile build file</_comment>
+ <comment>Makefile build file</comment>
<sub-class-of type="text/plain"/>
<glob pattern="makefile"/>
<glob pattern="GNUmakefile"/>
@@ -6102,7 +6102,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="text/markdown">
- <_comment>Markdown document</_comment>
+ <comment>Markdown document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.md"/>
<glob pattern="*.mkd"/>
@@ -6110,14 +6110,14 @@ command to generate the output files.
<alias type="text/x-markdown"/>
</mime-type>
<mime-type type="text/x-moc">
- <_comment>Qt MOC file</_comment>
+ <comment>Qt MOC file</comment>
<acronym>Qt MOC</acronym>
<expanded-acronym>Qt Meta Object Compiler</expanded-acronym>
<sub-class-of type="text/plain"/>
<glob pattern="*.moc"/>
</mime-type>
<mime-type type="text/x-ms-regedit">
- <_comment>Windows Registry extract</_comment>
+ <comment>Windows Registry extract</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="REGEDIT" offset="0"/>
@@ -6127,14 +6127,14 @@ command to generate the output files.
<glob pattern="*.reg"/>
</mime-type>
<mime-type type="text/x-mof">
- <_comment>MOF file</_comment>
+ <comment>MOF file</comment>
<acronym>MOF</acronym>
<expanded-acronym>Windows Managed Object File</expanded-acronym>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.mof"/>
</mime-type>
<mime-type type="text/x-mup">
- <_comment>Mup musical composition document</_comment>
+ <comment>Mup musical composition document</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="//!Mup" offset="0"/>
@@ -6143,7 +6143,7 @@ command to generate the output files.
<glob pattern="*.not"/>
</mime-type>
<mime-type type="text/x-objcsrc">
- <_comment>Objective-C source code</_comment>
+ <comment>Objective-C source code</comment>
<sub-class-of type="text/x-csrc"/>
<magic priority="30">
<match type="string" value="#import" offset="0"/>
@@ -6151,19 +6151,19 @@ command to generate the output files.
<glob pattern="*.m"/>
</mime-type>
<mime-type type="text/x-ocaml">
- <_comment>OCaml source code</_comment>
+ <comment>OCaml source code</comment>
<glob pattern="*.ml"/>
<glob pattern="*.mli"/>
</mime-type>
<mime-type type="text/x-opencl-src">
- <_comment>OpenCL source code</_comment>
+ <comment>OpenCL source code</comment>
<acronym>OpenCL</acronym>
<expanded-acronym>Open Computing Language</expanded-acronym>
<sub-class-of type="text/x-csrc"/>
<glob pattern="*.cl"/>
</mime-type>
<mime-type type="text/x-matlab">
- <_comment>MATLAB file</_comment>
+ <comment>MATLAB file</comment>
<sub-class-of type="text/plain"/>
<magic priority="10">
<match type="string" value="%" offset="0"/>
@@ -6178,13 +6178,13 @@ command to generate the output files.
<alias type="text/x-octave"/>
</mime-type>
<mime-type type="text/x-meson">
- <_comment>Meson source code</_comment>
+ <comment>Meson source code</comment>
<glob pattern="meson.build"/>
<glob pattern="meson_options.txt"/>
<sub-class-of type="text/plain"/>
</mime-type>
<mime-type type="text/x-modelica">
- <_comment>Modelica model</_comment>
+ <comment>Modelica model</comment>
<sub-class-of type="text/plain"/>
<magic priority="10">
<match type="string" value="//" offset="0"/>
@@ -6204,13 +6204,13 @@ command to generate the output files.
<glob pattern="*.mo"/>
</mime-type>
<mime-type type="text/x-pascal">
- <_comment>Pascal source code</_comment>
+ <comment>Pascal source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.p"/>
<glob pattern="*.pas"/>
</mime-type>
<mime-type type="text/x-patch">
- <_comment>differences between files</_comment>
+ <comment>differences between files</comment>
<alias type="text/x-diff"/>
<sub-class-of type="text/plain"/>
<magic priority="50">
@@ -6229,19 +6229,19 @@ command to generate the output files.
<glob pattern="*.patch"/>
</mime-type>
<mime-type type="text/x-go">
- <_comment>Go source code</_comment>
+ <comment>Go source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.go"/>
</mime-type>
<mime-type type="text/x-scons">
- <_comment>SCons configuration file</_comment>
+ <comment>SCons configuration file</comment>
<sub-class-of type="text/x-python"/>
<glob pattern="SConstruct"/>
<glob pattern="SConscript"/>
<glob pattern="SConscript.*"/>
</mime-type>
<mime-type type="text/x-python3">
- <_comment>Python 3 script</_comment>
+ <comment>Python 3 script</comment>
<sub-class-of type='text/x-python'/>
<magic priority="60"><!-- higher priority than text/x-python -->
<match type="string" value="#!/bin/python3" offset="0"/>
@@ -6260,7 +6260,7 @@ command to generate the output files.
<glob pattern="*.py3x" weight="60"/>
</mime-type>
<mime-type type="text/x-python">
- <_comment>Python script</_comment>
+ <comment>Python script</comment>
<sub-class-of type='application/x-executable'/>
<sub-class-of type="text/plain"/>
<magic priority="50">
@@ -6280,7 +6280,7 @@ command to generate the output files.
<glob pattern="*.wsgi" weight="60"/>
</mime-type>
<mime-type type="text/x-lua">
- <_comment>Lua script</_comment>
+ <comment>Lua script</comment>
<sub-class-of type='application/x-executable'/>
<sub-class-of type="text/plain"/>
<magic priority="50">
@@ -6292,17 +6292,17 @@ command to generate the output files.
<glob pattern="*.lua"/>
</mime-type>
<mime-type type="text/x-readme">
- <_comment>README document</_comment>
+ <comment>README document</comment>
<sub-class-of type="text/plain"/>
<glob weight="10" pattern="README*"/>
</mime-type>
<mime-type type="text/x-nfo">
- <_comment>NFO document</_comment>
+ <comment>NFO document</comment>
<sub-class-of type="text/x-readme"/>
<glob pattern="*.nfo"/>
</mime-type>
<mime-type type="text/x-rpm-spec">
- <_comment>RPM spec file</_comment>
+ <comment>RPM spec file</comment>
<acronym>RPM</acronym>
<expanded-acronym>Red Hat Package Manager</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6313,7 +6313,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="text/x-sass">
- <_comment>Sass CSS pre-processor file</_comment>
+ <comment>Sass CSS pre-processor file</comment>
<acronym>Sass</acronym>
<expanded-acronym>Syntactically Awesome Style Sheets</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6321,18 +6321,18 @@ command to generate the output files.
<generic-icon name="text-x-generic"/>
</mime-type>
<mime-type type="text/x-scala">
- <_comment>Scala source code</_comment>
+ <comment>Scala source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.scala"/>
</mime-type>
<mime-type type="text/x-scheme">
- <_comment>Scheme source code</_comment>
+ <comment>Scheme source code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.scm"/>
<glob pattern="*.ss"/>
</mime-type>
<mime-type type="text/x-scss">
- <_comment>SCSS pre-processor file</_comment>
+ <comment>SCSS pre-processor file</comment>
<acronym>SCSS</acronym>
<expanded-acronym>Sassy CSS</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6340,24 +6340,24 @@ command to generate the output files.
<generic-icon name="text-x-generic"/>
</mime-type>
<mime-type type="text/x-setext">
- <_comment>Setext document</_comment>
+ <comment>Setext document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.etx"/>
</mime-type>
<mime-type type="application/sql">
- <_comment>SQL code</_comment>
+ <comment>SQL code</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.sql"/>
<alias type="text/x-sql"/>
</mime-type>
<mime-type type="text/x-tcl">
- <_comment>Tcl script</_comment>
+ <comment>Tcl script</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.tcl"/>
<glob pattern="*.tk"/>
</mime-type>
<mime-type type="text/x-tex">
- <_comment>TeX document</_comment>
+ <comment>TeX document</comment>
<sub-class-of type="text/plain"/>
<alias type="application/x-tex"/>
<glob pattern="*.tex"/>
@@ -6375,44 +6375,44 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="text/x-texinfo">
- <_comment>TeXInfo document</_comment>
+ <comment>TeXInfo document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.texi"/>
<glob pattern="*.texinfo"/>
</mime-type>
<mime-type type="text/x-troff-me">
- <_comment>Troff ME input document</_comment>
+ <comment>Troff ME input document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.me"/>
</mime-type>
<mime-type type="text/x-troff-mm">
- <_comment>Troff MM input document</_comment>
+ <comment>Troff MM input document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.mm"/>
</mime-type>
<mime-type type="text/x-troff-ms">
- <_comment>Troff MS input document</_comment>
+ <comment>Troff MS input document</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.ms"/>
</mime-type>
<mime-type type="text/x-twig">
- <_comment>Twig template</_comment>
+ <comment>Twig template</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.twig"/>
<generic-icon name="text-x-generic-template"/>
</mime-type>
<mime-type type="text/x-uil">
- <_comment>X-Motif UIL table</_comment>
+ <comment>X-Motif UIL table</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.uil"/>
</mime-type>
<mime-type type="text/x-uri">
- <_comment>resource location</_comment>
+ <comment>resource location</comment>
<sub-class-of type="text/plain"/>
<!-- Note: text/uri-list is reserved by the XDND protocol! -->
</mime-type>
<mime-type type="text/x-uuencode">
- <_comment>uuencoded file</_comment>
+ <comment>uuencoded file</comment>
<sub-class-of type="text/plain"/>
<glob pattern="*.uue"/>
<magic priority="50">
@@ -6421,7 +6421,7 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-uu"/>
</mime-type>
<mime-type type="text/x-xmi">
- <_comment>XMI file</_comment>
+ <comment>XMI file</comment>
<acronym>XMI</acronym>
<expanded-acronym>XML Metadata Interchange</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -6430,7 +6430,7 @@ command to generate the output files.
<root-XML namespaceURI="http://schema.omg.org/spec/XMI/2.1" localName="XMI"/>
</mime-type>
<mime-type type="text/x-xslfo">
- <_comment>XSL FO file</_comment>
+ <comment>XSL FO file</comment>
<acronym>XSL FO</acronym>
<expanded-acronym>XSL Formatting Objects</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -6439,7 +6439,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.w3.org/1999/XSL/Format" localName="root"/>
</mime-type>
<mime-type type="text/x-iptables">
- <_comment>iptables configuration file</_comment>
+ <comment>iptables configuration file</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="/etc/sysconfig/iptables" offset="0:256"/>
@@ -6464,7 +6464,7 @@ command to generate the output files.
<glob pattern="*.iptables"/>
</mime-type>
<mime-type type="text/x-dbus-service">
- <_comment>D-Bus service file</_comment>
+ <comment>D-Bus service file</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="\n[D-BUS Service]\n" offset="0:256"/>
@@ -6473,7 +6473,7 @@ command to generate the output files.
<glob pattern="*.service"/>
</mime-type>
<mime-type type="text/x-systemd-unit">
- <_comment>systemd unit file</_comment>
+ <comment>systemd unit file</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<!-- Matches part-way through the file. -->
@@ -6517,7 +6517,7 @@ command to generate the output files.
<glob pattern="*.timer"/>
</mime-type>
<mime-type type="application/xslt+xml">
- <_comment>XSLT stylesheet</_comment>
+ <comment>XSLT stylesheet</comment>
<acronym>XSLT</acronym>
<expanded-acronym>eXtensible Stylesheet Language Transformation</expanded-acronym>
<generic-icon name="text-x-generic"/>
@@ -6530,21 +6530,21 @@ command to generate the output files.
<sub-class-of type="application/xml"/>
</mime-type>
<mime-type type="text/x-maven+xml">
- <_comment>Maven description file</_comment>
+ <comment>Maven description file</comment>
<generic-icon name="text-x-generic"/>
<glob pattern="pom.xml"/>
<glob pattern="settings.xml"/>
<sub-class-of type="application/xml"/>
</mime-type>
<mime-type type="text/xmcd">
- <_comment>XMCD CD database</_comment>
+ <comment>XMCD CD database</comment>
<sub-class-of type="text/plain"/>
<magic priority="50">
<match type="string" value="# xmcd" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/xml">
- <_comment>XML document</_comment>
+ <comment>XML document</comment>
<acronym>XML</acronym>
<expanded-acronym>eXtensible Markup Language</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6560,7 +6560,7 @@ command to generate the output files.
<alias type="text/xml"/>
</mime-type>
<mime-type type="application/xml-external-parsed-entity">
- <_comment>XML entities document</_comment>
+ <comment>XML entities document</comment>
<acronym>XML</acronym>
<expanded-acronym>eXtensible Markup Language</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -6569,7 +6569,7 @@ command to generate the output files.
<alias type="text/xml-external-parsed-entity"/>
</mime-type>
<mime-type type="video/dv">
- <_comment>DV video</_comment>
+ <comment>DV video</comment>
<acronym>DV</acronym>
<expanded-acronym>Digital Video</expanded-acronym>
<magic priority="50">
@@ -6578,10 +6578,10 @@ command to generate the output files.
<glob pattern="*.dv"/>
</mime-type>
<mime-type type="video/isivideo">
- <_comment>ISI video</_comment>
+ <comment>ISI video</comment>
</mime-type>
<mime-type type="video/mp2t">
- <_comment>MPEG-2 transport stream</_comment>
+ <comment>MPEG-2 transport stream</comment>
<acronym>MPEG-2 TS</acronym>
<expanded-acronym>Moving Picture Experts Group 2 Transport Stream</expanded-acronym>
<magic priority="50">
@@ -6616,7 +6616,7 @@ command to generate the output files.
<glob pattern="*.bdmv"/>
</mime-type>
<mime-type type="video/mpeg">
- <_comment>MPEG video</_comment>
+ <comment>MPEG video</comment>
<acronym>MPEG</acronym>
<expanded-acronym>Moving Picture Experts Group</expanded-acronym>
<alias type="video/x-mpeg"/>
@@ -6636,7 +6636,7 @@ command to generate the output files.
<glob pattern="[0-9][0-9][0-9].vdr"/>
</mime-type>
<mime-type type="video/vnd.mpegurl">
- <_comment>MPEG video (streamed)</_comment>
+ <comment>MPEG video (streamed)</comment>
<sub-class-of type="text/plain"/>
<alias type="video/x-mpegurl"/>
<magic priority="50">
@@ -6647,7 +6647,7 @@ command to generate the output files.
<glob pattern="*.mxu"/>
</mime-type>
<mime-type type="video/quicktime">
- <_comment>QuickTime video</_comment>
+ <comment>QuickTime video</comment>
<magic priority="50">
<match type="string" value="mdat" offset="12"/>
<match type="string" value="mdat" offset="4"/>
@@ -6660,7 +6660,7 @@ command to generate the output files.
<glob pattern="*.qtvr"/>
</mime-type>
<mime-type type="image/x-quicktime">
- <_comment>QuickTime image</_comment>
+ <comment>QuickTime image</comment>
<magic priority="50">
<match type="string" value="idat" offset="4"/>
</magic>
@@ -6668,7 +6668,7 @@ command to generate the output files.
<glob pattern="*.qif"/>
</mime-type>
<mime-type type="image/ktx">
- <_comment>Khronos texture image</_comment>
+ <comment>Khronos texture image</comment>
<magic priority="80">
<match type="big32" value="0xAB4B5458" offset="0">
<match type="big32" value="0x203131BB" offset="4">
@@ -6679,20 +6679,20 @@ command to generate the output files.
<glob pattern="*.ktx"/>
</mime-type>
<mime-type type="video/vnd.vivo">
- <_comment>Vivo video</_comment>
+ <comment>Vivo video</comment>
<alias type="video/vivo"/>
<glob pattern="*.viv"/>
<glob pattern="*.vivo"/>
</mime-type>
<mime-type type="video/wavelet">
- <_comment>Wavelet video</_comment>
+ <comment>Wavelet video</comment>
</mime-type>
<mime-type type="video/x-anim">
- <_comment>ANIM animation</_comment>
+ <comment>ANIM animation</comment>
<glob pattern="*.anim[1-9j]"/>
</mime-type>
<mime-type type="video/x-flic">
- <_comment>FLIC animation</_comment>
+ <comment>FLIC animation</comment>
<alias type="video/fli"/>
<alias type="video/x-fli"/>
<magic priority="50">
@@ -6703,7 +6703,7 @@ command to generate the output files.
<glob pattern="*.flc"/>
</mime-type>
<mime-type type="application/x-hwp">
- <_comment>Haansoft Hangul document</_comment>
+ <comment>Haansoft Hangul document</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match type="string" value="HWP Document File" offset="0"/>
@@ -6712,13 +6712,13 @@ command to generate the output files.
<alias type="application/vnd.haansoft-hwp"/>
</mime-type>
<mime-type type="application/x-hwt">
- <_comment>Haansoft Hangul document template</_comment>
+ <comment>Haansoft Hangul document template</comment>
<generic-icon name="x-office-document"/>
<glob pattern="*.hwt"/>
<alias type="application/vnd.haansoft-hwt"/>
</mime-type>
<mime-type type="video/x-mng">
- <_comment>MNG animation</_comment>
+ <comment>MNG animation</comment>
<acronym>MNG</acronym>
<expanded-acronym>Multiple-Image Network Graphics</expanded-acronym>
<magic priority="50">
@@ -6727,7 +6727,7 @@ command to generate the output files.
<glob pattern="*.mng"/>
</mime-type>
<mime-type type="application/vnd.ms-asf">
- <_comment>ASF video</_comment>
+ <comment>ASF video</comment>
<acronym>ASF</acronym>
<expanded-acronym>Advanced Streaming Format</expanded-acronym>
<alias type="video/x-ms-wm"/>
@@ -6740,7 +6740,7 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="application/x-netshow-channel">
- <_comment>Windows Media Station file</_comment>
+ <comment>Windows Media Station file</comment>
<sub-class-of type="application/vnd.ms-asf"/>
<generic-icon name="video-x-generic"/>
<glob pattern="*.nsc"/>
@@ -6749,12 +6749,12 @@ command to generate the output files.
</magic>
</mime-type>
<mime-type type="video/x-ms-wmv">
- <_comment>Windows Media video</_comment>
+ <comment>Windows Media video</comment>
<sub-class-of type="application/vnd.ms-asf"/>
<glob pattern="*.wmv"/>
</mime-type>
<mime-type type="video/x-msvideo">
- <_comment>AVI video</_comment>
+ <comment>AVI video</comment>
<acronym>AVI</acronym>
<expanded-acronym>Audio Video Interleave</expanded-acronym>
<alias type="video/x-avi"/>
@@ -6775,14 +6775,14 @@ command to generate the output files.
<glob pattern="*.divx"/>
</mime-type>
<mime-type type="video/x-nsv">
- <_comment>NullSoft video</_comment>
+ <comment>NullSoft video</comment>
<magic priority="50">
<match type="string" value="NSVf" offset="0"/>
</magic>
<glob pattern="*.nsv"/>
</mime-type>
<mime-type type="application/sdp">
- <_comment>SDP multicast stream file</_comment>
+ <comment>SDP multicast stream file</comment>
<acronym>SDP</acronym>
<expanded-acronym>Session Description Protocol</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6797,14 +6797,14 @@ command to generate the output files.
<glob pattern="*.sdp"/>
</mime-type>
<mime-type type="video/x-sgi-movie">
- <_comment>SGI video</_comment>
+ <comment>SGI video</comment>
<magic priority="50">
<match type="string" value="MOVI" offset="0"/>
</magic>
<glob pattern="*.movie"/>
</mime-type>
<mime-type type="application/vnd.emusic-emusic_package">
- <_comment>eMusic download package</_comment>
+ <comment>eMusic download package</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="nF7YLao" offset="0"/>
@@ -6812,7 +6812,7 @@ command to generate the output files.
<glob pattern="*.emp"/>
</mime-type>
<mime-type type="application/vnd.google-earth.kml+xml">
- <_comment>KML geographic data</_comment>
+ <comment>KML geographic data</comment>
<acronym>KML</acronym>
<expanded-acronym>Keyhole Markup Language</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -6820,21 +6820,21 @@ command to generate the output files.
<root-XML namespaceURI="http://www.opengis.net/kml/2.2" localName="kml"/>
</mime-type>
<mime-type type="application/vnd.google-earth.kmz">
- <_comment>KML geographic compressed data</_comment>
+ <comment>KML geographic compressed data</comment>
<acronym>KML</acronym>
<expanded-acronym>Keyhole Markup Language</expanded-acronym>
<sub-class-of type="application/zip"/>
<glob pattern="*.kmz"/>
</mime-type>
<mime-type type="application/geo+json">
- <_comment>GeoJSON geospatial data</_comment>
+ <comment>GeoJSON geospatial data</comment>
<sub-class-of type="application/json"/>
<glob pattern="*.geojson"/>
<glob pattern="*.geo.json"/>
<alias type="application/vnd.geo+json"/>
</mime-type>
<mime-type type="application/gpx+xml">
- <_comment>GPX geographic data</_comment>
+ <comment>GPX geographic data</comment>
<acronym>GPX</acronym>
<expanded-acronym>GPS Exchange Format</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -6846,7 +6846,7 @@ command to generate the output files.
<root-XML namespaceURI="http://www.topografix.com/GPX/1/1" localName="gpx"/>
</mime-type>
<mime-type type="application/x-ica">
- <_comment>Citrix ICA settings file</_comment>
+ <comment>Citrix ICA settings file</comment>
<acronym>ICA</acronym>
<expanded-acronym>Independent Computing Architecture</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -6854,7 +6854,7 @@ command to generate the output files.
<glob pattern="*.ica"/>
</mime-type>
<mime-type type="application/vnd.mozilla.xul+xml">
- <_comment>XUL interface document</_comment>
+ <comment>XUL interface document</comment>
<acronym>XUL</acronym>
<expanded-acronym>XML User interface markup Language</expanded-acronym>
<sub-class-of type="application/xml"/>
@@ -6863,60 +6863,60 @@ command to generate the output files.
<glob pattern="*.xul"/>
</mime-type>
<mime-type type="application/x-xpinstall">
- <_comment>XPInstall installer module</_comment>
+ <comment>XPInstall installer module</comment>
<sub-class-of type="application/zip"/>
<glob pattern="*.xpi"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.wordprocessingml.document">
- <_comment>Word 2007 document</_comment>
+ <comment>Word 2007 document</comment>
<glob pattern="*.docx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.wordprocessingml.template">
- <_comment>Word 2007 document template</_comment>
+ <comment>Word 2007 document template</comment>
<glob pattern="*.dotx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-document"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.presentationml.presentation">
- <_comment>PowerPoint 2007 presentation</_comment>
+ <comment>PowerPoint 2007 presentation</comment>
<glob pattern="*.pptx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-presentation"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.presentationml.slide">
- <_comment>PowerPoint 2007 slide</_comment>
+ <comment>PowerPoint 2007 slide</comment>
<glob pattern="*.sldx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-presentation"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.presentationml.slideshow">
- <_comment>PowerPoint 2007 show</_comment>
+ <comment>PowerPoint 2007 show</comment>
<glob pattern="*.ppsx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-presentation"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.presentationml.template">
- <_comment>PowerPoint 2007 presentation template</_comment>
+ <comment>PowerPoint 2007 presentation template</comment>
<glob pattern="*.potx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-presentation"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
- <_comment>Excel 2007 spreadsheet</_comment>
+ <comment>Excel 2007 spreadsheet</comment>
<glob pattern="*.xlsx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-spreadsheet"/>
</mime-type>
<mime-type type="application/vnd.openxmlformats-officedocument.spreadsheetml.template">
- <_comment>Excel 2007 spreadsheet template</_comment>
+ <comment>Excel 2007 spreadsheet template</comment>
<glob pattern="*.xltx"/>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-spreadsheet"/>
</mime-type>
<mime-type type="application/x-t602">
- <_comment>T602 document</_comment>
+ <comment>T602 document</comment>
<generic-icon name="x-office-document"/>
<magic priority="50">
<match offset="0" type="string" value="@CT 0" />
@@ -6926,7 +6926,7 @@ command to generate the output files.
<glob pattern="*.602" />
</mime-type>
<mime-type type="application/x-cisco-vpn-settings">
- <_comment>Cisco VPN settings</_comment>
+ <comment>Cisco VPN settings</comment>
<generic-icon name="text-x-generic"/>
<magic priority="50">
<match type="string" value="[main]" offset="0">
@@ -6936,7 +6936,7 @@ command to generate the output files.
<glob pattern="*.pcf"/>
</mime-type>
<mime-type type="application/vnd.iccprofile">
- <_comment>ICC profile</_comment>
+ <comment>ICC profile</comment>
<magic priority="50">
<match type="string" value="acsp" offset="36"/>
</magic>
@@ -6944,7 +6944,7 @@ command to generate the output files.
<glob pattern="*.icm"/>
</mime-type>
<mime-type type="application/x-it87">
- <_comment>IT 8.7 color calibration file</_comment>
+ <comment>IT 8.7 color calibration file</comment>
<magic priority="50">
<match type="string" value="IT8.7" offset="0"/>
</magic>
@@ -6953,7 +6953,7 @@ command to generate the output files.
<glob pattern="*.it87"/>
</mime-type>
<mime-type type="application/x-ccmx">
- <_comment>CCMX color correction file</_comment>
+ <comment>CCMX color correction file</comment>
<magic priority="50">
<match type="string" value="CCMX" offset="0"/>
</magic>
@@ -6962,7 +6962,7 @@ command to generate the output files.
<glob pattern="*.ccmx"/>
</mime-type>
<mime-type type="application/winhlp">
- <_comment>WinHelp help file</_comment>
+ <comment>WinHelp help file</comment>
<magic priority="50">
<match type="little32" value="0x00035f3f" offset="0"/>
</magic>
@@ -6970,7 +6970,7 @@ command to generate the output files.
<alias type="zz-application/zz-winassoc-hlp" />
</mime-type>
<mime-type type="application/x-bsdiff">
- <_comment>binary differences between files</_comment>
+ <comment>binary differences between files</comment>
<magic>
<match type="string" value="BSDIFF40" offset="0"/>
<match type="string" value="BSDIFN40" offset="0"/>
@@ -6981,7 +6981,7 @@ command to generate the output files.
<!-- Tree content-types -->
<mime-type type="x-content/image-dcf">
<!-- http://en.wikipedia.org/wiki/Design_rule_for_Camera_File_system -->
- <_comment>digital photos</_comment>
+ <comment>digital photos</comment>
<treemagic>
<treematch path="dcim" type="directory" non-empty="true"/>
</treemagic>
@@ -6991,7 +6991,7 @@ command to generate the output files.
<!-- TRANSLATORS: This is a brand-name, not a generic term. Please see
http://en.wikipedia.org/wiki/Video_CD
http://www.herongyang.com/CD-DVD/VCD-Movie-File-Directory-Structure.html -->
- <_comment>Video CD</_comment>
+ <comment>Video CD</comment>
<treemagic>
<treematch path="mpegav/AVSEQ01.DAT" type="file" />
</treemagic>
@@ -7001,7 +7001,7 @@ command to generate the output files.
<!-- TRANSLATORS: This is a brand-name, not a generic term. Please see
http://en.wikipedia.org/wiki/Super_Video_CD
http://everything2.com/index.pl?node_id=1009222 -->
- <_comment>Super Video CD</_comment>
+ <comment>Super Video CD</comment>
<treemagic>
<treematch path="MPEG2/AVSEQ01.MPG" type="file" />
</treemagic>
@@ -7009,7 +7009,7 @@ command to generate the output files.
<mime-type type="x-content/video-dvd">
<!-- http://en.wikipedia.org/wiki/DVD-Video -->
- <_comment>video DVD</_comment>
+ <comment>video DVD</comment>
<treemagic>
<treematch path="VIDEO_TS/VIDEO_TS.IFO" type="file" />
<treematch path="VIDEO_TS/VIDEO_TS.IFO;1" type="file" />
@@ -7020,32 +7020,32 @@ command to generate the output files.
<mime-type type="x-content/audio-cdda">
<!-- http://en.wikipedia.org/wiki/Red_Book_(audio_CD_standard) -->
- <_comment>audio CD</_comment>
+ <comment>audio CD</comment>
</mime-type>
<mime-type type="x-content/blank-cd">
<!-- http://en.wikipedia.org/wiki/Compact_Disc -->
- <_comment>blank CD disc</_comment>
+ <comment>blank CD disc</comment>
</mime-type>
<mime-type type="x-content/blank-dvd">
<!-- http://en.wikipedia.org/wiki/DVD -->
- <_comment>blank DVD disc</_comment>
+ <comment>blank DVD disc</comment>
</mime-type>
<mime-type type="x-content/blank-bd">
<!-- http://en.wikipedia.org/wiki/Blu-ray_Disc -->
- <_comment>blank Blu-ray disc</_comment>
+ <comment>blank Blu-ray disc</comment>
</mime-type>
<mime-type type="x-content/blank-hddvd">
<!-- http://en.wikipedia.org/wiki/HD_DVD -->
- <_comment>blank HD DVD disc</_comment>
+ <comment>blank HD DVD disc</comment>
</mime-type>
<mime-type type="x-content/audio-dvd">
<!-- http://en.wikipedia.org/wiki/DVD-Audio -->
- <_comment>audio DVD</_comment>
+ <comment>audio DVD</comment>
<treemagic>
<treematch path="AUDIO_TS/AUDIO_TS.IFO" type="file" />
<treematch path="AUDIO_TS/AUDIO_TS.IFO;1" type="file" />
@@ -7055,7 +7055,7 @@ command to generate the output files.
<mime-type type="x-content/video-bluray">
<!-- http://en.wikipedia.org/wiki/Blu-ray_Disc
http://www.blu-raydisc.com/Section-13470/Section-13890/Index.html -->
- <_comment>Blu-ray video disc</_comment>
+ <comment>Blu-ray video disc</comment>
<treemagic>
<treematch path="BDAV" type="directory" non-empty="true"/>
<treematch path="BDMV" type="directory" non-empty="true"/>
@@ -7065,7 +7065,7 @@ command to generate the output files.
<mime-type type="x-content/video-hddvd">
<!-- http://en.wikipedia.org/wiki/HD_DVD
http://www.dvdafteredit.com/wiki/The_HVDVD_TS_Folder -->
- <_comment>HD DVD video disc</_comment>
+ <comment>HD DVD video disc</comment>
<treemagic>
<treematch path="HVDVD_TS/HV000I01.IFO" type="file" />
<treematch path="HVDVD_TS/HV001I01.IFO" type="file" />
@@ -7075,7 +7075,7 @@ command to generate the output files.
<mime-type type="x-content/ebook-reader">
<!-- see fd.o hal spec -->
- <_comment>e-book reader</_comment>
+ <comment>e-book reader</comment>
<treemagic>
<treematch path=".kobo" type="directory" non-empty="true"/>
<treematch path="system/com.amazon.ebook.booklet.reader" non-empty="false"/>
@@ -7086,7 +7086,7 @@ command to generate the output files.
<!-- TRANSLATORS: This is a brand-name, not a generic term. Please see
http://en.wikipedia.org/wiki/Picture_CD
http://www.re.org/kristin/picturecd.html -->
- <_comment>Picture CD</_comment>
+ <comment>Picture CD</comment>
<treemagic>
<treematch path="PICTURES" type="directory" non-empty="true" match-case="true"/>
</treemagic>
@@ -7094,12 +7094,12 @@ command to generate the output files.
<mime-type type="x-content/audio-player">
<!-- see fd.o hal spec -->
- <_comment>portable audio player</_comment>
+ <comment>portable audio player</comment>
</mime-type>
<mime-type type="x-content/ostree-repository">
<!-- https://github.com/ostreedev/ostree/blob/master/man/ostree-create-usb.xml -->
- <_comment>OSTree software updates</_comment>
+ <comment>OSTree software updates</comment>
<treemagic>
<treematch path=".ostree" type="directory" non-empty="true" match-case="true" />
<treematch path="ostree/repo" type="directory" non-empty="true" match-case="true" />
@@ -7110,13 +7110,13 @@ command to generate the output files.
<mime-type type="x-content/software">
<!-- http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 -->
- <_comment>software</_comment>
+ <comment>software</comment>
</mime-type>
<mime-type type="x-content/unix-software">
<!-- http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 -->
- <_comment>UNIX software</_comment>
+ <comment>UNIX software</comment>
<sub-class-of type="x-content/software"/>
<treemagic>
<treematch path=".autorun" type="file" match-case="true" />
@@ -7128,7 +7128,7 @@ command to generate the output files.
<mime-type type="x-content/win32-software">
<!-- http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html
http://bugzilla.gnome.org/show_bug.cgi?id=509823#c3 -->
- <_comment>Windows software</_comment>
+ <comment>Windows software</comment>
<sub-class-of type="x-content/software"/>
<treemagic>
<treematch path="autorun.exe" type="file" executable="true" />
@@ -7137,7 +7137,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/trig">
- <_comment>TriG RDF document</_comment>
+ <comment>TriG RDF document</comment>
<acronym>TriG</acronym>
<expanded-acronym>TriG RDF Graph Triple Language</expanded-acronym>
<sub-class-of type="text/plain"/>
@@ -7146,7 +7146,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-iwork-keynote-sffkey">
- <_comment>Apple Keynote 5 presentation</_comment>
+ <comment>Apple Keynote 5 presentation</comment>
<sub-class-of type="application/zip"/>
<generic-icon name="x-office-presentation"/>
<magic priority="70">
@@ -7159,7 +7159,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-pagemaker">
- <_comment>Adobe PageMaker document</_comment>
+ <comment>Adobe PageMaker document</comment>
<sub-class-of type="application/x-ole-storage"/>
<generic-icon name="x-office-document"/>
<glob pattern="*.p65"/>
@@ -7169,7 +7169,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-doom-wad">
- <_comment>Doom WAD file</_comment>
+ <comment>Doom WAD file</comment>
<acronym>WAD</acronym>
<expanded-acronym>Where's All the Data</expanded-acronym>
<generic-icon name="package-x-generic"/>
@@ -7181,7 +7181,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/x-amiga-disk-format">
- <_comment>Amiga disk image</_comment>
+ <comment>Amiga disk image</comment>
<magic priority="50">
<match type="string" value="DOS\x00" offset="0"/>
</magic>
@@ -7189,7 +7189,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/vnd.flatpak">
- <_comment>Flatpak application bundle</_comment>
+ <comment>Flatpak application bundle</comment>
<generic-icon name="package-x-generic"/>
<magic priority="50">
<match type="string" value="xdg-app\x00\x01\x00\x89\xe5" offset="0"/>
@@ -7201,7 +7201,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/vnd.flatpak.repo">
- <_comment>Flatpak repository description</_comment>
+ <comment>Flatpak repository description</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="text/plain"/>
<magic priority="50">
@@ -7211,7 +7211,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/vnd.flatpak.ref">
- <_comment>Flatpak repository reference</_comment>
+ <comment>Flatpak repository reference</comment>
<generic-icon name="package-x-generic"/>
<sub-class-of type="text/plain"/>
<magic priority="50">
@@ -7221,7 +7221,7 @@ command to generate the output files.
</mime-type>
<mime-type type="application/vnd.squashfs">
- <_comment>Squashfs filesystem image</_comment>
+ <comment>Squashfs filesystem image</comment>
<magic priority="50">
<match type="string" value="sqsh" offset="0"/>
<match type="string" value="hsqs" offset="0"/>
@@ -7231,7 +7231,7 @@ command to generate the output files.
<!-- AppImage application bundle (Type 2) -->
<mime-type type="application/vnd.appimage">
- <_comment>AppImage application bundle</_comment>
+ <comment>AppImage application bundle</comment>
<sub-class-of type="application/x-executable"/>
<sub-class-of type="application/vnd.squashfs"/>
<generic-icon name="application-x-executable"/>
@@ -7248,14 +7248,14 @@ command to generate the output files.
</mime-type>
<mime-type type="application/vnd.snap">
- <_comment>Snap package</_comment>
+ <comment>Snap package</comment>
<glob pattern="*.snap"/>
<sub-class-of type="application/vnd.squashfs"/>
</mime-type>
<!-- 3D models and GCODEs -->
<mime-type type="model/stl">
- <_comment>STL 3D model</_comment>
+ <comment>STL 3D model</comment>
<acronym>STL</acronym>
<expanded-acronym>StereoLithography</expanded-acronym>
<magic priority="50">
@@ -7268,14 +7268,14 @@ command to generate the output files.
</mime-type>
<mime-type type="text/x.gcode">
- <_comment>G-code file</_comment>
+ <comment>G-code file</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-generic"/>
<glob pattern="*.gcode"/>
</mime-type>
<mime-type type="application/x-fds-disk">
- <_comment>Nintendo FDS disk image</_comment>
+ <comment>Nintendo FDS disk image</comment>
<acronym>FDS</acronym>
<expanded-acronym>Famicom Disk System</expanded-acronym>
<glob pattern="*.fds"/>
diff --git a/mime-info.its b/mime-info.its
new file mode 100644
index 00000000..ffe4b179
--- /dev/null
+++ b/mime-info.its
@@ -0,0 +1,6 @@
+<its:rules version="2.0"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ xmlns:mi="http://www.freedesktop.org/standards/shared-mime-info">
+ <its:translateRule translate="no" selector="//mi:expanded-acronym"/>
+ <its:translateRule translate="no" selector="//mi:acronym"/>
+</its:rules>
diff --git a/po/Makevars b/po/Makevars
new file mode 100644
index 00000000..b5da6bcc
--- /dev/null
+++ b/po/Makevars
@@ -0,0 +1,78 @@
+# Makefile variables for PO directory in any package using GNU gettext.
+
+# Usually the message domain is the same as the package name.
+DOMAIN = $(PACKAGE)
+
+# These two variables depend on the location of this directory.
+subdir = po
+top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
+
+# This is the copyright holder that gets inserted into the header of the
+# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
+# package. (Note that the msgstr strings, extracted from the package's
+# sources, belong to the copyright holder of the package.) Translators are
+# expected to transfer the copyright for their translations to this person
+# or entity, or to disclaim their copyright. The empty string stands for
+# the public domain; in this case the translators are expected to disclaim
+# their copyright.
+COPYRIGHT_HOLDER = Free Software Foundation, Inc.
+
+# This tells whether or not to prepend "GNU " prefix to the package
+# name that gets inserted into the header of the $(DOMAIN).pot file.
+# Possible values are "yes", "no", or empty. If it is empty, try to
+# detect it automatically by scanning the files in $(top_srcdir) for
+# "GNU packagename" string.
+PACKAGE_GNU =
+
+# This is the email address or URL to which the translators shall report
+# bugs in the untranslated strings:
+# - Strings which are not entire sentences, see the maintainer guidelines
+# in the GNU gettext documentation, section 'Preparing Strings'.
+# - Strings which use unclear terms or require additional context to be
+# understood.
+# - Strings which make invalid assumptions about notation of date, time or
+# money.
+# - Pluralisation problems.
+# - Incorrect English spelling.
+# - Incorrect formatting.
+# It can be your email address, or a mailing list address where translators
+# can write to without being subscribed, or the URL of a web page through
+# which the translators can contact you.
+MSGID_BUGS_ADDRESS = https://gitlab.freedesktop.org/xdg/shared-mime-info/issues
+
+# This is the list of locale categories, beyond LC_MESSAGES, for which the
+# message catalogs shall be used. It is usually empty.
+EXTRA_LOCALE_CATEGORIES =
+
+# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
+# context. Possible values are "yes" and "no". Set this to yes if the
+# package uses functions taking also a message context, like pgettext(), or
+# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
+USE_MSGCTXT = no
+
+# These options get passed to msgmerge.
+# Useful options are in particular:
+# --previous to keep previous msgids of translated messages,
+# --quiet to reduce the verbosity.
+MSGMERGE_OPTIONS =
+
+# These options get passed to msginit.
+# If you want to disable line wrapping when writing PO files, add
+# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
+# MSGINIT_OPTIONS.
+MSGINIT_OPTIONS =
+
+# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
+# has changed. Possible values are "yes" and "no". Set this to no if
+# the POT file is checked in the repository and the version control
+# program ignores timestamps.
+PO_DEPENDS_ON_POT = yes
+
+# This tells whether or not to forcibly update $(DOMAIN).pot and
+# regenerate PO files on "make dist". Possible values are "yes" and
+# "no". Set this to no if the POT file and PO files are maintained
+# externally.
+DIST_DEPENDS_ON_UPDATE_PO = no
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 88fa57bd..6f9935af 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1 +1 @@
-freedesktop.org.xml.in
+shared-mime-info.pot