Got OpenOffice.org unipresent backend to compile, but it can't yet connect to OO...
[kworship.git] / mimetypes / kworship.xml
blobaf1f752fafd3b021c01bd30a56bf45cac4ca098a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 It comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may
4 redistribute copies of update-mime-database under the terms of the GNU General
5 Public License. For more information about these matters, see the file named
6 COPYING.
7 -->
8 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
9   <mime-type type="application/x-kworship+xml">
10     <sub-class-of type="application/xml"/>
11     <comment>KWorship data file</comment>
12     <glob pattern="*.kw"/>
13   </mime-type>
14   <mime-type type="application/x-kworship-archive">
15     <sub-class-of type="application/x-bzip2"/>
16     <comment>KWorship data archive</comment>
17     <glob pattern="*.kwz"/>
18   </mime-type>
19 </mime-info>