Simplified the top nav bar and moved most content into the wiki

This commit is contained in:
Ales Hvezda
2010-04-21 21:40:05 -04:00
parent a9e4591fae
commit 57c096f620
12 changed files with 72 additions and 2843 deletions

37
.htaccess Normal file
View File

@@ -0,0 +1,37 @@
Redirect 301 /developer.html http://www.gpleda.org/
Redirect 301 /download.html http://www.gpleda.org/
Redirect 301 /license.html http://www.gpleda.org/
Redirect 301 /links.html http://www.gpleda.org/
Redirect 301 /mailinglists.html http://www.gpleda.org/
Redirect 301 /screenshots.html http://www.gpleda.org/
Redirect 301 /sources.html http://www.gpleda.org/
Redirect 301 /status.html http://www.gpleda.org/
Redirect 301 /news/news2005.html http://www.gpleda.org/
Redirect 301 /news/news2006.html http://www.gpleda.org/
Redirect 301 /news/news2007.html http://www.gpleda.org/
Redirect 301 /news/news2008.html http://www.gpleda.org/
Redirect 301 /news/news2009.html http://www.gpleda.org/
Redirect 301 /tools/docs/index.html http://www.gpleda.org/
Redirect 301 /tools/examples/index.html http://www.gpleda.org/
Redirect 301 /tools/gattrib/index.html http://www.gpleda.org/
Redirect 301 /tools/gerbv/index.html http://www.gpleda.org/
Redirect 301 /tools/gnetlist/index.html http://www.gpleda.org/
Redirect 301 /tools/gnucap/index.html http://www.gpleda.org/
Redirect 301 /tools/gschem/index.html http://www.gpleda.org/
Redirect 301 /tools/gspiceui/index.html http://www.gpleda.org/
Redirect 301 /tools/gsymcheck/index.html http://www.gpleda.org/
Redirect 301 /tools/gtkwave/index.html http://www.gpleda.org/
Redirect 301 /tools/gwave/index.html http://www.gpleda.org/
Redirect 301 /tools/icarus/index.html http://www.gpleda.org/
Redirect 301 /tools/ngspice/index.html http://www.gpleda.org/
Redirect 301 /tools/pcb/index.html http://www.gpleda.org/
Redirect 301 /tools/utils/index.html http://www.gpleda.org/
Redirect 301 /tools/xgsch2pcb/index.html http://www.gpleda.org/
Redirect 301 /tools/wcalc/index.html http://www.gpleda.org/
Redirect 301 /tools/index.html http://www.gpleda.org/
Redirect 301 /tools/symbols/index.html http://www.gpleda.org/

View File

