File: pcb.xml

package info (click to toggle)
pcb 20140316-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,212 kB
  • ctags: 16,012
  • sloc: ansic: 123,955; sh: 7,306; yacc: 5,087; pascal: 4,118; makefile: 1,559; perl: 552; lex: 438; awk: 157; lisp: 86; tcl: 63; xml: 20
file content (55 lines) | stat: -rw-r--r-- 2,209 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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>
    <comment xml:lang="nl">PCB opmaak</comment>
    <comment xml:lang="pt_BR">Traçado PCB</comment>
    <comment xml:lang="ru">PCB трассировка</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>
    <comment xml:lang="nl">PCB voetafdruk</comment>
    <comment xml:lang="pt_BR">Matriz PCB</comment>
    <comment xml:lang="ru">PCB посадочное место</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>
    <comment xml:lang="nl">PCB netlijst</comment>
    <comment xml:lang="pt_BR">Netlist PCB</comment>
    <comment xml:lang="ru">PCB список соединений</comment>
    <glob pattern="*.net"/>
  </mime-type>
  <mime-type type="application/x-gerber">
    <sub-class-of type="text/plain"/>
    <comment>Gerber file</comment>
    <comment xml:lang="nl">Gerber bestand</comment>
    <comment xml:lang="pt_BR">Arquivo Gerber</comment>
    <comment xml:lang="ru">Gerber-файл</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>
    <comment xml:lang="nl">Excellon boor bestand</comment>
    <comment xml:lang="pt_BR">Arquivo de perfuração Excellon</comment>
    <comment xml:lang="ru">Файл сверловки Excellon</comment>
    <glob pattern="*.cnc"/>
    <magic priority="50">
      <match value="M48" type="string" offset="0"/>
    </magic>
  </mime-type>
</mime-info>