summarylogtreecommitdiffstats
path: root/gcs.xml
diff options
context:
space:
mode:
authorMax2016-09-28 00:47:44 -0400
committerMax2016-09-28 00:47:44 -0400
commit2872570732a3b7c79009c76cee6b3c8944a8d182 (patch)
tree784fad6e4bc1e290053020a0a48e49e0c4c53dbb /gcs.xml
parent7a322715c109a664983bc4f24e2940d502398374 (diff)
downloadaur-2872570732a3b7c79009c76cee6b3c8944a8d182.tar.gz
add MIME info
Diffstat (limited to 'gcs.xml')
-rw-r--r--gcs.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/gcs.xml b/gcs.xml
new file mode 100644
index 000000000000..acbcebe1e4bc
--- /dev/null
+++ b/gcs.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-gurps-advantage">
+ <sub-class-of type="text/xml"/>
+ <comment>GURPS advantage list</comment>
+ <glob pattern="*.adq"/>
+ </mime-type>
+ <mime-type type="application/x-gurps-equipment">
+ <sub-class-of type="text/xml"/>
+ <comment>GURPS equipment list</comment>
+ <glob pattern="*.eqp"/>
+ </mime-type>
+ <mime-type type="application/x-gurps-character">
+ <sub-class-of type="text/xml"/>
+ <comment>GURPS character sheet</comment>
+ <glob pattern="*.gcs"/>
+ </mime-type>
+ <mime-type type="application/x-gurps-template">
+ <sub-class-of type="text/xml"/>
+ <comment>GURPS character template</comment>
+ <glob pattern="*.gct"/>
+ </mime-type>
+ <mime-type type="application/x-gurps-skill">
+ <sub-class-of type="text/xml"/>
+ <comment>GURPS skill list</comment>
+ <glob pattern="*.skl"/>
+ </mime-type>
+ <mime-type type="application/x-gurps-spell">
+ <sub-class-of type="text/xml"/>
+ <comment>GURPS spell list</comment>
+ <glob pattern="*.spl" weight="55"/>
+ </mime-type>
+</mime-info>