@@ -1,488 +0,0 @@
<HTML>
<HEAD>
<TITLE>gEDA Project Developer Info </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.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </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>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="./mailinglists.html">Mailing Lists</A> </li> <li> &middot; </li>
<li> <A HREF="./developer.html"></A>Developer </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>
Developer
</h3>
</div>
</div>
<div id="main">
<p>
<br>
The resources listed on this page only apply to gEDA/gaf. For all other associated programs, please see their respective homepages for their developer resources.
<p>
<b>gitview</b><br>
<UL>
<A HREF="http://git.gpleda.org/">Web view of gEDA's git repositories</A><br>
</UL>
<p>
<b>Bug/Patch/Feature Request Databases</b><br>
<UL>
<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818426">Submit gEDA/gaf bug report</A><br>
<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818428">Submit gEDA/gaf patch</A><br>
<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818429">Submit gEDA/gaf feature request</A><br>
<p>
<A HREF="http://sourceforge.net/tracker/?group_id=73743&atid=538811">Submit PCB bug report</A><br>
<A HREF="http://sourceforge.net/tracker/?group_id=73743&atid=538813">Submit PCB patch</A><br>
<A HREF="http://sourceforge.net/tracker/?group_id=73743&atid=538814">Submit PCB feature request</A>
</UL>
<p>
<b>Symbol contribution</b><br>
<UL>
<A HREF="http://www.gedasymbols.org">Contribute Symbol (gedasymbol.org)</A><br>
</UL>
<p>
<b>Directories</b><br>
<UL>
<A HREF="http://geda.seul.org/release/">Release Directory</A><br>
<A HREF="http://geda.seul.org/devel/">Development Directory</A><br>
<A HREF="http://geda.seul.org/dist/">Distribution Directory</A>
</UL>
<b>Externals Sites</b><br>
<UL>
<A HREF="http://git.gpleda.org">gEDA @ git.gpleda.org</A> (for git repository)<br>
<A HREF="http://geda.sourceforge.net/">gEDA @ SourceForge</A> (for bug reporting)<br>
<A HREF="https://edge.launchpad.net/geda">gEDA @ launchpad</A> (for translations)<br>
</UL>
<b>Developer mailing list</b><br>
<UL>
<table cellpadding="2" cellspacing="0" BORDER="0" style="text-align: left; borde
r-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;width:15%">Name </th>
<th style="background-color: #f5f5f5;width:25%">Description</th>
<th style="background-color: #f5f5f5;width:25%">Posting Address</th>
<th style="background-color: #f5f5f5;width:10%">Access</th>
<th style="background-color: #f5f5f5;">Archives</th>
</tr>
<TR VALIGN="top">
<TD>
geda-dev
</TD>
<TD>
Developer discussions
</TD>
<TD>
geda-dev <img src="./graphics/at.png" align="top"> seul.org
</TD>
<TD>
<A HREF="http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev">Web</A></LI>
</TD>
<TD>
<A HREF="http://www.seul.org/archives/geda/dev/">Monthly</A></LI> |
<A HREF="http://www.seul.org/pipermail/geda-dev/">Monthly</A></LI> |
<A HREF="http://geda.seul.org/mailinglist/geda-dev.html">Chunks</A>
</TD>
</TR>
</TABLE>
</UL>
<UL>
<LI> Note the geda-dev mailing list is a "subscription by invitation only" list.</LI>
<LI> This is a departure from the past where anybody could join the developer list. Unfortunately (or fortunately?) the gEDA community has grown so large that there were "too many food critics in the kitchen" and that was impeding development progress.</LI>
<LI> This policy might change in the future depending on the response and feedback.</LI>
<LI> All users and new developers, please subscribe to the geda-user list to discuss any issues, as all developers hang out there too.</LI>
<LI> New developers: As you interact with the project (and the various individuals), you will be invited to join the geda-dev mailing list.</LI>
<LI> All discussions are public and achived (see above links). This policy will always be in effect.</LI>
</UL>
<p>
<hr>
<p>
<strong>Accessing the gEDA/gaf repository</strong>
<p>
Please see the <A HREF="http://geda.seul.org/wiki/geda:scm">gEDA Source Control Management</A> page for information on how to access the gEDA/gaf repository using git or CVS.
<p>
<strong>Build git repository version of gEDA/gaf</strong>
<p>
To build the git repository version of gEDA/gaf, follow these instructions:
<UL>
<LI> Download and install all the following dependencies. You will
probably want to use your distributions package management system
(such as apt-get or yum) to install the dependencies.
<p>
<UL>
<LI> A C compiler and C standard library (<A HREF="http://gcc.gnu.org/">GCC</A> and <A HREF="http://www.gnu.org/software/libc/">GNU Libc</A> are recommended) </LI>
<LI> <A HREF="http://flex.sourceforge.net/">flex</A> current </LI>
<LI> <A HREF="http://www.gnu.org/software/gawk/">GNU awk</A> current </LI>
<LI> <A HREF="http://www.gnu.org/software/automake/">automake</A> 1.6.x or later </LI>
<LI> <A HREF="http://www.gnu.org/software/autoconf/">autoconf</A> 2.60 or later</LI>
<LI> <A HREF="http://www.gnu.org/software/libtool/">libtool</A> current </LI>
<LI> <A HREF="http://pkgconfig.freedesktop.org/wiki">pkg-config</A> current </LI>
<LI> <A HREF="http://www.gnu.org/software/gettext/">gettext</A> 0.16 or later</LI>
<LI> <A HREF="http://www.gnu.org/software/guile">guile</A> 1.8.x (1.6.x is no longer supported)</LI>
<LI> <A HREF="http://www.gtk.org/">gtk+</A> 2.10.x or later</LI>
<LI> <A HREF="http://www.gnu.org/software/groff/groff.html">groff</A> current</LI>
<LI> <A HREF="http://git-scm.com/">git</A> 1.6.x or later </LI>
<LI> <A HREF="http://www.nongnu.org/cvs/">cvs</A> current </LI>
<LI> <A HREF="http://freedesktop.org/Software/shared-mime-info">freedesktop.org MIME info database</A> current </LI>
<LI> <A HREF="http://www.freedesktop.org/software/desktop-file-utils/releases"> freedesktop.org utilities for manipulating .desktop files</A> current </LI>
</UL>
<br>
It is pretty important to have all of the above programs (especially
automake, autoconf, libtool, gtk, and guile) installed in the same prefix
(like /usr or /usr/local). If you do not have them all installed in
the same prefix, then building and installing gEDA/gaf is much harder.
</LI>
<br>
<LI>
Clone the source from the official git repository. For information on how to do this, read the <A HREF="http://geda.seul.org/wiki/geda:scm">gEDA SCM page</A>.
</LI>
<br>
<LI>
Build the software by executing the following commands inside of the newly cloned git repository:
<pre>
./autogen.sh
./configure --prefix=$HOME/geda
make
make install
</pre>
If the above commands execute without <b>any</b> error messages, then you have successfully built and installed gEDA/gaf. If you encounter any errors, be sure to read the README and INSTALL files contained within the tarball.
</LI>
<br>
<LI>
You can now run the various programs in the gEDA suite. Please read the
README file which describes what is available.<br>
gschem is the schematic capture program and can be run by executing: <br>
<pre>
PATH_WHERE_gEDA_GAF_IS_INSTALLED/bin/gschem
</pre>
It is recommended that you add PATH_WHERE_gEDA_GAF_IS_INSTALLED/bin to your PATH environment variable (typically done by modifying one of the following files: $HOME/.bashrc, $HOME/.bash_profile, or $HOME/.profile).
<p>
It is highly recommended that you read the gEDA documentation at this point. You can access the gEDA documentation by running gschem and select Help/gEDA Documentation... from the top menu.
</LI>
<br>
<LI> If you want to get gEDA/gaf repository commit log e-mail messages, please
subscribe to the geda-cvs mailing list. Please see the
<A HREF="./mailinglists.html">mailing lists page</A> for info on
how to do this.
</LI>
<br>
<LI> For build problems, please be sure to read the
<A HREF="./mailinglists.html">mailing list archives</A> or
<A HREF="./search.html">search</A> this site. Also look at the
<A HREF="http://geda.seul.org/wiki">gEDA wiki</A> for more hints.
</LI>
</UL>
<p>
<hr>
<p>
<A NAME="people"></A>
<strong>Developers/Contributers</strong>
<p>
gEDA project contact: Ales Hvezda
(<A HREF="mailto:ahvezdaATseul.org">ahvezdaATgeda.seul.org</A>)
<p>
<strong>Current Active Developers</strong>
<p>
<UL>
<strong> Peter Brett </strong>
(<A HREF="mailto:peterATpeter-b.co.uk">peterATpeter-b.co.uk</A> | <A HREF="http://peter-b.co.uk/blog/">Blog</A>)<br>
gEDA/gaf developer and xgsch2pcb
<p>
<strong>Stuart Brorson</strong>
(<A HREF="mailto:sdbATcloud9.net">sdbATcloud9.net</A>)<br>
gEDA/gaf developer, spice-sdb, gattrib, garchive, gerbv, suite CD, publicity
<p>
<strong> Peter Clifton </strong>
(<A HREF="mailto:pcjc2ATcam.ac.uk">pcjc2ATcam.ac.uk</A> | <A HREF="http://pcjc2.blogspot.com/">Blog</A>)<br>
gEDA/gaf developer and xgsch2pcb
<p>
<strong>Albert Davis</strong>
(<A HREF="mailto:aldavisATgnu.org">aldavisATgnu.org</A>)<br>
acs/gnucap developer
<p>
<strong>DJ Delorie</strong>
(<A HREF="mailto:djATdelorie.com">djATdelorie.com</A>)<br>
PCB developer and a few gEDA/gaf patches/testing
<p>
<strong>Harry Eaton</strong>
(<A HREF="mailto:bumpeloATgmail.com">bumpeloATgmail.com</A>)<br>
PCB developer
<p>
<strong>Chitlesh Goorah</strong>
(<A HREF="mailto:chitleshATgmail.com">chitleshATgmail.com</A> | <A HREF="http://clunixchit.blogspot.com/">Blog</A>)<br>
gEDA rpms
<p>
<strong> Ales Hvezda </strong>
(<A HREF="mailto:ahvezdaATseul.org">ahvezdaATgeda.seul.org</A> | <A HREF="http://ahvezda.blogspot.com/">Blog</A>)<br>
gEDA/gaf developer, gEDA/gaf release engineering, webpage, gEDA project management
<p>
<strong> Werner Hoch </strong>
(<A HREF="mailto:werner.hoATgmx.de">werner.hoATgmx.de</A>)<br>
gEDA/gaf developer
<p>
<strong> Mike Jarabek </strong>
(<A HREF="mailto:mjarabekATsentex.ca">mjarabekATsentex.ca</A>)<br>
gEDA/gaf developer (utilities, Verilog gnetlist backend, gEDA/gaf postscript output)
<p>
<strong> Bernd Jendrissek </strong>
(<A HREF="mailto:bernd.jendrissekATgmail.com">bernd.jendrissekATgmail.com</A>)<br>
gEDA/gaf developer
<p>
<strong>Wojciech Kazubski</strong>
(<A HREF="mailto:wkATire.pw.edu.pl">wkATire.pw.edu.pl</A>)<br>
gEDA rpms
<p>
<strong>Julian Lamb</strong>
(<A HREF="mailto:thepurlieuATusers.sourceforge.net">thepurlieuATusers.sourceforge.net</A>)<br>
gerbv developer
<p>
<strong>Charles Lepple</strong>
(<A HREF="mailto:clepple+finkATghz.cc">clepple+finkATghz.cc</A>)<br>
MacOSX fink packages
<p>
<strong>Dan McMahill</strong>
(<A HREF="mailto:danATmcmahill.net">danATmcmahill.net</A>)<br>
gEDA/gaf developer, PCB developer, NetBSD packages
<p>
<strong> Hamish Moffatt </strong>
(<A HREF="mailto:hamishATrising.com.au">hamishATrising.com.au</A>)<br>
gEDA Debian packages
<p>
<strong>Carlos Nieves Onega</strong>
(<A HREF="mailto:cnievesATiespana.es">cnievesATiespana.es</A>)<br>
gEDA/gaf developer
<p>
<strong> Stefan Petersen </strong>
(<A HREF="mailto:speATgeda.seul.org">speATgeda.seul.org</A>)<br>
gEDA/gaf developer, gerbv, original FAQ
<p>
<strong>Ivan Stankovic</strong>
(<A HREF="mailto:ivan.stankovicATfer.hr">ivan.stankovicATfer.hr</A>)<br>
gEDA/gaf developer
<p>
<strong> Graham Seaman </strong>
(<A HREF="mailto:grahamATopencollector.org">grahamATopencollector.org</A>)<br>
<A HREF="http://opencollector.org/">Open Collector</A> developer
<p>
<strong>Cesar Strauss </strong>
(<A HREF="mailto:cestraussATgmail.com">cestraussATgmail.com</A>)<br>
gEDA/gaf developer
<p>
<strong> Stephen Williams </strong>
(<A HREF="mailto:steveATicarus.com">steveATicarus.com</A>)<br>
Icarus Verilog developer
<p>
</UL>
<strong>Translators</strong>
<p>
<UL>
<strong> Peter Clifton </strong>
(<A HREF="mailto:pcjc2ATcam.ac.uk">pcjc2ATcam.ac.uk</A> | <A HREF="http://pcjc2.blogspot.com/">Blog</A>)<br>
British English
<p>
<strong> Werner Hoch </strong>
(<A HREF="mailto:werner.hoATgmx.de">werner.hoATgmx.de</A>)<br>
German
<p>
<strong> Bernd Jendrissek </strong>
(<A HREF="mailto:bernd.jendrissekATgmail.com">bernd.jendrissekATgmail.com</A>)<br>
Afrikaans
<p>
<strong>Carlos Nieves Onega</strong>
(<A HREF="mailto:cnievesATiespana.es">cnievesATiespana.es</A>)<br>
Spanish
<p>
<strong> Michele Petrecca </strong>
(<A HREF="mailto:michelinuxATalice.it">michelinuxATalice.it</A>)<br>
Italian
<p>
<strong>Bert Timmerman</strong>
(<A HREF="mailto:bert.timmermanATxs4all.nl">bert.timmermanATxs4all.nl</A>)<br>
Dutch
<p>
</UL>
<strong>Inactive Developers</strong>
<p>
<UL>
<strong> Patrick Bernaud </strong>
(<A HREF="mailto:b-patrickATwanadoo.fr">b-patrickATwanadoo.fr</A>)<br>
gEDA/gaf developer (and French translator)
<p>
<strong> Antonio A Todo Bom </strong>
(<A HREF="mailto:antonioATprojetos.etc.br">antonioATprojetos.etc.br</A>)<br>
i18n support in gschem, Portuguese, gEDA-pt<p>
<strong> Magnus Danielson </strong>
(<A HREF="mailto:magnusATrubidium.dyndns.org">magnusATrubidium.dyndns.or</A>)<br>
VHDL gnetlist backend
<p>
<strong> Matt Ettus </strong>
(<A HREF="mailto:mattATettus.com">mattATettus.com</A>)<br>
Allegro, BOM, PCB, and other gnetlist backends, gschem additions, Sarlacc converter
<p>
<strong> Bas Gieltjes </strong>
(<A HREF="mailto:S.GieltjesATITS.TUDelft.nl">S.GieltjesATITS.TUDelft.nl</A>)<br>
Spice gnetlist backend
<p>
<strong> Dave Lawrence </strong>
(<A HREF="mailto:dglATintegrinautics.com">dglATintegrinautics.com</A>)<br>
libgeda, gschem (lots of functionality patches)
<p>
<strong>Piotr Miarecki</strong>
(<A HREF="mailto:sp9rveATeter.ariadna.pl">sp9rveATeter.ariadna.pl</A>)<br>
gManager, setup, gEDA suite
<p>
<strong> Alexandre P. Nunes </strong>
(<A HREF="mailto:alexATprojetos.etc.br">alexATprojetos.etc.br</A>)<br>
i18n support in gschem, Portuguese translation, gEDA-pt
<p>
<strong> Jerry O'Keefe</strong>
(<A HREF="mailto:jerryokATpacbell.net">jerryokATpacbell.net</A>)<br>
gmk_sym, symbols
<p>
<strong> Nuno Sucena </strong>
(<A HREF="mailto:slugATalumni.dee.uc.pt">slugATalumni.dee.uc.pt</A>)<br>
Tango gnetlist backend
<p>
<strong> Stephen Tell </strong>
(<A HREF="mailto:tellATgeda.seul.org">tellATgeda.seul.org</A>)<br>
gwave
<p>
<strong> Bill Wilson </strong>
(<A HREF="mailto:billATgkrellm.net">billATgkrellm.net</A>)<br>
gsch2pcb, tutorials
<p>
</UL>
As well as <strong>many</strong> other people on the geda-dev mailing list. If you feel that I missed somebody, please send me (Ales) e-mail.
</div>
<div id="footer">
<br>
</div>
</BODY>
</HTML>

