File: siril.xml

package info (click to toggle)
siril 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,656 kB
  • sloc: ansic: 175,395; cpp: 28,654; python: 8,476; makefile: 974; xml: 879; sh: 280
file content (25 lines) | stat: -rw-r--r-- 747 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="image/fits">
	  <icon name="siril"/>
		<glob pattern="*.fit"/>
		<glob pattern="*.fits"/>
		<glob pattern="*.fts"/>
		<glob pattern="*.fit.fz"/>
		<glob pattern="*.fits.fz"/>
		<glob pattern="*.fts.fz"/>
	</mime-type>
  <mime-type type="image/x-xisf">
     <icon name="siril"/>
     <comment>Extensible Image Serialization Format</comment>
     <glob pattern="*.xisf"/>
  </mime-type>
	<mime-type type="video/ser">
		<glob pattern="*.ser"/>
	</mime-type>
	<mime-type type="text/x-seq">
		<comment>Siril sequence file</comment>
		<glob pattern="*.seq"/>
		<generic-icon name="text-x-seq"/>
	</mime-type>
</mime-info>