public
Description: Schematic capture and circuit simulator
Homepage: http://oregano.gforge.lug.fi.uba.ar/
Clone URL: git://github.com/Gazer/oregano.git
oregano / oregano.xml.in
100644 14 lines (13 sloc) 0.518 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="text/oregano">
    <comment xml:lang="es">Archivo de esquemas</comment>
    <comment xml:lang="en">Schematic file</comment>
    <glob pattern="*.oregano"/>
</mime-type>
<mime-type type="text/netlist">
<comment xml:lang="en">net list from circuits</comment>
<comment xml:lang="es">Lista de nodos de los circuitos</comment>
<glob pattern="*.netlist"/>
  </mime-type>
</mime-info>