File: ngraph.xml

package info (click to toggle)
ngraph-gtk 6.09.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,044 kB
  • sloc: ansic: 114,209; sh: 5,844; ruby: 1,824; makefile: 590; cpp: 373; xml: 216; sed: 39; awk: 11
file content (20 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
	<mime-type type="application/x-ngraph">
		<sub-class-of type="text/plain"/>
		<comment>Ngraph</comment>
		<glob pattern="*.ngp"/>
	</mime-type>
	<mime-type type="application/x-ngraph-graphic">
		<sub-class-of type="text/plain"/>
		<comment>Ngraph graphic file</comment>
		<comment xml:lang="ja">Ngraph のグラフィックデータファイル</comment>
		<glob pattern="*.gra"/>
	</mime-type>
	<mime-type type="application/x-ngraph-script">
		<sub-class-of type="text/plain"/>
		<comment>Ngraph script file</comment>
		<comment xml:lang="ja">Ngraph script のファイル</comment>
		<glob pattern="*.nsc"/>
	</mime-type>
</mime-info>