mirror of
git://git.geda-project.org/wwwhtdocs
synced 2025-10-14 06:37:15 +08:00
132 lines
3.0 KiB
HTML
132 lines
3.0 KiB
HTML
<HTML>
|
|
|
|
<HEAD>
|
|
<TITLE>gEDA/gaf's gsymcheck </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> · </li>
|
|
<li> <A HREF="../../screenshots/index.html">Screenshots</A> </li> <li>· </li>
|
|
<li> <A HREF="../index.html"></A>Tools </li> <li> · </li>
|
|
<li> <A HREF="../../license.html">License</A> </li> <li> · </li>
|
|
<li> <A HREF="../../download.html">Download</A> <li> </li>
|
|
<br>
|
|
<li> <A HREF="http://wiki.geda-project.org">Documentation</A> </li> <li> · </li>
|
|
<li> <A HREF="../../mailinglists.html">Mailing Lists</A> </li> <li> ·
|
|
<li> <A HREF="../../developer.html">Developer</A> </li> <li> · </li>
|
|
<li> <A HREF="../../search.html">Search</A> </li> <li> · </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> → gsymcheck
|
|
</h3>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--[if lt IE 7.]>
|
|
<script defer type="text/javascript" src="../../pngfix.js"></script>
|
|
<![endif]-->
|
|
|
|
<div id="main">
|
|
|
|
<CENTER>
|
|
<H2>
|
|
gsymcheck<br>
|
|
gEDA/gaf's Symbol Checker
|
|
</H2>
|
|
</CENTER>
|
|
|
|
<H3>
|
|
<A HREF="#whatis">What is gsymcheck?</A><BR>
|
|
<A HREF="#look">What does it look like?</A><BR>
|
|
<A HREF="#author">Who is the author of gsymcheck?</A><BR>
|
|
<A HREF="#download">Where can I download it?</A><BR>
|
|
</H3>
|
|
<HR>
|
|
|
|
|
|
|
|
<H4>
|
|
<A NAME="whatis"></A>
|
|
What is gsymcheck?
|
|
</H4>
|
|
gsymcheck is the symbol checker for the gEDA/gaf system. Give it a symbol
|
|
file and it will go through and verify that the symbol will work in gschem
|
|
and friends.<p>
|
|
|
|
A sampling of the errors identified by gsymcheck:
|
|
<UL>
|
|
<LI> Having invalid objects inside of a symbol </LI>
|
|
<LI> Missing certain required attributes </LI>
|
|
<LI> Duplication of certain attributes </LI>
|
|
<LI> Incorrect usage of the various attribute </LI>
|
|
<LI> Using forbidden, obsolete, or invalid attributes </LI>
|
|
</UL>
|
|
<p>
|
|
gsymcheck does not verify graphical properties of symbols yet.
|
|
<p>
|
|
All users wishing to submitting symbols should run gsymcheck and
|
|
correct all warnings and errors before submitting the symbols. Thank you.
|
|
<br>
|
|
<p>
|
|
|
|
<H4>
|
|
<A NAME="look"></A>
|
|
What does it look like?
|
|
</H4>
|
|
There are no screenshots at this point, since gsymcheck is a command line
|
|
driven tool.
|
|
<br>
|
|
<p>
|
|
|
|
|
|
<H4>
|
|
<A NAME="author"></A>
|
|
Who is the author of gsymcheck?
|
|
</H4>
|
|
gsymcheck is a community effort with several dozen contributors
|
|
participating in the gEDA Project. The project was originated by Ales
|
|
Hvezda, and he wrote the original version of gsymcheck.
|
|
<br>
|
|
<p>
|
|
|
|
|
|
<H4>
|
|
<A NAME="download"></A>
|
|
Where can I download it?
|
|
</H4>
|
|
|
|
<A HREF="../../download.html">gEDA's download page</A><br>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<br>
|
|
</div>
|
|
|
|
</BODY>
|
|
</HTML>
|