View File

@@ -1,238 +0,0 @@
<html><head><title>gEDA Project Downloads</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.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </li> <li> &middot; </li>
<li> <A HREF="./license.html">License</A> </li> <li> &middot; </li>
<li> <A HREF="./download.html"></A>Download </li>
<li> <br> </li>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="./mailinglists.html">Mailing Lists</A> </li> <li> &middot; </li>
<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="http://geda.seul.org/index.html">
<img src="./graphics//navlogo.png" height="73" width="266" alt="gEDA logo"/>
</A>
</div>
<div id="navrule"></div>
<h3>
Download
</h3>
</div>
</div>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
<div id="main">
<center>
<a name="installing"></a>
<h2> Downloading and installing gEDA</h2>
</center>
<p>
Several different methods to install gEDA exist. Select your
installation method depending upon your Linux distribution and your
level of expertise. If one install method doesn't work for you, please
try a different one. Consult the <a href="http://geda.seul.org/wiki/">
gEDA wiki</a> for further download/install tips. Also, if this is
your first time installing gEDA, please read
the gEDA <a href="#words">words to the wise</a>.
</p>
<center>
<a name="binaries"></a>
<br>
<h3> Distribution Packages / Binaries</h3>
</center>
<p>
Installing gEDA using a pre-built package is the most painless method
to install the software. Automated package installers like "yum" or
"apt-get" handle all dependencies for you. Newbies should use these
methods to install gEDA on their systems. Alternately, good old "rpm"
will also work, although you may need to install dependencies first.
</p>
<table cellpadding="2" cellspacing="0" style="border: 1px solid rgb(150, 150, 150); text-align: left;"
width="100%" border=1>
<tbody><tr>
<th style="background-color: rgb(245, 245, 245);">Linux Distro</th>
<th style="background-color: rgb(245, 245, 245);">Installation method</th>
<th style="background-color: rgb(245, 245, 245);">Install files</th>
<th style="background-color: rgb(245, 245, 245);">Creator/maintainer</th>
<th style="background-color: rgb(245, 245, 245);">Comment</th>
</tr>
<tr>
<td valign="top">Fedora Core 5<br>Fedora Core 6</td>
<td valign="top">yum install geda-*<br>
yum install pcb-*</td>
<td valign="top"><a href="http://fedoraproject.org/wiki/Extras?highlight=%28extras%29">RPMs</a></td>
<td valign="top">Chitlesh Goorah/Fedora Project</td>
<td valign="top">Major parts of gEDA are now part of the
<a href="http://fedoraproject.org/wiki/Extras?highlight=%28CategoryExtras%29">Fedora Extras</a>
project!</td>
</tr>
<tr>
<td valign="top">Fedora Core 5<br>Fedora Core 6</td>
<td valign="top" width="200">rpm --install geda-*<br>
rpm --install libgeda-*<br>
rpm --install pcb-*</td>
<td valign="top"><a href="http://www.sp5pbe.waw.pl/~sp5smk/geda.html">RPMs</a></td>
<td valign="top">Wojciech Kazubski</td>
<td valign="top">When you install FC5, select "software development" packages.
Beyond that you might also need to install the following RPMs:
guile-devel, libstroke.</td>
</tr>
<tr>
<td valign="top">Fedora Core 4 and previous FC and RedHat systems</td>
<td valign="top">rpm --install geda-*<br>
rpm --install libgeda-*<br>
rpm --install pcb-*</td>
<td valign="top"><a href="http://www.sp5pbe.waw.pl/~sp5smk/geda-old.html">RPMs</a></td>
<td valign="top">Wojciech Kazubski</td>
<td valign="top">When you install FC5, select "software development" packages.
Beyond that you might also need to install the following RPMs:
guile-devel, libstroke.</td>
</tr>
<tr>
<td valign="top">SuSE</td>
<td valign="top">yast</td>
<td valign="top"><a href="http://download.opensuse.org/repositories/science/">RPMs</a></td>
<td valign="top">Werner Hoch</td>
<td valign="top"> &nbsp;</td>
</tr>
<tr>
<td valign="top">Debian</td>
<td valign="top">apt-get install geda</td>
<td valign="top"><a href="http://packages.debian.org/search?keywords=geda">.deb files</a></td>
<td valign="top">Hamish Moffatt</td>
<td valign="top"> Download .debs appropriate for
the maturity level of your distro (stable, testing, etc.)</td>
</tr>
<tr>
<td valign="top">Mac OSX</td>
<td valign="top">&nbsp;</td>
<td valign="top"><a href="http://www.ghz.cc/charles/fink/">fink packages</a></td>
<td valign="top">Charles Lepple</td>
<td valign="top">Instructions provided in <a href="http://www.ghz.cc/charles/fink/">link</a></td>
</tr>
</tbody></table>
<center>
<a name="suite"></a>
<br>
<h3> gEDA Binary Suite</h3>
</center>
<p>
For those people who cannot find binaries of the gEDA Suite programs
via your distribution, you can try to install the gEDA Binary Suite.
The gEDA Binary Suite is only for x86 GNU/Linux and contains everything
you need to run the gEDA Suite programs on any GNU/Linux distribution
(released after October 2001).
</p>
<p>
<UL>
<LI> The current version of the gEDA Binary Suite is 0.0.2</LI>
<LI> Be sure to read the <A HREF="http://geda.seul.org/dist/suite/v0.0.2/README">README</A> for installation information.</LI>
<LI> The gEDA Binary Suite can be download via: <A HREF="http://geda.seul.org/dist/suite/v0.0.2/gedasuite-linux-x86-0.0.2.tar.bz2">HTTP</A> <A HREF="ftp://ftp.geda.seul.org/pub/geda/dist/suite/v0.0.2/gedasuite-linux-x86-0.0.2.tar.bz2">FTP</A></LI>
<LI> Be sure to verify your download tar.bz2 file against the: <A HREF="http://geda.seul.org/dist/suite/v0.0.2/gedasuite-linux-x86-0.0.2.md5sum">md5sum</A></LI>
</UL>
</p>
<center>
<a name="sources"></a>
<br>
<h3> Sources </h3>
</center>
<p>
gEDA is
<a href="http://www.gnu.org/philosophy/free-sw.html">free</a> / <a href="http://www.opensource.org/docs/definition_plain.php">open-source</a> software.
Developers interested in getting all sources can download the individual
components from the <a href="./sources.html">sources download page</a>.
</p>
<center>
<a name="words"></a>
<br>
<h3>Words to the Wise</h3>
</center>
<p>
<ul>
<li>gEDA is a set of <strong>GNU/Linux or Unix</strong>-native programs.
There is <b>no supported Windows version</b>. However, since most programs are based
on the cross-platform GTK+ libraries, it is theoretically possible to
build a Windows version. Therefore, if you want a Windows version,
please feel free to grab the sources and try to build one yourself.</li>
<br>
<li>The gEDA programs use the GTK+ GUI toolkit. If you are running KDE, you
should have no problem building and installing them <strong> as long as
the GTK+ libraries and headers are installed on your system.</strong></li>
<br>
<li>gEDA/gaf, as well as the gEDA-allied programs have certain
dependencies. These are libraries and other programs which must be present on
your system to build and run gEDA successfully. When trying to
install gEDA, you may find that you need to install other, seemingly
unrelated programs first. This is part of the <strong>normal</strong>
process of installing GNU/Linux or Unix software. Note that the
installation methods presented above provide you with different
approaches to handling the dependency issue. (Also, gEDA/gaf has a
very light dependency footprint. However, other gEDA-allied programs
may have more dependencies.) If you find you are missing dependencies
during the installation process <strong>don't despair!</strong>
Overcoming any dependency issue is a simple matter of installing the
required program or library.
</ul>
</p>
</div>
<br>
<div id="footer">
<br>
</div>
</body></html>

