Files
wwwhtdocs/tools/symbols/index.html
2012-11-01 12:11:59 -04:00

149 lines
4.4 KiB
HTML

<HTML>
<HEAD>
<TITLE>gEDA/gaf's symbols</TITLE>
<STYLE TYPE="text/css" MEDIA="all" TITLE="Default">
@IMPORT URL(../../geda.css);
</STYLE>
<LINK rel="icon" href="../../favicon.ico" type="image/x-icon">
<LINK rel="shortcut icon" href="../../favicon.ico" type="image/x-icon">
</HEAD>
<BODY>
<div id="nav">
<div id="navavoid"></div>
<ul>
<li> <A HREF="../../index.html">Home</A> </li> <li> &middot; </li>
<li> <A HREF="../../screenshots/index.html">Screenshots</A> </li> <li>&middot; </li>
<li> <A HREF="../index.html"></A>Tools </li> <li> &middot; </li>
<li> <A HREF="../../license.html">License</A> </li> <li> &middot; </li>
<li> <A HREF="../../download.html">Download</A> <li> </li>
<br>
<li> <A HREF="http://wiki.geda-project.org">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="../../mailinglists.html">Mailing Lists</A> </li> <li> &middot;
<li> <A HREF="../../developer.html">Developer</A> </li> <li> &middot; </li>
<li> <A HREF="../../search.html">Search</A> </li> <li> &middot; </li>
<li> <A HREF="../../links.html">Links</A> </li>
</ul>
<div id="navundertext">
<div id="navlogo">
<A HREF="../../index.html">
<img src="../../graphics/navlogo.png" height="73" width="266" alt="gEDA logo"/>
</A>
</div>
<div id="navrule"></div>
<h3>
<A HREF="../index.html">Tools</A> &rarr; Symbols
</h3>
</div>
</div>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="../../pngfix.js"></script>
<![endif]-->
<div id="main">
<CENTER>
<H2>
symbols<br>
Schematic Symbols
</H2>
</CENTER>
<H3>
<A HREF="#whatis">What are schematic symbols?</A><BR>
<A HREF="#how">How do I create new schematic symbols?</A><BR>
<A HREF="#contrib">How can I contribute/share my symbols with the gEDA community?</A><BR>
<A HREF="#download">Where can I download it?</A><BR>
</H3>
<HR>
<H4>
<A NAME="whatis"></A>
What are schematic symbols?
</H4>
<p>
Schematic symbols are an abstract representation of the physical components
used in electronic circuits. A physical component can be an intergated
circuit (IC), a passive device (like a resister), an active device (like
a diode or transistor), etc... Basically a symbol is the representation
of the component on a schematic sheet.
</p>
<p>
gEDA/gaf includes a symbol library of over 1600 symbols. The file format
for the symbols is in an easy to understand ASCII format and is the
exact same file format as schematic files.
</p>
<H4>
<A NAME="how"></A>
How do I create new schematic symbols?
</H4>
Even though the gEDA/gaf symbol library is not tiny, you will probably
have to create symbols for the devices that you want to use in your
circuit designs. There are three ways of creating schematic symbols:<p>
<UL>
<LI> Use gschem to draw the symbols. This is the most common and popular way. Please be sure to read the <A HREF="http://wiki.geda-project.org/geda:scg">Symbol Creation Document</A> on guidelines and tips for designing and drawing symbols.</LI>
<p>
<LI> Use one of the symbol creation programs. There are several programs out there which take as input a text file describing the symbol and as output generate schematic symbols. Two popular symbol generators are: gmk_sym and tragesym. Both of these symbol generators are part of gEDA/gaf's <A HREF="../utils/index.html">Utilities</A>.</LI>
<p>
<LI> The final option is to create symbols with a text editor. The file format of the symbols (and schematics) can be found in the <A HREF="http://wiki.geda-project.org/geda:file_format_spec">File Format Document</A>. Also be sure to checkout the <A HREF="http://wiki.geda-project.org/geda:master_attributes_list">Master Attribute List</A> document.
</UL>
<p>
<H4>
<A NAME="contrib"></A>
How can I contribute/share my symbols with the gEDA community?
</H4>
At one time, the gEDA Project accepted symbol contributions which would be
bundled into the main gEDA/gaf releases. However, due to the large number of
submitted symbols and the consequent need for the project maintainers to
process and check the submissions, this contribution
method is now deprecated. Nowadays, if you have symbols you'd like to contribute,
sign up for an account at <a href="http://gedasymbols.org">gedasymbols.org</A> and submit them there.
<H4>
<A NAME="download"></A>
Where can I download symbols for gschem?
</H4>
</ul>
<li>
<A HREF="../../download.html">gEDA's download page</A><br>
</li>
<li>
Contributed symbols are available from the
<a href="http://www.gedasymbols.org/">gedasymbols.org website.</a>
</li>
</div>
</div>
<div id="footer">
<br>
</div>
</BODY>
</HTML>