diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2011-10-20 00:02:09 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-21 15:59:18 -0200 |
commit | 56863f1f4ffcd12a918904d4faaa63271c1b4a8f (patch) | |
tree | b3c9ddeabd27a1840a8f5e3a0a417d74c1c8b7f3 /academic/QtiPlot/qtiplot.xml | |
parent | 5327d32896781d21b2bfcafd262edf3378e54554 (diff) | |
download | slackbuilds-56863f1f4ffcd12a918904d4faaa63271c1b4a8f.tar.gz |
academic/QtiPlot: Added (Data Analysis and Visualisation)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'academic/QtiPlot/qtiplot.xml')
-rw-r--r-- | academic/QtiPlot/qtiplot.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/QtiPlot/qtiplot.xml b/academic/QtiPlot/qtiplot.xml new file mode 100644 index 0000000000..7ad4c4aa02 --- /dev/null +++ b/academic/QtiPlot/qtiplot.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-qtiplot-project"> + <sub-class-of type="text/plain"/> + <comment>QtiPlot project file</comment> + <glob pattern="*.qti" /> + </mime-type> + <mime-type type="application/x-qtiplot-project-compressed"> + <comment>Compressed QtiPlot project file</comment> + <glob pattern="*.qti.gz" /> + </mime-type> + <mime-type type="application/x-qtiplot-project-backup"> + <sub-class-of type="text/plain"/> + <comment>QtiPlot project file backup</comment> + <glob pattern="*.qti~" /> + </mime-type> +</mime-info> |