View File

@@ -145,7 +145,7 @@ table.ffhp {
}
#main {
#width: 100%;
width: 95%;
margin: 1em 2em 1em 2em;
font-family: sans-serif;
}

View File

@@ -20,20 +20,14 @@
<div id="nav">
<div id="navavoid"></div>
<ul>
<li> <A HREF="./index.html"></A>Home </li> <li> &middot; </li>
<li> <A HREF="./screenshots.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </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>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="./mailinglists.html">Mailing Lists</A> </li> <li> &middot; </li>
<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>
<UL>
<br>
<A HREF="http://geda.seul.org/wiki/geda:screenshots"><b>Screenshots</b></A> &middot;
<A HREF="http://geda.seul.org/wiki"><b>Documentation</b></A> &middot;
<A HREF="http://geda.seul.org/wiki/geda:download"><b>Download</b></A> &middot;
<A HREF="./search.html"><b>Search</b></A> &middot;
<A HREF="http://geda.seul.org/wiki/geda:links"><b>Links</b></A>
</UL>
<div id="navundertext">
<div id="navlogo">
@@ -45,9 +39,7 @@
</div>
<div id="navrule"></div>
<h3>
Home
</h3>
</div>
</div>
@@ -104,53 +96,19 @@ HREf="http://geda.seul.org/wiki/geda:gsch2pcb_tutorial">tutorial</A>.
For even more information on installing and using gEDA, please look at the
<A HREF="http://geda.seul.org/wiki">gEDA Wiki</A>. To get up and running
as fast as possible, new users should install the gEDA Binary Suite, which
can be obtained from the <A HREF="./download.html">download</A> page.
can be obtained from the <A HREF="http://geda.seul.org/wiki/geda:download">download</A> page.
Users looking for more symbols and footprints should go to the <A HREF="http://www.gedasymbols.org">gedasymbols.org</A> website.
</p>
<H2> gEDA and GSoC 2010 </H2>
<H2> Wiki </H2>
<p>
Unfortunately, The gEDA Project was not accepted into this year's Google Summer of Code. Many thanks to everybody involved in applying and setting up the
application!
Please visit the <A HREF="http://geda.seul.org/wiki">gEDA wiki</A>
for more FAQs, the official documentation, a bunch of developer pages,
and other useful information.
</p>
<H2> Latest Releases/News </H2>
<p>
<UL>
<LI> <A HREF="http://gerbv.gpleda.org/">gerbv</A> <A HREF="http://gerbv.gpleda.org/ANNOUNCEMENT-2.4.0">2.4.0</A> released on 20100222
</LI>
<LI> <A HREF="./tools/index.html">gEDA/gaf</A> <A HREF="http://geda.seul.org/release/v1.6/1.6.1/geda-gaf-1.6.1-releasenotes.html">1.6.1</A> released on 20100214
</LI>
<LI> <A HREF="http://gtkwave.sourceforge.net/">gtkwave</A> <A HREF="http://gtkwave.sourceforge.net/gtkwave-3.3.4.tar.gz">3.3.4</A> released on 20100307
<IMG SRC="./graphics/new.gif">
</LI>
</UL>
</p>
<br>
<TABLE border="1" class="ffhp">
<TR>
<TD bgcolor="#ddddff" align=center>
<b>Featured Free Hardware Project</b>
</TD>
</TR>
<TR>
<TD>
<p>
<A HREF="http://starbase.globalpc.net/~ezekowitz/vanessa/hobbies/projects.html">Vanessa's Projects page</A> has a whole slew of projects designed and built using the gEDA suite of tools!
</p>
<p>
<font size=1>
If you want your project featured here (the FFHP space), please send e-mail to ahvezda <IMG SRC="./graphics/at.png"> seul.org. Thanks!
</font>
</p>
</TD>
</TR>
</TABLE>
</div>
</tr>
@@ -160,7 +118,7 @@ If you want your project featured here (the FFHP space), please send e-mail to a
<table align=left class=iconbar border=1 cellspacing=0 cellpadding=3 >
<tr><td bgcolor="#ddddff" align=center><small><b>member<br>projects</b></small></td></tr>
<tr><td align=center>
<A HREF="./tools/index.html"><img border="0" title="Schematic capture and netlisting" src="./graphics/gaf-icon.png"></A><br>
<A HREF="http://geda.seul.org/wiki/geda:gaf"><img border="0" title="Schematic capture and netlisting" src="./graphics/gaf-icon.png"></A><br>
<A HREF="http://pcb.gpleda.org/"><img border="0" title="Layout editor" src="./graphics/pcb-icon.png"></A><br>
<A HREF="http://gedasymbols.org/"><img border="0" title="Symbol and footprint library" src="./graphics/gedasymbols-icon.png"></A><br>
<A HREF="http://gerbv.gpleda.org/"><img border="0" title="Gerber viewer" src="./graphics/gerbv-icon.png"></A><br>
@@ -173,6 +131,8 @@ If you want your project featured here (the FFHP space), please send e-mail to a
</tr>
</table>
<p> </p>
<div id="footer">
<br>

