libgeda: Don't double free path argument
[geda-gaf.git] / docs / wiki / geda-tragesym_readme.html
blob9d49e9db444865eae58db9f83052b566e717258a
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
13 <p>
14 <em>Translations of this page are also available in the following languages:</em> <a href="geda-tragesym_readme.ru.html" class="wikilink1" title="geda-tragesym_readme.ru.html">Русский</a>.
15 </p>
17 <h1 id="tragesymsymbolgeneratorreadme">tragesym (symbol generator) README</h1>
18 <div class="level1">
19 <pre class="code">tragesym is a small python script that creates geda symbols out of
20 structured textfiles.
22 For creating a symbol you have to edit the sourcefile first. You can
23 use the template.src file, which is in /examples/tragesym/ directory.
24 Some examples are in the examples/tragesym directory too.
26 For possible footprint names take a look into the ~geda directory
27 of the PCB program.
29 usage is:
30 tragesym &lt;sourcefile&gt; &lt;symbolfile&gt;
32 After you have translated the sourcefile to the symbolfile you have to
33 rearrange some pins with gschem, translate the symbol to the origin
34 and save it in an appropriate symbol directory. Make the attributes
35 visible while doing that (edit-&gt;show hidden text) and hide the text
36 again before saving.
38 tragesym requires python (versions greater 1.5 should work).
40 Comment an questions are welcome.
41 Send it to Werner Hoch (werner.ho@gmx.de)</pre>
43 </div>
44 </body>
45 </html>