diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 3c0e162..810a566 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -1338,6 +1338,21 @@ command to generate the output files. </magic> <glob pattern="*.odm"/> </mime-type> + <mime-type type="application/vnd.oasis.opendocument.text-master-template"> + <comment>ODM template</comment> + <acronym>ODM</acronym> + <expanded-acronym>OpenDocument Master</expanded-acronym> + <sub-class-of type="application/zip"/> + <generic-icon name="x-office-document"/> + <magic priority="80"> + <match type="string" value="PK\003\004" offset="0"> + <match type="string" value="mimetype" offset="30"> + <match type="string" value="application/vnd.oasis.opendocument.text-master-template" offset="38"/> + </match> + </match> + </magic> + <glob pattern="*.otm"/> + </mime-type> <mime-type type="application/vnd.oasis.opendocument.graphics"> <comment>ODG drawing</comment> <acronym>ODG</acronym> |