View File

@@ -1,167 +0,0 @@
<html><head><title>gEDA License</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.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </li> <li> &middot; </li>
<li> <A HREF="./license.html"></A>License </li> <li> &middot; </li>
<li> <A HREF="./download.html">Download</A> </li>
<li> <br> </li>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="http://geda.seul.org/mailinglist/index.html">Mailing Lists</A> </li> <li> &middot; </li>
<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>
License
</h3>
</div>
</div>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
<div id="main">
<center>
<a name="licensing"></a>
<h2>A word about Licensing</h2>
</center>
<p>
All software components of gEDA/gaf are released under the
<a HREF="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public
License (GPL) version 2 or later</a>. However, some confusion exists about
the schematic symbols. What license do they use? Will GPL symbols
"infect" your design, thereby requiring you to release your design to
the public? If you modify the symbols, must you release the modified
versions under the GPL? </p>
<p>
The goal of the gEDA Project is to provide an open-source EDA Suite
which may be used for non-commerical as well as commercial projects.
Our tools are aimed for use by students, hobbyists, educators, consultants,
and -- yes -- corporate engineers. We are not interested
in exerting any control over your designs, or forcing you to reveal
proprietary information contained in your designs.
</p>
<p>
Symbols are similar to the font files used in document
processing software -- they are graphical objects used to express your
ideas. We want you to retain control of your own ideas (your design),
while the gEDA Project retains a say in how you redistribute the
symbols themselves.
</p>
<p>
There are three ways a symbol might be distributed:
<ol>
<li>
As part of a symbol library, or individually as a .sym file
(i.e. as a symbol itself).
</li>
<li>
Embedded in a .sch file (i.e. part of the soft, or editable copy
of a design).
</li>
<li>
The resulting graphical expression on a schematic diagram (i.e. as
part of the hard, or non-editable copy of a design).
</li>
</ol>
There is a distinction between cases 1 and (2, 3). In case 1, the
object of interest is the symbol library (or individual symbol)
itself. In case (2, 3), the object of interest is the design.
Some label case 1 "distribution", and case (2, 3) "use" of the symbol.
</p>
<p>
Our goals for the symbols are:
<ul>
<li>
We wish to distribute the symbols under a licencing scheme which
encourages that you give back to the community if you redistribute the
the symbols themselves -- whether modified or unmodified. This is
case 1 distribution. The GPL ensures this.
</li>
<li>
We wish to specifically prohibit anybody from building gEDA's
symbols into their *software* products, and then place restrictions on
how the resulting product may be used. If you bundle gEDA symbols
-- whether modified or unmodified -- into your software and then
distribute it, then you must allow for the software's (and symbols')
continued redistribution under the GPL. Again, this is case 1
distribution; the GPL ensures this.
</li>
<li>
However, we do not wish to "infect" your *electronic* design, or
force you to release your proprietary design information if you use or
embedd gEDA symbols in your design. This is case (2, 3) use.
</li>
</ul>
</p>
<p>
The Free Software Foundation has recognized a possible conflict of
the base GPL with the use of fonts -- and, by analogy, symbols used in
case (2, 3). Their solution is to use an exemption clause in the GPL
which you explicitly insert for fonts. Read about it here:
<blockquote>
<a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#FontException">
http://www.fsf.org/licensing/licenses/gpl-faq.html#FontException</a>
</blockquote>
Therefore, using this as a template, all symbols released with
gEDA/gaf are covered under the GPL with the following exception clause:
<blockquote>
As a special exception, if you create a design which uses this symbol,
and embed this symbol or unaltered portions of this symbol into the
design, this symbol does not by itself cause the resulting design to
be covered by the GNU General Public License. This exception does not
however invalidate any other reasons why the design itself might be
covered by the GNU General Public License. If you modify this
symbol, you may extend this exception to your version of the
symbol, but you are not obligated to do so. If you do not
wish to do so, delete this exception statement from your version.
</blockquote>
</p>
<p>
The idea is that case 1 redistribution is covered under the GPL, but
distribution of your design (case (2, 3)) is exempt from the GPL.
This is the scheme which the gEDA Project wishes to use for symbol
distribution and use.
</p>
</div>
<div id="footer">
<br>
</div>
</body></html>

1034
links.html

File diff suppressed because it is too large Load Diff

View File

