summaryrefslogtreecommitdiff
path: root/freedesktop.org.xml
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2004-02-18 15:34:04 +0000
committerJonathan Blandford <jrb@redhat.com>2004-02-18 15:34:04 +0000
commit95be3e2dd0fed9622b7ecb1a512eef6de78c3eac (patch)
tree80ea8df81c8d3291132fc4f8a4ee08c7f2638fac /freedesktop.org.xml
parentae3502589de1e2d23a501b245d3d95adb02e00b2 (diff)
downloadshared-mime-info-95be3e2dd0fed9622b7ecb1a512eef6de78c3eac.tar.gz
Wed Feb 18 10:30:32 2004 Jonathan Blandford <jrb@gnome.org>
* freedesktop.org.xml.in: Patch from Shaun McCance to add .flac detection.
Diffstat (limited to 'freedesktop.org.xml')
-rw-r--r--freedesktop.org.xml3168
1 files changed, 910 insertions, 2258 deletions
diff --git a/freedesktop.org.xml b/freedesktop.org.xml
index 17cfdd56..bc0d7043 100644
--- a/freedesktop.org.xml
+++ b/freedesktop.org.xml
@@ -1,28 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mime-info [
+ <!ELEMENT mime-info (mime-type)+>
+ <!ATTLIST mime-info xmlns CDATA #FIXED "http://www.freedesktop.org/standards/shared-mime-info">
+
+ <!ELEMENT mime-type (comment|glob|magic|root-XML|alias|sub-class-of)*>
+ <!ATTLIST mime-type type CDATA #REQUIRED>
+
+ <!ELEMENT comment (#PCDATA)>
+ <!ATTLIST comment xml:lang CDATA #IMPLIED>
+
+ <!ELEMENT glob EMPTY>
+ <!ATTLIST glob pattern CDATA #REQUIRED>
+
+ <!ELEMENT magic (match)+>
+ <!ATTLIST magic priority CDATA #IMPLIED>
+
+ <!ELEMENT match (match)*>
+ <!ATTLIST match offset CDATA #REQUIRED>
+ <!ATTLIST match type (string|big16|big32|little16|little32|host16|host32|byte) #REQUIRED>
+ <!ATTLIST match value CDATA #REQUIRED>
+ <!ATTLIST match mask CDATA #IMPLIED>
+
+ <!ELEMENT root-XML EMPTY>
+ <!ATTLIST root-XML
+ namespaceURI CDATA #REQUIRED
+ localName CDATA #REQUIRED>
+
+ <!ELEMENT alias EMPTY>
+ <!ATTLIST alias
+ type CDATA #REQUIRED>
+
+ <!ELEMENT sub-class-of EMPTY>
+ <!ATTLIST sub-class-of
+ type CDATA #REQUIRED>
+]>
+
+<!--
+The freedesktop.org shared MIME database (this file) was created by merging
+several existing MIME databases (all released under the GPL).
+
+It comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may
+redistribute copies of update-mime-database under the terms of the GNU General
+Public License. For more information about these matters, see the file named
+COPYING.
+
+The latest version is available from:
+
+ http://www.freedesktop.org/standards/shared-mime-info.html
+
+To extend this database, users and applications should create additional
+XML files in the 'packages' directory and run the update-mime-database
+command to generate the output files.
+-->
+
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/andrew-inset">
<comment>Andrew Toolkit inset</comment>
<comment xml:lang="fi">Andrew Toolkit -osio</comment>
<comment xml:lang="fr">ajout Andrew Toolkit</comment>
<comment xml:lang="hu">Andrew Toolkit inset</comment>
- <comment xml:lang="nl">Andrew Toolkit inset</comment>
<comment xml:lang="nn">Andrew Toolkit innsats</comment>
<comment xml:lang="no">Andrew verktøysett insett</comment>
<comment xml:lang="sr">Andrew додатаг групе алата</comment>
<comment xml:lang="sv">Andrew-verktygssamling insatt</comment>
- <glob pattern="*.ez" />
+ <glob pattern="*.ez"/>
</mime-type>
<mime-type type="application/illustrator">
<comment>Adobe Illustrator document</comment>
- <comment xml:lang="fi">Adobe Illustrator document</comment>
- <comment xml:lang="fr">Adobe Illustrator document</comment>
- <comment xml:lang="hu">Adobe Illustrator document</comment>
- <comment xml:lang="nl">Adobe Illustrator document</comment>
- <comment xml:lang="nn">Adobe Illustrator document</comment>
- <comment xml:lang="no">Adobe Illustrator document</comment>
- <comment xml:lang="sr">Adobe Illustrator document</comment>
- <comment xml:lang="sv">Adobe Illustrator document</comment>
- <glob pattern="*.ai" />
+ <glob pattern="*.ai"/>
</mime-type>
<mime-type type="application/mac-binhex40">
<comment>Macintosh BinHex-encoded file</comment>
@@ -35,7 +80,7 @@
<comment xml:lang="sr">Мекинтош BinHex-encoded датотека</comment>
<comment xml:lang="sv">Macintosh BinHex-kodad fil</comment>
<magic priority="50">
- <match offset="11" type="string" value="must be converted with BinHex" />
+ <match type="string" value="must be converted with BinHex" offset="11"/>
</magic>
</mime-type>
<mime-type type="application/msword">
@@ -49,34 +94,26 @@
<comment xml:lang="sr">Микрософт Word документ</comment>
<comment xml:lang="sv">Microsoft Word-dokument</comment>
<magic priority="50">
- <match offset="0" type="string" value="\x31\xbe\x00\x00" />
- <match offset="0" type="string" value="PO^Q`" />
- <match offset="0" type="string" value="\376\067\0\043" />
- <match offset="0" type="string" value="\320\317\021\340\241\261" />
- <match offset="0" type="string" value="\333\245-\0\0\0" />
- <match offset="2080" type="string" value="Microsoft Word 6.0 Document" />
- <match offset="2112" type="string" value="Microsoft Word document data" />
+ <match type="string" value="\x31\xbe\x00\x00" offset="0"/>
+ <match type="string" value="PO^Q`" offset="0"/>
+ <match type="string" value="\376\067\0\043" offset="0"/>
+ <match type="string" value="\320\317\021\340\241\261" offset="0"/>
+ <match type="string" value="\333\245-\0\0\0" offset="0"/>
+ <match type="string" value="Microsoft Word 6.0 Document" offset="2080"/>
+ <match type="string" value="Microsoft Word document data" offset="2112"/>
</magic>
- <glob pattern="*.doc" />
+ <glob pattern="*.doc"/>
</mime-type>
<mime-type type="application/octet-stream">
<comment>unknown</comment>
- <comment xml:lang="fi">unknown</comment>
- <comment xml:lang="fr">unknown</comment>
- <comment xml:lang="hu">unknown</comment>
- <comment xml:lang="nl">unknown</comment>
- <comment xml:lang="nn">unknown</comment>
- <comment xml:lang="no">unknown</comment>
- <comment xml:lang="sr">unknown</comment>
- <comment xml:lang="sv">unknown</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\036" />
- <match offset="0" type="host16" value="017437" />
- <match offset="0" type="host16" value="0x1fff" />
- <match offset="0" type="string" value="\377\037" />
- <match offset="0" type="host16" value="0145405" />
- </magic>
- <glob pattern="*.bin" />
+ <magic priority="50">
+ <match type="string" value="\037\036" offset="0"/>
+ <match type="host16" value="017437" offset="0"/>
+ <match type="host16" value="0x1fff" offset="0"/>
+ <match type="string" value="\377\037" offset="0"/>
+ <match type="host16" value="0145405" offset="0"/>
+ </magic>
+ <glob pattern="*.bin"/>
</mime-type>
<mime-type type="application/oda">
<comment>ODA document</comment>
@@ -88,22 +125,14 @@
<comment xml:lang="no">ODA-dokument</comment>
<comment xml:lang="sr">ODA документ</comment>
<comment xml:lang="sv">ODA-dokument</comment>
- <glob pattern="*.oda" />
+ <glob pattern="*.oda"/>
</mime-type>
<mime-type type="application/pdf">
<comment>PDF document</comment>
- <comment xml:lang="fi">PDF document</comment>
- <comment xml:lang="fr">PDF document</comment>
- <comment xml:lang="hu">PDF document</comment>
- <comment xml:lang="nl">PDF document</comment>
- <comment xml:lang="nn">PDF document</comment>
- <comment xml:lang="no">PDF document</comment>
- <comment xml:lang="sr">PDF document</comment>
- <comment xml:lang="sv">PDF document</comment>
<magic priority="50">
- <match offset="0" type="string" value="%PDF-" />
+ <match type="string" value="%PDF-" offset="0"/>
</magic>
- <glob pattern="*.pdf" />
+ <glob pattern="*.pdf"/>
</mime-type>
<mime-type type="application/pgp">
<comment>PGP message</comment>
@@ -115,18 +144,10 @@
<comment xml:lang="no">PGP-melding</comment>
<comment xml:lang="sr">PGP порука</comment>
<comment xml:lang="sv">PGP-meddelande</comment>
- <glob pattern="*.pgp" />
+ <glob pattern="*.pgp"/>
</mime-type>
<mime-type type="application/pgp-encrypted">
<comment>PGP/MIME-encrypted message header</comment>
- <comment xml:lang="fi">PGP/MIME-encrypted message header</comment>
- <comment xml:lang="fr">PGP/MIME-encrypted message header</comment>
- <comment xml:lang="hu">PGP/MIME-encrypted message header</comment>
- <comment xml:lang="nl">PGP/MIME-encrypted message header</comment>
- <comment xml:lang="nn">PGP/MIME-encrypted message header</comment>
- <comment xml:lang="no">PGP/MIME-encrypted message header</comment>
- <comment xml:lang="sr">PGP/MIME-encrypted message header</comment>
- <comment xml:lang="sv">PGP/MIME-encrypted message header</comment>
</mime-type>
<mime-type type="application/pgp-keys">
<comment>PGP keys</comment>
@@ -141,14 +162,6 @@
</mime-type>
<mime-type type="application/pgp-signature">
<comment>detached OpenPGP signature</comment>
- <comment xml:lang="fi">detached OpenPGP signature</comment>
- <comment xml:lang="fr">detached OpenPGP signature</comment>
- <comment xml:lang="hu">detached OpenPGP signature</comment>
- <comment xml:lang="nl">detached OpenPGP signature</comment>
- <comment xml:lang="nn">detached OpenPGP signature</comment>
- <comment xml:lang="no">detached OpenPGP signature</comment>
- <comment xml:lang="sr">detached OpenPGP signature</comment>
- <comment xml:lang="sv">detached OpenPGP signature</comment>
</mime-type>
<mime-type type="application/pkcs7-mime">
<comment>S/MIME file</comment>
@@ -163,31 +176,15 @@
</mime-type>
<mime-type type="application/pkcs7-signature">
<comment>detached S/MIME signature</comment>
- <comment xml:lang="fi">detached S/MIME signature</comment>
- <comment xml:lang="fr">detached S/MIME signature</comment>
- <comment xml:lang="hu">detached S/MIME signature</comment>
- <comment xml:lang="nl">detached S/MIME signature</comment>
- <comment xml:lang="nn">detached S/MIME signature</comment>
- <comment xml:lang="no">detached S/MIME signature</comment>
- <comment xml:lang="sr">detached S/MIME signature</comment>
- <comment xml:lang="sv">detached S/MIME signature</comment>
- <glob pattern="*.p7s" />
+ <glob pattern="*.p7s"/>
</mime-type>
<mime-type type="application/postscript">
<comment>PostScript document</comment>
- <comment xml:lang="fi">PostScript document</comment>
- <comment xml:lang="fr">PostScript document</comment>
- <comment xml:lang="hu">PostScript document</comment>
- <comment xml:lang="nl">PostScript document</comment>
- <comment xml:lang="nn">PostScript document</comment>
- <comment xml:lang="no">PostScript document</comment>
- <comment xml:lang="sr">PostScript document</comment>
- <comment xml:lang="sv">PostScript document</comment>
<magic priority="50">
- <match offset="0" type="string" value="\004%!" />
- <match offset="0" type="string" value="%!" />
+ <match type="string" value="\004%!" offset="0"/>
+ <match type="string" value="%!" offset="0"/>
</magic>
- <glob pattern="*.ps" />
+ <glob pattern="*.ps"/>
</mime-type>
<mime-type type="application/rtf">
<comment>Rich Text Format</comment>
@@ -200,9 +197,9 @@
<comment xml:lang="sr">Обогаћени текстуални запис (RTF)</comment>
<comment xml:lang="sv">Rikt textdokument</comment>
<magic priority="50">
- <match offset="0" type="string" value="{\\rtf" />
+ <match type="string" value="{\\rtf" offset="0"/>
</magic>
- <glob pattern="*.rtf" />
+ <glob pattern="*.rtf"/>
</mime-type>
<mime-type type="application/smil">
<comment>Synchronized Multimedia Integration Language</comment>
@@ -211,12 +208,11 @@
<comment xml:lang="hu">Szinkronizált multimédiaintegrációs nyelv</comment>
<comment xml:lang="nl">Gesynchroniseerde multimedia integratie taal</comment>
<comment xml:lang="nn">Synchronized Multimedia Integration Language</comment>
- <comment xml:lang="no">Synchronized Multimedia Integration Language</comment>
<comment xml:lang="sr">Синхронизовани језик за интеграцију мултимедије (SMIL)</comment>
<comment xml:lang="sv">Språk för synkroniserad multimediaintegration</comment>
- <glob pattern="*.smil" />
- <glob pattern="*.smi" />
- <glob pattern="*.sml" />
+ <glob pattern="*.smil"/>
+ <glob pattern="*.smi"/>
+ <glob pattern="*.sml"/>
</mime-type>
<mime-type type="application/vnd.corel-draw">
<comment>Corel Draw drawing</comment>
@@ -229,9 +225,9 @@
<comment xml:lang="sr">Corel Draw цртеж</comment>
<comment xml:lang="sv">Corel Draw-teckning</comment>
<magic priority="50">
- <match offset="8" type="string" value="CDR vrsn" />
+ <match type="string" value="CDR vrsn" offset="8"/>
</magic>
- <glob pattern="*.cdr" />
+ <glob pattern="*.cdr"/>
</mime-type>
<mime-type type="application/vnd.lotus-1-2-3">
<comment>Lotus 1-2-3 spreadsheet</comment>
@@ -244,13 +240,13 @@
<comment xml:lang="sr">Lotus 1-2-3 табеларни прорачун</comment>
<comment xml:lang="sv">Lotus 1-2-3-kalkylblad</comment>
<magic priority="50">
- <match offset="0" type="string" value="\x00\x00\x02\x00" />
+ <match type="string" value="\x00\x00\x02\x00" offset="0"/>
</magic>
- <glob pattern="*.123" />
- <glob pattern="*.wk1" />
- <glob pattern="*.wk3" />
- <glob pattern="*.wk4" />
- <glob pattern="*.wks" />
+ <glob pattern="*.123"/>
+ <glob pattern="*.wk1"/>
+ <glob pattern="*.wk3"/>
+ <glob pattern="*.wk4"/>
+ <glob pattern="*.wks"/>
</mime-type>
<mime-type type="application/vnd.ms-excel">
<comment>Microsoft Excel spreadsheet</comment>
@@ -263,31 +259,23 @@
<comment xml:lang="sr">Микрософт Ексел табеларни прорачун</comment>
<comment xml:lang="sv">Microsoft Excel-kalkylblad</comment>
<magic priority="50">
- <match offset="2080" type="string" value="Microsoft Excel 5.0 Worksheet" />
+ <match type="string" value="Microsoft Excel 5.0 Worksheet" offset="2080"/>
</magic>
- <glob pattern="*.xls" />
- <glob pattern="*.xlc" />
- <glob pattern="*.xll" />
- <glob pattern="*.xlm" />
- <glob pattern="*.xlw" />
- <glob pattern="*.xla" />
- <glob pattern="*.xlt" />
- <glob pattern="*.xld" />
+ <glob pattern="*.xls"/>
+ <glob pattern="*.xlc"/>
+ <glob pattern="*.xll"/>
+ <glob pattern="*.xlm"/>
+ <glob pattern="*.xlw"/>
+ <glob pattern="*.xla"/>
+ <glob pattern="*.xlt"/>
+ <glob pattern="*.xld"/>
</mime-type>
<mime-type type="application/vnd.ms-powerpoint">
<comment>Microsoft PowerPoint presentation</comment>
- <comment xml:lang="fi">Microsoft PowerPoint presentation</comment>
- <comment xml:lang="fr">Microsoft PowerPoint presentation</comment>
- <comment xml:lang="hu">Microsoft PowerPoint presentation</comment>
- <comment xml:lang="nl">Microsoft PowerPoint presentation</comment>
- <comment xml:lang="nn">Microsoft PowerPoint presentation</comment>
- <comment xml:lang="no">Microsoft PowerPoint presentation</comment>
- <comment xml:lang="sr">Microsoft PowerPoint presentation</comment>
- <comment xml:lang="sv">Microsoft PowerPoint presentation</comment>
- <glob pattern="*.ppz" />
- <glob pattern="*.ppt" />
- <glob pattern="*.pps" />
- <glob pattern="*.pot" />
+ <glob pattern="*.ppz"/>
+ <glob pattern="*.ppt"/>
+ <glob pattern="*.pps"/>
+ <glob pattern="*.pot"/>
</mime-type>
<mime-type type="application/vnd.ms-word">
<comment>Microsoft Word document</comment>
@@ -321,7 +309,7 @@
<comment xml:lang="no">StarCalc-regneark</comment>
<comment xml:lang="sr">StarCalc табеларни прорачун</comment>
<comment xml:lang="sv">StarCalc-kalkylblad</comment>
- <glob pattern="*.sdc" />
+ <glob pattern="*.sdc"/>
</mime-type>
<mime-type type="application/vnd.stardivision.chart">
<comment>StarChart chart</comment>
@@ -333,7 +321,7 @@
<comment xml:lang="no">StarChart graf</comment>
<comment xml:lang="sr">StarChart графикон</comment>
<comment xml:lang="sv">StarChart-diagram</comment>
- <glob pattern="*.sds" />
+ <glob pattern="*.sds"/>
</mime-type>
<mime-type type="application/vnd.stardivision.draw">
<comment>StarDraw drawing</comment>
@@ -345,7 +333,7 @@
<comment xml:lang="no">StarDraw tegning</comment>
<comment xml:lang="sr">StarDraw drawing</comment>
<comment xml:lang="sv">StarDraw-teckning</comment>
- <glob pattern="*.sda" />
+ <glob pattern="*.sda"/>
</mime-type>
<mime-type type="application/vnd.stardivision.impress">
<comment>StarImpress presentation</comment>
@@ -357,32 +345,16 @@
<comment xml:lang="no">StarImpress-presentasjon</comment>
<comment xml:lang="sr">StarImpress презентација</comment>
<comment xml:lang="sv">StarImpress-presentation</comment>
- <glob pattern="*.sdd" />
- <glob pattern="*.sdp" />
+ <glob pattern="*.sdd"/>
+ <glob pattern="*.sdp"/>
</mime-type>
<mime-type type="application/vnd.stardivision.mail">
<comment>StarMail email</comment>
- <comment xml:lang="fi">StarMail email</comment>
- <comment xml:lang="fr">StarMail email</comment>
- <comment xml:lang="hu">StarMail email</comment>
- <comment xml:lang="nl">StarMail email</comment>
- <comment xml:lang="nn">StarMail email</comment>
- <comment xml:lang="no">StarMail email</comment>
- <comment xml:lang="sr">StarMail email</comment>
- <comment xml:lang="sv">StarMail email</comment>
- <glob pattern="*.smd" />
+ <glob pattern="*.smd"/>
</mime-type>
<mime-type type="application/vnd.stardivision.math">
<comment>StarMath formula</comment>
- <comment xml:lang="fi">StarMath formula</comment>
- <comment xml:lang="fr">StarMath formula</comment>
- <comment xml:lang="hu">StarMath formula</comment>
- <comment xml:lang="nl">StarMath formula</comment>
- <comment xml:lang="nn">StarMath formula</comment>
- <comment xml:lang="no">StarMath formula</comment>
- <comment xml:lang="sr">StarMath formula</comment>
- <comment xml:lang="sv">StarMath formula</comment>
- <glob pattern="*.smf" />
+ <glob pattern="*.smf"/>
</mime-type>
<mime-type type="application/vnd.stardivision.writer">
<comment>StarWriter document</comment>
@@ -394,129 +366,49 @@
<comment xml:lang="no">StarWriter-dokument</comment>
<comment xml:lang="sr">StarWriter документ</comment>
<comment xml:lang="sv">StarWriter-dokument</comment>
- <glob pattern="*.sdw" />
- <glob pattern="*.vor" />
- <glob pattern="*.sgl" />
+ <glob pattern="*.sdw"/>
+ <glob pattern="*.vor"/>
+ <glob pattern="*.sgl"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.calc">
<comment>OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="fi">OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="fr">OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="hu">OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="nl">OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="nn">OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="no">OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="sr">OpenOffice.org Calc spreadsheet</comment>
- <comment xml:lang="sv">OpenOffice.org Calc spreadsheet</comment>
- <glob pattern="*.sxc" />
+ <glob pattern="*.sxc"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.calc.template">
<comment>OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="fi">OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="fr">OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="hu">OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="nl">OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="nn">OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="no">OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="sr">OpenOffice.org Calc spreadsheet template</comment>
- <comment xml:lang="sv">OpenOffice.org Calc spreadsheet template</comment>
- <glob pattern="*.stc" />
+ <glob pattern="*.stc"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.draw">
<comment>OpenOffice.org Draw drawing</comment>
- <comment xml:lang="fi">OpenOffice.org Draw drawing</comment>
- <comment xml:lang="fr">OpenOffice.org Draw drawing</comment>
- <comment xml:lang="hu">OpenOffice.org Draw drawing</comment>
- <comment xml:lang="nl">OpenOffice.org Draw drawing</comment>
- <comment xml:lang="nn">OpenOffice.org Draw drawing</comment>
- <comment xml:lang="no">OpenOffice.org Draw drawing</comment>
- <comment xml:lang="sr">OpenOffice.org Draw drawing</comment>
- <comment xml:lang="sv">OpenOffice.org Draw drawing</comment>
- <glob pattern="*.sxd" />
+ <glob pattern="*.sxd"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.draw.template">
<comment>OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="fi">OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="fr">OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="hu">OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="nl">OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="nn">OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="no">OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="sr">OpenOffice.org Draw drawing template</comment>
- <comment xml:lang="sv">OpenOffice.org Draw drawing template</comment>
- <glob pattern="*.std" />
+ <glob pattern="*.std"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.impress">
<comment>OpenOffice.org Impress presentation</comment>
- <comment xml:lang="fi">OpenOffice.org Impress presentation</comment>
- <comment xml:lang="fr">OpenOffice.org Impress presentation</comment>
- <comment xml:lang="hu">OpenOffice.org Impress presentation</comment>
- <comment xml:lang="nl">OpenOffice.org Impress presentation</comment>
- <comment xml:lang="nn">OpenOffice.org Impress presentation</comment>
- <comment xml:lang="no">OpenOffice.org Impress presentation</comment>
- <comment xml:lang="sr">OpenOffice.org Impress presentation</comment>
- <comment xml:lang="sv">OpenOffice.org Impress presentation</comment>
- <glob pattern="*.sxi" />
+ <glob pattern="*.sxi"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.impress.template">
<comment>OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="fi">OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="fr">OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="hu">OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="nl">OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="nn">OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="no">OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="sr">OpenOffice.org Impress presentation template</comment>
- <comment xml:lang="sv">OpenOffice.org Impress presentation template</comment>
- <glob pattern="*.sti" />
+ <glob pattern="*.sti"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.math">
<comment>OpenOffice.org Math formula</comment>
- <comment xml:lang="fi">OpenOffice.org Math formula</comment>
- <comment xml:lang="fr">OpenOffice.org Math formula</comment>
- <comment xml:lang="hu">OpenOffice.org Math formula</comment>
- <comment xml:lang="nl">OpenOffice.org Math formula</comment>
- <comment xml:lang="nn">OpenOffice.org Math formula</comment>
- <comment xml:lang="no">OpenOffice.org Math formula</comment>
- <comment xml:lang="sr">OpenOffice.org Math formula</comment>
- <comment xml:lang="sv">OpenOffice.org Math formula</comment>
- <glob pattern="*.sxm" />
+ <glob pattern="*.sxm"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.writer">
<comment>OpenOffice.org Writer document</comment>
- <comment xml:lang="fi">OpenOffice.org Writer document</comment>
- <comment xml:lang="fr">OpenOffice.org Writer document</comment>
- <comment xml:lang="hu">OpenOffice.org Writer document</comment>
- <comment xml:lang="nl">OpenOffice.org Writer document</comment>
- <comment xml:lang="nn">OpenOffice.org Writer document</comment>
- <comment xml:lang="no">OpenOffice.org Writer document</comment>
- <comment xml:lang="sr">OpenOffice.org Writer document</comment>
- <comment xml:lang="sv">OpenOffice.org Writer document</comment>
- <glob pattern="*.sxw" />
+ <glob pattern="*.sxw"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.writer.global">
<comment>OpenOffice.org Writer global document</comment>
- <comment xml:lang="fi">OpenOffice.org Writer global document</comment>
- <comment xml:lang="fr">OpenOffice.org Writer global document</comment>
- <comment xml:lang="hu">OpenOffice.org Writer global document</comment>
- <comment xml:lang="nl">OpenOffice.org Writer global document</comment>
- <comment xml:lang="nn">OpenOffice.org Writer global document</comment>
- <comment xml:lang="no">OpenOffice.org Writer global document</comment>
- <comment xml:lang="sr">OpenOffice.org Writer global document</comment>
- <comment xml:lang="sv">OpenOffice.org Writer global document</comment>
- <glob pattern="*.sxg" />
+ <glob pattern="*.sxg"/>
</mime-type>
<mime-type type="application/vnd.sun.xml.writer.template">
<comment>OpenOffice.org Writer document template</comment>
- <comment xml:lang="fi">OpenOffice.org Writer document template</comment>
- <comment xml:lang="fr">OpenOffice.org Writer document template</comment>
- <comment xml:lang="hu">OpenOffice.org Writer document template</comment>
- <comment xml:lang="nl">OpenOffice.org Writer document template</comment>
- <comment xml:lang="nn">OpenOffice.org Writer document template</comment>
- <comment xml:lang="no">OpenOffice.org Writer document template</comment>
- <comment xml:lang="sr">OpenOffice.org Writer document template</comment>
- <comment xml:lang="sv">OpenOffice.org Writer document template</comment>
- <glob pattern="*.stw" />
+ <glob pattern="*.stw"/>
</mime-type>
<mime-type type="application/wordperfect">
<comment>WordPerfect document</comment>
@@ -529,43 +421,27 @@
<comment xml:lang="sr">WordPerfect документ</comment>
<comment xml:lang="sv">WordPerfect-dokument</comment>
<magic priority="50">
- <match offset="1" type="string" value="WPC" />
-
+ <match type="string" value="WPC" offset="1"/>
+ <!-- <match type="big32" value="0xff575053c405" offset="0"/> -->
</magic>
- <glob pattern="*.wpd" />
+ <glob pattern="*.wpd"/>
</mime-type>
<mime-type type="application/xbell">
<comment>XBEL bookmarks</comment>
- <comment xml:lang="fi">XBEL bookmarks</comment>
- <comment xml:lang="fr">XBEL bookmarks</comment>
- <comment xml:lang="hu">XBEL bookmarks</comment>
- <comment xml:lang="nl">XBEL bookmarks</comment>
- <comment xml:lang="nn">XBEL bookmarks</comment>
- <comment xml:lang="no">XBEL bookmarks</comment>
- <comment xml:lang="sr">XBEL bookmarks</comment>
- <comment xml:lang="sv">XBEL bookmarks</comment>
<magic priority="50">
- <match offset="0:64" type="string" value="<!DOCTYPE\ xbel" />
+ <match type="string" value="&lt;!DOCTYPE\ xbel" offset="0:64"/>
</magic>
- <glob pattern="*.xbel" />
+ <glob pattern="*.xbel"/>
</mime-type>
<mime-type type="application/x-abiword">
<comment>AbiWord document</comment>
- <comment xml:lang="fi">AbiWord document</comment>
- <comment xml:lang="fr">AbiWord document</comment>
- <comment xml:lang="hu">AbiWord document</comment>
- <comment xml:lang="nl">AbiWord document</comment>
- <comment xml:lang="nn">AbiWord document</comment>
- <comment xml:lang="no">AbiWord document</comment>
- <comment xml:lang="sr">AbiWord document</comment>
- <comment xml:lang="sv">AbiWord document</comment>
- <magic priority="50">
- <match offset="0:64" type="string" value="<abiword" />
- <match offset="0:64" type="string" value="<!DOCTYPE abiword" />
- </magic>
- <glob pattern="*.abw" />
- <glob pattern="*.abw.gz" />
- <glob pattern="*.zabw" />
+ <magic priority="50">
+ <match type="string" value="&lt;abiword" offset="0:64"/>
+ <match type="string" value="&lt;!DOCTYPE abiword" offset="0:64"/>
+ </magic>
+ <glob pattern="*.abw"/>
+ <glob pattern="*.abw.gz"/>
+ <glob pattern="*.zabw"/>
</mime-type>
<mime-type type="application/x-amipro">
<comment>Lotus AmiPro document</comment>
@@ -577,25 +453,17 @@
<comment xml:lang="no">Lotus AmiPro-dokument</comment>
<comment xml:lang="sr">Лотус АмиПро документ</comment>
<comment xml:lang="sv">Lotus AmiPro-dokument</comment>
- <glob pattern="*.sam" />
+ <glob pattern="*.sam"/>
</mime-type>
<mime-type type="application/x-applix-spreadsheet">
<comment>Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="fi">Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="fr">Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="hu">Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="nl">Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="nn">Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="no">Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="sr">Applix Spreadsheets spreadsheet</comment>
- <comment xml:lang="sv">Applix Spreadsheets spreadsheet</comment>
- <magic priority="50">
- <match offset="0" type="string" value="*BEGIN SPREADSHEETS" />
- <match offset="0" type="string" value="*BEGIN">
- <match offset="7" type="string" value="SPREADSHEETS" />
+ <magic priority="50">
+ <match type="string" value="*BEGIN SPREADSHEETS" offset="0"/>
+ <match type="string" value="*BEGIN" offset="0">
+ <match type="string" value="SPREADSHEETS" offset="7"/>
</match>
</magic>
- <glob pattern="*.as" />
+ <glob pattern="*.as"/>
</mime-type>
<mime-type type="application/x-applix-word">
<comment>Applix Words document</comment>
@@ -608,37 +476,29 @@
<comment xml:lang="sr">Applix Words документ</comment>
<comment xml:lang="sv">Applix Words-dokument</comment>
<magic priority="50">
- <match offset="0" type="string" value="*BEGIN">
- <match offset="7" type="string" value="WORDS" />
+ <match type="string" value="*BEGIN" offset="0">
+ <match type="string" value="WORDS" offset="7"/>
</match>
</magic>
- <glob pattern="*.aw" />
+ <glob pattern="*.aw"/>
</mime-type>
<mime-type type="application/x-arc">
<magic priority="50">
- <match mask="0x8080ffff" offset="0" type="little32" value="0x0000081a" />
- <match mask="0x8080ffff" offset="0" type="little32" value="0x0000091a" />
- <match mask="0x8080ffff" offset="0" type="little32" value="0x0000021a" />
- <match mask="0x8080ffff" offset="0" type="little32" value="0x0000031a" />
- <match mask="0x8080ffff" offset="0" type="little32" value="0x0000041a" />
- <match mask="0x8080ffff" offset="0" type="little32" value="0x0000061a" />
+ <match type="little32" mask="0x8080ffff" value="0x0000081a" offset="0"/>
+ <match type="little32" mask="0x8080ffff" value="0x0000091a" offset="0"/>
+ <match type="little32" mask="0x8080ffff" value="0x0000021a" offset="0"/>
+ <match type="little32" mask="0x8080ffff" value="0x0000031a" offset="0"/>
+ <match type="little32" mask="0x8080ffff" value="0x0000041a" offset="0"/>
+ <match type="little32" mask="0x8080ffff" value="0x0000061a" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-archive">
<comment>AR archive</comment>
- <comment xml:lang="fi">AR archive</comment>
- <comment xml:lang="fr">AR archive</comment>
- <comment xml:lang="hu">AR archive</comment>
- <comment xml:lang="nl">AR archive</comment>
- <comment xml:lang="nn">AR archive</comment>
- <comment xml:lang="no">AR archive</comment>
- <comment xml:lang="sr">AR archive</comment>
- <comment xml:lang="sv">AR archive</comment>
<magic priority="50">
- <match offset="0" type="string" value="<ar>" />
- <match offset="0" type="string" value="!<arch>" />
+ <match type="string" value="&lt;ar&gt;" offset="0"/>
+ <match type="string" value="!&lt;arch&gt;" offset="0"/>
</magic>
- <glob pattern="*.a" />
+ <glob pattern="*.a"/>
</mime-type>
<mime-type type="application/x-arj">
<comment>ARJ archive</comment>
@@ -651,9 +511,9 @@
<comment xml:lang="sr">ARJ архива</comment>
<comment xml:lang="sv">ARJ-arkiv</comment>
<magic priority="50">
- <match offset="0" type="little16" value="0xea60" />
+ <match type="little16" value="0xea60" offset="0"/>
</magic>
- <glob pattern="*.arj" />
+ <glob pattern="*.arj"/>
</mime-type>
<mime-type type="application/x-asp">
<comment>active server page</comment>
@@ -665,7 +525,7 @@
<comment xml:lang="no">active server page</comment>
<comment xml:lang="sr">Активна серверска страна</comment>
<comment xml:lang="sv">aktiv serversida</comment>
- <glob pattern="*.asp" />
+ <glob pattern="*.asp"/>
</mime-type>
<mime-type type="application/x-awk">
<comment>AWK script</comment>
@@ -678,16 +538,16 @@
<comment xml:lang="sr">AWK скрипта</comment>
<comment xml:lang="sv">AWK-skript</comment>
<magic priority="50">
- <match offset="0" type="string" value="#!/bin/gawk" />
- <match offset="0" type="string" value="#! /bin/gawk" />
- <match offset="0" type="string" value="#!/usr/bin/gawk" />
- <match offset="0" type="string" value="#! /usr/bin/gawk" />
- <match offset="0" type="string" value="#!/usr/local/bin/gawk" />
- <match offset="0" type="string" value="#! /usr/local/bin/gawk" />
- <match offset="0" type="string" value="#!/bin/awk" />
- <match offset="0" type="string" value="#! /bin/awk" />
- <match offset="0" type="string" value="#!/usr/bin/awk" />
- <match offset="0" type="string" value="#! /usr/bin/awk" />
+ <match type="string" value="#!/bin/gawk" offset="0"/>
+ <match type="string" value="#! /bin/gawk" offset="0"/>
+ <match type="string" value="#!/usr/bin/gawk" offset="0"/>
+ <match type="string" value="#! /usr/bin/gawk" offset="0"/>
+ <match type="string" value="#!/usr/local/bin/gawk" offset="0"/>
+ <match type="string" value="#! /usr/local/bin/gawk" offset="0"/>
+ <match type="string" value="#!/bin/awk" offset="0"/>
+ <match type="string" value="#! /bin/awk" offset="0"/>
+ <match type="string" value="#!/usr/bin/awk" offset="0"/>
+ <match type="string" value="#! /usr/bin/awk" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-bcpio">
@@ -700,7 +560,7 @@
<comment xml:lang="no">BCPIO-dokument</comment>
<comment xml:lang="sr">BCPIO документ</comment>
<comment xml:lang="sv">BCPIO-dokument</comment>
- <glob pattern="*.bcpio" />
+ <glob pattern="*.bcpio"/>
</mime-type>
<mime-type type="application/x-bittorrent">
<comment>BitTorrent seed file</comment>
@@ -713,79 +573,39 @@
<comment xml:lang="sr">Датотека са БитТорентовим полазиштима</comment>
<comment xml:lang="sv">BitTorrent-fröfil</comment>
<magic priority="50">
- <match offset="0" type="string" value="d8:announce" />
+ <match type="string" value="d8:announce" offset="0"/>
</magic>
- <glob pattern="*.torrent" />
+ <glob pattern="*.torrent"/>
</mime-type>
<mime-type type="application/x-blender">
<comment>Blender scene</comment>
- <comment xml:lang="fi">Blender scene</comment>
- <comment xml:lang="fr">Blender scene</comment>
- <comment xml:lang="hu">Blender scene</comment>
- <comment xml:lang="nl">Blender scene</comment>
- <comment xml:lang="nn">Blender scene</comment>
- <comment xml:lang="no">Blender scene</comment>
- <comment xml:lang="sr">Blender scene</comment>
- <comment xml:lang="sv">Blender scene</comment>
- <glob pattern="*.blender" />
- <glob pattern="*.blend" />
- <glob pattern="*.BLEND" />
+ <glob pattern="*.blender"/>
+ <glob pattern="*.blend"/>
+ <glob pattern="*.BLEND"/>
<magic priority="50">
- <match offset="0" type="string" value="BLENDER" />
+ <match type="string" value="BLENDER" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-bzip">
<comment>bzip archive</comment>
- <comment xml:lang="fi">bzip archive</comment>
- <comment xml:lang="fr">bzip archive</comment>
- <comment xml:lang="hu">bzip archive</comment>
- <comment xml:lang="nl">bzip archive</comment>
- <comment xml:lang="nn">bzip archive</comment>
- <comment xml:lang="no">bzip archive</comment>
- <comment xml:lang="sr">bzip archive</comment>
- <comment xml:lang="sv">bzip archive</comment>
<magic priority="50">
- <match offset="0" type="string" value="BZh" />
+ <match type="string" value="BZh" offset="0"/>
</magic>
- <glob pattern="*.bz" />
- <glob pattern="*.bz2" />
+ <glob pattern="*.bz"/>
+ <glob pattern="*.bz2"/>
</mime-type>
<mime-type type="application/x-bzip-compressed-tar">
<comment>tar archive (bzip-compressed)</comment>
- <comment xml:lang="fi">tar archive (bzip-compressed)</comment>
- <comment xml:lang="fr">tar archive (bzip-compressed)</comment>
- <comment xml:lang="hu">tar archive (bzip-compressed)</comment>
- <comment xml:lang="nl">tar archive (bzip-compressed)</comment>
- <comment xml:lang="nn">tar archive (bzip-compressed)</comment>
- <comment xml:lang="no">tar archive (bzip-compressed)</comment>
- <comment xml:lang="sr">tar archive (bzip-compressed)</comment>
- <comment xml:lang="sv">tar archive (bzip-compressed)</comment>
- <glob pattern="*.tar.bz" />
- <glob pattern="*.tar.bz2" />
+ <glob pattern="*.tar.bz"/>
+ <glob pattern="*.tar.bz2"/>
</mime-type>
<mime-type type="application/x-cd-image">
<comment>raw CD image</comment>
- <comment xml:lang="fi">raw CD image</comment>
- <comment xml:lang="fr">raw CD image</comment>
- <comment xml:lang="hu">raw CD image</comment>
- <comment xml:lang="nl">raw CD image</comment>
- <comment xml:lang="nn">raw CD image</comment>
- <comment xml:lang="no">raw CD image</comment>
- <comment xml:lang="sr">raw CD image</comment>
- <comment xml:lang="sv">raw CD image</comment>
- <glob pattern="*.iso" />
+ <glob pattern="*.iso"/>
</mime-type>
<mime-type type="application/x-cgi">
<comment>CGI script</comment>
- <comment xml:lang="fi">CGI script</comment>
- <comment xml:lang="fr">CGI script</comment>
- <comment xml:lang="hu">CGI script</comment>
- <comment xml:lang="nl">CGI script</comment>
- <comment xml:lang="nn">CGI script</comment>
- <comment xml:lang="no">CGI script</comment>
- <comment xml:lang="sr">CGI script</comment>
- <comment xml:lang="sv">CGI script</comment>
- <glob pattern="*.cgi" />
+ <glob pattern="*.cgi"/>
</mime-type>
<mime-type type="application/x-chess-pgn">
<comment>PGN chess game</comment>
@@ -797,7 +617,7 @@
<comment xml:lang="no">PGN skakspil</comment>
<comment xml:lang="sr">PGN шаховска игра</comment>
<comment xml:lang="sv">PGN-schackparti</comment>
- <glob pattern="*.pgn" />
+ <glob pattern="*.pgn"/>
</mime-type>
<mime-type type="application/x-class-file">
<comment>Java byte code</comment>
@@ -812,58 +632,34 @@
</mime-type>
<mime-type type="application/x-compress">
<comment>UNIX-compressed file</comment>
- <comment xml:lang="fi">UNIX-compressed file</comment>
- <comment xml:lang="fr">UNIX-compressed file</comment>
- <comment xml:lang="hu">UNIX-compressed file</comment>
- <comment xml:lang="nl">UNIX-compressed file</comment>
- <comment xml:lang="nn">UNIX-compressed file</comment>
- <comment xml:lang="no">UNIX-compressed file</comment>
- <comment xml:lang="sr">UNIX-compressed file</comment>
- <comment xml:lang="sv">UNIX-compressed file</comment>
<magic priority="50">
- <match offset="0" type="string" value="\037\235" />
+ <match type="string" value="\037\235" offset="0"/>
</magic>
- <glob pattern="*.Z" />
+ <glob pattern="*.Z"/>
</mime-type>
<mime-type type="application/x-compressed-tar">
<comment>tar archive (gzip-compressed)</comment>
- <comment xml:lang="fi">tar archive (gzip-compressed)</comment>
- <comment xml:lang="fr">tar archive (gzip-compressed)</comment>
- <comment xml:lang="hu">tar archive (gzip-compressed)</comment>
- <comment xml:lang="nl">tar archive (gzip-compressed)</comment>
- <comment xml:lang="nn">tar archive (gzip-compressed)</comment>
- <comment xml:lang="no">tar archive (gzip-compressed)</comment>
- <comment xml:lang="sr">tar archive (gzip-compressed)</comment>
- <comment xml:lang="sv">tar archive (gzip-compressed)</comment>
- <glob pattern="*.tar.gz" />
- <glob pattern="*.tgz" />
+ <glob pattern="*.tar.gz"/>
+ <glob pattern="*.tgz"/>
</mime-type>
<mime-type type="application/x-core">
<comment>program crash data</comment>
- <comment xml:lang="fi">program crash data</comment>
- <comment xml:lang="fr">program crash data</comment>
- <comment xml:lang="hu">program crash data</comment>
- <comment xml:lang="nl">program crash data</comment>
- <comment xml:lang="nn">program crash data</comment>
- <comment xml:lang="no">program crash data</comment>
- <comment xml:lang="sr">program crash data</comment>
- <comment xml:lang="sv">program crash data</comment>
- <magic priority="50">
- <match mask="0xffffffff000000000000000000000000ff" offset="0" type="string" value="\177ELF \004" />
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="1">
- <match offset="16" type="little16" value="4" />
+ <magic priority="50">
+ <match type="string" mask="0xffffffff000000000000000000000000ff" value="\177ELF \004" offset="0"/>
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="1" offset="5">
+ <match type="little16" value="4" offset="16"/>
</match>
</match>
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="2">
- <match offset="16" type="big16" value="4" />
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="2" offset="5">
+ <match type="big16" value="4" offset="16"/>
</match>
</match>
- <match offset="0" type="string" value="Core\001" />
- <match offset="0" type="string" value="Core\002" />
+ <match type="string" value="Core\001" offset="0"/>
+ <match type="string" value="Core\002" offset="0"/>
</magic>
- <glob pattern="core" />
+ <glob pattern="core"/>
</mime-type>
<mime-type type="application/x-cpio">
<comment>CPIO archive</comment>
@@ -876,12 +672,12 @@
<comment xml:lang="sr">CPIO архива</comment>
<comment xml:lang="sv">CPIO-arkiv</comment>
<magic priority="50">
- <match offset="0" type="host16" value="070707" />
- <match offset="0" type="string" value="070701" />
- <match offset="0" type="string" value="070702" />
- <match offset="0" type="host16" value="0143561" />
+ <match type="host16" value="070707" offset="0"/>
+ <match type="string" value="070701" offset="0"/>
+ <match type="string" value="070702" offset="0"/>
+ <match type="host16" value="0143561" offset="0"/>
</magic>
- <glob pattern="*.cpio" />
+ <glob pattern="*.cpio"/>
</mime-type>
<mime-type type="application/x-cpio-compressed">
<comment>CPIO archive (gzip-compressed)</comment>
@@ -893,7 +689,7 @@
<comment xml:lang="no">CPIO-arkiv (gzip-komprimert)</comment>
<comment xml:lang="sr">CPIO архива (компресована gzip-ом)</comment>
<comment xml:lang="sv">CPIO-arkiv (gzip-komprimerat)</comment>
- <glob pattern="*.cpio.gz" />
+ <glob pattern="*.cpio.gz"/>
</mime-type>
<mime-type type="application/x-csh">
<comment>C shell script</comment>
@@ -916,24 +712,16 @@
<comment xml:lang="no">dBASE-dokument</comment>
<comment xml:lang="sr">dBASE документ</comment>
<comment xml:lang="sv">dBASE-dokument</comment>
- <glob pattern="*.dbf" />
+ <glob pattern="*.dbf"/>
</mime-type>
<mime-type type="application/x-dbm">
<magic priority="50">
- <match offset="0" type="big32" value="0x061561" />
+ <match type="big32" value="0x061561" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-dc-rom">
<comment>Dreamcast ROM</comment>
- <comment xml:lang="fi">Dreamcast ROM</comment>
- <comment xml:lang="fr">Dreamcast ROM</comment>
- <comment xml:lang="hu">Dreamcast ROM</comment>
- <comment xml:lang="nl">Dreamcast ROM</comment>
- <comment xml:lang="nn">Dreamcast ROM</comment>
- <comment xml:lang="no">Dreamcast ROM</comment>
- <comment xml:lang="sr">Dreamcast ROM</comment>
- <comment xml:lang="sv">Dreamcast ROM</comment>
- <glob pattern="*.dc" />
+ <glob pattern="*.dc"/>
</mime-type>
<mime-type type="application/x-deb">
<comment>Debian package</comment>
@@ -946,43 +734,27 @@
<comment xml:lang="sr">Debian пакет</comment>
<comment xml:lang="sv">Debianpaket</comment>
<magic priority="50">
- <match offset="0" type="string" value="!<arch>">
- <match offset="8" type="string" value="debian" />
+ <match type="string" value="!&lt;arch&gt;" offset="0">
+ <match type="string" value="debian" offset="8"/>
</match>
</magic>
- <glob pattern="*.deb" />
+ <glob pattern="*.deb"/>
</mime-type>
<mime-type type="application/x-designer">
<comment>Qt Designer file</comment>
- <comment xml:lang="fi">Qt Designer file</comment>
- <comment xml:lang="fr">Qt Designer file</comment>
- <comment xml:lang="hu">Qt Designer file</comment>
- <comment xml:lang="nl">Qt Designer file</comment>
- <comment xml:lang="nn">Qt Designer file</comment>
- <comment xml:lang="no">Qt Designer file</comment>
- <comment xml:lang="sr">Qt Designer file</comment>
- <comment xml:lang="sv">Qt Designer file</comment>
- <glob pattern="*.ui" />
+ <glob pattern="*.ui"/>
</mime-type>
<mime-type type="application/x-desktop">
<comment>desktop configuration file</comment>
- <comment xml:lang="fi">desktop configuration file</comment>
- <comment xml:lang="fr">desktop configuration file</comment>
- <comment xml:lang="hu">desktop configuration file</comment>
- <comment xml:lang="nl">desktop configuration file</comment>
- <comment xml:lang="nn">desktop configuration file</comment>
- <comment xml:lang="no">desktop configuration file</comment>
- <comment xml:lang="sr">desktop configuration file</comment>
- <comment xml:lang="sv">desktop configuration file</comment>
- <magic priority="50">
- <match offset="0:32" type="string" value="[Desktop Entry]" />
- <match offset="0" type="string" value="[Desktop Action" />
- <match offset="0" type="string" value="[KDE Desktop Entry]" />
- <match offset="0" type="string" value="# Config File" />
- <match offset="0" type="string" value="# KDE Config File" />
- </magic>
- <glob pattern="*.desktop" />
- <glob pattern="*.kdelnk" />
+ <magic priority="50">
+ <match type="string" value="[Desktop Entry]" offset="0:32"/>
+ <match type="string" value="[Desktop Action" offset="0"/>
+ <match type="string" value="[KDE Desktop Entry]" offset="0"/>
+ <match type="string" value="# Config File" offset="0"/>
+ <match type="string" value="# KDE Config File" offset="0"/>
+ </magic>
+ <glob pattern="*.desktop"/>
+ <glob pattern="*.kdelnk"/>
</mime-type>
<mime-type type="application/x-dia-diagram">
<comment>Dia diagram</comment>
@@ -994,22 +766,14 @@
<comment xml:lang="no">Dia-diagram</comment>
<comment xml:lang="sr">Диа дијаграм</comment>
<comment xml:lang="sv">Dia-diagram</comment>
- <glob pattern="*.dia" />
+ <glob pattern="*.dia"/>
</mime-type>
<mime-type type="application/x-dvi">
<comment>TeX DVI document</comment>
- <comment xml:lang="fi">TeX DVI document</comment>
- <comment xml:lang="fr">TeX DVI document</comment>
- <comment xml:lang="hu">TeX DVI document</comment>
- <comment xml:lang="nl">TeX DVI document</comment>
- <comment xml:lang="nn">TeX DVI document</comment>
- <comment xml:lang="no">TeX DVI document</comment>
- <comment xml:lang="sr">TeX DVI document</comment>
- <comment xml:lang="sv">TeX DVI document</comment>
<magic priority="50">
- <match offset="0" type="little16" value="0x02f7" />
+ <match type="little16" value="0x02f7" offset="0"/>
</magic>
- <glob pattern="*.dvi" />
+ <glob pattern="*.dvi"/>
</mime-type>
<mime-type type="application/x-e-theme">
<comment>Enlightenment theme</comment>
@@ -1021,71 +785,47 @@
<comment xml:lang="no">Enlightenment tema</comment>
<comment xml:lang="sr">Enlightenment тема</comment>
<comment xml:lang="sv">Enlightenment-tema</comment>
- <glob pattern="*.etheme" />
+ <glob pattern="*.etheme"/>
</mime-type>
<mime-type type="application/x-egon">
<comment>Egon Animator animation</comment>
- <comment xml:lang="fi">Egon Animator animation</comment>
- <comment xml:lang="fr">Egon Animator animation</comment>
- <comment xml:lang="hu">Egon Animator animation</comment>
- <comment xml:lang="nl">Egon Animator animation</comment>
- <comment xml:lang="nn">Egon Animator animation</comment>
- <comment xml:lang="no">Egon Animator animation</comment>
- <comment xml:lang="sr">Egon Animator animation</comment>
- <comment xml:lang="sv">Egon Animator animation</comment>
- <glob pattern="*.egon" />
+ <glob pattern="*.egon"/>
</mime-type>
<mime-type type="application/x-executable">
<comment>executable</comment>
- <comment xml:lang="fi">executable</comment>
- <comment xml:lang="fr">executable</comment>
- <comment xml:lang="hu">executable</comment>
- <comment xml:lang="nl">executable</comment>
- <comment xml:lang="nn">executable</comment>
- <comment xml:lang="no">executable</comment>
- <comment xml:lang="sr">executable</comment>
- <comment xml:lang="sv">executable</comment>
<magic priority="40">
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="1">
- <match offset="16" type="little16" value="2" />
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="1" offset="5">
+ <match type="little16" value="2" offset="16"/>
</match>
</match>
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="2">
- <match offset="16" type="big16" value="2" />
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="2" offset="5">
+ <match type="big16" value="2" offset="16"/>
</match>
</match>
- <match offset="0" type="string" value="MZ" />
- <match offset="0" type="little16" value="0x521c" />
- <match offset="0" type="host16" value="0420" />
- <match offset="0" type="host16" value="0421" />
- <match offset="0" type="little16" value="0603" />
+ <match type="string" value="MZ" offset="0"/>
+ <match type="little16" value="0x521c" offset="0"/>
+ <match type="host16" value="0420" offset="0"/>
+ <match type="host16" value="0421" offset="0"/>
+ <match type="little16" value="0603" offset="0"/>
</magic>
- <glob pattern="*.exe" />
+ <glob pattern="*.exe"/>
</mime-type>
<mime-type type="application/x-font-type1">
<comment>font</comment>
- <comment xml:lang="fi">font</comment>
- <comment xml:lang="fr">font</comment>
- <comment xml:lang="hu">font</comment>
- <comment xml:lang="nl">font</comment>
- <comment xml:lang="nn">font</comment>
- <comment xml:lang="no">font</comment>
- <comment xml:lang="sr">font</comment>
- <comment xml:lang="sv">font</comment>
- <magic priority="50">
- <match offset="0" type="string" value="LWFN" />
- <match offset="65" type="string" value="LWFN" />
- <match offset="0" type="string" value="%!PS-AdobeFont-1." />
- <match offset="6" type="string" value="%!PS-AdobeFont-1." />
- <match offset="0" type="string" value="%!FontType1-1." />
- <match offset="6" type="string" value="%!FontType1-1." />
- </magic>
- <glob pattern="*.pfa" />
- <glob pattern="*.pfb" />
- <glob pattern="*.gsf" />
- <glob pattern="*.pcf.Z" />
+ <magic priority="50">
+ <match type="string" value="LWFN" offset="0"/>
+ <match type="string" value="LWFN" offset="65"/>
+ <match type="string" value="%!PS-AdobeFont-1." offset="0"/>
+ <match type="string" value="%!PS-AdobeFont-1." offset="6"/>
+ <match type="string" value="%!FontType1-1." offset="0"/>
+ <match type="string" value="%!FontType1-1." offset="6"/>
+ </magic>
+ <glob pattern="*.pfa"/>
+ <glob pattern="*.pfb"/>
+ <glob pattern="*.gsf"/>
+ <glob pattern="*.pcf.Z"/>
</mime-type>
<mime-type type="application/x-font-afm">
<comment>Adobe font metrics</comment>
@@ -1097,7 +837,7 @@
<comment xml:lang="no">Adobe skrifttypefil</comment>
<comment xml:lang="sr">Adobe метрика фонта</comment>
<comment xml:lang="sv">Adobe-typsnittsmetrik</comment>
- <glob pattern="*.afm" />
+ <glob pattern="*.afm"/>
</mime-type>
<mime-type type="application/x-font-bdf">
<comment>BDF font</comment>
@@ -1110,9 +850,9 @@
<comment xml:lang="sr">BDF фонт</comment>
<comment xml:lang="sv">BDF-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="STARTFONT\040" />
+ <match type="string" value="STARTFONT\040" offset="0"/>
</magic>
- <glob pattern="*.bdf" />
+ <glob pattern="*.bdf"/>
</mime-type>
<mime-type type="application/x-font-dos">
<comment>DOS font</comment>
@@ -1125,9 +865,9 @@
<comment xml:lang="sr">DOS фонт</comment>
<comment xml:lang="sv">DOS-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="\xff\x46\x4f\x4e" />
- <match offset="7" type="string" value="\x00\x45\x47\x41" />
- <match offset="7" type="string" value="\x00\x56\x49\x44" />
+ <match type="string" value="\xff\x46\x4f\x4e" offset="0"/>
+ <match type="string" value="\x00\x45\x47\x41" offset="7"/>
+ <match type="string" value="\x00\x56\x49\x44" offset="7"/>
</magic>
</mime-type>
<mime-type type="application/x-font-framemaker">
@@ -1141,7 +881,7 @@
<comment xml:lang="sr">Adobe FrameMaker фонт</comment>
<comment xml:lang="sv">Adobe FrameMaker-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="<MakerScreenFont" />
+ <match type="string" value="&lt;MakerScreenFont" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-font-libgrx">
@@ -1155,7 +895,7 @@
<comment xml:lang="sr">LIBGRX фонт</comment>
<comment xml:lang="sv">LIBGRX-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="\x14\x02\x59\x19" />
+ <match type="string" value="\x14\x02\x59\x19" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-font-linux-psf">
@@ -1169,9 +909,9 @@
<comment xml:lang="sr">Линукс PSF конзолни фонт</comment>
<comment xml:lang="sv">Linux PSF-konsolltypsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="\x36\x04" />
+ <match type="string" value="\x36\x04" offset="0"/>
</magic>
- <glob pattern="*.psf" />
+ <glob pattern="*.psf"/>
</mime-type>
<mime-type type="application/x-font-pcf">
<comment>PCF font</comment>
@@ -1184,9 +924,9 @@
<comment xml:lang="sr">PCF фонт</comment>
<comment xml:lang="sv">PCF-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="\001fcp" />
+ <match type="string" value="\001fcp" offset="0"/>
</magic>
- <glob pattern="*.pcf" />
+ <glob pattern="*.pcf"/>
</mime-type>
<mime-type type="application/x-font-otf">
<comment>OpenType font</comment>
@@ -1199,7 +939,7 @@
<comment xml:lang="sr">OpenType фонт</comment>
<comment xml:lang="sv">OpenType-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="OTTO" />
+ <match type="string" value="OTTO" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-font-speedo">
@@ -1213,9 +953,9 @@
<comment xml:lang="sr">Speedo фонт</comment>
<comment xml:lang="sv">Speedo-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="D1.0\015" />
+ <match type="string" value="D1.0\015" offset="0"/>
</magic>
- <glob pattern="*.spd" />
+ <glob pattern="*.spd"/>
</mime-type>
<mime-type type="application/x-font-sunos-news">
<comment>SunOS News font</comment>
@@ -1228,9 +968,9 @@
<comment xml:lang="sr">SunOS News фонт</comment>
<comment xml:lang="sv">SunOS News-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="StartFont" />
- <match offset="0" type="string" value="\x13\x7A\x29" />
- <match offset="8" type="string" value="\x13\x7A\x2B" />
+ <match type="string" value="StartFont" offset="0"/>
+ <match type="string" value="\x13\x7A\x29" offset="0"/>
+ <match type="string" value="\x13\x7A\x2B" offset="8"/>
</magic>
</mime-type>
<mime-type type="application/x-font-tex">
@@ -1244,9 +984,9 @@
<comment xml:lang="sr">ТеХ фонт</comment>
<comment xml:lang="sv">TeX-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="\367\203" />
- <match offset="0" type="string" value="\367\131" />
- <match offset="0" type="string" value="\367\312" />
+ <match type="string" value="\367\203" offset="0"/>
+ <match type="string" value="\367\131" offset="0"/>
+ <match type="string" value="\367\312" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-font-tex-tfm">
@@ -1260,26 +1000,18 @@
<comment xml:lang="sr">ТеХ метрика фонта</comment>
<comment xml:lang="sv">TeX-typsnittsmetrik</comment>
<magic priority="50">
- <match offset="2" type="string" value="\000\021" />
- <match offset="2" type="string" value="\000\022" />
+ <match type="string" value="\000\021" offset="2"/>
+ <match type="string" value="\000\022" offset="2"/>
</magic>
</mime-type>
<mime-type type="application/x-font-ttf">
<comment>TrueType font</comment>
- <comment xml:lang="fi">TrueType font</comment>
- <comment xml:lang="fr">TrueType font</comment>
- <comment xml:lang="hu">TrueType font</comment>
- <comment xml:lang="nl">TrueType font</comment>
- <comment xml:lang="nn">TrueType font</comment>
- <comment xml:lang="no">TrueType font</comment>
- <comment xml:lang="sr">TrueType font</comment>
- <comment xml:lang="sv">TrueType font</comment>
<magic priority="50">
- <match offset="0" type="string" value="FFIL" />
- <match offset="65" type="string" value="FFIL" />
- <match offset="0" type="string" value="\000\001\000\000\000" />
+ <match type="string" value="FFIL" offset="0"/>
+ <match type="string" value="FFIL" offset="65"/>
+ <match type="string" value="\000\001\000\000\000" offset="0"/>
</magic>
- <glob pattern="*.ttf" />
+ <glob pattern="*.ttf"/>
</mime-type>
<mime-type type="application/x-font-vfont">
<comment>V font</comment>
@@ -1292,63 +1024,39 @@
<comment xml:lang="sr">V фонт</comment>
<comment xml:lang="sv">V-typsnitt</comment>
<magic priority="50">
- <match offset="0" type="string" value="FONT" />
+ <match type="string" value="FONT" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-frame">
<magic priority="50">
- <match offset="0" type="string" value="<MakerFile" />
- <match offset="0" type="string" value="<MIFFile" />
- <match offset="0" type="string" value="<MakerDictionary" />
- <match offset="0" type="string" value="<MakerScreenFon" />
- <match offset="0" type="string" value="<MML" />
- <match offset="0" type="string" value="<Book" />
- <match offset="0" type="string" value="<Maker" />
+ <match type="string" value="&lt;MakerFile" offset="0"/>
+ <match type="string" value="&lt;MIFFile" offset="0"/>
+ <match type="string" value="&lt;MakerDictionary" offset="0"/>
+ <match type="string" value="&lt;MakerScreenFon" offset="0"/>
+ <match type="string" value="&lt;MML" offset="0"/>
+ <match type="string" value="&lt;Book" offset="0"/>
+ <match type="string" value="&lt;Maker" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-gameboy-rom">
<comment>Game Boy ROM</comment>
- <comment xml:lang="fi">Game Boy ROM</comment>
- <comment xml:lang="fr">Game Boy ROM</comment>
- <comment xml:lang="hu">Game Boy ROM</comment>
- <comment xml:lang="nl">Game Boy ROM</comment>
- <comment xml:lang="nn">Game Boy ROM</comment>
- <comment xml:lang="no">Game Boy ROM</comment>
- <comment xml:lang="sr">Game Boy ROM</comment>
- <comment xml:lang="sv">Game Boy ROM</comment>
- <glob pattern="*.gb" />
+ <glob pattern="*.gb"/>
</mime-type>
<mime-type type="application/x-gdbm">
<magic priority="50">
- <match offset="0" type="big32" value="0x13579ace" />
- <match offset="0" type="little32" value="0x13579ace" />
- <match offset="0" type="string" value="GDBM" />
+ <match type="big32" value="0x13579ace" offset="0"/>
+ <match type="little32" value="0x13579ace" offset="0"/>
+ <match type="string" value="GDBM" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-genesis-rom">
<comment>Genesis ROM</comment>
- <comment xml:lang="fi">Genesis ROM</comment>
- <comment xml:lang="fr">Genesis ROM</comment>
- <comment xml:lang="hu">Genesis ROM</comment>
- <comment xml:lang="nl">Genesis ROM</comment>
- <comment xml:lang="nn">Genesis ROM</comment>
- <comment xml:lang="no">Genesis ROM</comment>
- <comment xml:lang="sr">Genesis ROM</comment>
- <comment xml:lang="sv">Genesis ROM</comment>
- <glob pattern="*.gen" />
- <glob pattern="*.md" />
+ <glob pattern="*.gen"/>
+ <glob pattern="*.md"/>
</mime-type>
<mime-type type="application/x-gettext-translation">
<comment>translated messages (machine-readable)</comment>
- <comment xml:lang="fi">translated messages (machine-readable)</comment>
- <comment xml:lang="fr">translated messages (machine-readable)</comment>
- <comment xml:lang="hu">translated messages (machine-readable)</comment>
- <comment xml:lang="nl">translated messages (machine-readable)</comment>
- <comment xml:lang="nn">translated messages (machine-readable)</comment>
- <comment xml:lang="no">translated messages (machine-readable)</comment>
- <comment xml:lang="sr">translated messages (machine-readable)</comment>
- <comment xml:lang="sv">translated messages (machine-readable)</comment>
- <glob pattern="*.gmo" />
+ <glob pattern="*.gmo"/>
</mime-type>
<mime-type type="application/x-glade">
<comment>Glade project</comment>
@@ -1360,7 +1068,7 @@
<comment xml:lang="no">Glade prosjekt</comment>
<comment xml:lang="sr">Глејд пројекат</comment>
<comment xml:lang="sv">Glade-projekt</comment>
- <glob pattern="*.glade" />
+ <glob pattern="*.glade"/>
</mime-type>
<mime-type type="application/x-gmc-link">
<comment>GMC link</comment>
@@ -1373,49 +1081,25 @@
<comment xml:lang="sr">GMC веза</comment>
<comment xml:lang="sv">GMC-länk</comment>
<magic priority="50">
- <match offset="0:32" type="string" value="URL:" />
+ <match type="string" value="URL:" offset="0:32"/>
</magic>
</mime-type>
<mime-type type="application/x-gnucash">
<comment>GnuCash spreadsheet</comment>
- <comment xml:lang="fi">GnuCash spreadsheet</comment>
- <comment xml:lang="fr">GnuCash spreadsheet</comment>
- <comment xml:lang="hu">GnuCash spreadsheet</comment>
- <comment xml:lang="nl">GnuCash spreadsheet</comment>
- <comment xml:lang="nn">GnuCash spreadsheet</comment>
- <comment xml:lang="no">GnuCash spreadsheet</comment>
- <comment xml:lang="sr">GnuCash spreadsheet</comment>
- <comment xml:lang="sv">GnuCash spreadsheet</comment>
- <glob pattern="*.gnucash" />
- <glob pattern="*.gnc" />
- <glob pattern="*.xac" />
+ <glob pattern="*.gnucash"/>
+ <glob pattern="*.gnc"/>
+ <glob pattern="*.xac"/>
</mime-type>
<mime-type type="application/x-gnumeric">
<comment>Gnumeric spreadsheet</comment>
- <comment xml:lang="fi">Gnumeric spreadsheet</comment>
- <comment xml:lang="fr">Gnumeric spreadsheet</comment>
- <comment xml:lang="hu">Gnumeric spreadsheet</comment>
- <comment xml:lang="nl">Gnumeric spreadsheet</comment>
- <comment xml:lang="nn">Gnumeric spreadsheet</comment>
- <comment xml:lang="no">Gnumeric spreadsheet</comment>
- <comment xml:lang="sr">Gnumeric spreadsheet</comment>
- <comment xml:lang="sv">Gnumeric spreadsheet</comment>
<magic priority="50">
- <match offset="0:64" type="string" value="gmr:Workbook" />
+ <match type="string" value="gmr:Workbook" offset="0:64"/>
</magic>
- <glob pattern="*.gnumeric" />
+ <glob pattern="*.gnumeric"/>
</mime-type>
<mime-type type="application/x-graphite">
<comment>Graphite scientific graph</comment>
- <comment xml:lang="fi">Graphite scientific graph</comment>
- <comment xml:lang="fr">Graphite scientific graph</comment>
- <comment xml:lang="hu">Graphite scientific graph</comment>
- <comment xml:lang="nl">Graphite scientific graph</comment>
- <comment xml:lang="nn">Graphite scientific graph</comment>
- <comment xml:lang="no">Graphite scientific graph</comment>
- <comment xml:lang="sr">Graphite scientific graph</comment>
- <comment xml:lang="sv">Graphite scientific graph</comment>
- <glob pattern="*.gra" />
+ <glob pattern="*.gra"/>
</mime-type>
<mime-type type="application/x-gtar">
<comment>gtar archive</comment>
@@ -1427,48 +1111,24 @@
<comment xml:lang="no">gtar-arkiv</comment>
<comment xml:lang="sr">гтар архива</comment>
<comment xml:lang="sv">gtar-arkiv</comment>
- <glob pattern="*.gtar" />
+ <glob pattern="*.gtar"/>
</mime-type>
<mime-type type="application/x-gtktalog">
<comment>GTKtalog catalog</comment>
- <comment xml:lang="fi">GTKtalog catalog</comment>
- <comment xml:lang="fr">GTKtalog catalog</comment>
- <comment xml:lang="hu">GTKtalog catalog</comment>
- <comment xml:lang="nl">GTKtalog catalog</comment>
- <comment xml:lang="nn">GTKtalog catalog</comment>
- <comment xml:lang="no">GTKtalog catalog</comment>
- <comment xml:lang="sr">GTKtalog catalog</comment>
- <comment xml:lang="sv">GTKtalog catalog</comment>
<magic priority="50">
- <match offset="4" type="string" value="gtktalog" />
+ <match type="string" value="gtktalog " offset="4"/>
</magic>
</mime-type>
<mime-type type="application/x-gzip">
<comment>gzip archive</comment>
- <comment xml:lang="fi">gzip archive</comment>
- <comment xml:lang="fr">gzip archive</comment>
- <comment xml:lang="hu">gzip archive</comment>
- <comment xml:lang="nl">gzip archive</comment>
- <comment xml:lang="nn">gzip archive</comment>
- <comment xml:lang="no">gzip archive</comment>
- <comment xml:lang="sr">gzip archive</comment>
- <comment xml:lang="sv">gzip archive</comment>
<magic priority="50">
- <match offset="0" type="string" value="\037\213" />
+ <match type="string" value="\037\213" offset="0"/>
</magic>
- <glob pattern="*.gz" />
+ <glob pattern="*.gz"/>
</mime-type>
<mime-type type="application/x-gzpostscript">
<comment>PostScript document (gzip-compressed)</comment>
- <comment xml:lang="fi">PostScript document (gzip-compressed)</comment>
- <comment xml:lang="fr">PostScript document (gzip-compressed)</comment>
- <comment xml:lang="hu">PostScript document (gzip-compressed)</comment>
- <comment xml:lang="nl">PostScript document (gzip-compressed)</comment>
- <comment xml:lang="nn">PostScript document (gzip-compressed)</comment>
- <comment xml:lang="no">PostScript document (gzip-compressed)</comment>
- <comment xml:lang="sr">PostScript document (gzip-compressed)</comment>
- <comment xml:lang="sv">PostScript document (gzip-compressed)</comment>
- <glob pattern="*.ps.gz" />
+ <glob pattern="*.ps.gz"/>
</mime-type>
<mime-type type="application/x-hdf">
<comment>HDF document</comment>
@@ -1480,356 +1140,212 @@
<comment xml:lang="no">HDF-dokument</comment>
<comment xml:lang="sr">HDF документ</comment>
<comment xml:lang="sv">HDF-dokument</comment>
- <glob pattern="*.hdf" />
+ <glob pattern="*.hdf"/>
</mime-type>
<mime-type type="application/x-ipod-firmware">
<comment>iPod firmware</comment>
- <comment xml:lang="fi">iPod firmware</comment>
- <comment xml:lang="fr">iPod firmware</comment>
- <comment xml:lang="hu">iPod firmware</comment>
- <comment xml:lang="nl">iPod firmware</comment>
- <comment xml:lang="nn">iPod firmware</comment>
- <comment xml:lang="no">iPod firmware</comment>
- <comment xml:lang="sr">iPod firmware</comment>
- <comment xml:lang="sv">iPod firmware</comment>
<magic priority="50">
- <match offset="0" type="string" value="S T O P" />
+ <match type="string" value="S T O P" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-jar">
<comment>Java archive</comment>
- <comment xml:lang="fi">Java archive</comment>
- <comment xml:lang="fr">Java archive</comment>
- <comment xml:lang="hu">Java archive</comment>
- <comment xml:lang="nl">Java archive</comment>
- <comment xml:lang="nn">Java archive</comment>
- <comment xml:lang="no">Java archive</comment>
- <comment xml:lang="sr">Java archive</comment>
- <comment xml:lang="sv">Java archive</comment>
- <glob pattern="*.jar" />
+ <glob pattern="*.jar"/>
</mime-type>
<mime-type type="application/x-java">
<comment>Java class</comment>
- <comment xml:lang="fi">Java class</comment>
- <comment xml:lang="fr">Java class</comment>
- <comment xml:lang="hu">Java class</comment>
- <comment xml:lang="nl">Java class</comment>
- <comment xml:lang="nn">Java class</comment>
- <comment xml:lang="no">Java class</comment>
- <comment xml:lang="sr">Java class</comment>
- <comment xml:lang="sv">Java class</comment>
- <magic priority="50">
- <match offset="0" type="host16" value="0xcafe">
- <match offset="2" type="host16" value="0xbabe" />
+ <magic priority="50">
+ <match type="host16" value="0xcafe" offset="0">
+ <match type="host16" value="0xbabe" offset="2"/>
</match>
</magic>
- <glob pattern="*.class" />
+ <glob pattern="*.class"/>
</mime-type>
<mime-type type="application/x-jbuilder-project">
<comment>JBuilder project</comment>
- <comment xml:lang="fi">JBuilder project</comment>
- <comment xml:lang="fr">JBuilder project</comment>
- <comment xml:lang="hu">JBuilder project</comment>
- <comment xml:lang="nl">JBuilder project</comment>
- <comment xml:lang="nn">JBuilder project</comment>
- <comment xml:lang="no">JBuilder project</comment>
- <comment xml:lang="sr">JBuilder project</comment>
- <comment xml:lang="sv">JBuilder project</comment>
- <glob pattern="*.jpr" />
- <glob pattern="*.jpx" />
+ <glob pattern="*.jpr"/>
+ <glob pattern="*.jpx"/>
</mime-type>
<mime-type type="application/x-karbon">
<comment>Karbon14 drawing</comment>
- <comment xml:lang="fi">Karbon14 drawing</comment>
- <comment xml:lang="fr">Karbon14 drawing</comment>
- <comment xml:lang="hu">Karbon14 drawing</comment>
- <comment xml:lang="nl">Karbon14 drawing</comment>
- <comment xml:lang="nn">Karbon14 drawing</comment>
- <comment xml:lang="no">Karbon14 drawing</comment>
- <comment xml:lang="sr">Karbon14 drawing</comment>
- <comment xml:lang="sv">Karbon14 drawing</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-karbon\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-karbon\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-karbon" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-karbon" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.karbon" />
+ <glob pattern="*.karbon"/>
</mime-type>
<mime-type type="application/x-kchart">
<comment>KChart chart</comment>
- <comment xml:lang="fi">KChart chart</comment>
- <comment xml:lang="fr">KChart chart</comment>
- <comment xml:lang="hu">KChart chart</comment>
- <comment xml:lang="nl">KChart chart</comment>
- <comment xml:lang="nn">KChart chart</comment>
- <comment xml:lang="no">KChart chart</comment>
- <comment xml:lang="sr">KChart chart</comment>
- <comment xml:lang="sv">KChart chart</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-kchart\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-kchart\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-kchart" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-kchart" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.chrt" />
+ <glob pattern="*.chrt"/>
</mime-type>
<mime-type type="application/x-kformula">
<comment>KFormula formula</comment>
- <comment xml:lang="fi">KFormula formula</comment>
- <comment xml:lang="fr">KFormula formula</comment>
- <comment xml:lang="hu">KFormula formula</comment>
- <comment xml:lang="nl">KFormula formula</comment>
- <comment xml:lang="nn">KFormula formula</comment>
- <comment xml:lang="no">KFormula formula</comment>
- <comment xml:lang="sr">KFormula formula</comment>
- <comment xml:lang="sv">KFormula formula</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-kformula\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-kformula\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-kformula" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-kformula" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.kfo" />
+ <glob pattern="*.kfo"/>
</mime-type>
<mime-type type="application/x-killustrator">
<comment>KIllustrator drawing</comment>
- <comment xml:lang="fi">KIllustrator drawing</comment>
- <comment xml:lang="fr">KIllustrator drawing</comment>
- <comment xml:lang="hu">KIllustrator drawing</comment>
- <comment xml:lang="nl">KIllustrator drawing</comment>
- <comment xml:lang="nn">KIllustrator drawing</comment>
- <comment xml:lang="no">KIllustrator drawing</comment>
- <comment xml:lang="sr">KIllustrator drawing</comment>
- <comment xml:lang="sv">KIllustrator drawing</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-killustrator\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-killustrator\004\006" offset="18"/>
</match>
</match>
</magic>
- <glob pattern="*.kil" />
+ <glob pattern="*.kil"/>
</mime-type>
<mime-type type="application/x-kivio">
<comment>Kivio flowchart</comment>
- <comment xml:lang="fi">Kivio flowchart</comment>
- <comment xml:lang="fr">Kivio flowchart</comment>
- <comment xml:lang="hu">Kivio flowchart</comment>
- <comment xml:lang="nl">Kivio flowchart</comment>
- <comment xml:lang="nn">Kivio flowchart</comment>
- <comment xml:lang="no">Kivio flowchart</comment>
- <comment xml:lang="sr">Kivio flowchart</comment>
- <comment xml:lang="sv">Kivio flowchart</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-kivio\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-kivio\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-kivio" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-kivio" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.flw" />
+ <glob pattern="*.flw"/>
</mime-type>
<mime-type type="application/x-kontour">
<comment>Kontour drawing</comment>
- <comment xml:lang="fi">Kontour drawing</comment>
- <comment xml:lang="fr">Kontour drawing</comment>
- <comment xml:lang="hu">Kontour drawing</comment>
- <comment xml:lang="nl">Kontour drawing</comment>
- <comment xml:lang="nn">Kontour drawing</comment>
- <comment xml:lang="no">Kontour drawing</comment>
- <comment xml:lang="sr">Kontour drawing</comment>
- <comment xml:lang="sv">Kontour drawing</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-kontour\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-kontour\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-kontour" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-kontour" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.kon" />
+ <glob pattern="*.kon"/>
</mime-type>
<mime-type type="application/x-kpovmodeler">
<comment>KPovModeler scene</comment>
- <comment xml:lang="fi">KPovModeler scene</comment>
- <comment xml:lang="fr">KPovModeler scene</comment>
- <comment xml:lang="hu">KPovModeler scene</comment>
- <comment xml:lang="nl">KPovModeler scene</comment>
- <comment xml:lang="nn">KPovModeler scene</comment>
- <comment xml:lang="no">KPovModeler scene</comment>
- <comment xml:lang="sr">KPovModeler scene</comment>
- <comment xml:lang="sv">KPovModeler scene</comment>
- <glob pattern="*.kpm" />
+ <glob pattern="*.kpm"/>
</mime-type>
<mime-type type="application/x-kpresenter">
<comment>KPresenter presentation</comment>
- <comment xml:lang="fi">KPresenter presentation</comment>
- <comment xml:lang="fr">KPresenter presentation</comment>
- <comment xml:lang="hu">KPresenter presentation</comment>
- <comment xml:lang="nl">KPresenter presentation</comment>
- <comment xml:lang="nn">KPresenter presentation</comment>
- <comment xml:lang="no">KPresenter presentation</comment>
- <comment xml:lang="sr">KPresenter presentation</comment>
- <comment xml:lang="sv">KPresenter presentation</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-kpresenter\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-kpresenter\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-kpresenter" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-kpresenter" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.kpr" />
- <glob pattern="*.kpt" />
+ <glob pattern="*.kpr"/>
+ <glob pattern="*.kpt"/>
</mime-type>
<mime-type type="application/x-krita">
<comment>Krita document</comment>
- <comment xml:lang="fi">Krita document</comment>
- <comment xml:lang="fr">Krita document</comment>
- <comment xml:lang="hu">Krita document</comment>
- <comment xml:lang="nl">Krita document</comment>
- <comment xml:lang="nn">Krita document</comment>
- <comment xml:lang="no">Krita document</comment>
- <comment xml:lang="sr">Krita document</comment>
- <comment xml:lang="sv">Krita document</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-krita\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-krita\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-krita" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-krita" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.kra" />
+ <glob pattern="*.kra"/>
</mime-type>
<mime-type type="application/x-kspread">
<comment>KSpread spreadsheet</comment>
- <comment xml:lang="fi">KSpread spreadsheet</comment>
- <comment xml:lang="fr">KSpread spreadsheet</comment>
- <comment xml:lang="hu">KSpread spreadsheet</comment>
- <comment xml:lang="nl">KSpread spreadsheet</comment>
- <comment xml:lang="nn">KSpread spreadsheet</comment>
- <comment xml:lang="no">KSpread spreadsheet</comment>
- <comment xml:lang="sr">KSpread spreadsheet</comment>
- <comment xml:lang="sv">KSpread spreadsheet</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-kspread\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-kspread\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-kspread" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-kspread" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.ksp" />
+ <glob pattern="*.ksp"/>
</mime-type>
<mime-type type="application/x-kspread-crypt">
<comment>KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="fi">KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="fr">KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="hu">KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="nl">KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="nn">KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="no">KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="sr">KSpread spreadsheet (encrypted)</comment>
- <comment xml:lang="sv">KSpread spreadsheet (encrypted)</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0x0d1a2702" />
+ <match type="big32" value="0x0d1a2702" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-ksysv-package">
<magic priority="50">
- <match offset="4" type="string" value="KSysV" />
+ <match type="string" value="KSysV" offset="4"/>
</magic>
</mime-type>
<mime-type type="application/x-kugar">
<comment>Kugar document</comment>
- <comment xml:lang="fi">Kugar document</comment>
- <comment xml:lang="fr">Kugar document</comment>
- <comment xml:lang="hu">Kugar document</comment>
- <comment xml:lang="nl">Kugar document</comment>
- <comment xml:lang="nn">Kugar document</comment>
- <comment xml:lang="no">Kugar document</comment>
- <comment xml:lang="sr">Kugar document</comment>
- <comment xml:lang="sv">Kugar document</comment>
- <glob pattern="*.kud" />
+ <glob pattern="*.kud"/>
</mime-type>
<mime-type type="application/x-kword">
<comment>KWord document</comment>
- <comment xml:lang="fi">KWord document</comment>
- <comment xml:lang="fr">KWord document</comment>
- <comment xml:lang="hu">KWord document</comment>
- <comment xml:lang="nl">KWord document</comment>
- <comment xml:lang="nn">KWord document</comment>
- <comment xml:lang="no">KWord document</comment>
- <comment xml:lang="sr">KWord document</comment>
- <comment xml:lang="sv">KWord document</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\037\213">
- <match offset="10" type="string" value="KOffice">
- <match offset="18" type="string" value="application/x-kword\004\006" />
+ <magic priority="50">
+ <match type="string" value="\037\213" offset="0">
+ <match type="string" value="KOffice" offset="10">
+ <match type="string" value="application/x-kword\004\006" offset="18"/>
</match>
</match>
- <match offset="0" type="string" value="PK\003\004">
- <match offset="30" type="string" value="mimetype">
- <match offset="38" type="string" value="application/x-kword" />
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="mimetype" offset="30">
+ <match type="string" value="application/x-kword" offset="38"/>
</match>
</match>
</magic>
- <glob pattern="*.kwd" />
- <glob pattern="*.kwt" />
+ <glob pattern="*.kwd"/>
+ <glob pattern="*.kwt"/>
</mime-type>
<mime-type type="application/x-kword-crypt">
<comment>KWord document (encrypted)</comment>
- <comment xml:lang="fi">KWord document (encrypted)</comment>
- <comment xml:lang="fr">KWord document (encrypted)</comment>
- <comment xml:lang="hu">KWord document (encrypted)</comment>
- <comment xml:lang="nl">KWord document (encrypted)</comment>
- <comment xml:lang="nn">KWord document (encrypted)</comment>
- <comment xml:lang="no">KWord document (encrypted)</comment>
- <comment xml:lang="sr">KWord document (encrypted)</comment>
- <comment xml:lang="sv">KWord document (encrypted)</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0x0d1a2701" />
+ <match type="big32" value="0x0d1a2701" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-lha">
@@ -1843,142 +1359,70 @@
<comment xml:lang="sr">LHA архива</comment>
<comment xml:lang="sv">LHA-arkiv</comment>
<magic priority="50">
- <match offset="2" type="string" value="-lh -" />
- <match offset="2" type="string" value="-lh0-" />
- <match offset="2" type="string" value="-lh1-" />
- <match offset="2" type="string" value="-lh2-" />
- <match offset="2" type="string" value="-lh3-" />
- <match offset="2" type="string" value="-lh4-" />
- <match offset="2" type="string" value="-lh5-" />
- <match offset="2" type="string" value="-lh40-" />
- <match offset="2" type="string" value="-lhd-" />
- <match offset="2" type="string" value="-lz4-" />
- <match offset="2" type="string" value="-lz5-" />
- <match offset="2" type="string" value="-lzs-" />
- </magic>
- <glob pattern="*.lha" />
- <glob pattern="*.lzh" />
+ <match type="string" value="-lh -" offset="2"/>
+ <match type="string" value="-lh0-" offset="2"/>
+ <match type="string" value="-lh1-" offset="2"/>
+ <match type="string" value="-lh2-" offset="2"/>
+ <match type="string" value="-lh3-" offset="2"/>
+ <match type="string" value="-lh4-" offset="2"/>
+ <match type="string" value="-lh5-" offset="2"/>
+ <match type="string" value="-lh40-" offset="2"/>
+ <match type="string" value="-lhd-" offset="2"/>
+ <match type="string" value="-lz4-" offset="2"/>
+ <match type="string" value="-lz5-" offset="2"/>
+ <match type="string" value="-lzs-" offset="2"/>
+ </magic>
+ <glob pattern="*.lha"/>
+ <glob pattern="*.lzh"/>
</mime-type>
<mime-type type="application/x-lhz">
<comment>LHZ archive</comment>
- <comment xml:lang="fi">LHZ archive</comment>
- <comment xml:lang="fr">LHZ archive</comment>
- <comment xml:lang="hu">LHZ archive</comment>
- <comment xml:lang="nl">LHZ archive</comment>
- <comment xml:lang="nn">LHZ archive</comment>
- <comment xml:lang="no">LHZ archive</comment>
- <comment xml:lang="sr">LHZ archive</comment>
- <comment xml:lang="sv">LHZ archive</comment>
- <glob pattern="*.lhz" />
+ <glob pattern="*.lhz"/>
</mime-type>
<mime-type type="application/x-linguist">
<comment>message catalog</comment>
- <comment xml:lang="fi">message catalog</comment>
- <comment xml:lang="fr">message catalog</comment>
- <comment xml:lang="hu">message catalog</comment>
- <comment xml:lang="nl">message catalog</comment>
- <comment xml:lang="nn">message catalog</comment>
- <comment xml:lang="no">message catalog</comment>
- <comment xml:lang="sr">message catalog</comment>
- <comment xml:lang="sv">message catalog</comment>
- <glob pattern="*.ts" />
+ <glob pattern="*.ts"/>
</mime-type>
<mime-type type="application/x-lyx">
<comment>LyX document</comment>
- <comment xml:lang="fi">LyX document</comment>
- <comment xml:lang="fr">LyX document</comment>
- <comment xml:lang="hu">LyX document</comment>
- <comment xml:lang="nl">LyX document</comment>
- <comment xml:lang="nn">LyX document</comment>
- <comment xml:lang="no">LyX document</comment>
- <comment xml:lang="sr">LyX document</comment>
- <comment xml:lang="sv">LyX document</comment>
<magic priority="50">
- <match offset="0" type="string" value="#LyX" />
+ <match type="string" value="#LyX" offset="0"/>
</magic>
- <glob pattern="*.lyx" />
+ <glob pattern="*.lyx"/>
</mime-type>
<mime-type type="application/x-lzop">
<comment>LZO archive</comment>
- <comment xml:lang="fi">LZO archive</comment>
- <comment xml:lang="fr">LZO archive</comment>
- <comment xml:lang="hu">LZO archive</comment>
- <comment xml:lang="nl">LZO archive</comment>
- <comment xml:lang="nn">LZO archive</comment>
- <comment xml:lang="no">LZO archive</comment>
- <comment xml:lang="sr">LZO archive</comment>
- <comment xml:lang="sv">LZO archive</comment>
- <glob pattern="*.lzo" />
+ <glob pattern="*.lzo"/>
</mime-type>
<mime-type type="application/x-magicpoint">
<comment>MagicPoint presentation</comment>
- <comment xml:lang="fi">MagicPoint presentation</comment>
- <comment xml:lang="fr">MagicPoint presentation</comment>
- <comment xml:lang="hu">MagicPoint presentation</comment>
- <comment xml:lang="nl">MagicPoint presentation</comment>
- <comment xml:lang="nn">MagicPoint presentation</comment>
- <comment xml:lang="no">MagicPoint presentation</comment>
- <comment xml:lang="sr">MagicPoint presentation</comment>
- <comment xml:lang="sv">MagicPoint presentation</comment>
- <glob pattern="*.mgp" />
+ <glob pattern="*.mgp"/>
</mime-type>
<mime-type type="application/x-macbinary">
<comment>Macintosh MacBinary file</comment>
- <comment xml:lang="fi">Macintosh MacBinary file</comment>
- <comment xml:lang="fr">Macintosh MacBinary file</comment>
- <comment xml:lang="hu">Macintosh MacBinary file</comment>
- <comment xml:lang="nl">Macintosh MacBinary file</comment>
- <comment xml:lang="nn">Macintosh MacBinary file</comment>
- <comment xml:lang="no">Macintosh MacBinary file</comment>
- <comment xml:lang="sr">Macintosh MacBinary file</comment>
- <comment xml:lang="sv">Macintosh MacBinary file</comment>
<magic priority="50">
- <match offset="102" type="string" value="mBIN" />
+ <match type="string" value="mBIN" offset="102"/>
</magic>
</mime-type>
<mime-type type="application/x-mif">
<comment>FrameMaker MIF document</comment>
- <comment xml:lang="fi">FrameMaker MIF document</comment>
- <comment xml:lang="fr">FrameMaker MIF document</comment>
- <comment xml:lang="hu">FrameMaker MIF document</comment>
- <comment xml:lang="nl">FrameMaker MIF document</comment>
- <comment xml:lang="nn">FrameMaker MIF document</comment>
- <comment xml:lang="no">FrameMaker MIF document</comment>
- <comment xml:lang="sr">FrameMaker MIF document</comment>
- <comment xml:lang="sv">FrameMaker MIF document</comment>
- <glob pattern="*.mif" />
+ <glob pattern="*.mif"/>
</mime-type>
<mime-type type="application/x-mozilla-bookmarks">
<comment>Mozilla bookmarks</comment>
- <comment xml:lang="fi">Mozilla bookmarks</comment>
- <comment xml:lang="fr">Mozilla bookmarks</comment>
- <comment xml:lang="hu">Mozilla bookmarks</comment>
- <comment xml:lang="nl">Mozilla bookmarks</comment>
- <comment xml:lang="nn">Mozilla bookmarks</comment>
- <comment xml:lang="no">Mozilla bookmarks</comment>
- <comment xml:lang="sr">Mozilla bookmarks</comment>
- <comment xml:lang="sv">Mozilla bookmarks</comment>
<magic priority="50">
- <match offset="0:64" type="string" value="<!DOCTYPE NETSCAPE-Bookmark-file-1>" />
+ <match type="string" value="&lt;!DOCTYPE NETSCAPE-Bookmark-file-1&gt;" offset="0:64"/>
</magic>
</mime-type>
<mime-type type="application/x-ms-dos-executable">
<comment>DOS/Windows executable</comment>
- <comment xml:lang="fi">DOS/Windows executable</comment>
- <comment xml:lang="fr">DOS/Windows executable</comment>
- <comment xml:lang="hu">DOS/Windows executable</comment>
- <comment xml:lang="nl">DOS/Windows executable</comment>
- <comment xml:lang="nn">DOS/Windows executable</comment>
- <comment xml:lang="no">DOS/Windows executable</comment>
- <comment xml:lang="sr">DOS/Windows executable</comment>
- <comment xml:lang="sv">DOS/Windows executable</comment>
<magic priority="40">
- <match offset="0" type="string" value="MZ" />
+ <match type="string" value="MZ" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-mswinurl">
<magic priority="50">
- <match offset="1" type="string" value="InternetShortcut" />
+ <match type="string" value="InternetShortcut" offset="1"/>
</magic>
</mime-type>
<mime-type type="application/x-mswrite">
@@ -1991,31 +1435,15 @@
<comment xml:lang="no">Microsoft Write-dokument</comment>
<comment xml:lang="sr">Микрософт документ Писанке</comment>
<comment xml:lang="sv">Microsoft Write-dokument</comment>
- <glob pattern="*.wri" />
+ <glob pattern="*.wri"/>
</mime-type>
<mime-type type="application/x-msx-rom">
<comment>MSX ROM</comment>
- <comment xml:lang="fi">MSX ROM</comment>
- <comment xml:lang="fr">MSX ROM</comment>
- <comment xml:lang="hu">MSX ROM</comment>
- <comment xml:lang="nl">MSX ROM</comment>
- <comment xml:lang="nn">MSX ROM</comment>
- <comment xml:lang="no">MSX ROM</comment>
- <comment xml:lang="sr">MSX ROM</comment>
- <comment xml:lang="sv">MSX ROM</comment>
- <glob pattern="*.msx" />
+ <glob pattern="*.msx"/>
</mime-type>
<mime-type type="application/x-n64-rom">
<comment>Nintendo64 ROM</comment>
- <comment xml:lang="fi">Nintendo64 ROM</comment>
- <comment xml:lang="fr">Nintendo64 ROM</comment>
- <comment xml:lang="hu">Nintendo64 ROM</comment>
- <comment xml:lang="nl">Nintendo64 ROM</comment>
- <comment xml:lang="nn">Nintendo64 ROM</comment>
- <comment xml:lang="no">Nintendo64 ROM</comment>
- <comment xml:lang="sr">Nintendo64 ROM</comment>
- <comment xml:lang="sv">Nintendo64 ROM</comment>
- <glob pattern="*.n64" />
+ <glob pattern="*.n64"/>
</mime-type>
<mime-type type="application/x-nautilus-link">
<comment>Nautilus link</comment>
@@ -2028,71 +1456,39 @@
<comment xml:lang="sr">Наутилус веза</comment>
<comment xml:lang="sv">Nautiluslänk</comment>
<magic priority="50">
- <match offset="0:32" type="string" value="<nautilus_object nautilus_link" />
+ <match type="string" value="&lt;nautilus_object nautilus_link" offset="0:32"/>
</magic>
</mime-type>
<mime-type type="application/x-nes-rom">
<comment>NES ROM</comment>
- <comment xml:lang="fi">NES ROM</comment>
- <comment xml:lang="fr">NES ROM</comment>
- <comment xml:lang="hu">NES ROM</comment>
- <comment xml:lang="nl">NES ROM</comment>
- <comment xml:lang="nn">NES ROM</comment>
- <comment xml:lang="no">NES ROM</comment>
- <comment xml:lang="sr">NES ROM</comment>
- <comment xml:lang="sv">NES ROM</comment>
- <glob pattern="*.nes" />
+ <glob pattern="*.nes"/>
</mime-type>
<mime-type type="application/x-netcdf">
<comment>Unidata NetCDF document</comment>
- <comment xml:lang="fi">Unidata NetCDF document</comment>
- <comment xml:lang="fr">Unidata NetCDF document</comment>
- <comment xml:lang="hu">Unidata NetCDF document</comment>
- <comment xml:lang="nl">Unidata NetCDF document</comment>
- <comment xml:lang="nn">Unidata NetCDF document</comment>
- <comment xml:lang="no">Unidata NetCDF document</comment>
- <comment xml:lang="sr">Unidata NetCDF document</comment>
- <comment xml:lang="sv">Unidata NetCDF document</comment>
- <glob pattern="*.cdf" />
- <glob pattern="*.nc" />
+ <glob pattern="*.cdf"/>
+ <glob pattern="*.nc"/>
</mime-type>
<mime-type type="application/x-netscape-bookmarks">
<comment>Netscape bookmarks</comment>
- <comment xml:lang="fi">Netscape bookmarks</comment>
- <comment xml:lang="fr">Netscape bookmarks</comment>
- <comment xml:lang="hu">Netscape bookmarks</comment>
- <comment xml:lang="nl">Netscape bookmarks</comment>
- <comment xml:lang="nn">Netscape bookmarks</comment>
- <comment xml:lang="no">Netscape bookmarks</comment>
- <comment xml:lang="sr">Netscape bookmarks</comment>
- <comment xml:lang="sv">Netscape bookmarks</comment>
<magic priority="50">
- <match offset="0:64" type="string" value="<!DOCTYPE NETSCAPE-Bookmark-file-1>" />
+ <match type="string" value="&lt;!DOCTYPE NETSCAPE-Bookmark-file-1&gt;" offset="0:64"/>
</magic>
</mime-type>
<mime-type type="application/x-object">
<comment>object code</comment>
- <comment xml:lang="fi">object code</comment>
- <comment xml:lang="fr">object code</comment>
- <comment xml:lang="hu">object code</comment>
- <comment xml:lang="nl">object code</comment>
- <comment xml:lang="nn">object code</comment>
- <comment xml:lang="no">object code</comment>
- <comment xml:lang="sr">object code</comment>
- <comment xml:lang="sv">object code</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="1">
- <match offset="16" type="little16" value="1" />
+ <magic priority="50">
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="1" offset="5">
+ <match type="little16" value="1" offset="16"/>
</match>
</match>
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="2">
- <match offset="16" type="big16" value="1" />
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="2" offset="5">
+ <match type="big16" value="1" offset="16"/>
</match>
</match>
</magic>
- <glob pattern="*.o" />
+ <glob pattern="*.o"/>
</mime-type>
<mime-type type="application/ogg">
<comment>Ogg Vorbis audio</comment>
@@ -2105,24 +1501,16 @@
<comment xml:lang="sr">Ог-ворбис звучни запис</comment>
<comment xml:lang="sv">Ogg Vorbis-ljud</comment>
<magic priority="50">
- <match offset="0" type="string" value="OggS" />
+ <match type="string" value="OggS" offset="0"/>
</magic>
- <glob pattern="*.ogg" />
+ <glob pattern="*.ogg"/>
</mime-type>
<mime-type type="application/x-oleo">
<comment>GNU Oleo spreadsheet</comment>
- <comment xml:lang="fi">GNU Oleo spreadsheet</comment>
- <comment xml:lang="fr">GNU Oleo spreadsheet</comment>
- <comment xml:lang="hu">GNU Oleo spreadsheet</comment>
- <comment xml:lang="nl">GNU Oleo spreadsheet</comment>
- <comment xml:lang="nn">GNU Oleo spreadsheet</comment>
- <comment xml:lang="no">GNU Oleo spreadsheet</comment>
- <comment xml:lang="sr">GNU Oleo spreadsheet</comment>
- <comment xml:lang="sv">GNU Oleo spreadsheet</comment>
<magic priority="50">
- <match offset="31" type="string" value="Oleo" />
+ <match type="string" value="Oleo" offset="31"/>
</magic>
- <glob pattern="*.oleo" />
+ <glob pattern="*.oleo"/>
</mime-type>
<mime-type type="application/x-palm-database">
<comment>Palm OS database</comment>
@@ -2137,37 +1525,21 @@
</mime-type>
<mime-type type="application/x-pef-executable">
<comment>PEF executable</comment>
- <comment xml:lang="fi">PEF executable</comment>
- <comment xml:lang="fr">PEF executable</comment>
- <comment xml:lang="hu">PEF executable</comment>
- <comment xml:lang="nl">PEF executable</comment>
- <comment xml:lang="nn">PEF executable</comment>
- <comment xml:lang="no">PEF executable</comment>
- <comment xml:lang="sr">PEF executable</comment>
- <comment xml:lang="sv">PEF executable</comment>
<magic priority="50">
- <match offset="0" type="string" value="Joy!" />
+ <match type="string" value="Joy!" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-perl">
<comment>Perl script</comment>
- <comment xml:lang="fi">Perl script</comment>
- <comment xml:lang="fr">Perl script</comment>
- <comment xml:lang="hu">Perl script</comment>
- <comment xml:lang="nl">Perl script</comment>
- <comment xml:lang="nn">Perl script</comment>
- <comment xml:lang="no">Perl script</comment>
- <comment xml:lang="sr">Perl script</comment>
- <comment xml:lang="sv">Perl script</comment>
- <magic priority="50">
- <match offset="0" type="string" value="eval \"exec /usr/local/bin/perl" />
- <match offset="1:16" type="string" value="/bin/perl" />
- <match offset="1:16" type="string" value="/bin/env perl" />
- </magic>
- <glob pattern="*.pl" />
- <glob pattern="*.pm" />
- <glob pattern="*.al" />
- <glob pattern="*.perl" />
+ <magic priority="50">
+ <match type="string" value='eval \"exec /usr/local/bin/perl' offset="0"/>
+ <match type="string" value="/bin/perl" offset="1:16"/>
+ <match type="string" value="/bin/env perl" offset="1:16"/>
+ </magic>
+ <glob pattern="*.pl"/>
+ <glob pattern="*.pm"/><!-- module -->
+ <glob pattern="*.al"/><!-- autoloader -->
+ <glob pattern="*.perl"/>
</mime-type>
<mime-type type="application/x-php">
<comment>PHP script</comment>
@@ -2180,24 +1552,16 @@
<comment xml:lang="sr">PHP скрипта</comment>
<comment xml:lang="sv">PHP-skript</comment>
<magic priority="80">
- <match offset="0:64" type="string" value="<?php" />
+ <match type="string" value="&lt;?php" offset="0:64"/>
</magic>
- <glob pattern="*.php" />
- <glob pattern="*.php3" />
- <glob pattern="*.php4" />
+ <glob pattern="*.php"/>
+ <glob pattern="*.php3"/>
+ <glob pattern="*.php4"/>
</mime-type>
<mime-type type="application/x-pkcs12">
<comment>PKCS#12 certificate bundle</comment>
- <comment xml:lang="fi">PKCS#12 certificate bundle</comment>
- <comment xml:lang="fr">PKCS#12 certificate bundle</comment>
- <comment xml:lang="hu">PKCS#12 certificate bundle</comment>
- <comment xml:lang="nl">PKCS#12 certificate bundle</comment>
- <comment xml:lang="nn">PKCS#12 certificate bundle</comment>
- <comment xml:lang="no">PKCS#12 certificate bundle</comment>
- <comment xml:lang="sr">PKCS#12 certificate bundle</comment>
- <comment xml:lang="sv">PKCS#12 certificate bundle</comment>
- <glob pattern="*.p12" />
- <glob pattern="*.pfx" />
+ <glob pattern="*.p12"/>
+ <glob pattern="*.pfx"/>
</mime-type>
<mime-type type="application/x-profile">
<comment>profiler results</comment>
@@ -2209,43 +1573,27 @@
<comment xml:lang="no">profileingsresultat</comment>
<comment xml:lang="sr">резултати профилатора</comment>
<comment xml:lang="sv">profilerarresultat</comment>
- <glob pattern="gmon.out" />
+ <glob pattern="gmon.out"/>
</mime-type>
<mime-type type="application/x-pw">
<comment>Pathetic Writer document</comment>
- <comment xml:lang="fi">Pathetic Writer document</comment>
- <comment xml:lang="fr">Pathetic Writer document</comment>
- <comment xml:lang="hu">Pathetic Writer document</comment>
- <comment xml:lang="nl">Pathetic Writer document</comment>
- <comment xml:lang="nn">Pathetic Writer document</comment>
- <comment xml:lang="no">Pathetic Writer document</comment>
- <comment xml:lang="sr">Pathetic Writer document</comment>
- <comment xml:lang="sv">Pathetic Writer document</comment>
- <glob pattern="*.pw" />
+ <glob pattern="*.pw"/>
</mime-type>
<mime-type type="application/x-python">
<comment>Python script</comment>
- <comment xml:lang="fi">Python script</comment>
- <comment xml:lang="fr">Python script</comment>
- <comment xml:lang="hu">Python script</comment>
- <comment xml:lang="nl">Python script</comment>
- <comment xml:lang="nn">Python script</comment>
- <comment xml:lang="no">Python script</comment>
- <comment xml:lang="sr">Python script</comment>
- <comment xml:lang="sv">Python script</comment>
- <magic priority="50">
- <match offset="0" type="string" value="#!/bin/python" />
- <match offset="0" type="string" value="#! /bin/python" />
- <match offset="0" type="string" value="eval \"exec /bin/python" />
- <match offset="0" type="string" value="#!/usr/bin/python" />
- <match offset="0" type="string" value="#! /usr/bin/python" />
- <match offset="0" type="string" value="eval \"exec /usr/bin/python" />
- <match offset="0" type="string" value="#!/usr/local/bin/python" />
- <match offset="0" type="string" value="#! /usr/local/bin/python" />
- <match offset="0" type="string" value="eval \"exec /usr/local/bin/python" />
- <match offset="1:16" type="string" value="/bin/env python" />
- </magic>
- <glob pattern="*.py" />
+ <magic priority="50">
+ <match type="string" value="#!/bin/python" offset="0"/>
+ <match type="string" value="#! /bin/python" offset="0"/>
+ <match type="string" value='eval \"exec /bin/python' offset="0"/>
+ <match type="string" value="#!/usr/bin/python" offset="0"/>
+ <match type="string" value="#! /usr/bin/python" offset="0"/>
+ <match type="string" value='eval \"exec /usr/bin/python' offset="0"/>
+ <match type="string" value="#!/usr/local/bin/python" offset="0"/>
+ <match type="string" value="#! /usr/local/bin/python" offset="0"/>
+ <match type="string" value='eval \"exec /usr/local/bin/python' offset="0"/>
+ <match type="string" value='/bin/env python' offset="1:16"/>
+ </magic>
+ <glob pattern="*.py"/>
</mime-type>
<mime-type type="application/x-python-bytecode">
<comment>Python bytecode</comment>
@@ -2258,24 +1606,16 @@
<comment xml:lang="sr">Питонов бајт кôд</comment>
<comment xml:lang="sv">Python-bytekod</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0x994e0d0a" />
+ <match type="big32" value="0x994e0d0a" offset="0"/>
</magic>
- <glob pattern="*.pyc" />
- <glob pattern="*.pyo" />
+ <glob pattern="*.pyc"/>
+ <glob pattern="*.pyo"/>
</mime-type>
<mime-type type="application/x-quattropro">
<comment>Quattro Pro spreadsheet</comment>
- <comment xml:lang="fi">Quattro Pro spreadsheet</comment>
- <comment xml:lang="fr">Quattro Pro spreadsheet</comment>
- <comment xml:lang="hu">Quattro Pro spreadsheet</comment>
- <comment xml:lang="nl">Quattro Pro spreadsheet</comment>
- <comment xml:lang="nn">Quattro Pro spreadsheet</comment>
- <comment xml:lang="no">Quattro Pro spreadsheet</comment>
- <comment xml:lang="sr">Quattro Pro spreadsheet</comment>
- <comment xml:lang="sv">Quattro Pro spreadsheet</comment>
- <glob pattern="*.wb1" />
- <glob pattern="*.wb2" />
- <glob pattern="*.wb3" />
+ <glob pattern="*.wb1"/>
+ <glob pattern="*.wb2"/>
+ <glob pattern="*.wb3"/>
</mime-type>
<mime-type type="application/x-qw">
<comment>Quicken document</comment>
@@ -2287,67 +1627,35 @@
<comment xml:lang="no">Quicken-dokument</comment>
<comment xml:lang="sr">Quicken документ</comment>
<comment xml:lang="sv">Quicken-dokument</comment>
- <glob pattern="*.qif" />
+ <glob pattern="*.qif"/>
</mime-type>
<mime-type type="application/x-rar">
<comment>RAR archive</comment>
- <comment xml:lang="fi">RAR archive</comment>
- <comment xml:lang="fr">RAR archive</comment>
- <comment xml:lang="hu">RAR archive</comment>
- <comment xml:lang="nl">RAR archive</comment>
- <comment xml:lang="nn">RAR archive</comment>
- <comment xml:lang="no">RAR archive</comment>
- <comment xml:lang="sr">RAR archive</comment>
- <comment xml:lang="sv">RAR archive</comment>
<magic priority="50">
- <match offset="0" type="string" value="Rar!" />
+ <match type="string" value="Rar!" offset="0"/>
</magic>
- <glob pattern="*.rar" />
+ <glob pattern="*.rar"/>
</mime-type>
<mime-type type="application/x-reject">
<comment>rejected patch</comment>
- <comment xml:lang="fi">rejected patch</comment>
- <comment xml:lang="fr">rejected patch</comment>
- <comment xml:lang="hu">rejected patch</comment>
- <comment xml:lang="nl">rejected patch</comment>
- <comment xml:lang="nn">rejected patch</comment>
- <comment xml:lang="no">rejected patch</comment>
- <comment xml:lang="sr">rejected patch</comment>
- <comment xml:lang="sv">rejected patch</comment>
- <glob pattern="*.rej" />
+ <glob pattern="*.rej"/>
</mime-type>
<mime-type type="application/x-rpm">
<comment>RPM package</comment>
- <comment xml:lang="fi">RPM package</comment>
- <comment xml:lang="fr">RPM package</comment>
- <comment xml:lang="hu">RPM package</comment>
- <comment xml:lang="nl">RPM package</comment>
- <comment xml:lang="nn">RPM package</comment>
- <comment xml:lang="no">RPM package</comment>
- <comment xml:lang="sr">RPM package</comment>
- <comment xml:lang="sv">RPM package</comment>
<magic priority="50">
- <match offset="0" type="string" value="\xed\xab\xee\xdb" />
+ <match type="string" value="\xed\xab\xee\xdb" offset="0"/>
</magic>
- <glob pattern="*.rpm" />
+ <glob pattern="*.rpm"/>
</mime-type>
<mime-type type="application/x-ruby">
<comment>Ruby script</comment>
- <comment xml:lang="fi">Ruby script</comment>
- <comment xml:lang="fr">Ruby script</comment>
- <comment xml:lang="hu">Ruby script</comment>
- <comment xml:lang="nl">Ruby script</comment>
- <comment xml:lang="nn">Ruby script</comment>
- <comment xml:lang="no">Ruby script</comment>
- <comment xml:lang="sr">Ruby script</comment>
- <comment xml:lang="sv">Ruby script</comment>
<magic>
- <match offset="1:16" type="string" value="/bin/env ruby" />
+ <match type="string" value="/bin/env ruby" offset="1:16"/>
</magic>
</mime-type>
<mime-type type="application/x-sc">
<magic priority="50">
- <match offset="38" type="string" value="Spreadsheet" />
+ <match type="string" value="Spreadsheet" offset="38"/>
</magic>
</mime-type>
<mime-type type="application/x-shar">
@@ -2360,19 +1668,11 @@
<comment xml:lang="no">skallarkiv</comment>
<comment xml:lang="sr">Архива љуске (SHAR)</comment>
<comment xml:lang="sv">skalarkiv</comment>
- <glob pattern="*.shar" />
+ <glob pattern="*.shar"/>
</mime-type>
<mime-type type="application/x-shared-library-la">
<comment>shared library (la)</comment>
- <comment xml:lang="fi">shared library (la)</comment>
- <comment xml:lang="fr">shared library (la)</comment>
- <comment xml:lang="hu">shared library (la)</comment>
- <comment xml:lang="nl">shared library (la)</comment>
- <comment xml:lang="nn">shared library (la)</comment>
- <comment xml:lang="no">shared library (la)</comment>
- <comment xml:lang="sr">shared library (la)</comment>
- <comment xml:lang="sv">shared library (la)</comment>
- <glob pattern="*.la" />
+ <glob pattern="*.la"/>
</mime-type>
<mime-type type="application/x-sharedlib">
<comment>shared library</comment>
@@ -2385,22 +1685,22 @@
<comment xml:lang="sr">дељена библиотека</comment>
<comment xml:lang="sv">delat bibliotek</comment>
<magic priority="50">
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="1">
- <match offset="16" type="little16" value="3" />
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="1" offset="5">
+ <match type="little16" value="3" offset="16"/>
</match>
</match>
- <match offset="0" type="string" value="\177ELF">
- <match offset="5" type="byte" value="2">
- <match offset="16" type="big16" value="3" />
+ <match type="string" value="\177ELF" offset="0">
+ <match type="byte" value="2" offset="5">
+ <match type="big16" value="3" offset="16"/>
</match>
</match>
- <match offset="0" type="little16" value="0603">
- <match mask="030000" offset="22" type="little16" value="020000" />
+ <match type="little16" value="0603" offset="0">
+ <match type="little16" mask="030000" value="020000" offset="22"/>
</match>
- <match mask="0xffffffff000000000000000000000000ff" offset="0" type="string" value="\177ELF \003" />
+ <match type="string" mask="0xffffffff000000000000000000000000ff" value="\177ELF \003" offset="0"/>
</magic>
- <glob pattern="*.so" />
+ <glob pattern="*.so"/>
</mime-type>
<mime-type type="application/x-shellscript">
<comment>shell script</comment>
@@ -2413,52 +1713,36 @@
<comment xml:lang="sr">скрипта љуске</comment>
<comment xml:lang="sv">skalskript</comment>
<magic priority="50">
- <match offset="0" type="string" value="#!/bin/ksh" />
- <match offset="0" type="string" value="#!/usr/local/bin/ash" />
- <match offset="0" type="string" value="#!/usr/local/tcsh" />
- <match offset="10" type="string" value="# This is a shell archive" />
- <match offset="1:16" type="string" value="/bin/bash" />
- <match offset="1:16" type="string" value="/bin/nawk" />
- <match offset="1:16" type="string" value="/bin/tcsh" />
- <match offset="1:16" type="string" value="/bin/csh" />
- <match offset="1:16" type="string" value="/bin/zsh" />
- <match offset="1:16" type="string" value="/bin/sh" />
- <match offset="0" type="string" value="#!/usr/bin/env sh" />
- <match offset="0" type="string" value="#!/usr/bin/env bash" />
- <match offset="0" type="string" value="#!/usr/bin/env csh" />
- <match offset="0" type="string" value="#!/usr/bin/env tcsh" />
- <match offset="0" type="string" value="#!/usr/bin/env zsh" />
+ <match type="string" value="#!/bin/ksh" offset="0"/>
+ <match type="string" value="#!/usr/local/bin/ash" offset="0"/>
+ <match type="string" value="#!/usr/local/tcsh" offset="0"/>
+ <match type="string" value="# This is a shell archive" offset="10"/>
+ <match type="string" value="/bin/bash" offset="1:16"/>
+ <match type="string" value="/bin/nawk" offset="1:16"/>
+ <match type="string" value="/bin/tcsh" offset="1:16"/>
+ <match type="string" value="/bin/csh" offset="1:16"/>
+ <match type="string" value="/bin/zsh" offset="1:16"/>
+ <match type="string" value="/bin/sh" offset="1:16"/>
+ <match type="string" value="#!/usr/bin/env sh" offset="0"/>
+ <match type="string" value="#!/usr/bin/env bash" offset="0"/>
+ <match type="string" value="#!/usr/bin/env csh" offset="0"/>
+ <match type="string" value="#!/usr/bin/env tcsh" offset="0"/>
+ <match type="string" value="#!/usr/bin/env zsh" offset="0"/>
</magic>
- <glob pattern="*.sh" />
- <glob pattern="*.csh" />
+ <glob pattern="*.sh"/>
+ <glob pattern="*.csh"/>
</mime-type>
<mime-type type="application/x-shockwave-flash">
<comment>Shockwave Flash file</comment>
- <comment xml:lang="fi">Shockwave Flash file</comment>
- <comment xml:lang="fr">Shockwave Flash file</comment>
- <comment xml:lang="hu">Shockwave Flash file</comment>
- <comment xml:lang="nl">Shockwave Flash file</comment>
- <comment xml:lang="nn">Shockwave Flash file</comment>
- <comment xml:lang="no">Shockwave Flash file</comment>
- <comment xml:lang="sr">Shockwave Flash file</comment>
- <comment xml:lang="sv">Shockwave Flash file</comment>
<magic priority="50">
- <match offset="0" type="string" value="FWS" />
+ <match type="string" value="FWS" offset="0"/>
</magic>
- <glob pattern="*.swf" />
+ <glob pattern="*.swf"/>
</mime-type>
<mime-type type="application/x-siag">
<comment>Siag spreadsheet</comment>
- <comment xml:lang="fi">Siag spreadsheet</comment>
- <comment xml:lang="fr">Siag spreadsheet</comment>
- <comment xml:lang="hu">Siag spreadsheet</comment>
- <comment xml:lang="nl">Siag spreadsheet</comment>
- <comment xml:lang="nn">Siag spreadsheet</comment>
- <comment xml:lang="no">Siag spreadsheet</comment>
- <comment xml:lang="sr">Siag spreadsheet</comment>
- <comment xml:lang="sv">Siag spreadsheet</comment>
- <glob pattern="*.siag" />
+ <glob pattern="*.siag"/>
</mime-type>
<mime-type type="application/x-slp">
<comment>Stampede package</comment>
@@ -2473,16 +1757,8 @@
</mime-type>
<mime-type type="application/x-sms-rom">
<comment>SMS/Game Gear ROM</comment>
- <comment xml:lang="fi">SMS/Game Gear ROM</comment>
- <comment xml:lang="fr">SMS/Game Gear ROM</comment>
- <comment xml:lang="hu">SMS/Game Gear ROM</comment>
- <comment xml:lang="nl">SMS/Game Gear ROM</comment>
- <comment xml:lang="nn">SMS/Game Gear ROM</comment>
- <comment xml:lang="no">SMS/Game Gear ROM</comment>
- <comment xml:lang="sr">SMS/Game Gear ROM</comment>
- <comment xml:lang="sv">SMS/Game Gear ROM</comment>
- <glob pattern="*.sms" />
- <glob pattern="*.gg" />
+ <glob pattern="*.sms"/>
+ <glob pattern="*.gg"/>
</mime-type>
<mime-type type="application/x-stuffit">
<comment>Macintosh StuffIt archive</comment>
@@ -2495,8 +1771,8 @@
<comment xml:lang="sr">Мекинтош StuffIt архива</comment>
<comment xml:lang="sv">Macintosh StuffIt-arkiv </comment>
<magic priority="50">
- <match offset="0" type="string" value="StuffIt" />
- <match offset="0" type="string" value="SIT!" />
+ <match type="string" value="StuffIt " offset="0"/>
+ <match type="string" value="SIT!" offset="0"/>
</magic>
</mime-type>
<mime-type type="application/x-sv4cpio">
@@ -2509,7 +1785,7 @@
<comment xml:lang="no">SV4 CPIO-arkiv</comment>
<comment xml:lang="sr">SV4 CPIO архива</comment>
<comment xml:lang="sv">SV4 CPIO-arkiv</comment>
- <glob pattern="*.sv4cpio" />
+ <glob pattern="*.sv4cpio"/>
</mime-type>
<mime-type type="application/x-sv4crc">
<comment>SV4 CPIP archive (with CRC)</comment>
@@ -2521,74 +1797,34 @@
<comment xml:lang="no">SV4 CPIO-arkiv (med CRC)</comment>
<comment xml:lang="sr">SV4 CPIP архива (са CRC-ом)</comment>
<comment xml:lang="sv">SV4 CPIO-arkiv (med CRC)</comment>
- <glob pattern="*.sv4crc" />
+ <glob pattern="*.sv4crc"/>
</mime-type>
<mime-type type="application/x-tar">
<comment>tar archive</comment>
- <comment xml:lang="fi">tar archive</comment>
- <comment xml:lang="fr">tar archive</comment>
- <comment xml:lang="hu">tar archive</comment>
- <comment xml:lang="nl">tar archive</comment>
- <comment xml:lang="nn">tar archive</comment>
- <comment xml:lang="no">tar archive</comment>
- <comment xml:lang="sr">tar archive</comment>
- <comment xml:lang="sv">tar archive</comment>
<magic priority="50">
- <match offset="257" type="string" value="ustar\0" />
- <match offset="257" type="string" value="ustar\040\040\0" />
+ <match type="string" value="ustar\0" offset="257"/>
+ <match type="string" value="ustar\040\040\0" offset="257"/>
</magic>
- <glob pattern="*.tar" />
+ <glob pattern="*.tar"/>
</mime-type>
<mime-type type="application/x-tarz">
<comment>tar archive (compressed)</comment>
- <comment xml:lang="fi">tar archive (compressed)</comment>
- <comment xml:lang="fr">tar archive (compressed)</comment>
- <comment xml:lang="hu">tar archive (compressed)</comment>
- <comment xml:lang="nl">tar archive (compressed)</comment>
- <comment xml:lang="nn">tar archive (compressed)</comment>
- <comment xml:lang="no">tar archive (compressed)</comment>
- <comment xml:lang="sr">tar archive (compressed)</comment>
- <comment xml:lang="sv">tar archive (compressed)</comment>
- <glob pattern="*.tar.Z" />
+ <glob pattern="*.tar.Z"/>
</mime-type>
<mime-type type="application/x-tex-gf">
<comment>generic font file</comment>
- <comment xml:lang="fi">generic font file</comment>
- <comment xml:lang="fr">generic font file</comment>
- <comment xml:lang="hu">generic font file</comment>
- <comment xml:lang="nl">generic font file</comment>
- <comment xml:lang="nn">generic font file</comment>
- <comment xml:lang="no">generic font file</comment>
- <comment xml:lang="sr">generic font file</comment>
- <comment xml:lang="sv">generic font file</comment>
- <glob pattern="*.*gf" />
+ <glob pattern="*.*gf"/>
</mime-type>
<mime-type type="application/x-tex-pk">
<comment>packed font file</comment>
- <comment xml:lang="fi">packed font file</comment>
- <comment xml:lang="fr">packed font file</comment>
- <comment xml:lang="hu">packed font file</comment>
- <comment xml:lang="nl">packed font file</comment>
- <comment xml:lang="nn">packed font file</comment>
- <comment xml:lang="no">packed font file</comment>
- <comment xml:lang="sr">packed font file</comment>
- <comment xml:lang="sv">packed font file</comment>
- <glob pattern="*pk" />
+ <glob pattern="*pk"/>
</mime-type>
<mime-type type="application/x-tgif">
<comment>TGIF document</comment>
- <comment xml:lang="fi">TGIF document</comment>
- <comment xml:lang="fr">TGIF document</comment>
- <comment xml:lang="hu">TGIF document</comment>
- <comment xml:lang="nl">TGIF document</comment>
- <comment xml:lang="nn">TGIF document</comment>
- <comment xml:lang="no">TGIF document</comment>
- <comment xml:lang="sr">TGIF document</comment>
- <comment xml:lang="sv">TGIF document</comment>
<magic priority="50">
- <match offset="0" type="string" value="%TGIF" />
+ <match type="string" value="%TGIF" offset="0"/>
</magic>
- <glob pattern="*.obj" />
+ <glob pattern="*.obj"/>
</mime-type>
<mime-type type="application/x-theme">
<comment>theme</comment>
@@ -2600,7 +1836,7 @@
<comment xml:lang="no">tema</comment>
<comment xml:lang="sr">тема</comment>
<comment xml:lang="sv">tema</comment>
- <glob pattern="*.theme" />
+ <glob pattern="*.theme"/>
</mime-type>
<mime-type type="application/x-toutdoux">
<comment>ToutDoux document</comment>
@@ -2615,19 +1851,11 @@
</mime-type>
<mime-type type="application/x-trash">
<comment>backup file</comment>
- <comment xml:lang="fi">backup file</comment>
- <comment xml:lang="fr">backup file</comment>
- <comment xml:lang="hu">backup file</comment>
- <comment xml:lang="nl">backup file</comment>
- <comment xml:lang="nn">backup file</comment>
- <comment xml:lang="no">backup file</comment>
- <comment xml:lang="sr">backup file</comment>
- <comment xml:lang="sv">backup file</comment>
- <glob pattern="*~" />
- <glob pattern="*%" />
- <glob pattern="*.bak" />
- <glob pattern="*.old" />
- <glob pattern="*.sik" />
+ <glob pattern="*~"/>
+ <glob pattern="*%"/>
+ <glob pattern="*.bak"/>
+ <glob pattern="*.old"/>
+ <glob pattern="*.sik"/>
</mime-type>
<mime-type type="application/x-troff">
<comment>Troff document</comment>
@@ -2640,26 +1868,18 @@
<comment xml:lang="sr">Troff документ</comment>
<comment xml:lang="sv">Troff-dokument</comment>
<magic priority="50">
- <match offset="0" type="string" value=".\\\"" />
- <match offset="0" type="string" value="'\\\"" />
- <match offset="0" type="string" value="'.\\\"" />
- <match offset="0" type="string" value="\\\"" />
+ <match type="string" value='.\\\"' offset="0"/>
+ <match type="string" value="'\\\&quot;" offset="0"/>
+ <match type="string" value="'.\\\&quot;" offset="0"/>
+ <match type="string" value='\\\"' offset="0"/>
</magic>
- <glob pattern="*.tr" />
- <glob pattern="*.roff" />
- <glob pattern="*.t" />
+ <glob pattern="*.tr"/>
+ <glob pattern="*.roff"/>
+ <glob pattern="*.t"/>
</mime-type>
<mime-type type="application/x-troff-man">
<comment>Troff document (with manpage macros)</comment>
- <comment xml:lang="fi">Troff document (with manpage macros)</comment>
- <comment xml:lang="fr">Troff document (with manpage macros)</comment>
- <comment xml:lang="hu">Troff document (with manpage macros)</comment>
- <comment xml:lang="nl">Troff document (with manpage macros)</comment>
- <comment xml:lang="nn">Troff document (with manpage macros)</comment>
- <comment xml:lang="no">Troff document (with manpage macros)</comment>
- <comment xml:lang="sr">Troff document (with manpage macros)</comment>
- <comment xml:lang="sv">Troff document (with manpage macros)</comment>
- <glob pattern="*.man" />
+ <glob pattern="*.man"/>
</mime-type>
<mime-type type="application/x-troff-man-compressed">
<comment>manual page (compressed)</comment>
@@ -2674,16 +1894,8 @@
</mime-type>
<mime-type type="application/x-tzo">
<comment>tar archive (LZO-compressed)</comment>
- <comment xml:lang="fi">tar archive (LZO-compressed)</comment>
- <comment xml:lang="fr">tar archive (LZO-compressed)</comment>
- <comment xml:lang="hu">tar archive (LZO-compressed)</comment>
- <comment xml:lang="nl">tar archive (LZO-compressed)</comment>
- <comment xml:lang="nn">tar archive (LZO-compressed)</comment>
- <comment xml:lang="no">tar archive (LZO-compressed)</comment>
- <comment xml:lang="sr">tar archive (LZO-compressed)</comment>
- <comment xml:lang="sv">tar archive (LZO-compressed)</comment>
- <glob pattern="*.tar.lzo" />
- <glob pattern="*.tzo" />
+ <glob pattern="*.tar.lzo"/>
+ <glob pattern="*.tzo"/>
</mime-type>
<mime-type type="application/x-ustar">
<comment>ustar archive</comment>
@@ -2695,7 +1907,7 @@
<comment xml:lang="no">ustar-arkiv</comment>
<comment xml:lang="sr">ustar архива</comment>
<comment xml:lang="sv">ustar-arkiv</comment>
- <glob pattern="*.ustar" />
+ <glob pattern="*.ustar"/>
</mime-type>
<mime-type type="application/x-wais-source">
<comment>WAIS source code</comment>
@@ -2707,77 +1919,37 @@
<comment xml:lang="no">WAIS-kildekode</comment>
<comment xml:lang="sr">WAIS изворни кôд</comment>
<comment xml:lang="sv">WAIS-källkod</comment>
- <glob pattern="*.src" />
+ <glob pattern="*.src"/>
</mime-type>
<mime-type type="application/x-x509-ca-cert">
<comment>DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="fi">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="fr">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="hu">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="nl">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="nn">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="no">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="sr">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <comment xml:lang="sv">DER/PEM/Netscape-encoded X.509 certificate</comment>
- <glob pattern="*.der" />
- <glob pattern="*.cer" />
- <glob pattern="*.crt" />
- <glob pattern="*.cert" />
- <glob pattern="*.pem" />
+ <glob pattern="*.der"/>
+ <glob pattern="*.cer"/>
+ <glob pattern="*.crt"/>
+ <glob pattern="*.cert"/>
+ <glob pattern="*.pem"/>
</mime-type>
<mime-type type="application/x-zerosize">
<comment>empty document</comment>
- <comment xml:lang="fi">empty document</comment>
- <comment xml:lang="fr">empty document</comment>
- <comment xml:lang="hu">empty document</comment>
- <comment xml:lang="nl">empty document</comment>
- <comment xml:lang="nn">empty document</comment>
- <comment xml:lang="no">empty document</comment>
- <comment xml:lang="sr">empty document</comment>
- <comment xml:lang="sv">empty document</comment>
</mime-type>
<mime-type type="application/x-zoo">
<comment>zoo archive</comment>
- <comment xml:lang="fi">zoo archive</comment>
- <comment xml:lang="fr">zoo archive</comment>
- <comment xml:lang="hu">zoo archive</comment>
- <comment xml:lang="nl">zoo archive</comment>
- <comment xml:lang="nn">zoo archive</comment>
- <comment xml:lang="no">zoo archive</comment>
- <comment xml:lang="sr">zoo archive</comment>
- <comment xml:lang="sv">zoo archive</comment>
<magic priority="50">
- <match offset="20" type="little32" value="0xfdc4a7dc" />
+ <match type="little32" value="0xfdc4a7dc" offset="20"/>
</magic>
- <glob pattern="*.zoo" />
+ <glob pattern="*.zoo"/>
</mime-type>
<mime-type type="application/xhtml+xml">
<comment>XHTML page</comment>
- <comment xml:lang="fi">XHTML page</comment>
- <comment xml:lang="fr">XHTML page</comment>
- <comment xml:lang="hu">XHTML page</comment>
- <comment xml:lang="nl">XHTML page</comment>
- <comment xml:lang="nn">XHTML page</comment>
- <comment xml:lang="no">XHTML page</comment>
- <comment xml:lang="sr">XHTML page</comment>
- <comment xml:lang="sv">XHTML page</comment>
- <glob pattern="*.xhtml" />
- <root-XML namespaceURI="http://www.w3.org/1999/xhtml" localName="html" />
+ <glob pattern="*.xhtml"/>
+ <root-XML namespaceURI='http://www.w3.org/1999/xhtml' localName='html'/>
</mime-type>
<mime-type type="application/zip">
<comment>ZIP archive</comment>
- <comment xml:lang="fi">ZIP archive</comment>
- <comment xml:lang="fr">ZIP archive</comment>
- <comment xml:lang="hu">ZIP archive</comment>
- <comment xml:lang="nl">ZIP archive</comment>
- <comment xml:lang="nn">ZIP archive</comment>
- <comment xml:lang="no">ZIP archive</comment>
- <comment xml:lang="sr">ZIP archive</comment>
- <comment xml:lang="sv">ZIP archive</comment>
<magic priority="40">
- <match offset="0" type="string" value="PK\003\004" />
+ <match type="string" value="PK\003\004" offset="0"/>
</magic>
- <glob pattern="*.zip" />
+ <glob pattern="*.zip"/>
</mime-type>
<mime-type type="audio/ac3">
<comment>Dolby Digital audio</comment>
@@ -2789,7 +1961,7 @@
<comment xml:lang="no">Dolby digital lyd</comment>
<comment xml:lang="sr">Дигитални Dolby звучни запис</comment>
<comment xml:lang="sv">Dolby Digital-ljud</comment>
- <glob pattern="*.ac3" />
+ <glob pattern="*.ac3"/>
</mime-type>
<mime-type type="audio/basic">
<comment>ULAW (Sun) audio</comment>
@@ -2802,26 +1974,18 @@
<comment xml:lang="sr">ULAW (Sun) звучни запис</comment>
<comment xml:lang="sv">ULAW-ljud (Sun)</comment>
<magic priority="40">
- <match offset="0" type="string" value=".snd" />
+ <match type="string" value=".snd" offset="0"/>
</magic>
- <glob pattern="*.au" />
- <glob pattern="*.snd" />
+ <glob pattern="*.au"/>
+ <glob pattern="*.snd"/>
</mime-type>
<mime-type type="audio/prs.sid">
<comment>Commodore 64 audio</comment>
- <comment xml:lang="fi">Commodore 64 audio</comment>
- <comment xml:lang="fr">Commodore 64 audio</comment>
- <comment xml:lang="hu">Commodore 64 audio</comment>
- <comment xml:lang="nl">Commodore 64 audio</comment>
- <comment xml:lang="nn">Commodore 64 audio</comment>
- <comment xml:lang="no">Commodore 64 audio</comment>
- <comment xml:lang="sr">Commodore 64 audio</comment>
- <comment xml:lang="sv">Commodore 64 audio</comment>
<magic priority="50">
- <match offset="0" type="string" value="PSID" />
+ <match type="string" value="PSID" offset="0"/>
</magic>
- <glob pattern="*.sid" />
- <glob pattern="*.psid" />
+ <glob pattern="*.sid"/>
+ <glob pattern="*.psid"/>
</mime-type>
<mime-type type="audio/vnd.rn-realaudio">
<comment>RealAudio broadcast</comment>
@@ -2845,18 +2009,18 @@
<comment xml:lang="sr">PCM звучни запис</comment>
<comment xml:lang="sv">PCM-ljud</comment>
<magic priority="50">
- <match offset="0" type="string" value=".snd">
- <match offset="12" type="big32" value="23" />
+ <match type="string" value=".snd" offset="0">
+ <match type="big32" value="23" offset="12"/>
</match>
- <match offset="0" type="little32" value="0x0064732E">
- <match offset="12" type="little32" value="1" />
- <match offset="12" type="little32" value="2" />
- <match offset="12" type="little32" value="3" />
- <match offset="12" type="little32" value="4" />
- <match offset="12" type="little32" value="5" />
- <match offset="12" type="little32" value="6" />
- <match offset="12" type="little32" value="7" />
- <match offset="12" type="little32" value="23" />
+ <match type="little32" value="0x0064732E" offset="0">
+ <match type="little32" value="1" offset="12"/>
+ <match type="little32" value="2" offset="12"/>
+ <match type="little32" value="3" offset="12"/>
+ <match type="little32" value="4" offset="12"/>
+ <match type="little32" value="5" offset="12"/>
+ <match type="little32" value="6" offset="12"/>
+ <match type="little32" value="7" offset="12"/>
+ <match type="little32" value="23" offset="12"/>
</match>
</magic>
</mime-type>
@@ -2871,7 +2035,7 @@
<comment xml:lang="sr">AIFC звучни запис</comment>
<comment xml:lang="sv">AIFC-ljud</comment>
<magic priority="50">
- <match offset="8" type="string" value="AIFC" />
+ <match type="string" value="AIFC" offset="8"/>
</magic>
</mime-type>
<mime-type type="audio/x-aiff">
@@ -2885,13 +2049,13 @@
<comment xml:lang="sr">AIFF/Амига/Мекинтош звучни запис</comment>
<comment xml:lang="sv">AIFF/Amiga/Mac-ljud</comment>
<magic priority="50">
- <match offset="8" type="string" value="AIFF" />
- <match offset="8" type="string" value="AIFC" />
- <match offset="8" type="string" value="8SVX" />
+ <match type="string" value="AIFF" offset="8"/>
+ <match type="string" value="AIFC" offset="8"/>
+ <match type="string" value="8SVX" offset="8"/>
</magic>
- <glob pattern="*.aiff" />
- <glob pattern="*.aif" />
- <glob pattern="*.aifc" />
+ <glob pattern="*.aiff"/>
+ <glob pattern="*.aif"/>
+ <glob pattern="*.aifc"/>
</mime-type>
<mime-type type="audio/x-aiffc">
<comment>AIFF audio</comment>
@@ -2915,12 +2079,16 @@
<comment xml:lang="sr">Impulse Tracker звучни запис</comment>
<comment xml:lang="sv">Impulse Tracker-ljud</comment>
<magic priority="50">
- <match offset="0" type="string" value="IMPM" />
+ <match type="string" value="IMPM" offset="0"/>
</magic>
- <glob pattern="*.it" />
+ <glob pattern="*.it"/>
+ </mime-type>
+ <mime-type type="audio/x-flac">
+ <comment>FLAC audio</comment>
+ <glob pattern="*.flac"/>
</mime-type>
<mime-type type="audio/midi">
- <alias type="audio/x-midi" />
+ <alias type="audio/x-midi"/>
<comment>MIDI audio</comment>
<comment xml:lang="fi">MIDI-ääni</comment>
<comment xml:lang="fr">audio MIDI</comment>
@@ -2931,28 +2099,20 @@
<comment xml:lang="sr">MIDI звучни запис</comment>
<comment xml:lang="sv">MIDI-ljud</comment>
<magic priority="50">
- <match offset="0" type="string" value="MThd" />
+ <match type="string" value="MThd" offset="0"/>
</magic>
- <glob pattern="*.mid" />
- <glob pattern="*.midi" />
+ <glob pattern="*.mid"/>
+ <glob pattern="*.midi"/>
</mime-type>
<mime-type type="audio/x-mod">
<comment>Amiga SoundTracker audio</comment>
- <comment xml:lang="fi">Amiga SoundTracker audio</comment>
- <comment xml:lang="fr">Amiga SoundTracker audio</comment>
- <comment xml:lang="hu">Amiga SoundTracker audio</comment>
- <comment xml:lang="nl">Amiga SoundTracker audio</comment>
- <comment xml:lang="nn">Amiga SoundTracker audio</comment>
- <comment xml:lang="no">Amiga SoundTracker audio</comment>
- <comment xml:lang="sr">Amiga SoundTracker audio</comment>
- <comment xml:lang="sv">Amiga SoundTracker audio</comment>
- <glob pattern="*.mod" />
- <glob pattern="*.ult" />
- <glob pattern="*.uni" />
- <glob pattern="*.XM" />
- <glob pattern="*.m15" />
- <glob pattern="*.mtm" />
- <glob pattern="*.669" />
+ <glob pattern="*.mod"/>
+ <glob pattern="*.ult"/>
+ <glob pattern="*.uni"/>
+ <glob pattern="*.XM"/>
+ <glob pattern="*.m15"/>
+ <glob pattern="*.mtm"/>
+ <glob pattern="*.669"/>
</mime-type>
<mime-type type="audio/x-mp3">
<comment>MP3 audio</comment>
@@ -2965,22 +2125,14 @@
<comment xml:lang="sr">MP3 звучни запис</comment>
<comment xml:lang="sv">MP3-ljud</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0xfffb" />
- <match offset="0" type="string" value="ID3" />
- <match mask="0xfff0" offset="0" type="big16" value="0xfff0" />
+ <match type="big32" value="0xfffb" offset="0"/>
+ <match type="string" value="ID3" offset="0"/>
+ <match type="big16" mask="0xfff0" value="0xfff0" offset="0"/>
</magic>
- <glob pattern="*.mp3" />
+ <glob pattern="*.mp3"/>
</mime-type>
<mime-type type="audio/x-mp3-playlist">
<comment>MP3 playlist</comment>
- <comment xml:lang="fi">MP3 playlist</comment>
- <comment xml:lang="fr">MP3 playlist</comment>
- <comment xml:lang="hu">MP3 playlist</comment>
- <comment xml:lang="nl">MP3 playlist</comment>
- <comment xml:lang="nn">MP3 playlist</comment>
- <comment xml:lang="no">MP3 playlist</comment>
- <comment xml:lang="sr">MP3 playlist</comment>
- <comment xml:lang="sv">MP3 playlist</comment>
</mime-type>
<mime-type type="audio/x-mpeg">
<comment>MP3 audio</comment>
@@ -2995,15 +2147,7 @@
</mime-type>
<mime-type type="audio/x-mpegurl">
<comment>MP3 audio (streamed)</comment>
- <comment xml:lang="fi">MP3 audio (streamed)</comment>
- <comment xml:lang="fr">MP3 audio (streamed)</comment>
- <comment xml:lang="hu">MP3 audio (streamed)</comment>
- <comment xml:lang="nl">MP3 audio (streamed)</comment>
- <comment xml:lang="nn">MP3 audio (streamed)</comment>
- <comment xml:lang="no">MP3 audio (streamed)</comment>
- <comment xml:lang="sr">MP3 audio (streamed)</comment>
- <comment xml:lang="sv">MP3 audio (streamed)</comment>
- <glob pattern="*.m3u" />
+ <glob pattern="*.m3u"/>
</mime-type>
<mime-type type="audio/x-ms-asx">
<comment>Playlist</comment>
@@ -3016,9 +2160,9 @@
<comment xml:lang="sr">Листа нумера</comment>
<comment xml:lang="sv">Spellista</comment>
<magic priority="50">
- <match offset="0" type="string" value="ASF" />
- <match offset="0" type="string" value="<ASX" />
- <match offset="0" type="string" value="<asx" />
+ <match type="string" value="ASF " offset="0"/>
+ <match type="string" value="&lt;ASX" offset="0"/>
+ <match type="string" value="&lt;asx" offset="0"/>
</magic>
</mime-type>
<mime-type type="audio/x-pn-realaudio">
@@ -3032,11 +2176,11 @@
<comment xml:lang="sr">RealAudio емитовање</comment>
<comment xml:lang="sv">RealAudio-utsändning</comment>
<magic priority="50">
- <match offset="0" type="string" value=".ra\375" />
+ <match type="string" value=".ra\375" offset="0"/>
</magic>
- <glob pattern="*.ra" />
- <glob pattern="*.ram" />
- <glob pattern="*.rm" />
+ <glob pattern="*.ra"/>
+ <glob pattern="*.ram"/>
+ <glob pattern="*.rm"/>
</mime-type>
<mime-type type="audio/x-riff">
<comment>RIFF audio</comment>
@@ -3048,9 +2192,9 @@
<comment xml:lang="no">RIFF-lyd</comment>
<comment xml:lang="sr">RIFF звучни запис</comment>
<comment xml:lang="sv">RIFF-ljud</comment>
-
+ <!-- need to be lower prio than avi -->
<magic priority="45">
- <match offset="0" type="string" value="RIFF" />
+ <match type="string" value="RIFF" offset="0"/>
</magic>
</mime-type>
<mime-type type="audio/x-s3m">
@@ -3063,19 +2207,11 @@
<comment xml:lang="no">Scream Tracker 3-lyd</comment>
<comment xml:lang="sr">Scream Tracker 3 звучни запис</comment>
<comment xml:lang="sv">Scream Tracker 3-ljud</comment>
- <glob pattern="*.s3m" />
+ <glob pattern="*.s3m"/>
</mime-type>
<mime-type type="audio/x-scpls">
<comment>MP3 ShoutCast playlist</comment>
- <comment xml:lang="fi">MP3 ShoutCast playlist</comment>
- <comment xml:lang="fr">MP3 ShoutCast playlist</comment>
- <comment xml:lang="hu">MP3 ShoutCast playlist</comment>
- <comment xml:lang="nl">MP3 ShoutCast playlist</comment>
- <comment xml:lang="nn">MP3 ShoutCast playlist</comment>
- <comment xml:lang="no">MP3 ShoutCast playlist</comment>
- <comment xml:lang="sr">MP3 ShoutCast playlist</comment>
- <comment xml:lang="sv">MP3 ShoutCast playlist</comment>
- <glob pattern="*.pls" />
+ <glob pattern="*.pls"/>
</mime-type>
<mime-type type="audio/x-stm">
<comment>Scream Tracker audio</comment>
@@ -3087,7 +2223,7 @@
<comment xml:lang="no">Scream Tracker-lyd</comment>
<comment xml:lang="sr">Scream Tracker звучни запис</comment>
<comment xml:lang="sv">Scream Tracker-ljud</comment>
- <glob pattern="*.stm" />
+ <glob pattern="*.stm"/>
</mime-type>
<mime-type type="audio/x-voc">
<comment>VOC audio</comment>
@@ -3099,7 +2235,7 @@
<comment xml:lang="no">VOC-lyd</comment>
<comment xml:lang="sr">VOC звучни запис</comment>
<comment xml:lang="sv">VOC-ljud</comment>
- <glob pattern="*.voc" />
+ <glob pattern="*.voc"/>
</mime-type>
<mime-type type="audio/x-wav">
<comment>WAV audio</comment>
@@ -3112,10 +2248,10 @@
<comment xml:lang="sr">WAV звучни запис</comment>
<comment xml:lang="sv">WAV-ljud</comment>
<magic priority="50">
- <match offset="8" type="string" value="WAVE" />
- <match offset="8" type="string" value="WAV" />
+ <match type="string" value="WAVE" offset="8"/>
+ <match type="string" value="WAV " offset="8"/>
</magic>
- <glob pattern="*.wav" />
+ <glob pattern="*.wav"/>
</mime-type>
<mime-type type="audio/x-xi">
<comment>Scream Tracker instrument</comment>
@@ -3127,7 +2263,7 @@
<comment xml:lang="no">Scream Tracker-instrument</comment>
<comment xml:lang="sr">Scream Tracker инструмент</comment>
<comment xml:lang="sv">Scream Tracker-instrument</comment>
- <glob pattern="*.xi" />
+ <glob pattern="*.xi"/>
</mime-type>
<mime-type type="audio/x-xm">
<comment>FastTracker II audio</comment>
@@ -3139,7 +2275,7 @@
<comment xml:lang="no">FastTracker II-lyd</comment>
<comment xml:lang="sr">FastTracker II аудио запис</comment>
<comment xml:lang="sv">FastTracker II-ljud</comment>
- <glob pattern="*.xm" />
+ <glob pattern="*.xm"/>
</mime-type>
<mime-type type="image/bmp">
<comment>Windows BMP image</comment>
@@ -3152,14 +2288,14 @@
<comment xml:lang="sr">Windows BMP слика</comment>
<comment xml:lang="sv">Windows BMP-bild</comment>
<magic priority="50">
- <match mask="0xffff00000000ffff" offset="0" type="string" value="BMxxxx\000\000" />
- <match offset="0" type="string" value="BM">
- <match offset="14" type="byte" value="12" />
- <match offset="14" type="byte" value="64" />
- <match offset="14" type="byte" value="40" />
+ <match type="string" mask="0xffff00000000ffff" value="BMxxxx\000\000" offset="0"/>
+ <match type="string" value="BM" offset="0">
+ <match type="byte" value="12" offset="14"/>
+ <match type="byte" value="64" offset="14"/>
+ <match type="byte" value="40" offset="14"/>
</match>
</magic>
- <glob pattern="*.bmp" />
+ <glob pattern="*.bmp"/>
</mime-type>
<mime-type type="image/cgm">
<comment>Computer Graphics Metafile</comment>
@@ -3168,22 +2304,13 @@
<comment xml:lang="hu">Computer Graphics-metafájl</comment>
<comment xml:lang="nl">Computer Graphics Metabestand</comment>
<comment xml:lang="nn">Computer Graphics Metafile</comment>
- <comment xml:lang="no">Computer Graphics Metafile</comment>
<comment xml:lang="sr">Метадатотека са рачунарском графиком (CGM)</comment>
<comment xml:lang="sv">Computer Graphics Metafil</comment>
- <glob pattern="*.cgm" />
+ <glob pattern="*.cgm"/>
</mime-type>
<mime-type type="image/fax-g3">
<comment>CCITT G3 fax</comment>
- <comment xml:lang="fi">CCITT G3 fax</comment>
- <comment xml:lang="fr">CCITT G3 fax</comment>
- <comment xml:lang="hu">CCITT G3 fax</comment>
- <comment xml:lang="nl">CCITT G3 fax</comment>
- <comment xml:lang="nn">CCITT G3 fax</comment>
- <comment xml:lang="no">CCITT G3 fax</comment>
- <comment xml:lang="sr">CCITT G3 fax</comment>
- <comment xml:lang="sv">CCITT G3 fax</comment>
- <glob pattern="*.g3" />
+ <glob pattern="*.g3"/>
</mime-type>
<mime-type type="image/g3fax">
<comment>G3 fax image</comment>
@@ -3207,9 +2334,9 @@
<comment xml:lang="sr">GIF слика</comment>
<comment xml:lang="sv">GIF-bild</comment>
<magic priority="50">
- <match offset="0" type="string" value="GIF" />
+ <match type="string" value="GIF" offset="0"/>
</magic>
- <glob pattern="*.gif" />
+ <glob pattern="*.gif"/>
</mime-type>
<mime-type type="image/ief">
<comment>IEF image</comment>
@@ -3221,7 +2348,7 @@
<comment xml:lang="no">IEF-bilde</comment>
<comment xml:lang="sr">IEF слика</comment>
<comment xml:lang="sv">IEF-bild</comment>
- <glob pattern="*.ief" />
+ <glob pattern="*.ief"/>
</mime-type>
<mime-type type="image/jpeg">
<comment>JPEG image</comment>
@@ -3234,12 +2361,12 @@
<comment xml:lang="sr">JPEG слика</comment>
<comment xml:lang="sv">JPEG-bild</comment>
<magic priority="50">
- <match offset="0" type="string" value="\377\330\377" />
- <match offset="0" type="big16" value="0xffd8" />
+ <match type="string" value="\377\330\377" offset="0"/>
+ <match type="big16" value="0xffd8" offset="0"/>
</magic>
- <glob pattern="*.jpeg" />
- <glob pattern="*.jpg" />
- <glob pattern="*.jpe" />
+ <glob pattern="*.jpeg"/>
+ <glob pattern="*.jpg"/>
+ <glob pattern="*.jpe"/>
</mime-type>
<mime-type type="image/png">
<comment>PNG image</comment>
@@ -3252,42 +2379,26 @@
<comment xml:lang="sr">PNG слика</comment>
<comment xml:lang="sv">PNG-bild</comment>
<magic priority="50">
- <match offset="0" type="string" value="\x89PNG" />
+ <match type="string" value="\x89PNG" offset="0"/>
</magic>
- <glob pattern="*.png" />
+ <glob pattern="*.png"/>
</mime-type>
<mime-type type="image/svg+xml">
<comment>scalable SVG image</comment>
- <comment xml:lang="fi">scalable SVG image</comment>
- <comment xml:lang="fr">scalable SVG image</comment>
- <comment xml:lang="hu">scalable SVG image</comment>
- <comment xml:lang="nl">scalable SVG image</comment>
- <comment xml:lang="nn">scalable SVG image</comment>
- <comment xml:lang="no">scalable SVG image</comment>
- <comment xml:lang="sr">scalable SVG image</comment>
- <comment xml:lang="sv">scalable SVG image</comment>
<magic priority="80">
- <match offset="0:256" type="string" value="<!DOCTYPE svg" />
- <match offset="0:64" type="string" value="<svg" />
+ <match type="string" value="&lt;!DOCTYPE svg" offset="0:256"/>
+ <match type="string" value="&lt;svg" offset="0:64"/>
</magic>
- <glob pattern="*.svg" />
+ <glob pattern="*.svg"/>
</mime-type>
<mime-type type="image/tiff">
<comment>TIFF image</comment>
- <comment xml:lang="fi">TIFF image</comment>
- <comment xml:lang="fr">TIFF image</comment>
- <comment xml:lang="hu">TIFF image</comment>
- <comment xml:lang="nl">TIFF image</comment>
- <comment xml:lang="nn">TIFF image</comment>
- <comment xml:lang="no">TIFF image</comment>
- <comment xml:lang="sr">TIFF image</comment>
- <comment xml:lang="sv">TIFF image</comment>
<magic priority="50">
- <match offset="0" type="string" value="MM\x00\x2a" />
- <match offset="0" type="string" value="II\x2a\x00" />
+ <match type="string" value="MM\x00\x2a" offset="0"/>
+ <match type="string" value="II\x2a\x00" offset="0"/>
</magic>
- <glob pattern="*.tif" />
- <glob pattern="*.tiff" />
+ <glob pattern="*.tif"/>
+ <glob pattern="*.tiff"/>
</mime-type>
<mime-type type="image/vnd.dwg">
<comment>AutoCAD image</comment>
@@ -3299,19 +2410,11 @@
<comment xml:lang="no">AutoCAD-bilde</comment>
<comment xml:lang="sr">AutoCAD слика</comment>
<comment xml:lang="sv">AutoCAD-bild</comment>
- <glob pattern="*.dwg" />
+ <glob pattern="*.dwg"/>
</mime-type>
<mime-type type="image/vnd.dxf">
<comment>DXF vector image</comment>
- <comment xml:lang="fi">DXF vector image</comment>
- <comment xml:lang="fr">DXF vector image</comment>
- <comment xml:lang="hu">DXF vector image</comment>
- <comment xml:lang="nl">DXF vector image</comment>
- <comment xml:lang="nn">DXF vector image</comment>
- <comment xml:lang="no">DXF vector image</comment>
- <comment xml:lang="sr">DXF vector image</comment>
- <comment xml:lang="sv">DXF vector image</comment>
- <glob pattern="*.dxf" />
+ <glob pattern="*.dxf"/>
</mime-type>
<mime-type type="image/x-3ds">
<comment>3D Studio image</comment>
@@ -3323,24 +2426,16 @@
<comment xml:lang="no">3D Studio-bilde</comment>
<comment xml:lang="sr">3D Studio слика</comment>
<comment xml:lang="sv">3D Studio-bild</comment>
- <glob pattern="*.3ds" />
+ <glob pattern="*.3ds"/>
</mime-type>
<mime-type type="image/x-applix-graphics">
<comment>Applix Graphics image</comment>
- <comment xml:lang="fi">Applix Graphics image</comment>
- <comment xml:lang="fr">Applix Graphics image</comment>
- <comment xml:lang="hu">Applix Graphics image</comment>
- <comment xml:lang="nl">Applix Graphics image</comment>
- <comment xml:lang="nn">Applix Graphics image</comment>
- <comment xml:lang="no">Applix Graphics image</comment>
- <comment xml:lang="sr">Applix Graphics image</comment>
- <comment xml:lang="sv">Applix Graphics image</comment>
- <magic priority="50">
- <match offset="0" type="string" value="*BEGIN">
- <match offset="7" type="string" value="GRAPHICS" />
+ <magic priority="50">
+ <match type="string" value="*BEGIN" offset="0">
+ <match type="string" value="GRAPHICS" offset="7"/>
</match>
</magic>
- <glob pattern="*.ag" />
+ <glob pattern="*.ag"/>
</mime-type>
<mime-type type="image/x-cmu-raster">
<comment>CMU raster image</comment>
@@ -3352,34 +2447,25 @@
<comment xml:lang="no">CMU-rasterbilde</comment>
<comment xml:lang="sr">CMU растерска слика</comment>
<comment xml:lang="sv">CMU-rasterbild</comment>
- <glob pattern="*.ras" />
+ <glob pattern="*.ras"/>
</mime-type>
<mime-type type="image/x-compressed-xcf">
<comment>GIMP image (compressed)</comment>
- <comment xml:lang="fi">GIMP image (compressed)</comment>
- <comment xml:lang="fr">GIMP image (compressed)</comment>
- <comment xml:lang="hu">GIMP image (compressed)</comment>
- <comment xml:lang="nl">GIMP image (compressed)</comment>
- <comment xml:lang="nn">GIMP image (compressed)</comment>
- <comment xml:lang="no">GIMP image (compressed)</comment>
- <comment xml:lang="sr">GIMP image (compressed)</comment>
- <comment xml:lang="sv">GIMP image (compressed)</comment>
- <glob pattern="*.xcf.gz" />
- <glob pattern="*.xcf.bz2" />
+ <glob pattern="*.xcf.gz"/>
+ <glob pattern="*.xcf.bz2"/>
</mime-type>
<mime-type type="image/x-dcm">
<comment>Digital Imaging and Communications in Medicine image</comment>
<comment xml:lang="fi">Digital Imaging and Communications in Medicine -kuva</comment>
<comment xml:lang="fr">image « Digital Imaging and Communications in Medicine »</comment>
<comment xml:lang="hu">Digital Imaging and Communications in Medicine-kép</comment>
- <comment xml:lang="nl">Digital Imaging and Communications in Medicine image</comment>
<comment xml:lang="nn">Digital Imaging and Communications in Medicine-bilete</comment>
<comment xml:lang="no">Digital Imaging and Communications in Medicine-bilde</comment>
<comment xml:lang="sr">Слика за дигиталну фотографију и комуникацију у медицини</comment>
<comment xml:lang="sv">Bildformat för digital bildbehandling och medicinsk kommunikation</comment>
- <glob pattern="*.dcm" />
+ <glob pattern="*.dcm"/>
<magic priority="50">
- <match offset="0" type="string" value="DCMw" />
+ <match type="string" value="DCMw" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-dib">
@@ -3393,30 +2479,24 @@
<comment xml:lang="sr">Битмапа независна од уређаја</comment>
<comment xml:lang="sv">Enhetsoberoende bitmapp</comment>
<magic priority="50">
- <match offset="0" type="string" value="\x28\00\00\00" />
+ <match type="string" value="\x28\00\00\00" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/vnd.djvu">
<comment>DjVu image</comment>
- <comment xml:lang="fi">DjVu image</comment>
- <comment xml:lang="fr">DjVu image</comment>
- <comment xml:lang="hu">DjVu image</comment>
- <comment xml:lang="nl">DjVu image</comment>
<comment xml:lang="nn">DjVu-bilete</comment>
<comment xml:lang="no">DjVu-bilde</comment>
- <comment xml:lang="sr">DjVu image</comment>
- <comment xml:lang="sv">DjVu image</comment>
<magic priority="50">
- <match offset="4" type="string" value="FORM">
- <match offset="12" type="string" value="DJVU" />
- <match offset="12" type="string" value="DJVM" />
- <match offset="12" type="string" value="BM44" />
- <match offset="12" type="string" value="PM44" />
+ <match type="string" value="FORM" offset="4">
+ <match type="string" value="DJVU" offset="12"/>
+ <match type="string" value="DJVM" offset="12"/>
+ <match type="string" value="BM44" offset="12"/>
+ <match type="string" value="PM44" offset="12"/>
</match>
</magic>
- <glob pattern="*.djvu" />
- <glob pattern="*.djv" />
- <alias type="image/x-djvu" />
+ <glob pattern="*.djvu"/>
+ <glob pattern="*.djv"/>
+ <alias type="image/x-djvu"/>
</mime-type>
<mime-type type="image/dpx">
<comment>Digital Moving Picture Exchange image</comment>
@@ -3429,7 +2509,7 @@
<comment xml:lang="sr">Дигитални облик за размену покретних слика</comment>
<comment xml:lang="sv">DPX-bild (Digital Moving Picture Exchange)</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0x53445058" />
+ <match type="big32" value="0x53445058" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-eps">
@@ -3439,20 +2519,19 @@
<comment xml:lang="hu">Encapsulated PostScript-kép</comment>
<comment xml:lang="nl">Ingekapselde Postscript afbeelding</comment>
<comment xml:lang="nn">Encapsulated PostScript-bilete</comment>
- <comment xml:lang="no">Encapsulated PostScript image</comment>
<comment xml:lang="sr">Угњеждена ПостСкрипт слика (EPS)</comment>
<comment xml:lang="sv">Inkapslad PostScript-bild</comment>
<magic priority="50">
- <match offset="0" type="string" value="%!">
- <match offset="15" type="string" value="EPS" />
+ <match type="string" value="%!" offset="0">
+ <match type="string" value="EPS" offset="15"/>
</match>
- <match offset="0" type="string" value="\004%!">
- <match offset="16" type="string" value="EPS" />
+ <match type="string" value="\004%!" offset="0">
+ <match type="string" value="EPS" offset="16"/>
</match>
</magic>
- <glob pattern="*.eps" />
- <glob pattern="*.epsi" />
- <glob pattern="*.epsf" />
+ <glob pattern="*.eps"/>
+ <glob pattern="*.epsi"/>
+ <glob pattern="*.epsf"/>
</mime-type>
<mime-type type="image/x-fits">
<comment>Flexible Image Transport System</comment>
@@ -3465,22 +2544,14 @@
<comment xml:lang="sr">Флексибилни транспортни систем слика</comment>
<comment xml:lang="sv">Flexibelt bildtransportssystem</comment>
<magic priority="50">
- <match offset="0" type="string" value="SIMPLE =" />
+ <match type="string" value="SIMPLE =" offset="0"/>
</magic>
- <glob pattern="*.fits" />
+ <glob pattern="*.fits"/>
</mime-type>
<mime-type type="image/x-fpx">
<comment>FlashPix image</comment>
- <comment xml:lang="fi">FlashPix image</comment>
- <comment xml:lang="fr">FlashPix image</comment>
- <comment xml:lang="hu">FlashPix image</comment>
- <comment xml:lang="nl">FlashPix image</comment>
- <comment xml:lang="nn">FlashPix image</comment>
- <comment xml:lang="no">FlashPix image</comment>
- <comment xml:lang="sr">FlashPix image</comment>
- <comment xml:lang="sv">FlashPix image</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0x46506978" />
+ <match type="big32" value="0x46506978" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-icb">
@@ -3494,21 +2565,13 @@
<comment xml:lang="sr">Truevision Targa слика</comment>
<comment xml:lang="sv">Truevision Targa-bild</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0x00000200" />
+ <match type="big32" value="0x00000200" offset="0"/>
</magic>
- <glob pattern="*.icb" />
+ <glob pattern="*.icb"/>
</mime-type>
<mime-type type="image/x-ico">
<comment>Microsoft Windows icon</comment>
- <comment xml:lang="fi">Microsoft Windows icon</comment>
- <comment xml:lang="fr">Microsoft Windows icon</comment>
- <comment xml:lang="hu">Microsoft Windows icon</comment>
- <comment xml:lang="nl">Microsoft Windows icon</comment>
- <comment xml:lang="nn">Microsoft Windows icon</comment>
- <comment xml:lang="no">Microsoft Windows icon</comment>
- <comment xml:lang="sr">Microsoft Windows icon</comment>
- <comment xml:lang="sv">Microsoft Windows icon</comment>
- <glob pattern="*.ico" />
+ <glob pattern="*.ico"/>
</mime-type>
<mime-type type="image/x-iff">
<comment>IFF image</comment>
@@ -3520,7 +2583,7 @@
<comment xml:lang="no">IFF-bilde</comment>
<comment xml:lang="sr">IFF слика</comment>
<comment xml:lang="sv">IFF-bild</comment>
- <glob pattern="*.iff" />
+ <glob pattern="*.iff"/>
</mime-type>
<mime-type type="image/x-ilbm">
<comment>ILBM image</comment>
@@ -3532,7 +2595,7 @@
<comment xml:lang="no">ILBM-bilde</comment>
<comment xml:lang="sr">ILBM слика</comment>
<comment xml:lang="sv">ILBM-bild</comment>
- <glob pattern="*.ilbm" />
+ <glob pattern="*.ilbm"/>
</mime-type>
<mime-type type="image/x-jng">
<comment>JNG image</comment>
@@ -3544,7 +2607,7 @@
<comment xml:lang="no">JNG-bilde</comment>
<comment xml:lang="sr">JNG слика</comment>
<comment xml:lang="sv">JNG-bild</comment>
- <glob pattern="*.jng" />
+ <glob pattern="*.jng"/>
</mime-type>
<mime-type type="image/x-lwo">
<comment>LightWave object</comment>
@@ -3556,8 +2619,8 @@
<comment xml:lang="no">LightWave-objekt</comment>
<comment xml:lang="sr">LightWave објекат</comment>
<comment xml:lang="sv">LightWave-objekt</comment>
- <glob pattern="*.lwo" />
- <glob pattern="*.lwob" />
+ <glob pattern="*.lwo"/>
+ <glob pattern="*.lwob"/>
</mime-type>
<mime-type type="image/x-lws">
<comment>LightWave scene</comment>
@@ -3569,32 +2632,24 @@
<comment xml:lang="no">LightWave-scene</comment>
<comment xml:lang="sr">LightWave сцена</comment>
<comment xml:lang="sv">LightWave-scen</comment>
- <glob pattern="*.lws" />
+ <glob pattern="*.lws"/>
</mime-type>
<mime-type type="image/x-msod">
<comment>Microsoft Office drawing</comment>
- <comment xml:lang="fi">Microsoft Office drawing</comment>
- <comment xml:lang="fr">Microsoft Office drawing</comment>
- <comment xml:lang="hu">Microsoft Office drawing</comment>
- <comment xml:lang="nl">Microsoft Office drawing</comment>
- <comment xml:lang="nn">Microsoft Office drawing</comment>
- <comment xml:lang="no">Microsoft Office drawing</comment>
- <comment xml:lang="sr">Microsoft Office drawing</comment>
- <comment xml:lang="sv">Microsoft Office drawing</comment>
- <glob pattern="*.msod" />
+ <glob pattern="*.msod"/>
</mime-type>
<mime-type type="image/x-niff">
<magic priority="80">
- <match offset="0" type="string" value="IIN1" />
+ <match type="string" value="IIN1" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-pcx">
<magic priority="50">
- <match offset="0" type="byte" value="10">
- <match offset="1" type="byte" value="0" />
- <match offset="1" type="byte" value="2" />
- <match offset="1" type="byte" value="3" />
- <match offset="1" type="byte" value="5" />
+ <match type="byte" value="10" offset="0">
+ <match type="byte" value="0" offset="1"/>
+ <match type="byte" value="2" offset="1"/>
+ <match type="byte" value="3" offset="1"/>
+ <match type="byte" value="5" offset="1"/>
</match>
</magic>
</mime-type>
@@ -3608,7 +2663,7 @@
<comment xml:lang="no">PhotoCD-bilde</comment>
<comment xml:lang="sr">Фото Це-Де слика</comment>
<comment xml:lang="sv">PhotoCD-bild</comment>
- <glob pattern="*.pcd" />
+ <glob pattern="*.pcd"/>
</mime-type>
<mime-type type="image/x-portable-anymap">
<comment>PNM image</comment>
@@ -3620,70 +2675,56 @@
<comment xml:lang="no">PNM-bilde</comment>
<comment xml:lang="sr">PNM слика</comment>
<comment xml:lang="sv">PNM-bild</comment>
- <glob pattern="*.pnm" />
+ <glob pattern="*.pnm"/>
</mime-type>
<mime-type type="image/x-portable-bitmap">
<comment>Portable Bitmap File Format</comment>
<comment xml:lang="fi">siirrettävä bittikarttatiedostomuoto</comment>
<comment xml:lang="fr">format de fichier Portable Bitmap</comment>
- <comment xml:lang="hu">Portable Bitmap File Format</comment>
<comment xml:lang="nl">Portable Bitmap bestandsformaat</comment>
<comment xml:lang="nn">Portable Bitmap File-format</comment>
- <comment xml:lang="no">Portable Bitmap File Format</comment>
<comment xml:lang="sr">Портабилни запис битмапираних датотека</comment>
<comment xml:lang="sv">Portabelt bitmapp-filformat</comment>
<magic priority="50">
- <match offset="0" type="string" value="P1" />
- <match offset="0" type="string" value="P4" />
+ <match type="string" value="P1" offset="0"/>
+ <match type="string" value="P4" offset="0"/>
</magic>
- <glob pattern="*.pbm" />
+ <glob pattern="*.pbm"/>
</mime-type>
<mime-type type="image/x-portable-graymap">
<comment>Portable Graymap File Format</comment>
<comment xml:lang="fi">siirrettävä harmaasävytiedostomuoto</comment>
<comment xml:lang="fr">format de fichier Portable Graymap</comment>
- <comment xml:lang="hu">Portable Graymap File Format</comment>
<comment xml:lang="nl">Portable Graymap bestandsformaat</comment>
<comment xml:lang="nn">Portable Graymap File-format</comment>
- <comment xml:lang="no">Portable Graymap File Format</comment>
<comment xml:lang="sr">Портабилни запис слика у сивим нијансама</comment>
<comment xml:lang="sv">Portabelt gråskale-filformat</comment>
<magic priority="50">
- <match offset="0" type="string" value="P2" />
- <match offset="0" type="string" value="P5" />
+ <match type="string" value="P2" offset="0"/>
+ <match type="string" value="P5" offset="0"/>
</magic>
- <glob pattern="*.pgm" />
+ <glob pattern="*.pgm"/>
</mime-type>
<mime-type type="image/x-portable-pixmap">
<comment>Portable Pixmap File Format</comment>
<comment xml:lang="fi">siirrettävä pikselikarttatiedostomuoto</comment>
<comment xml:lang="fr">format de fichier Portable Pixmap</comment>
- <comment xml:lang="hu">Portable Pixmap File Format</comment>
<comment xml:lang="nl">Portable Pixmap bestandsformaat</comment>
<comment xml:lang="nn">Portable Pixmap File-format</comment>
- <comment xml:lang="no">Portable Pixmap File Format</comment>
<comment xml:lang="sr">Портабилни запис пиксмапа</comment>
<comment xml:lang="sv">Portabelt pixmap-filformat</comment>
<magic priority="50">
- <match offset="0" type="string" value="P3" />
- <match offset="0" type="string" value="P6" />
+ <match type="string" value="P3" offset="0"/>
+ <match type="string" value="P6" offset="0"/>
</magic>
- <glob pattern="*.ppm" />
+ <glob pattern="*.ppm"/>
</mime-type>
<mime-type type="image/x-psd">
<comment>Photoshop image</comment>
- <comment xml:lang="fi">Photoshop image</comment>
- <comment xml:lang="fr">Photoshop image</comment>
- <comment xml:lang="hu">Photoshop image</comment>
- <comment xml:lang="nl">Photoshop image</comment>
- <comment xml:lang="nn">Photoshop image</comment>
- <comment xml:lang="no">Photoshop image</comment>
- <comment xml:lang="sr">Photoshop image</comment>
- <comment xml:lang="sv">Photoshop image</comment>
<magic priority="50">
- <match mask="0xffffffff0000ffffffff" offset="0" type="string" value="8BPS \000\000\000\000" />
+ <match type="string" mask="0xffffffff0000ffffffff" value="8BPS \000\000\000\000" offset="0"/>
</magic>
- <glob pattern="*.psd" />
+ <glob pattern="*.psd"/>
</mime-type>
<mime-type type="image/x-rgb">
<comment>RGB image</comment>
@@ -3695,22 +2736,14 @@
<comment xml:lang="no">RGB-bilde</comment>
<comment xml:lang="sr">RGB слика</comment>
<comment xml:lang="sv">RGB-bild</comment>
- <glob pattern="*.rgb" />
+ <glob pattern="*.rgb"/>
</mime-type>
<mime-type type="image/x-sun-raster">
<comment>SUN Rasterfile image</comment>
- <comment xml:lang="fi">SUN Rasterfile image</comment>
- <comment xml:lang="fr">SUN Rasterfile image</comment>
- <comment xml:lang="hu">SUN Rasterfile image</comment>
- <comment xml:lang="nl">SUN Rasterfile image</comment>
- <comment xml:lang="nn">SUN Rasterfile image</comment>
- <comment xml:lang="no">SUN Rasterfile image</comment>
- <comment xml:lang="sr">SUN Rasterfile image</comment>
- <comment xml:lang="sv">SUN Rasterfile image</comment>
<magic priority="50">
- <match offset="0" type="big32" value="0x59a66a95" />
+ <match type="big32" value="0x59a66a95" offset="0"/>
</magic>
- <glob pattern="*.sun" />
+ <glob pattern="*.sun"/>
</mime-type>
<mime-type type="image/x-tga">
<comment>TarGA image</comment>
@@ -3722,19 +2755,11 @@
<comment xml:lang="no">TarGA-bilde</comment>
<comment xml:lang="sr">TarGA слика</comment>
<comment xml:lang="sv">TarGA-bild</comment>
- <glob pattern="*.tga" />
+ <glob pattern="*.tga"/>
</mime-type>
<mime-type type="image/x-wmf">
<comment>Microsoft WMF file</comment>
- <comment xml:lang="fi">Microsoft WMF file</comment>
- <comment xml:lang="fr">Microsoft WMF file</comment>
- <comment xml:lang="hu">Microsoft WMF file</comment>
- <comment xml:lang="nl">Microsoft WMF file</comment>
- <comment xml:lang="nn">Microsoft WMF file</comment>
- <comment xml:lang="no">Microsoft WMF file</comment>
- <comment xml:lang="sr">Microsoft WMF file</comment>
- <comment xml:lang="sv">Microsoft WMF file</comment>
- <glob pattern="*.wmf" />
+ <glob pattern="*.wmf"/>
</mime-type>
<mime-type type="image/x-xbitmap">
<comment>X BitMap image</comment>
@@ -3746,33 +2771,17 @@
<comment xml:lang="no">X-bitmapbilde</comment>
<comment xml:lang="sr">X битмапирана слика</comment>
<comment xml:lang="sv">X-bitmappbild</comment>
- <glob pattern="*.xbm" />
+ <glob pattern="*.xbm"/>
</mime-type>
<mime-type type="image/x-xcf">
<comment>GIMP image</comment>
- <comment xml:lang="fi">GIMP image</comment>
- <comment xml:lang="fr">GIMP image</comment>
- <comment xml:lang="hu">GIMP image</comment>
- <comment xml:lang="nl">GIMP image</comment>
- <comment xml:lang="nn">GIMP image</comment>
- <comment xml:lang="no">GIMP image</comment>
- <comment xml:lang="sr">GIMP image</comment>
- <comment xml:lang="sv">GIMP image</comment>
- <glob pattern="*.xcf" />
+ <glob pattern="*.xcf"/>
</mime-type>
<mime-type type="image/x-xfig">
<comment>XFig image</comment>
- <comment xml:lang="fi">XFig image</comment>
- <comment xml:lang="fr">XFig image</comment>
- <comment xml:lang="hu">XFig image</comment>
- <comment xml:lang="nl">XFig image</comment>
- <comment xml:lang="nn">XFig image</comment>
- <comment xml:lang="no">XFig image</comment>
- <comment xml:lang="sr">XFig image</comment>
- <comment xml:lang="sv">XFig image</comment>
- <glob pattern="*.fig" />
+ <glob pattern="*.fig"/>
<magic priority="50">
- <match offset="0" type="string" value="#FIG" />
+ <match type="string" value="#FIG" offset="0"/>
</magic>
</mime-type>
<mime-type type="image/x-xpixmap">
@@ -3786,9 +2795,9 @@
<comment xml:lang="sr">X пискмапа</comment>
<comment xml:lang="sv">X-pixmapbild</comment>
<magic priority="80">
- <match offset="0" type="string" value="/* XPM" />
+ <match type="string" value="/* XPM" offset="0"/>
</magic>
- <glob pattern="*.xpm" />
+ <glob pattern="*.xpm"/>
</mime-type>
<mime-type type="image/x-xwindowdump">
<comment>X window image</comment>
@@ -3800,74 +2809,26 @@
<comment xml:lang="no">X-Windows skjermbilde</comment>
<comment xml:lang="sr">X прозор слика</comment>
<comment xml:lang="sv">X-fönsterbild</comment>
- <glob pattern="*.xwd" />
+ <glob pattern="*.xwd"/>
</mime-type>
<mime-type type="inode/blockdevice">
<comment>block device</comment>
- <comment xml:lang="fi">block device</comment>
- <comment xml:lang="fr">block device</comment>
- <comment xml:lang="hu">block device</comment>
- <comment xml:lang="nl">block device</comment>
- <comment xml:lang="nn">block device</comment>
- <comment xml:lang="no">block device</comment>
- <comment xml:lang="sr">block device</comment>
- <comment xml:lang="sv">block device</comment>
</mime-type>
<mime-type type="inode/chardevice">
<comment>character device</comment>
- <comment xml:lang="fi">character device</comment>
- <comment xml:lang="fr">character device</comment>
- <comment xml:lang="hu">character device</comment>
- <comment xml:lang="nl">character device</comment>
- <comment xml:lang="nn">character device</comment>
- <comment xml:lang="no">character device</comment>
- <comment xml:lang="sr">character device</comment>
- <comment xml:lang="sv">character device</comment>
</mime-type>
<mime-type type="inode/directory">
<comment>folder</comment>
- <comment xml:lang="fi">folder</comment>
- <comment xml:lang="fr">folder</comment>
- <comment xml:lang="hu">folder</comment>
- <comment xml:lang="nl">folder</comment>
- <comment xml:lang="nn">folder</comment>
- <comment xml:lang="no">folder</comment>
- <comment xml:lang="sr">folder</comment>
- <comment xml:lang="sv">folder</comment>
</mime-type>
<mime-type type="inode/fifo">
<comment>pipe</comment>
- <comment xml:lang="fi">pipe</comment>
- <comment xml:lang="fr">pipe</comment>
- <comment xml:lang="hu">pipe</comment>
- <comment xml:lang="nl">pipe</comment>
- <comment xml:lang="nn">pipe</comment>
- <comment xml:lang="no">pipe</comment>
- <comment xml:lang="sr">pipe</comment>
- <comment xml:lang="sv">pipe</comment>
- </mime-type>
- <mime-type type="inode/mount-point">
- <sub-class-of type="inode/directory" />
+ </mime-type>
+ <mime-type type='inode/mount-point'>
+ <sub-class-of type='inode/directory'/>
<comment>mount point</comment>
- <comment xml:lang="fi">mount point</comment>
- <comment xml:lang="fr">mount point</comment>
- <comment xml:lang="hu">mount point</comment>
- <comment xml:lang="nl">mount point</comment>
- <comment xml:lang="nn">mount point</comment>
- <comment xml:lang="no">mount point</comment>
- <comment xml:lang="sr">mount point</comment>
- <comment xml:lang="sv">mount point</comment>
</mime-type>
<mime-type type="inode/socket">
<comment>socket</comment>
- <comment xml:lang="fi">socket</comment>
- <comment xml:lang="fr">socket</comment>
- <comment xml:lang="hu">socket</comment>
- <comment xml:lang="nl">socket</comment>
- <comment xml:lang="nn">socket</comment>
- <comment xml:lang="no">socket</comment>
- <comment xml:lang="sr">socket</comment>
- <comment xml:lang="sv">socket</comment>
</mime-type>
<mime-type type="inode/symlink">
<comment>symbolic link</comment>
@@ -3887,7 +2848,6 @@
<comment xml:lang="hu">jelentés levélkézbesítésről</comment>
<comment xml:lang="nl">e-mail bezorgingsbericht</comment>
<comment xml:lang="nn">e-post-leveringsrapport</comment>
- <comment xml:lang="no">mail delivery report</comment>
<comment xml:lang="sr">извештај доставе поруке</comment>
<comment xml:lang="sv">e-postleveransrapport</comment>
</mime-type>
@@ -3898,7 +2858,6 @@
<comment xml:lang="hu">jelentés levélkidobásról</comment>
<comment xml:lang="nl">e-mail plaatsingsbericht</comment>
<comment xml:lang="nn">e-post-disposisjonsrapport</comment>
- <comment xml:lang="no">mail disposition report</comment>
<comment xml:lang="sr">извештај слања поруке</comment>
<comment xml:lang="sv">e-postdispositionsrapport</comment>
</mime-type>
@@ -3924,9 +2883,9 @@
<comment xml:lang="sr">Порука са дискусионе групе</comment>
<comment xml:lang="sv">Usenet-diskussionsgruppsmeddelande</comment>
<magic priority="50">
- <match offset="0" type="string" value="Article" />
- <match offset="0" type="string" value="Path:" />
- <match offset="0" type="string" value="Xref:" />
+ <match type="string" value="Article" offset="0"/>
+ <match type="string" value="Path:" offset="0"/>
+ <match type="string" value="Xref:" offset="0"/>
</magic>
</mime-type>
<mime-type type="message/partial">
@@ -3942,23 +2901,15 @@
</mime-type>
<mime-type type="message/rfc822">
<comment>email message</comment>
- <comment xml:lang="fi">email message</comment>
- <comment xml:lang="fr">email message</comment>
- <comment xml:lang="hu">email message</comment>
- <comment xml:lang="nl">email message</comment>
- <comment xml:lang="nn">email message</comment>
- <comment xml:lang="no">email message</comment>
- <comment xml:lang="sr">email message</comment>
- <comment xml:lang="sv">email message</comment>
- <magic priority="50">
- <match offset="0" type="string" value="#! rnews" />
- <match offset="0" type="string" value="Forward to" />
- <match offset="0" type="string" value="From:" />
- <match offset="0" type="string" value="N#! rnews" />
- <match offset="0" type="string" value="Pipe to" />
- <match offset="0" type="string" value="Received:" />
- <match offset="0" type="string" value="Relay-Version:" />
- <match offset="0" type="string" value="Return-Path:" />
+ <magic priority="50">
+ <match type="string" value="#! rnews" offset="0"/>
+ <match type="string" value="Forward to" offset="0"/>
+ <match type="string" value="From:" offset="0"/>
+ <match type="string" value="N#! rnews" offset="0"/>
+ <match type="string" value="Pipe to" offset="0"/>
+ <match type="string" value="Received:" offset="0"/>
+ <match type="string" value="Relay-Version:" offset="0"/>
+ <match type="string" value="Return-Path:" offset="0"/>
</magic>
</mime-type>
<mime-type type="message/x-gnu-rmail">
@@ -3971,7 +2922,7 @@
<comment xml:lang="no">GNU e-postmelding</comment>
<comment xml:lang="sr">ГНУ е-писмо</comment>
<comment xml:lang="sv">GNU-epostmeddelande</comment>
- <glob pattern="RMAIL" />
+ <glob pattern="RMAIL"/>
</mime-type>
<mime-type type="model/vrml">
<comment>VRML document</comment>
@@ -3983,7 +2934,7 @@
<comment xml:lang="no">VRML-dokument</comment>
<comment xml:lang="sr">VRML документ</comment>
<comment xml:lang="sv">VRML-dokument</comment>
- <glob pattern="*.wrl" />
+ <glob pattern="*.wrl"/>
</mime-type>
<mime-type type="multipart/alternative">
<comment>message in several formats</comment>
@@ -4014,7 +2965,6 @@
<comment xml:lang="hu">ömlesztett üzenet</comment>
<comment xml:lang="nl">berichtsamenvatting</comment>
<comment xml:lang="nn">meldingsamandrag</comment>
- <comment xml:lang="no">message digest</comment>
<comment xml:lang="sr">гомила порука</comment>
<comment xml:lang="sv">meddelandesamling</comment>
</mime-type>
@@ -4031,14 +2981,6 @@
</mime-type>
<mime-type type="multipart/mixed">
<comment>compound documents</comment>
- <comment xml:lang="fi">compound documents</comment>
- <comment xml:lang="fr">compound documents</comment>
- <comment xml:lang="hu">compound documents</comment>
- <comment xml:lang="nl">compound documents</comment>
- <comment xml:lang="nn">compound documents</comment>
- <comment xml:lang="no">compound documents</comment>
- <comment xml:lang="sr">compound documents</comment>
- <comment xml:lang="sv">compound documents</comment>
</mime-type>
<mime-type type="multipart/related">
<comment>compound document</comment>
@@ -4058,7 +3000,6 @@
<comment xml:lang="hu">levelezőrendszer jelentése</comment>
<comment xml:lang="nl">e-mail systeembericht</comment>
<comment xml:lang="nn">e-post-systemrapport</comment>
- <comment xml:lang="no">mail system report</comment>
<comment xml:lang="sr">извештај поштанског система</comment>
<comment xml:lang="sv">e-postsystemrapport</comment>
</mime-type>
@@ -4075,14 +3016,6 @@
</mime-type>
<mime-type type="multipart/x-mixed-replace">
<comment>stream of data (server push)</comment>
- <comment xml:lang="fi">stream of data (server push)</comment>
- <comment xml:lang="fr">stream of data (server push)</comment>
- <comment xml:lang="hu">stream of data (server push)</comment>
- <comment xml:lang="nl">stream of data (server push)</comment>
- <comment xml:lang="nn">stream of data (server push)</comment>
- <comment xml:lang="no">stream of data (server push)</comment>
- <comment xml:lang="sr">stream of data (server push)</comment>
- <comment xml:lang="sv">stream of data (server push)</comment>
</mime-type>
<mime-type type="text/calendar">
<comment>iCalendar file</comment>
@@ -4095,9 +3028,9 @@
<comment xml:lang="sr">iCalendar датотека</comment>
<comment xml:lang="sv">iCalendar-fil</comment>
<magic priority="50">
- <match offset="0" type="string" value="BEGIN:VCALENDAR" />
+ <match type="string" value="BEGIN:VCALENDAR" offset="0"/>
</magic>
- <glob pattern="*.ics" />
+ <glob pattern="*.ics"/>
</mime-type>
<mime-type type="text/css">
<comment>Cascading Style Sheet</comment>
@@ -4109,8 +3042,8 @@
<comment xml:lang="no">Cascading style sheet</comment>
<comment xml:lang="sr">Каскадна стилска страна (CSS)</comment>
<comment xml:lang="sv">Kaskadstilmall</comment>
- <glob pattern="*.css" />
- <glob pattern="*.CSSL" />
+ <glob pattern="*.css"/>
+ <glob pattern="*.CSSL"/>
</mime-type>
<mime-type type="text/directory">
<comment>directory information file</comment>
@@ -4119,7 +3052,6 @@
<comment xml:lang="hu">könyvtár-információs fájl</comment>
<comment xml:lang="nl">mapinformatie bestand</comment>
<comment xml:lang="nn">katalog-informasjonsfil</comment>
- <comment xml:lang="no">directory information file</comment>
<comment xml:lang="sr">датотека са подацима о директоријуму</comment>
<comment xml:lang="sv">kataloginformationsfil</comment>
</mime-type>
@@ -4130,53 +3062,36 @@
<comment xml:lang="hu">enriched text dokumentum</comment>
<comment xml:lang="nl">verrijkt tekstdocument</comment>
<comment xml:lang="nn">rik tekst tekstdokument</comment>
- <comment xml:lang="no">enriched text document</comment>
<comment xml:lang="sr">обогаћени текстуални документ</comment>
<comment xml:lang="sv">berikat textdokument</comment>
</mime-type>
<mime-type type="text/x-gettext-translation">
<comment>translated messages</comment>
- <comment xml:lang="fi">translated messages</comment>
- <comment xml:lang="fr">translated messages</comment>
- <comment xml:lang="hu">translated messages</comment>
- <comment xml:lang="nl">translated messages</comment>
- <comment xml:lang="nn">translated messages</comment>
- <comment xml:lang="no">translated messages</comment>
- <comment xml:lang="sr">translated messages</comment>
- <comment xml:lang="sv">translated messages</comment>
- <glob pattern="*.po" />
+ <glob pattern="*.po"/>
</mime-type>
<mime-type type="text/html">
<comment>HTML page</comment>
- <comment xml:lang="fi">HTML page</comment>
- <comment xml:lang="fr">HTML page</comment>
- <comment xml:lang="hu">HTML page</comment>
- <comment xml:lang="nl">HTML page</comment>
- <comment xml:lang="nn">HTML page</comment>
- <comment xml:lang="no">HTML page</comment>
- <comment xml:lang="sr">HTML page</comment>
- <comment xml:lang="sv">HTML page</comment>
- <magic priority="50">
- <match offset="0:64" type="string" value="<!DOCTYPE HTML" />
- <match offset="0:64" type="string" value="<!doctype html" />
- <match offset="0:64" type="string" value="<HEAD" />
- <match offset="0:64" type="string" value="<head" />
- <match offset="0:64" type="string" value="<TITLE" />
- <match offset="0:64" type="string" value="<title" />
- <match offset="0:64" type="string" value="<html" />
- <match offset="0:64" type="string" value="<HTML" />
- <match offset="0" type="string" value="<BODY" />
- <match offset="0" type="string" value="<body" />
- <match offset="0" type="string" value="<TITLE" />
- <match offset="0" type="string" value="<title" />
- <match offset="0" type="string" value="<!--" />
- <match offset="0" type="string" value="<h1" />
- <match offset="0" type="string" value="<H1" />
- <match offset="0" type="string" value="<!doctype HTML" />
- <match offset="0" type="string" value="<!DOCTYPE html" />
- </magic>
- <glob pattern="*.html" />
- <glob pattern="*.htm" />
+ <magic priority="50">
+ <match type="string" value="&lt;!DOCTYPE HTML" offset="0:64"/>
+ <match type="string" value="&lt;!doctype html" offset="0:64"/>
+ <match type="string" value="&lt;HEAD" offset="0:64"/>
+ <match type="string" value="&lt;head" offset="0:64"/>
+ <match type="string" value="&lt;TITLE" offset="0:64"/>
+ <match type="string" value="&lt;title" offset="0:64"/>
+ <match type="string" value="&lt;html" offset="0:64"/>
+ <match type="string" value="&lt;HTML" offset="0:64"/>
+ <match type="string" value="&lt;BODY" offset="0"/>
+ <match type="string" value="&lt;body" offset="0"/>
+ <match type="string" value="&lt;TITLE" offset="0"/>
+ <match type="string" value="&lt;title" offset="0"/>
+ <match type="string" value="&lt;!--" offset="0"/>
+ <match type="string" value="&lt;h1" offset="0"/>
+ <match type="string" value="&lt;H1" offset="0"/>
+ <match type="string" value="&lt;!doctype HTML" offset="0"/>
+ <match type="string" value="&lt;!DOCTYPE html" offset="0"/>
+ </magic>
+ <glob pattern="*.html"/>
+ <glob pattern="*.htm"/>
</mime-type>
<mime-type type="text/htmlh">
<comment>help page</comment>
@@ -4199,24 +3114,16 @@
<comment xml:lang="no">MathML-dokument</comment>
<comment xml:lang="sr">MathML документ</comment>
<comment xml:lang="sv">MathML-dokument</comment>
- <glob pattern="*.mml" />
+ <glob pattern="*.mml"/>
</mime-type>
<mime-type type="text/plain">
<comment>plain text document</comment>
- <comment xml:lang="fi">plain text document</comment>
- <comment xml:lang="fr">plain text document</comment>
- <comment xml:lang="hu">plain text document</comment>
- <comment xml:lang="nl">plain text document</comment>
- <comment xml:lang="nn">plain text document</comment>
- <comment xml:lang="no">plain text document</comment>
- <comment xml:lang="sr">plain text document</comment>
- <comment xml:lang="sv">plain text document</comment>
<magic priority="50">
- <match offset="0" type="string" value="This is TeX," />
- <match offset="0" type="string" value="This is METAFONT," />
+ <match type="string" value="This is TeX," offset="0"/>
+ <match type="string" value="This is METAFONT," offset="0"/>
</magic>
- <glob pattern="*.txt" />
- <glob pattern="*.asc" />
+ <glob pattern="*.txt"/>
+ <glob pattern="*.asc"/>
</mime-type>
<mime-type type="text/rdf">
<comment>Resource Description Framework (RDF) file</comment>
@@ -4225,10 +3132,9 @@
<comment xml:lang="hu">RDF (erőforrásleíró) -fájl</comment>
<comment xml:lang="nl">Resource Description Framework (RDF) bestand</comment>
<comment xml:lang="nn">Resource Description Framework (RDF)-fil</comment>
- <comment xml:lang="no">Resource Description Framework (RDF) file</comment>
<comment xml:lang="sr">Resource Description Framework (RDF) датотека</comment>
<comment xml:lang="sv">Resursbeskrivningsfil</comment>
- <glob pattern="*.rdf" />
+ <glob pattern="*.rdf"/>
</mime-type>
<mime-type type="text/rfc822-headers">
<comment>email headers</comment>
@@ -4251,7 +3157,7 @@
<comment xml:lang="no">rik tekst-dokument</comment>
<comment xml:lang="sr">обогаћени текстуални документ</comment>
<comment xml:lang="sv">rikt textdokument</comment>
- <glob pattern="*.rtx" />
+ <glob pattern="*.rtx"/>
</mime-type>
<mime-type type="text/rss">
<comment>RDF Site Summary</comment>
@@ -4260,51 +3166,26 @@
<comment xml:lang="hu">RDF-webhelyinformáció</comment>
<comment xml:lang="nl">RDF website samenvatting</comment>
<comment xml:lang="nn">RDF-sidesamandrag</comment>
- <comment xml:lang="no">RDF Site Summary</comment>
<comment xml:lang="sr">RDF сажетак странице (RSS)</comment>
<comment xml:lang="sv">RDF-webbplatssammanfattning</comment>
- <glob pattern="*.rss" />
+ <glob pattern="*.rss"/>
</mime-type>
<mime-type type="text/sgml">
<comment>SGML document</comment>
- <comment xml:lang="fi">SGML document</comment>
- <comment xml:lang="fr">SGML document</comment>
- <comment xml:lang="hu">SGML document</comment>
- <comment xml:lang="nl">SGML document</comment>
- <comment xml:lang="nn">SGML document</comment>
- <comment xml:lang="no">SGML document</comment>
- <comment xml:lang="sr">SGML document</comment>
- <comment xml:lang="sv">SGML document</comment>
- <glob pattern="*.sgml" />
- <glob pattern="*.sgm" />
+ <glob pattern="*.sgml"/>
+ <glob pattern="*.sgm"/>
</mime-type>
<mime-type type="text/spreadsheet">
<comment>Spreadsheet interchange document</comment>
- <comment xml:lang="fi">Spreadsheet interchange document</comment>
- <comment xml:lang="fr">Spreadsheet interchange document</comment>
- <comment xml:lang="hu">Spreadsheet interchange document</comment>
- <comment xml:lang="nl">Spreadsheet interchange document</comment>
- <comment xml:lang="nn">Spreadsheet interchange document</comment>
- <comment xml:lang="no">Spreadsheet interchange document</comment>
- <comment xml:lang="sr">Spreadsheet interchange document</comment>
- <comment xml:lang="sv">Spreadsheet interchange document</comment>
<magic priority="50">
- <match offset="0" type="string" value="ID;" />
+ <match type="string" value="ID;" offset="0"/>
</magic>
- <glob pattern="*.sylk" />
- <glob pattern="*.slk" />
+ <glob pattern="*.sylk"/>
+ <glob pattern="*.slk"/>
</mime-type>
<mime-type type="text/tab-separated-values">
<comment>text document (with tab-separated values)</comment>
- <comment xml:lang="fi">text document (with tab-separated values)</comment>
- <comment xml:lang="fr">text document (with tab-separated values)</comment>
- <comment xml:lang="hu">text document (with tab-separated values)</comment>
- <comment xml:lang="nl">text document (with tab-separated values)</comment>
- <comment xml:lang="nn">text document (with tab-separated values)</comment>
- <comment xml:lang="no">text document (with tab-separated values)</comment>
- <comment xml:lang="sr">text document (with tab-separated values)</comment>
- <comment xml:lang="sv">text document (with tab-separated values)</comment>
- <glob pattern="*.tsv" />
+ <glob pattern="*.tsv"/>
</mime-type>
<mime-type type="text/vnd.wap.wml">
<comment>WML document</comment>
@@ -4316,98 +3197,42 @@
<comment xml:lang="no">WML-dokument</comment>
<comment xml:lang="sr">WML документ</comment>
<comment xml:lang="sv">WML-dokument</comment>
- <glob pattern="*.wml" />
+ <glob pattern="*.wml"/>
</mime-type>
<mime-type type="text/x-adasrc">
<comment>Ada source code</comment>
- <comment xml:lang="fi">Ada source code</comment>
- <comment xml:lang="fr">Ada source code</comment>
- <comment xml:lang="hu">Ada source code</comment>
- <comment xml:lang="nl">Ada source code</comment>
- <comment xml:lang="nn">Ada source code</comment>
- <comment xml:lang="no">Ada source code</comment>
- <comment xml:lang="sr">Ada source code</comment>
- <comment xml:lang="sv">Ada source code</comment>
- <glob pattern="*.adb" />
- <glob pattern="*.ads" />
+ <glob pattern="*.adb"/>
+ <glob pattern="*.ads"/>
</mime-type>
<mime-type type="text/x-authors">
<comment>author list</comment>
- <comment xml:lang="fi">author list</comment>
- <comment xml:lang="fr">author list</comment>
- <comment xml:lang="hu">author list</comment>
- <comment xml:lang="nl">author list</comment>
- <comment xml:lang="nn">author list</comment>
- <comment xml:lang="no">author list</comment>
- <comment xml:lang="sr">author list</comment>
- <comment xml:lang="sv">author list</comment>
- <glob pattern="AUTHORS" />
+ <glob pattern="AUTHORS"/>
</mime-type>
<mime-type type="text/x-bibtex">
<comment>Bibtex bibliographic data</comment>
- <comment xml:lang="fi">Bibtex bibliographic data</comment>
- <comment xml:lang="fr">Bibtex bibliographic data</comment>
- <comment xml:lang="hu">Bibtex bibliographic data</comment>
- <comment xml:lang="nl">Bibtex bibliographic data</comment>
- <comment xml:lang="nn">Bibtex bibliographic data</comment>
- <comment xml:lang="no">Bibtex bibliographic data</comment>
- <comment xml:lang="sr">Bibtex bibliographic data</comment>
- <comment xml:lang="sv">Bibtex bibliographic data</comment>
- <glob pattern="*.bib" />
+ <glob pattern="*.bib"/>
</mime-type>
<mime-type type="text/x-c++hdr">
<comment>C++ source code header</comment>
- <comment xml:lang="fi">C++ source code header</comment>
- <comment xml:lang="fr">C++ source code header</comment>
- <comment xml:lang="hu">C++ source code header</comment>
- <comment xml:lang="nl">C++ source code header</comment>
- <comment xml:lang="nn">C++ source code header</comment>
- <comment xml:lang="no">C++ source code header</comment>
- <comment xml:lang="sr">C++ source code header</comment>
- <comment xml:lang="sv">C++ source code header</comment>
- <glob pattern="*.hh" />
+ <glob pattern="*.hh"/>
</mime-type>
<mime-type type="text/x-c++src">
<comment>C++ source code</comment>
- <comment xml:lang="fi">C++ source code</comment>
- <comment xml:lang="fr">C++ source code</comment>
- <comment xml:lang="hu">C++ source code</comment>
- <comment xml:lang="nl">C++ source code</comment>
- <comment xml:lang="nn">C++ source code</comment>
- <comment xml:lang="no">C++ source code</comment>
- <comment xml:lang="sr">C++ source code</comment>
- <comment xml:lang="sv">C++ source code</comment>
- <glob pattern="*.cpp" />
- <glob pattern="*.cxx" />
- <glob pattern="*.cc" />
- <glob pattern="*.C" />
- <glob pattern="*.c++" />
+ <glob pattern="*.cpp"/>
+ <glob pattern="*.cxx"/>
+ <glob pattern="*.cc"/>
+ <glob pattern="*.C"/>
+ <glob pattern="*.c++"/>
</mime-type>
<mime-type type="text/x-chdr">
<comment>C source code header</comment>
- <comment xml:lang="fi">C source code header</comment>
- <comment xml:lang="fr">C source code header</comment>
- <comment xml:lang="hu">C source code header</comment>
- <comment xml:lang="nl">C source code header</comment>
- <comment xml:lang="nn">C source code header</comment>
- <comment xml:lang="no">C source code header</comment>
- <comment xml:lang="sr">C source code header</comment>
- <comment xml:lang="sv">C source code header</comment>
- <glob pattern="*.h" />
- <glob pattern="*.h++" />
- <glob pattern="*.hp" />
+ <glob pattern="*.h"/>
+ <glob pattern="*.h++"/>
+ <glob pattern="*.hp"/>
</mime-type>
<mime-type type="text/x-comma-separated-values">
<comment>text document (with comma-separated values)</comment>
- <comment xml:lang="fi">text document (with comma-separated values)</comment>
- <comment xml:lang="fr">text document (with comma-separated values)</comment>
- <comment xml:lang="hu">text document (with comma-separated values)</comment>
- <comment xml:lang="nl">text document (with comma-separated values)</comment>
- <comment xml:lang="nn">text document (with comma-separated values)</comment>
- <comment xml:lang="no">text document (with comma-separated values)</comment>
- <comment xml:lang="sr">text document (with comma-separated values)</comment>
- <comment xml:lang="sv">text document (with comma-separated values)</comment>
- <glob pattern="*.csv" />
+ <glob pattern="*.csv"/>
</mime-type>
<mime-type type="text/x-copying">
<comment>software license terms</comment>
@@ -4419,7 +3244,7 @@
<comment xml:lang="no">lisensbestemmelser for programvare</comment>
<comment xml:lang="sr">лиценца за програм</comment>
<comment xml:lang="sv">programlicensavtal</comment>
- <glob pattern="COPYING" />
+ <glob pattern="COPYING"/>
</mime-type>
<mime-type type="text/x-credits">
<comment>software author credits</comment>
@@ -4431,19 +3256,11 @@
<comment xml:lang="no">forfatterliste for programvare</comment>
<comment xml:lang="sr">заслуге аутора програма</comment>
<comment xml:lang="sv">programförfattarlista</comment>
- <glob pattern="CREDITS" />
+ <glob pattern="CREDITS"/>
</mime-type>
<mime-type type="text/x-csrc">
<comment>C source code</comment>
- <comment xml:lang="fi">C source code</comment>
- <comment xml:lang="fr">C source code</comment>
- <comment xml:lang="hu">C source code</comment>
- <comment xml:lang="nl">C source code</comment>
- <comment xml:lang="nn">C source code</comment>
- <comment xml:lang="no">C source code</comment>
- <comment xml:lang="sr">C source code</comment>
- <comment xml:lang="sv">C source code</comment>
- <glob pattern="*.c" />
+ <glob pattern="*.c"/>
</mime-type>
<mime-type type="text/x-dcl">
<comment>DCL script</comment>
@@ -4455,7 +3272,7 @@
<comment xml:lang="no">DCL-skript</comment>
<comment xml:lang="sr">DCL скрипта</comment>
<comment xml:lang="sv">DCL-skript</comment>
- <glob pattern="*.dcl" />
+ <glob pattern="*.dcl"/>
</mime-type>
<mime-type type="text/x-dsl">
<comment>DSSSL document</comment>
@@ -4467,7 +3284,7 @@
<comment xml:lang="no">DSSSL-dokument</comment>
<comment xml:lang="sr">DSSSL документ</comment>
<comment xml:lang="sv">DSSSL-dokument</comment>
- <glob pattern="*.dsl" />
+ <glob pattern="*.dsl"/>
</mime-type>
<mime-type type="text/x-dtd">
<comment>document type definition</comment>
@@ -4476,10 +3293,9 @@
<comment xml:lang="hu">dokumentumtípus definíciója</comment>
<comment xml:lang="nl">documentsoort definitie</comment>
<comment xml:lang="nn">dokumenttypedefinisjon</comment>
- <comment xml:lang="no">document type definition</comment>
<comment xml:lang="sr">дефиниција типа датотеке</comment>
<comment xml:lang="sv">dokumenttypdefinition</comment>
- <glob pattern="*.dtd" />
+ <glob pattern="*.dtd"/>
</mime-type>
<mime-type type="text/x-emacs-lisp">
<comment>Emacs Lisp source code</comment>
@@ -4492,10 +3308,10 @@
<comment xml:lang="sr">Емакс Лисп изворни кôд</comment>
<comment xml:lang="sv">Emacs Lisp-källkod</comment>
<magic priority="50">
- <match offset="0" type="string" value="\012(" />
- <match offset="0" type="string" value=";ELC\023\000\000\000" />
+ <match type="string" value="\012(" offset="0"/>
+ <match type="string" value=";ELC\023\000\000\000" offset="0"/>
</magic>
- <glob pattern="*.el" />
+ <glob pattern="*.el"/>
</mime-type>
<mime-type type="text/x-fortran">
<comment>Fortran source code</comment>
@@ -4507,7 +3323,7 @@
<comment xml:lang="no">Fortran-kildekode</comment>
<comment xml:lang="sr">Фортран изворни кôд</comment>
<comment xml:lang="sv">Fortran-källkod</comment>
- <glob pattern="*.f" />
+ <glob pattern="*.f"/>
</mime-type>
<mime-type type="text/x-gtkrc">
<comment>GTK configuration</comment>
@@ -4519,8 +3335,8 @@
<comment xml:lang="no">GTK-konfigurasjon</comment>
<comment xml:lang="sr">Гтк подешавања</comment>
<comment xml:lang="sv">GTK-konfiguration</comment>
- <glob pattern="gtkrc" />
- <glob pattern=".gtkrc" />
+ <glob pattern="gtkrc"/>
+ <glob pattern=".gtkrc"/>
</mime-type>
<mime-type type="text/x-haskell">
<comment>Haskell source code</comment>
@@ -4532,7 +3348,7 @@
<comment xml:lang="no">Haskell-kildekode</comment>
<comment xml:lang="sr">Haskell изворни кôд</comment>
<comment xml:lang="sv">Haskell-källkod</comment>
- <glob pattern="*.hs" />
+ <glob pattern="*.hs"/>
</mime-type>
<mime-type type="text/x-idl">
<comment>IDL document</comment>
@@ -4544,7 +3360,7 @@
<comment xml:lang="no">IDL-dokument</comment>
<comment xml:lang="sr">IDL документ</comment>
<comment xml:lang="sv">IDL-dokument</comment>
- <glob pattern="*.idl" />
+ <glob pattern="*.idl"/>
</mime-type>
<mime-type type="text/x-install">
<comment>software installation instructions</comment>
@@ -4556,19 +3372,11 @@
<comment xml:lang="no">installationsinstruksjoner for programvare</comment>
<comment xml:lang="sr">упутство за инсталацију програма</comment>
<comment xml:lang="sv">programinstallationsinstruktioner</comment>
- <glob pattern="INSTALL" />
+ <glob pattern="INSTALL"/>
</mime-type>
<mime-type type="text/x-java">
<comment>Java source code</comment>
- <comment xml:lang="fi">Java source code</comment>
- <comment xml:lang="fr">Java source code</comment>
- <comment xml:lang="hu">Java source code</comment>
- <comment xml:lang="nl">Java source code</comment>
- <comment xml:lang="nn">Java source code</comment>
- <comment xml:lang="no">Java source code</comment>
- <comment xml:lang="sr">Java source code</comment>
- <comment xml:lang="sv">Java source code</comment>
- <glob pattern="*.java" />
+ <glob pattern="*.java"/>
</mime-type>
<mime-type type="text/x-ksh">
<comment>Korn shell script</comment>
@@ -4581,12 +3389,12 @@
<comment xml:lang="sr">Korn скрипта окружења</comment>
<comment xml:lang="sv">Korn-skalskript</comment>
<magic priority="50">
- <match offset="1:16" type="string" value="/bin/ksh" />
+ <match type="string" value="/bin/ksh" offset="1:16"/>
</magic>
</mime-type>
<mime-type type="text/x-ksysv-log">
<magic priority="50">
- <match offset="0" type="string" value="KDE System V Init Editor" />
+ <match type="string" value="KDE System V Init Editor" offset="0"/>
</magic>
</mime-type>
<mime-type type="text/x-literate-haskell">
@@ -4594,24 +3402,15 @@
<comment xml:lang="fi">Literate haskell -lähdekoodi</comment>
<comment xml:lang="fr">code source Literate haskell</comment>
<comment xml:lang="hu">Literális haskell-forráskód</comment>
- <comment xml:lang="nl">Literate haskell source code</comment>
<comment xml:lang="nn">Literate haskell-kjeldekode</comment>
<comment xml:lang="no">Literate haskell-kildekode</comment>
<comment xml:lang="sr">Literate haskell изворни кôд</comment>
<comment xml:lang="sv">Literate Haskell-källkod</comment>
- <glob pattern="*.lhs" />
+ <glob pattern="*.lhs"/>
</mime-type>
<mime-type type="text/x-log">
<comment>application log</comment>
- <comment xml:lang="fi">application log</comment>
- <comment xml:lang="fr">application log</comment>
- <comment xml:lang="hu">application log</comment>
- <comment xml:lang="nl">application log</comment>
- <comment xml:lang="nn">application log</comment>
- <comment xml:lang="no">application log</comment>
- <comment xml:lang="sr">application log</comment>
- <comment xml:lang="sv">application log</comment>
- <glob pattern="*.log" />
+ <glob pattern="*.log"/>
</mime-type>
<mime-type type="text/x-makefile">
<comment>Makefile</comment>
@@ -4623,68 +3422,36 @@
<comment xml:lang="no">Makefile</comment>
<comment xml:lang="sr">Производна датотека</comment>
<comment xml:lang="sv">Makefil</comment>
- <glob pattern="makefile*" />
- <glob pattern="[Mm]akefile" />
+ <glob pattern="makefile*"/>
+ <glob pattern="[Mm]akefile"/>
</mime-type>
<mime-type type="text/x-moc">
<comment>Qt Meta Object file</comment>
- <comment xml:lang="fi">Qt Meta Object file</comment>
- <comment xml:lang="fr">Qt Meta Object file</comment>
- <comment xml:lang="hu">Qt Meta Object file</comment>
- <comment xml:lang="nl">Qt Meta Object file</comment>
- <comment xml:lang="nn">Qt Meta Object file</comment>
- <comment xml:lang="no">Qt Meta Object file</comment>
- <comment xml:lang="sr">Qt Meta Object file</comment>
- <comment xml:lang="sv">Qt Meta Object file</comment>
- <glob pattern="*.moc" />
+ <glob pattern="*.moc"/>
</mime-type>
<mime-type type="text/x-objcsrc">
<comment>Objective-C source code</comment>
- <comment xml:lang="fi">Objective-C source code</comment>
- <comment xml:lang="fr">Objective-C source code</comment>
- <comment xml:lang="hu">Objective-C source code</comment>
- <comment xml:lang="nl">Objective-C source code</comment>
- <comment xml:lang="nn">Objective-C source code</comment>
- <comment xml:lang="no">Objective-C source code</comment>
- <comment xml:lang="sr">Objective-C source code</comment>
- <comment xml:lang="sv">Objective-C source code</comment>
- <glob pattern="*.m" />
+ <glob pattern="*.m"/>
</mime-type>
<mime-type type="text/x-pascal">
<comment>Pascal source code</comment>
- <comment xml:lang="fi">Pascal source code</comment>
- <comment xml:lang="fr">Pascal source code</comment>
- <comment xml:lang="hu">Pascal source code</comment>
- <comment xml:lang="nl">Pascal source code</comment>
- <comment xml:lang="nn">Pascal source code</comment>
- <comment xml:lang="no">Pascal source code</comment>
- <comment xml:lang="sr">Pascal source code</comment>
- <comment xml:lang="sv">Pascal source code</comment>
- <glob pattern="*.p" />
- <glob pattern="*.pas" />
+ <glob pattern="*.p"/>
+ <glob pattern="*.pas"/>
</mime-type>
<mime-type type="text/x-patch">
<comment>differences between files</comment>
- <comment xml:lang="fi">differences between files</comment>
- <comment xml:lang="fr">differences between files</comment>
- <comment xml:lang="hu">differences between files</comment>
- <comment xml:lang="nl">differences between files</comment>
- <comment xml:lang="nn">differences between files</comment>
- <comment xml:lang="no">differences between files</comment>
- <comment xml:lang="sr">differences between files</comment>
- <comment xml:lang="sv">differences between files</comment>
- <magic priority="50">
- <match offset="0" type="string" value="diff\t" />
- <match offset="0" type="string" value="diff" />
- <match offset="0" type="string" value="***\t" />
- <match offset="0" type="string" value="***" />
- <match offset="0" type="string" value="Only in\t" />
- <match offset="0" type="string" value="Only in" />
- <match offset="0" type="string" value="Common subdirectories:" />
- <match offset="0" type="string" value="Index:" />
- </magic>
- <glob pattern="*.diff" />
- <glob pattern="*.patch" />
+ <magic priority="50">
+ <match type="string" value="diff\t" offset="0"/>
+ <match type="string" value="diff " offset="0"/>
+ <match type="string" value="***\t" offset="0"/>
+ <match type="string" value="*** " offset="0"/>
+ <match type="string" value="Only in\t" offset="0"/>
+ <match type="string" value="Only in " offset="0"/>
+ <match type="string" value="Common subdirectories: " offset="0"/>
+ <match type="string" value="Index:" offset="0"/>
+ </magic>
+ <glob pattern="*.diff"/>
+ <glob pattern="*.patch"/>
</mime-type>
<mime-type type="text/x-readme">
<comment>README document</comment>
@@ -4696,7 +3463,7 @@
<comment xml:lang="no">README-dokument</comment>
<comment xml:lang="sr">ПРОЧИТАЈМЕ документ</comment>
<comment xml:lang="sv">README-dokument</comment>
- <glob pattern="README*" />
+ <glob pattern="README*"/>
</mime-type>
<mime-type type="text/x-scheme">
<comment>Scheme source code</comment>
@@ -4708,7 +3475,7 @@
<comment xml:lang="no">Scheme-kildekode</comment>
<comment xml:lang="sr">Scheme изворни кôд</comment>
<comment xml:lang="sv">Scheme-källkod</comment>
- <glob pattern="*.scm" />
+ <glob pattern="*.scm"/>
</mime-type>
<mime-type type="text/x-setext">
<comment>Setext document</comment>
@@ -4720,7 +3487,7 @@
<comment xml:lang="no">Setext-dokument</comment>
<comment xml:lang="sr">Setext документ</comment>
<comment xml:lang="sv">Setext-dokument</comment>
- <glob pattern="*.etx" />
+ <glob pattern="*.etx"/>
</mime-type>
<mime-type type="text/x-speech">
<comment>Speech document</comment>
@@ -4743,35 +3510,19 @@
<comment xml:lang="no">SQL-kildekode</comment>
<comment xml:lang="sr">SQL кôд</comment>
<comment xml:lang="sv">SQL-kod</comment>
- <glob pattern="*.sql" />
+ <glob pattern="*.sql"/>
</mime-type>
<mime-type type="text/x-tcl">
<comment>Tcl script</comment>
- <comment xml:lang="fi">Tcl script</comment>
- <comment xml:lang="fr">Tcl script</comment>
- <comment xml:lang="hu">Tcl script</comment>
- <comment xml:lang="nl">Tcl script</comment>
- <comment xml:lang="nn">Tcl script</comment>
- <comment xml:lang="no">Tcl script</comment>
- <comment xml:lang="sr">Tcl script</comment>
- <comment xml:lang="sv">Tcl script</comment>
- <glob pattern="*.tcl" />
- <glob pattern="*.tk" />
+ <glob pattern="*.tcl"/>
+ <glob pattern="*.tk"/>
</mime-type>
<mime-type type="text/x-tex">
<comment>TeX document</comment>
- <comment xml:lang="fi">TeX document</comment>
- <comment xml:lang="fr">TeX document</comment>
- <comment xml:lang="hu">TeX document</comment>
- <comment xml:lang="nl">TeX document</comment>
- <comment xml:lang="nn">TeX document</comment>
- <comment xml:lang="no">TeX document</comment>
- <comment xml:lang="sr">TeX document</comment>
- <comment xml:lang="sv">TeX document</comment>
- <glob pattern="*.tex" />
- <glob pattern="*.ltx" />
- <glob pattern="*.sty" />
- <glob pattern="*.cls" />
+ <glob pattern="*.tex"/>
+ <glob pattern="*.ltx"/>
+ <glob pattern="*.sty"/>
+ <glob pattern="*.cls"/>
</mime-type>
<mime-type type="text/x-texinfo">
<comment>TeXInfo document</comment>
@@ -4783,92 +3534,51 @@
<comment xml:lang="no">TeXInfo-dokument</comment>
<comment xml:lang="sr">ТеХинфо документ</comment>
<comment xml:lang="sv">TeXInfo-dokument</comment>
- <glob pattern="*.texi" />
- <glob pattern="*.texinfo" />
+ <glob pattern="*.texi"/>
+ <glob pattern="*.texinfo"/>
</mime-type>
<mime-type type="text/x-troff-me">
<comment>Troff ME input document</comment>
- <comment xml:lang="fi">Troff ME input document</comment>
- <comment xml:lang="fr">Troff ME input document</comment>
- <comment xml:lang="hu">Troff ME input document</comment>
- <comment xml:lang="nl">Troff ME input document</comment>
- <comment xml:lang="nn">Troff ME input document</comment>
- <comment xml:lang="no">Troff ME input document</comment>
- <comment xml:lang="sr">Troff ME input document</comment>
- <comment xml:lang="sv">Troff ME input document</comment>
- <glob pattern="*.me" />
+ <glob pattern="*.me"/>
</mime-type>
<mime-type type="text/x-troff-mm">
<comment>Troff MM input document</comment>
- <comment xml:lang="fi">Troff MM input document</comment>
- <comment xml:lang="fr">Troff MM input document</comment>
- <comment xml:lang="hu">Troff MM input document</comment>
- <comment xml:lang="nl">Troff MM input document</comment>
- <comment xml:lang="nn">Troff MM input document</comment>
- <comment xml:lang="no">Troff MM input document</comment>
- <comment xml:lang="sr">Troff MM input document</comment>
- <comment xml:lang="sv">Troff MM input document</comment>
- <glob pattern="*.mm" />
+ <glob pattern="*.mm"/>
</mime-type>
<mime-type type="text/x-troff-ms">
<comment>Troff MS input document</comment>
- <comment xml:lang="fi">Troff MS input document</comment>
- <comment xml:lang="fr">Troff MS input document</comment>
- <comment xml:lang="hu">Troff MS input document</comment>
- <comment xml:lang="nl">Troff MS input document</comment>
- <comment xml:lang="nn">Troff MS input document</comment>
- <comment xml:lang="no">Troff MS input document</comment>
- <comment xml:lang="sr">Troff MS input document</comment>
- <comment xml:lang="sv">Troff MS input document</comment>
- <glob pattern="*.ms" />
+ <glob pattern="*.ms"/>
</mime-type>
<mime-type type="text/x-uri">
-
+ <!-- Note: text/uri-list is reserved by the XDND protocol! -->
<comment>resource location</comment>
- <comment xml:lang="fi">resource location</comment>
- <comment xml:lang="fr">resource location</comment>
- <comment xml:lang="hu">resource location</comment>
- <comment xml:lang="nl">resource location</comment>
- <comment xml:lang="nn">resource location</comment>
- <comment xml:lang="no">resource location</comment>
- <comment xml:lang="sr">resource location</comment>
- <comment xml:lang="sv">resource location</comment>
- <glob pattern="*.uri" />
- <glob pattern="*.url" />
+ <glob pattern="*.uri"/>
+ <glob pattern="*.url"/>
</mime-type>
<mime-type type="text/x-vcalendar">
<comment>vCalendar interchange file</comment>
<comment xml:lang="fi">vCalendar-välitystiedosto</comment>
<comment xml:lang="fr">fichier « vCalendar interchange »</comment>
- <comment xml:lang="hu">vCalendar interchange file</comment>
<comment xml:lang="nl">vCalendar uitwisselingsbestand</comment>
<comment xml:lang="nn">vCalendar-utvekslingsfil</comment>
<comment xml:lang="no">vCalendar-utvekslingsfil</comment>
<comment xml:lang="sr">Датотека за vCalendar размену</comment>
<comment xml:lang="sv">vCalendar-utbytesfil</comment>
<magic priority="50">
- <match offset="0" type="string" value="BEGIN:VCALENDAR" />
- <match offset="0" type="string" value="begin:vcalendar" />
+ <match type="string" value="BEGIN:VCALENDAR" offset="0"/>
+ <match type="string" value="begin:vcalendar" offset="0"/>
</magic>
- <glob pattern="*.vcs" />
- <glob pattern="*.vcf" />
+ <glob pattern="*.vcs"/>
+ <glob pattern="*.vcf"/>
</mime-type>
<mime-type type="text/x-vcard">
<comment>electronic business card</comment>
- <comment xml:lang="fi">electronic business card</comment>
- <comment xml:lang="fr">electronic business card</comment>
- <comment xml:lang="hu">electronic business card</comment>
- <comment xml:lang="nl">electronic business card</comment>
- <comment xml:lang="nn">electronic business card</comment>
- <comment xml:lang="no">electronic business card</comment>
- <comment xml:lang="sr">electronic business card</comment>
- <comment xml:lang="sv">electronic business card</comment>
<magic priority="50">
- <match offset="0" type="string" value="BEGIN:VCARD" />
- <match offset="0" type="string" value="begin:vcard" />
+ <match type="string" value="BEGIN:VCARD" offset="0"/>
+ <match type="string" value="begin:vcard" offset="0"/>
</magic>
- <glob pattern="*.vct" />
- <glob pattern="*.gcrd" />
+ <glob pattern="*.vct"/>
+ <glob pattern="*.gcrd"/>
</mime-type>
<mime-type type="text/x-xslfo">
<comment>XSL Formating Object file</comment>
@@ -4877,28 +3587,19 @@
<comment xml:lang="hu">XSF:FO-fájl</comment>
<comment xml:lang="nl">XSL formatterend object bestand</comment>
<comment xml:lang="nn">XSL formatteringsobjektfil</comment>
- <comment xml:lang="no">XSL Formating Object file</comment>
<comment xml:lang="sr">Датотека XSL објеката форматирања</comment>
<comment xml:lang="sv">XSL-formateringsobjektfil</comment>
- <glob pattern="*.fo" />
- <glob pattern="*.xslfo" />
+ <glob pattern="*.fo"/>
+ <glob pattern="*.xslfo"/>
</mime-type>
<mime-type type="text/x-xslt">
<comment>XSLT stylesheet</comment>
- <comment xml:lang="fi">XSLT stylesheet</comment>
- <comment xml:lang="fr">XSLT stylesheet</comment>
- <comment xml:lang="hu">XSLT stylesheet</comment>
- <comment xml:lang="nl">XSLT stylesheet</comment>
- <comment xml:lang="nn">XSLT stylesheet</comment>
- <comment xml:lang="no">XSLT stylesheet</comment>
- <comment xml:lang="sr">XSLT stylesheet</comment>
- <comment xml:lang="sv">XSLT stylesheet</comment>
- <glob pattern="*.xslt" />
- <glob pattern="*.xsl" />
+ <glob pattern="*.xslt"/>
+ <glob pattern="*.xsl"/>
</mime-type>
<mime-type type="text/xmcd">
<magic priority="50">
- <match offset="0" type="string" value="# xmcd" />
+ <match type="string" value="# xmcd" offset="0"/>
</magic>
</mime-type>
<mime-type type="text/xml">
@@ -4908,13 +3609,12 @@
<comment xml:lang="hu">XML-dokumentum</comment>
<comment xml:lang="nl">Uitbreidbare opmaaktaal document (XML)</comment>
<comment xml:lang="nn">eXtensible Markup Language-dokument</comment>
- <comment xml:lang="no">eXtensible Markup Language document</comment>
<comment xml:lang="sr">документ проширивог језика за означавање (XML)</comment>
<comment xml:lang="sv">XML-dokument</comment>
<magic priority="50">
- <match offset="0" type="string" value="<?xml" />
+ <match type="string" value="&lt;?xml" offset="0"/>
</magic>
- <glob pattern="*.xml" />
+ <glob pattern="*.xml"/>
</mime-type>
<mime-type type="video/isivideo">
<comment>ISI video</comment>
@@ -4929,45 +3629,29 @@
</mime-type>
<mime-type type="video/mpeg">
<comment>MPEG video</comment>
- <comment xml:lang="fi">MPEG video</comment>
- <comment xml:lang="fr">MPEG video</comment>
- <comment xml:lang="hu">MPEG video</comment>
- <comment xml:lang="nl">MPEG video</comment>
- <comment xml:lang="nn">MPEG video</comment>
- <comment xml:lang="no">MPEG video</comment>
- <comment xml:lang="sr">MPEG video</comment>
- <comment xml:lang="sv">MPEG video</comment>
- <magic priority="50">
- <match offset="0" type="string" value="\x47\x3f\xff\x10" />
- <match offset="0" type="big32" value="0x000001b3" />
- <match offset="0" type="big32" value="0x000001ba" />
- </magic>
- <glob pattern="*.mpeg" />
- <glob pattern="*.mpg" />
- <glob pattern="*.mp2" />
- <glob pattern="*.mpe" />
- <glob pattern="*.vob" />
- <glob pattern="*.dat" />
+ <magic priority="50">
+ <match type="string" value="\x47\x3f\xff\x10" offset="0"/>
+ <match type="big32" value="0x000001b3" offset="0"/>
+ <match type="big32" value="0x000001ba" offset="0"/>
+ </magic>
+ <glob pattern="*.mpeg"/>
+ <glob pattern="*.mpg"/>
+ <glob pattern="*.mp2"/>
+ <glob pattern="*.mpe"/>
+ <glob pattern="*.vob"/>
+ <glob pattern="*.dat"/>
</mime-type>
<mime-type type="video/quicktime">
<comment>QuickTime video</comment>
- <comment xml:lang="fi">QuickTime video</comment>
- <comment xml:lang="fr">QuickTime video</comment>
- <comment xml:lang="hu">QuickTime video</comment>
- <comment xml:lang="nl">QuickTime video</comment>
- <comment xml:lang="nn">QuickTime video</comment>
- <comment xml:lang="no">QuickTime video</comment>
- <comment xml:lang="sr">QuickTime video</comment>
- <comment xml:lang="sv">QuickTime video</comment>
- <magic priority="50">
- <match offset="12" type="string" value="mdat" />
- <match offset="4" type="string" value="mdat" />
- <match offset="4" type="string" value="moov" />
- </magic>
- <glob pattern="*.qt" />
- <glob pattern="*.mov" />
- <glob pattern="*.moov" />
- <glob pattern="*.qtvr" />
+ <magic priority="50">
+ <match type="string" value="mdat" offset="12"/>
+ <match type="string" value="mdat" offset="4"/>
+ <match type="string" value="moov" offset="4"/>
+ </magic>
+ <glob pattern="*.qt"/>
+ <glob pattern="*.mov"/>
+ <glob pattern="*.moov"/>
+ <glob pattern="*.qtvr"/>
</mime-type>
<mime-type type="video/vivo">
<comment>Vivo video</comment>
@@ -5001,7 +3685,7 @@
<comment xml:lang="no">ANIM-animasjon</comment>
<comment xml:lang="sr">ANIM анимација</comment>
<comment xml:lang="sv">ANIM-animation</comment>
- <glob pattern="*.anim[1-9j]" />
+ <glob pattern="*.anim[1-9j]"/>
</mime-type>
<mime-type type="video/x-avi">
<comment>AVI video</comment>
@@ -5016,47 +3700,23 @@
</mime-type>
<mime-type type="video/x-flic">
<comment>AutoDesk FLIC animation</comment>
- <comment xml:lang="fi">AutoDesk FLIC animation</comment>
- <comment xml:lang="fr">AutoDesk FLIC animation</comment>
- <comment xml:lang="hu">AutoDesk FLIC animation</comment>
- <comment xml:lang="nl">AutoDesk FLIC animation</comment>
- <comment xml:lang="nn">AutoDesk FLIC animation</comment>
- <comment xml:lang="no">AutoDesk FLIC animation</comment>
- <comment xml:lang="sr">AutoDesk FLIC animation</comment>
- <comment xml:lang="sv">AutoDesk FLIC animation</comment>
<magic priority="50">
- <match offset="0" type="little16" value="0xAF11" />
- <match offset="0" type="little16" value="0xAF12" />
+ <match type="little16" value="0xAF11" offset="0"/>
+ <match type="little16" value="0xAF12" offset="0"/>
</magic>
- <glob pattern="*.fli" />
- <glob pattern="*.flc" />
+ <glob pattern="*.fli"/>
+ <glob pattern="*.flc"/>
</mime-type>
<mime-type type="video/x-mng">
<comment>MNG animation</comment>
- <comment xml:lang="fi">MNG animation</comment>
- <comment xml:lang="fr">MNG animation</comment>
- <comment xml:lang="hu">MNG animation</comment>
- <comment xml:lang="nl">MNG animation</comment>
- <comment xml:lang="nn">MNG animation</comment>
- <comment xml:lang="no">MNG animation</comment>
- <comment xml:lang="sr">MNG animation</comment>
- <comment xml:lang="sv">MNG animation</comment>
- <glob pattern="*.mng" />
+ <glob pattern="*.mng"/>
</mime-type>
<mime-type type="video/x-ms-asf">
<comment>Microsoft ASF video</comment>
- <comment xml:lang="fi">Microsoft ASF video</comment>
- <comment xml:lang="fr">Microsoft ASF video</comment>
- <comment xml:lang="hu">Microsoft ASF video</comment>
- <comment xml:lang="nl">Microsoft ASF video</comment>
- <comment xml:lang="nn">Microsoft ASF video</comment>
- <comment xml:lang="no">Microsoft ASF video</comment>
- <comment xml:lang="sr">Microsoft ASF video</comment>
- <comment xml:lang="sv">Microsoft ASF video</comment>
- <glob pattern="*.asf" />
- <glob pattern="*.asx" />
+ <glob pattern="*.asf"/>
+ <glob pattern="*.asx"/>
<magic priority="50">
- <match offset="0" type="big32" value="0x3026b275" />
+ <match type="big32" value="0x3026b275" offset="0"/>
</magic>
</mime-type>
<mime-type type="video/x-ms-wmv">
@@ -5069,23 +3729,15 @@
<comment xml:lang="no">Microsoft WMV-film</comment>
<comment xml:lang="sr">Микрософт WMV видео</comment>
<comment xml:lang="sv">Microsoft WMV-video</comment>
- <glob pattern="*.wmv" />
+ <glob pattern="*.wmv"/>
</mime-type>
<mime-type type="video/x-msvideo">
<comment>Microsoft AVI video</comment>
- <comment xml:lang="fi">Microsoft AVI video</comment>
- <comment xml:lang="fr">Microsoft AVI video</comment>
- <comment xml:lang="hu">Microsoft AVI video</comment>
- <comment xml:lang="nl">Microsoft AVI video</comment>
- <comment xml:lang="nn">Microsoft AVI video</comment>
- <comment xml:lang="no">Microsoft AVI video</comment>
- <comment xml:lang="sr">Microsoft AVI video</comment>
- <comment xml:lang="sv">Microsoft AVI video</comment>
<magic priority="50">
- <match offset="8" type="string" value="AVI" />
- <match offset="0" type="string" value="RIFF" />
+ <match type="string" value="AVI " offset="8"/>
+ <match type="string" value="RIFF" offset="0"/>
</magic>
- <glob pattern="*.avi" />
+ <glob pattern="*.avi"/>
</mime-type>
<mime-type type="video/x-nsv">
<comment>Nullsoft video</comment>
@@ -5098,10 +3750,10 @@
<comment xml:lang="sr">Nullsoft видео</comment>
<comment xml:lang="sv">Nullsoft-video</comment>
<magic priority="50">
- <match offset="0" type="string" value="NSVf" />
+ <match type="string" value="NSVf" offset="0"/>
</magic>
- <glob pattern="*.nsv" />
- <glob pattern="*.NSV" />
+ <glob pattern="*.nsv"/>
+ <glob pattern="*.NSV"/>
</mime-type>
<mime-type type="video/x-real-video">
<comment>RealVideo video</comment>
@@ -5125,8 +3777,8 @@
<comment xml:lang="sr">SGI видео</comment>
<comment xml:lang="sv">SGI-video</comment>
<magic priority="50">
- <match offset="0" type="string" value="MOVI" />
+ <match type="string" value="MOVI" offset="0"/>
</magic>
- <glob pattern="*.movie" />
+ <glob pattern="*.movie"/>
</mime-type>
-</mime-info> \ No newline at end of file
+</mime-info>