source: git/lib/survex.xml @ 5d4e21e

debug-cidebug-ci-sanitiserswalls-data debian/1.4.1-1
Last change on this file since 5d4e21e was df10c51, checked in by Olly Betts <olly@…>, 8 years ago

Modernise filetype handling for Linux

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[df10c51]1<?xml version="1.0" encoding="UTF-8"?>
2<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3  <mime-type type="application/x-survex-svx">
4    <comment>Survex Raw Survey Data</comment>
5    <glob pattern="*.svx"/>
6    <sub-class-of type="text/plain"/>
7  </mime-type>
8  <mime-type type="application/x-survex-3d">
9    <comment>Survex Processed Data</comment>
10    <glob pattern="*.3d"/>
11  </mime-type>
12  <mime-type type="application/x-survex-pos">
13    <comment>Survex Station Positions</comment>
14    <glob pattern="*.pos"/>
15    <sub-class-of type="text/plain"/>
16  </mime-type>
17  <mime-type type="application/x-survex-err">
18    <comment>Survex Loop Closure Errors</comment>
19    <glob pattern="*.err"/>
20    <sub-class-of type="text/plain"/>
21  </mime-type>
22  <mime-type type="application/x-compass-plot">
23    <comment>Compass Plot File</comment>
24    <glob pattern="*.plt"/>
25    <glob pattern="*.plf"/>
26    <sub-class-of type="text/plain"/>
27  </mime-type>
28  <mime-type type="application/x-cmap-xyz">
29    <comment>CMAP Processed Data</comment>
30    <glob pattern="*.sht"/>
31    <glob pattern="*.adj"/>
32    <glob pattern="*.una"/>
33    <sub-class-of type="text/plain"/>
34  </mime-type>
35</mime-info>
Note: See TracBrowser for help on using the repository browser.