@@ -1,287 +0,0 @@
<HTML>
<HEAD>
<TITLE>gEDA Mailing Lists </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.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </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>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="./mailinglists.html"></A>Mailing Lists </li> <li> &middot; </li>
<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>
Mailing Lists
</h3>
</div>
</div>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="../pngfix.js"></script>
<![endif]-->
<p>
<div id="main">
<CENTER>
<strong>
<A HREF="./search.html">Search</A>
</strong>
<p>
<table cellpadding="2" cellspacing="0" BORDER="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;width:15%">Name </th>
<th style="background-color: #f5f5f5;width:25%">Description</th>
<th style="background-color: #f5f5f5;width:25%">Posting Address</th>
<th style="background-color: #f5f5f5;width:10%">Subscribe</th>
<th style="background-color: #f5f5f5;">Archives</th>
</tr>
<TR VALIGN="top">
<TD>
geda-announce
</TD>
<TD>
Announcements
</TD>
<TD>
geda-annouce <img src="./graphics/at.png" align="top"> seul.org
</TD>
<TD>
<A HREF="http://www.seul.org/cgi-bin/mailman/listinfo/geda-announce">Web</A></LI>
</TD>
<TD>
<A HREF="http://www.seul.org/pipermail/geda-announce/">Monthly</A></LI>
</TD>
</TR>
<TR VALIGN="top">
<TD>
geda-user
</TD>
<TD>
User questions
</TD>
<TD>
geda-user <img src="./graphics/at.png" align="top"> seul.org
</TD>
<TD>
<A HREF="http://www.seul.org/cgi-bin/mailman/listinfo/geda-user">Web</A></LI>
</TD>
<TD>
<A HREF="http://www.seul.org/archives/geda/user/">Monthly</A></LI> |
<A HREF="http://www.seul.org/pipermail/geda-user/">Monthly</A></LI> |
<A HREF="http://geda.seul.org/mailinglist/geda-user.html">Chunks</A>
</TD>
</TR>
<TR VALIGN="top">
<TD>
geda-dev
</TD>
<TD>
Developer discussions
</TD>
<TD>
Invitation only list
</TD>
<TD>
N.A.
</TD>
<TD>
<A HREF="http://www.seul.org/archives/geda/dev/">Monthly</A></LI> |
<A HREF="http://www.seul.org/pipermail/geda-dev/">Monthly</A></LI> |
<A HREF="http://geda.seul.org/mailinglist/geda-dev.html">Chunks</A>
</TD>
</TR>
<TR VALIGN="top">
<TD>
geda-bug
</TD>
<TD>
Bugs
</TD>
<TD>
geda-bug <img src="./graphics/at.png" align="top"> seul.org
</TD>
<TD>
<A HREF="http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug">Web</A></LI>
</TD>
<TD>
<A HREF="http://www.seul.org/archives/geda/bug/">Monthly</A></LI>
</TD>
</TR>
<TR VALIGN="top">
<TD>
geda-cvs
</TD>
<TD>
CVS commits
</TD>
<TD>
geda-cvs <img src="./graphics/at.png" align="top"> seul.org
</TD>
<TD>
<A HREF="http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs">Web</A></LI>
</TD>
<TD>
<A HREF="http://www.seul.org/archives/geda/cvs/">Monthly</A></LI>
</TD>
</TR>
<TR VALIGN="top">
<TD>
geda-pt
</TD>
<TD>
Portuguese discussions
</TD>
<TD>
geda-pt <img src="./graphics/at.png" align="top"> seul.org
</TD>
<TD>
<A HREF="mailto:majordomoATseul.org">e-mail</A>
</TD>
<TD>
<A HREF="http://www.seul.org/archives/geda/pt/">Monthly</A> |
<A HREF="http://gedabr.projetos.etc.br/">Home</A>
</TD>
</TR>
</TABLE>
</CENTER>
<p>If you wish to subscribe to geda-dev, please e-mail the gEDA Project contact
available on the <a href="http://www.gpleda.org/developer.html"> developer
information webpage.</a>
</p>
<p>
For the geda-pt list, the list admin e-mail address is: majordomo <img src="./graphics/at.png" align="top"> seul.org
<p>
<br>
<strong>
Notes:
(<font color="#FF0000">Be sure to read all the notes on this page!</font>)</strong>
</strong>
<p>
<LI> <b> You can only post using a subscribed e-mail address. </b> If you do not subscribe and attempt to post to one of the above lists, your post will never make it to the lists.
</LI>
<p>
<LI> If you are having posting problems, make sure the address that you send e-mail is the same address you subscribed with.
</LI>
<p>
<LI> Remember, the posting address is for list traffic only!
</LI>
<p>
<LI> To send email to the list use the posting address.
<p>
<LI> Do NOT send subscription/unsubscription requests to the posting address.
</LI>
<p>
<LI> All non-free commercial EDA advertisements
(Spam) are <strong>NOT</strong> welcome on any of the above mailing lists. </LI>
<p>
<LI> Be sure to read and follow the guidelines presented on the following link: <A HREF="http://www.catb.org/~esr/faqs/smart-questions.html">How To Ask Questions The Smart Way</A>.
<p>
<LI> Do NOT send spam to or harvest e-mail address from any page on this site.</LI>
<p>
<LI> Do NOT send messages to any gEDA list in HTML. Plain text only please!</LI>
<p>
<LI> Sending small binary attachments to any of the the gEDA lists is okay as long as they are relevant to gEDA.</LI>
<p>
<LI> Click on the "Monthly" archive links to get a little more info about each list.</LI>
<p>
<LI> The "Monthly" archive is always up-to-date, while the "Chunks" tend to be updated only once in a while.</LI>
<p>
<LI> Look at the table above, if the Subscribe column for the list you want to subscribe to is "Web" then click on that link to subscribe. The rest of this webpage relates to the older lists which use an admin list address.
</LI>
<p>
<LI> To <strong>subscribe</strong> send an email to the admin list address with the following in the body:
<pre>
subscribe LIST-NAME
</pre>
</LI>
<p>
<LI> To <strong>unsubscribe</strong> send an email to the admin list address with the following in the body:
<pre>
unsubscribe LIST-NAME
</pre>
</LI>
<p>
<LI> LIST-NAME is the name of the list (either geda-user or geda-pt) </LI>
<p>
<LI> For all old style list admin commands use the admin list address.</LI>
<p>
</div>
<div id="footer">
<br>
</div>
</BODY>
</HTML>

View File

@@ -1,94 +0,0 @@
<HTML>
<HEAD>
<TITLE>gEDA Project Screenshots </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.html"></A>Screenshots </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </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>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="./mailinglists.html">Mailing Lists</A> </li> <li> &middot; </li>
<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>
Screenshots
</h3>
</div>
</div>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="../pngfix.js"></script>
<![endif]-->
<div id="main">
<p>
Click on the image to get a larger screenshot.
<center>
<H2> gschem - Schematic Capture </H2>
<A HREF="http://geda.seul.org/screenshots/screenshot-gschem1.png"><IMG SRC="http://geda.seul.org/screenshots/screenshot-gschem1-thumb.png" title="gschem grey counter screenshot " width=237 height=199></A>
<A HREF="http://geda.seul.org/screenshots/screenshot-gschem2.png"><IMG SRC="http://geda.seul.org/screenshots/screenshot-gschem2-thumb.png" title="gschem multiplexer screenshot" width=237 height=199></A><br>
<A HREF="http://geda.seul.org/screenshots/screenshot-gschem3.png"><IMG SRC="http://geda.seul.org/screenshots/screenshot-gschem3-thumb.png" title="gschem stack screenshot" width=237 height=199></A>
<A HREF="http://geda.seul.org/screenshots/screenshot-gschem4.png"><IMG SRC="http://geda.seul.org/screenshots/screenshot-gschem4-thumb.png" title="gTAG microcontroller screenshot" width=237 height=199></A>
</center>
<p>
<center>
<H2> gschem - Postscript and PNG output</H2>
<p>
Black and White Postscript output:<br>
<A HREF="http://geda.seul.org/screenshots/gTAG-ucont-bw.ps"><IMG SRC="http://geda.seul.org/screenshots/gTAG-ucont-psthumbbw.png" title="gTAG microcontroller black and white PS output" width=383 height=293></A>
<p>
Color Postscript output:<br>
<A HREF="http://geda.seul.org/screenshots/gTAG-ucont-color.ps"><IMG SRC="http://geda.seul.org/screenshots/gTAG-ucont-psthumbc.png" title="gTAG microcontroller color PS output" width=383 height=293></A>
<p>
PNG output:<br>
<A HREF="http://geda.seul.org/screenshots/gTAG-ucont.png"><IMG SRC="http://geda.seul.org/screenshots/gTAG-ucont-thumb.png" title="gTAG microcontroller PNG output" width=320 height=240></A>
<H2> gattrib - Attribute Editor </H2>
<A HREF="http://geda.seul.org/screenshots/gattrib.png"><IMG SRC="http://geda.seul.org/screenshots/gattrib-thumb.png" title="gattrib screenshot"></A>
</center>
</div>
<div id="footer">
<br>
</div>
</BODY>
</HTML>

View File

