File: pcb.xml

package info (click to toggle)
pcb 20080202-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 22,684 kB
  • ctags: 10,254
  • sloc: ansic: 81,609; sh: 5,803; yacc: 5,032; pascal: 3,999; makefile: 1,322; lex: 410; perl: 308; awk: 158; tcl: 63; xml: 20
file content (37 lines) | stat: -rw-r--r-- 1,234 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
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-pcb-layout">
    <sub-class-of type="text/plain"/>
    <comment>PCB layout</comment>
    <glob pattern="*.pcb"/>
    <magic priority="50">
      <match value="# release: pcb " type="string" offset="0"/>
    </magic>
  </mime-type>
  <mime-type type="application/x-pcb-footprint">
    <sub-class-of type="text/plain"/>
    <comment>PCB footprint</comment>
    <glob pattern="*.fp"/>
    <magic priority="50">
      <match value="Element[" type="string" offset="0:20"/>
    </magic>
  </mime-type>
  <mime-type type="application/x-pcb-netlist">
    <sub-class-of type="text/plain"/>
    <comment>PCB netlist</comment>
    <glob pattern="*.net"/>
  </mime-type>
  <mime-type type="application/x-gerber">
    <sub-class-of type="text/plain"/>
    <comment>Gerber file</comment>
    <glob pattern="*.gbr"/>
    <magic priority="50">
      <match value="G04" type="string" offset="0"/>
    </magic>
  </mime-type>
  <mime-type type="application/x-excellon">
    <sub-class-of type="text/plain"/>
    <comment>Excellon drill file</comment>
    <glob pattern="*.cnc"/>
  </mime-type>
</mime-info>