@@ -16,19 +16,15 @@
<div id="nav">
<div id="navavoid"></div>
<ul>
<li> <A HREF="./index.html">Home</A> </li> <li> &middot; </li>
<li> <A HREF="./screenshots.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </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>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="./mailinglists.html">Mailing Lists</A> </li> <li> &middot; </li>
<li> <A HREF="./developer.html">Developer</A> </li> <li> &middot; </li>
<li> <A HREF="./search.html"></A>Search </li> <li> &middot; </li>
<li> <A HREF="./links.html">Links</A> </li>
</ul>
<UL>
<br>
<A HREF="http://geda.seul.org/wiki/geda:screenshots"><b>Screenshots</b></A> &middot;
<A HREF="http://geda.seul.org/wiki"><b>Documentation</b></A> &middot;
<A HREF="http://geda.seul.org/wiki/geda:download"><b>Download</b></A> &middot;
<A HREF="./search.html"><b>Search</b></A> &middot;
<A HREF="http://geda.seul.org/wiki/geda:links"><b>Links</b></A>
</UL>
<div id="navundertext">
<div id="navlogo">
@@ -39,9 +35,7 @@
</div>
<div id="navrule"></div>
<h3>
Search
</h3>
</div>
</div>
@@ -83,8 +77,14 @@ Search
</FORM>
<p>
Please <A HREF="mailto:ahvezdaATgeda.seul.org?subject=gEDA search">email</A> us if you have any dificulty, or suggestions, for searching the gEDA website
<br>
<H2> Go back to the gEDA project's <A HREF="./index.html">homepage</A>. </H2>
<br>
</p>
<p>
Please <A HREF="mailto:ahvezdaATgeda.seul.org?subject=gEDA search">email</A> us if you have any dificulty, or suggestions, for searching the gEDA website
</p>
</center>
<!-- Search Google -->
</div>

View File

@@ -1,373 +0,0 @@
<HTML>
<HEAD>
<TITLE>gEDA Project Sources </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.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </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>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="./mailinglists.html">Mailing Lists</A> </li> <li> &middot; </li>
<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="./download.html">Download</A> &rarr;
<A HREF="./sources.html"></A>Sources
</h3>
</div>
</div>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
<div id="main">
<center>
<A NAME="sources"></A>
<H2> Sources </H2>
</center>
<p>
<a href="./tools/index.html"><b>gEDA/gaf</b></a> : Schematic capture, netlister, symbols, symbol checker, and utils (<b>stable</b> version)<br>
<UL>
<LI> The latest stable version is:
<A HREF="http://geda.seul.org/release/v1.6/1.6.1/">1.6.1-20100214</A> </LI>
<LI><A HREF="http://geda.seul.org/release/v1.6/1.6.1/geda-gaf-1.6.1-releasenotes.html">Release Notes</A></LI>
<LI> <A HREF="http://geda.seul.org/release/v1.6/1.6.1/geda-gaf-1.6.1-README.txt">README</A> </LI>
<LI> <A HREF="http://geda.seul.org/release/v1.6/1.6.1/geda-gaf-1.6.1-md5sum.txt">md5sums</A> </LI>
<LI> Download software: <A HREF="http://geda.seul.org/release/v1.6/1.6.1/geda-gaf-1.6.1.tar.gz">geda-gaf-1.6.1.tar.gz</A> (<A HREF="ftp://ftp.geda.seul.org/pub/geda/release/v1.6/1.6.1/geda-gaf-1.6.1.tar.gz">ftp</A>)</LI>
</UL>
<br>
<p>
<a href="./tools/index.html"><b>gEDA/gaf</b></a> : Schematic capture, netlister, symbols, symbol checker, and utils (<b>development/unstable</b> version)<br>
<UL>
<LI> The latest development/unstable version is:
<A HREF="http://geda.seul.org/devel/v1.5/1.5.4/">1.5.4-20090830</A> </LI>
<LI><A HREF="http://geda.seul.org/devel/v1.5/1.5.4/gEDA-gaf-1.5.4-releasenotes.html">Release Notes</A></LI>
<LI> <A HREF="http://geda.seul.org/devel/v1.5/1.5.4/gEDA-gaf-1.5.4-README.txt">README</A> </LI>
<LI> <A HREF="http://geda.seul.org/devel/v1.5/1.5.4/gEDA-gaf-1.5.4-md5sum.txt">md5sums</A> </LI>
<LI> Download software: <A HREF="http://geda.seul.org/devel/v1.5/1.5.4/gEDA-gaf-1.5.4.tar.gz">gEDA-gaf-1.5.4.tar.gz</A> (<A HREF="ftp://ftp.geda.seul.org/pub/geda/devel/v1.5/1.5.4/gEDA-gaf-1.5.4.tar.gz">ftp</A>)</LI>
</UL>
<br>
<p>
<a href="./tools/pcb/index.html"><b>PCB</b></a> : Printed Circuit Board layout tool
<UL>
<LI> The latest snapshot is: 20091103
<LI><A HREF="http://www.seul.org/pipermail/geda-announce/2009-November/000092.html">Announcement</A></LI>
<LI> Download software: <A HREF="http://geda.seul.org/dist/pcb-20091103.tar.gz">pcb-20091103.tar.gz</A> (<A HREF="ftp://ftp.geda.seul.org/pub/geda/dist/pcb-20091103.tar.gz">ftp</A>)</LI>
</UL>
<br>
<p>
<a href="./tools/xgsch2pcb/index.html"><b>xgsch2pcb</b></a> : Graphical front-end for the gschem -> pcb workflow
<UL>
<LI> The latest version is: 0.1.3
<LI><A HREF="http://www.seul.org/pipermail/geda-announce/2009-December/000093.html">Announcement</A></LI>
<LI> Download software: <A HREF="http://geda.seul.org/dist/geda-xgsch2pcb-0.1.3.tar.gz">geda-xgsch2pcb-0.1.3.tar.gz</A> (<A HREF="ftp://ftp.geda.seul.org/pub/geda/dist/geda-xgsch2pcb-0.1.3.tar.gz">ftp</A>)</LI>
</UL>
<br>
<p>
<a href="./tools/gerbv/index.html"><b>gerbv</b></a> : Gerber file viewer
<UL>
<LI> The latest version is: 2.3.0
<LI><a href="http://gerbv.gpleda.org/ANNOUNCEMENT-2.2.0">Announcement</a></LI>
<LI> Download software: <A HREF="http://geda.seul.org/dist/gerbv-2.3.0.tar.gz">gerbv-2.3.0.tar.gz</A> (<A HREF="ftp://ftp.geda.seul.org/pub/geda/dist/gerbv-2.3.0.tar.gz">ftp</A>)</LI>
</UL>
<br>
<p>
<a href="./tools/gnucap/index.html"><b>gnucap</b></a> : GPLed mixed-mode/mixed-level circuit simulator
<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;">Package</th>
<th style="background-color: #f5f5f5;">Version</th>
<th style="background-color: #f5f5f5;">FTP</th>
<th style="background-color: #f5f5f5;">HTTP</th>
<th style="background-color: #f5f5f5;">Description</th>
</tr>
<tr>
<td><a href="./tools/gnucap/index.html">gnucap</a></td>
<td>0.35</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gnucap-0.35.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gnucap-0.35.tar.gz">Download</a></td>
<td>Circuit Analysis Package (stable snapshot)</td>
</tr>
<tr>
<td><a href="./tools/gnucap/index.html">gnucap</a></td>
<td>2009-02-02</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gnucap-2009-02-02.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gnucap-2009-02-02.tar.gz">Download</a></td>
<td>Circuit Analysis Package (development snapshot)</td>
</tr>
<tr>
<td><a href="./tools/gnucap/index.html"></A>BSIM models</td>
<td>2009-02-02</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gnucap-2009-02-02-models-bsim.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gnucap-2009-02-02-models-bsim.tar.gz">Download</a></td>
<td>BSIM models (all BSIM3, BSIM4, BSIMSOI, etc., as plug-ins)</td>
</tr>
<tr>
<td><a href="./tools/gnucap/index.html"></A>NGspice models</td>
<td>2009-02-02</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gnucap-2009-02-02-models-ngspice17.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gnucap-2009-02-02-models-ngspice17.tar.gz">Download</a></td>
<td>NGspice models (the models from NGspice, as plug-ins)</td>
</tr>
<tr>
<td><a href="./tools/gnucap/index.html"></A>JSpice3 models</td>
<td>2009-02-02</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gnucap-2009-02-02-models-jspice3-2.5.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gnucap-2009-02-02-models-jspice3-2.5.tar.gz">Download</a></td>
<td>JSpice3 models (the models from JSpice3, as plug-ins)</td>
</tr>
<tr>
<td><a href="./tools/gnucap/index.html"></A>Spice3f5 models</td>
<td>2009-02-02</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gnucap-2009-02-02-models-spice3f5.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gnucap-2009-02-02-models-spice3f5.tar.gz">Download</a></td>
<td>Spice3f5 models (all models from spice 3f5, as plug-ins)</td>
</tr>
<tr>
<td><a href="./tools/gnucap/index.html"></A>tools</td>
<td>2009-02-02</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gnucap-2009-02-02-tools.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gnucap-2009-02-02-tools.tar.gz">Download</a></td>
<td>gnucap tools</td>
</tr>
</table>
<br>
<p>
<a href="./tools/icarus/index.html"><b>Icarus Verilog</b></a> : Verilog simulation and synthesis tool
<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;">Package</th>
<th style="background-color: #f5f5f5;">Version</th>
<th style="background-color: #f5f5f5;">FTP</th>
<th style="background-color: #f5f5f5;">HTTP</th>
<th style="background-color: #f5f5f5;">Description</th>
</tr>
<tr>
<td><a href="./tools/icarus/index.html">Verilog</a></td>
<td>20080905 (snapshot)</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/verilog-20080905.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/verilog-20080905.tar.gz">Download</a></td>
<td>Verilog simulator and synthesis</td>
</tr>
<tr>
<td><a href="./tools/icarus/index.html">Verilog</a></td>
<td>0.9.1 (stable)</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/verilog-0.9.1.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/verilog-0.9.1.tar.gz">Download</a></td>
<td>Verilog simulator and synthesis</td>
</tr>
</table>
<br>
<p>
<a href="./tools/gspiceui/index.html"><b>GSpiceUI</b></a> : GUI Frontend to SPICE
<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;">Package</th>
<th style="background-color: #f5f5f5;">Version</th>
<th style="background-color: #f5f5f5;">FTP</th>
<th style="background-color: #f5f5f5;">HTTP</th>
<th style="background-color: #f5f5f5;">Description</th>
</tr>
<tr>
<td><a href="http://www.wxwidgets.org">wxWidgets</a></td>
<td>2.6.1</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/wxGTK-2.6.1.tar.gz"></a>-</td>
<td><a href="http://geda.seul.org/dist/wxGTK-2.6.1.tar.gz"></a>-</td>
<td>wxWidgets (wxGTK) toolkit library</td>
</tr>
<tr>
<td><a href="./tools/gspiceui/index.html">GSpiceUI</a></td>
<td>0.9.65</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gspiceui-v0.9.65.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gspiceui-v0.9.65.tar.gz">Download</a></td>
<td>GUI Frontend to SPICE</td>
</tr>
</table>
<br>
<p>
<a href="./tools/gtkwave/index.html"><b>GTKWave</b></a> : Electronic waveform viewer
<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;">Package</th>
<th style="background-color: #f5f5f5;">Version</th>
<th style="background-color: #f5f5f5;">FTP</th>
<th style="background-color: #f5f5f5;">HTTP</th>
<th style="background-color: #f5f5f5;">Description</th>
</tr>
<tr>
<td><a href="./tools/gtkwave/index.html">gtkwave</a></td>
<td>3.2.1</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gtkwave-3.2.1.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gtkwave-3.2.1.tar.gz">Download</a></td>
<td>Waveform viewer</td>
</tr>
</table>
<br>
<p>
<a href="./tools/gwave/index.html"><b>gwave</b></a> : Analog waveform viewer
<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;">Package</th>
<th style="background-color: #f5f5f5;">Version</th>
<th style="background-color: #f5f5f5;">FTP</th>
<th style="background-color: #f5f5f5;">HTTP</th>
<th style="background-color: #f5f5f5;">Description</th>
</tr>
<tr>
<td><a href="http://www.gtk.org">GLib</a></td>
<td>1.2.10</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/glib-1.2.10.tar.gz"></a>-</td>
<td><a href="http://geda.seul.org/dist/glib-1.2.10.tar.gz"></a>-</td>
<td>Utility library</td>
</tr>
<tr>
<td><a href="http://www.gtk.org">GTK+</a></td>
<td>1.2.10</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gtk+-1.2.10.tar.gz"></a>-</td>
<td><a href="http://geda.seul.org/dist/gtk+-1.2.10.tar.gz"></a>-</td>
<td>GIMP ToolKit library</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/guile">GUILE</a></td>
<td>1.6.3</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/guile-1.6.3.tar.gz"></a></td>
<td><a href="http://geda.seul.org/dist/guile-1.6.3.tar.gz"></a>-</td>
<td>Scheme scripting library</td>
</tr>
<tr>
<td><a href="http://www.gnu.org/software/guile-gtk/">guile-gtk</a></td>
<td>1.2-0.31</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/guile-gtk-1.2-0.31.tar.gz"></a>-</td>
<td><a href="http://geda.seul.org/dist/guile-gtk-1.2-0.31.tar.gz"></a>-</td>
<td>GUILE GTK+ bindings</td>
<tr>
<tr>
<td><a href="./tools/gwave/index.html">gwave</a></td>
<td>20080127</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gwave-20080127.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gwave-20080127.tar.gz">Download</a></td>
<td>Waveform viewer</td>
</tr>
<tr>
<td><a href="./tools/gwave/index.html">gwave2</a></td>
<td>20090213</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gwave2-20090213.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/gwave2-20090213.tar.gz">Download</a></td>
<td>Waveform viewer</td>
</tr>
</table>
<br>
<p>
<a href="./tools/ngspice/index.html"><b>ngspice</b></a> : An improved SPICE
<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
<tr>
<th style="background-color: #f5f5f5;">Package</th>
<th style="background-color: #f5f5f5;">Version</th>
<th style="background-color: #f5f5f5;">FTP</th>
<th style="background-color: #f5f5f5;">HTTP</th>
<th style="background-color: #f5f5f5;">Description</th>
</tr>
<tr>
<td><a href="./tools/ngspice/index.html">ngspice</a></td>
<td>rework 18</td>
<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/ng-spice-rework-18.tar.gz">Download</td>
<td><a href="http://geda.seul.org/dist/ng-spice-rework-18.tar.gz">Download</a></td>
<td>SPICE simulator</td>
</tr>
</table>
<br>
<p>
</div>
<div id="footer">
<br>
</div>
</BODY>
</HTML>

View File

@@ -1,87 +0,0 @@
<html><head><title>gEDA Hosting Status</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.html">Screenshots</A> </li> <li> &middot; </li>
<li> <A HREF="./tools/index.html">Tools</A> </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>
<li> <A HREF="http://geda.seul.org/wiki">Documentation</A> </li> <li> &middot; </li>
<li> <A HREF="http://geda.seul.org/mailinglist/index.html">Mailing Lists</A> </li> <li> &middot; </li>
<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>
Status
</h3>
</div>
</div>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
<div id="main">
<center>
<a name="current"></a>
<h2>gEDA's Hosting Status</h2>
</center>
<p>
There are some services that are still hosted on geda.seul.org. Here is the current list:
</p>
<UL>
<LI> geda-* mailing lists </LI>
<LI> geda-* mailing lists archive </LI>
<LI> wiki / documentation </LI>
<LI> Any legacy web pages living on geda.seul.org </LI>
<LI> screenshots </LI>
<LI> gedasuite binaries </LI>
<LI> irc server </LI>
<LI> dist, devel, and release directories </LI>
<LI> My e-mail ahvezda AT seul.org (alt e-mail: ahvezda AT gmail.com). </LI>
</UL>
<p>
geda.seul.org is up and running again. Please send e-mail to ahvezda
AT seul.org if you spot anything that is not functional. Thanks.
</p>
<p>
-Ales
</p>
</div>
<div id="footer">
<br>
</div>
</body></html>