[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: developer.html
User: ahvezda
Date: 06/09/09 00:24:35
Modified: . developer.html download.html sources.html
Log:
Misc updates
Revision Changes Path
1.13 +36 -47 eda/geda/website/developer.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: developer.html
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/website/developer.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- developer.html 14 Jul 2006 02:00:18 -0000 1.12
+++ developer.html 9 Sep 2006 04:24:35 -0000 1.13
@@ -39,56 +39,43 @@
<div id="faq">
-
<p>
-
-<A HREF="http://cvs.seul.org/viewcvs/viewcvs.cgi/eda/geda/devel/">Web view of CVS</A>
+<br>
+The resources listed on this page only apply to gEDA/gaf. For all other associated programs, please see their respected homepages for their developer resources.
<p>
-<!--
-<TABLE BORDER="0" CELLPADDING="5">
-<TR>
-<TD ALIGN="center">
-<FORM METHOD=GET ACTION="http://www.geda.seul.org/cgi-bin/redirect.cgi">
-<INPUT TYPE=hidden NAME=location VALUE="eda/geda">
-<INPUT TYPE=SUBMIT VALUE="ViewCVS"> </FORM>
-</TD>
-<TD> Web CVS access </TD>
-</TR>
-
-<TR>
-<TD ALIGN="center">
-<FORM METHOD=GET ACTION="http://www.geda.seul.org/cgi-bin/redirect.cgi">
-<INPUT TYPE=hidden NAME=location VALUE="http://www.geda.seul.org/cgi-bin/geda-bugs">
-<INPUT TYPE=SUBMIT VALUE="Jitterbug"> </FORM>
-</TD>
-<TD> Bug database access </TD>
-</TR>
-</TABLE>
+<b>ViewCVS</b><br>
+<UL>
+<A HREF="http://cvs.seul.org/viewcvs/viewcvs.cgi/eda/geda/gaf/">Web view of gaf CVS</A><br>
+<A HREF="http://cvs.seul.org/viewcvs/viewcvs.cgi/eda/geda/devel/">Web view of obsolete noweb CVS</A>
+</UL>
<p>
--->
+<b>Bug Database</b><br>
+<UL>
<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818426">Submit bug</A> <br>
-<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818429">Submit feature request</A> <br>
-<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818428">Submit patch</A>
-<p>
-
-<A HREF="http://www.gedasymbols.org">Contribute Symbol (gedasymbol.org)</A>
+<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818428">Submit patch</A><br>
+<A HREF="http://sourceforge.net/tracker/?group_id=161080&atid=818429">Submit feature request</A>
+</UL>
<p>
+<b>Symbol contribution</b><br>
+<UL>
+<A HREF="http://www.gedasymbols.org">Contribute Symbol (gedasymbol.org)</A><br>
<A HREF="./tools/symbols/contrib.html">Contribute Symbol (older mechanism)</A>
+</UL>
<p>
-<A HREF="./devel/">Development Directory</A>
-
-<p>
+<b>Directories</b><br>
+<UL>
+<A HREF="./devel/">Development Directory</A><br>
<A HREF="./dist/">Distribution Directory</A>
-
+</UL>
<p>
-
<hr>
<p>
+
<strong>Anonymous CVS access</strong>
<p>
@@ -140,26 +127,28 @@
<LI> You must have the following packages installed:
<p>
<UL>
-<LI> <A HREF="http://www.gnu.org/software/automake/">automake</A> 1.7.x </LI>
-<LI> <A HREF="http://www.gnu.org/software/autoconf/">autoconf</A> 2.57 </LI>
-<LI> <A HREF="http://www.gnu.org/software/libtool/">libtool</A> 1.4.x </LI>
+<LI> <A HREF="http://www.gnu.org/software/automake/">automake</A> 1.7.x or later </LI>
+<LI> <A HREF="http://www.gnu.org/software/autoconf/">autoconf</A> 2.57 or later</LI>
+<LI> <A HREF="http://www.gnu.org/software/libtool/">libtool</A> 1.4.x or later </LI>
<LI> <A HREF="http://www.freedesktop.org/Software/pkgconfig">pkg-config</A> >= 0.15.x</LI>
-<LI> <A HREF="http://www.gnu.org/software/gettext/">gettext</A> 0.12.1 </LI>
+<LI> <A HREF="http://www.gnu.org/software/gettext/">gettext</A> 0.12.1 or later</LI>
<LI> <A HREF="http://www.gnu.org/software/guile">guile</A> 1.6.x </LI>
-<LI> <A HREF="http://www.gtk.org/">gtk+</A> 1.2.x or 2.2.x</LI>
-<LI> <A HREF="http://www.latex-project.org/">LaTeX</A> current</LI>
-<LI> <A HREF="http://www.latex2html.org/">latex2html</A> current</LI>
+<LI> <A HREF="http://www.gtk.org/">gtk+</A> 2.4.x or later</LI>
<LI> <A HREF="http://www.gnu.org/software/groff/groff.html">groff</A> current</LI>
</UL>
<p>
+You also can find the various required packages on the
+<A HREF="./sources.html">sources web page</A>. The best way to install
+these packages is, however, to install them using your distribution's
+package management mechanism (rpm, deb, portage, ports, etc...).
+
+<p>
+
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.
-<p>
-<LI> You also need the various required packages listed on the
-<A HREF="./download.html">download web page</A>. Mainly, glib/gtk and guile.</LI>
<p>
<LI> Edit the toplevel Makefile to set the prefix to something other than
@@ -170,9 +159,9 @@
(PATH, LD_LIBRARY_PATH, and PKG_CONFIG_PATH) that must be set before the
next step. Set all required environment variables. NOTE: running make
with no parameters will not build anything, but rather it just outputs
-environment variables that must be set. Not setting these environment
+environment variables that must be set. <b>Not setting these environment
variables will pretty much guarantee that gEDA/gaf will not build at
-all.</LI>
+all.</b></LI>
<p>
<LI> And finally type: <tt> make install</tt> </LI>
@@ -349,7 +338,7 @@
<div id="footer">
<h5>
Last update:
-$Id: developer.html,v 1.12 2006/07/14 02:00:18 ahvezda Exp $
+$Id: developer.html,v 1.13 2006/09/09 04:24:35 ahvezda Exp $
</h5>
</div>
1.24 +152 -17 eda/geda/website/download.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: download.html
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/website/download.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- download.html 12 Jun 2006 05:10:22 -0000 1.23
+++ download.html 9 Sep 2006 04:24:35 -0000 1.24
@@ -45,27 +45,160 @@
<center>
+<a name="installing"></a>
+<h2> Downloading and installing gEDA</h2>
+</center>
+<p>
+You may download and install gEDA using several different methods.
+Each method has its advantages and disadvantages. Please read the
+descriptions of the different files and install methods below before you
+download gEDA. Also, 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.
+</p>
+
+
+<h3> Some words to the wise:</h3>
+
+
+<li>gEDA is a set of <strong>GNU/Linux or Unix</strong>-native programs.
+There is no Windows version. 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>
+
+<li>The gEDA programs use the GTK+ libraries. If you are running KDE, you
+should have no problem building and installing them <strong> as long as
+the GTK+ libraries are installed on your system.</strong></li>
+
+<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 below 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 dispair!</strong>
+Overcoming any dependency issue is a simple matter of installing the
+required program or library.
+
+<p>
+<hr>
+
+<center>
<A NAME="binaries"></A>
<H2> Distribution Packages / Binaries</H2>
</center>
<p>
+
+<h3> What are these files?</h3>
+These files hold precompiled binary executables in formats
+compatible with modern package management tools like apt-get, yum, and
+so on. One file exists for each component of gEDA/gaf. In some cases,
+binary packages are also available for other gEDA-allied programs such as PCB.
+</p>
+<p>
+If you are looking for a specific gEDA program, and a packaged
+binary doesn't exist here, try Googling for it.
+</p>
+
+<p>
+<h3> Why should I install using these packages?</h3>
+Use these packages if you want to let apt-get, yum, etc. sort out any
+dependencies required on your system. Installing these binaries
+is also much quicker than installing using any source-based method.
+For users of common GNU/Linux distributions this is usually the easiest
+method to install gEDA. Also, the Fink packages available here are
+the only way to get gEDA up and running on a Mac. On the other hand,
+not all gEDA-allied packages exist as binary distributions. If you
+are looking for a paricular program, check first that it exists here.
+Then Google. </p>
+
+
<LI> <A HREF="http://packages.debian.org/cgi-bin/search_packages.pl?keywords=geda&searchon=names&subword=1&version=all&release=all">Download DEBs</a> (Debian) Created by Hamish Moffatt</LI>
<LI> <A HREF="http://www.sp5pbe.waw.pl/~sp5smk/geda.html">Download RPMs</a> (RedHat and variants) Created by Wojciech Kazubski</LI>
<LI> <A HREF="http://www.ghz.cc/charles/fink/">Download Fink Packages</a> (Mac OSX) Created by Charles Lepple</LI>
<br>
+<hr/>
+
<p>
<center>
<A NAME="iso"></A>
<H2> gEDA Suite CDROM</H2>
-i386 GNU/Linux
</center>
<p>
+<h3> What is this?</h3>
+<p>
+This file holds the "gEDA Suite" in a single .iso file. The "gEDA
+Suite" moniker designates about ten major tools useful for electronic
+design, including:
+</p>
+
+<p>
+<li>gEDA/gaf -- Schematic capture and netlisting</li>
+<li>PCB -- PCB layout</li>
+<li>gerbv -- Gerber file viewer</li>
+<li>ngspice -- Analog SPICE simulation</li>
+<li>gnucap -- Next-gen analog simulation</li>
+<li>Icarus Verilog -- Digital design/simulation</li>
+<li>GTKWave -- Waveform viewing</li>
+<li>several other useful tools</li>
+</p>
+
+<p>
+Each program is held as a source tarball in the .iso file. The .iso
+file also holds a stand-alone install wizard which opens each
+tarball, and builds and installs the program on your machine. The
+wizard also tries to determine any missing dependencies and will
+install the required package for you as root. Note that the wizard will
+run <strong>only</strong> on GNU/Linux.
+</p>
+
+<p>
+<h3> Why should I install using the .iso?</h3>
+<p>
+Use the gEDA Suite .iso if you want to grab all components of the
+"gEDA Suite" in a single, convenient (albeit large) download. You
+should also use the .iso to install if you want to let the wizard
+handle the package build for you, and your system is amongst those
+listed below.
+</p>
+
+<p>
+This .iso with the bundled install wizard
+tends to work well, but you might hit a snag if your GNU/Linux distro is
+too old, too new, or strangely configured. The .iso has been
+tested and is known to work on the following systems:
+<br/>
+<li>Fedora Core 4</li>
+<li>Fedora Core 5</li>
+<li>SuSE 9.3</li>
+<li>SuSE 10.0</li>
+<br/>
+It should work with most recent GNU/Linux distros which have the build
+tools installed (Ubuntu doesn't).
+On the other hand,
+since the distribution producers like to change their configurations
+with each new release, there are no guarantees that the installer will
+run to completion on your particular system.
+If you have a problem using this CD, try reading INSTALL file below,
+or consult the
+install notes available on the
+<a href="http://geda.seul.org/wiki/">
+gEDA wiki</a>.
+</p>
+<!---
<font color="#FF0000"><strong>New users</strong></font>: For new users having trouble installing gEDA using their distribution's packages, please install the gEDA tools using the installer on the gEDA Suite CDROM. <p>
+-->
+
<table cellpadding="2" cellspacing="0" style="text-align: left; border-style: solid; border-color: #d0d0d0; border-width: 1px;" width="100%">
@@ -79,37 +212,39 @@
</tr>
<tr>
-<td><a href="./dist/suite/20060124/README-CD">README-CD</a></td>
-<td>20060124</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060124/README-CD">Download</a></td>
-<td><a href="./dist/suite/20060124/README-CD">Download</a></td>
-<td><a href="./dist/suite/20060124/README-CD">README-CD</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font> </td>
+<td><a href="./dist/suite/20060825/README-CD">README-CD</a></td>
+<td>20060825</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060825/README-CD">Download</a></td>
+<td><a href="./dist/suite/20060825/README-CD">Download</a></td>
+<td><a href="./dist/suite/20060825/README-CD">README-CD</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font> </td>
</tr>
<tr>
-<td><a href="./dist/suite/20060124/INSTALL">INSTALL</a></td>
-<td>20060124</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060124/INSTALL">Download</a></td>
-<td><a href="./dist/suite/20060124/INSTALL">Download</a></td>
-<td><a href="./dist/suite/20060124/INSTALL">INSTALL</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font> </td>
+<td><a href="./dist/suite/20060825/INSTALL">INSTALL</a></td>
+<td>20060825</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060825/INSTALL">Download</a></td>
+<td><a href="./dist/suite/20060825/INSTALL">Download</a></td>
+<td><a href="./dist/suite/20060825/INSTALL">INSTALL</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font> </td>
</tr>
<tr>
<td>gEDA Suite</td>
-<td>20060124</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060124/geda-install-20060124.iso">Download</a></td>
-<td><a href="http://geda.seul.org/dist/suite/20060124/geda-install-20060124.iso">Download</a></td>
-<td>CDROM image (iso) - 88 MB</td>
+<td>20060825</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/suite/20060825/geda-install-20060825.iso">Download</a></td>
+<td><a href="http://geda.seul.org/dist/suite/20060825/geda-install-20060825.iso">Download</a></td>
+<td>CDROM image (iso) - 129 MB</td>
</tr>
</table>
<b>Note</b>: The installer only works on GNU/Linux i386.<br>
-md5sum of the ISO image is: e967b93a8078dd1c2b97a2b22ce8a8d8<br>
+md5sum of the ISO image is: 299d932de1addae78ced0757dd608489
+<br>
Created by <A HREF="http://www.brorson.com/gEDA/">Stuart Brorson</A><br>
<br>
<p>
+<hr/>
<center>
<A NAME="sources"></A>
@@ -127,7 +262,7 @@
<div id="footer">
<h5>
Last update:
-$Id: download.html,v 1.23 2006/06/12 05:10:22 ahvezda Exp $
+$Id: download.html,v 1.24 2006/09/09 04:24:35 ahvezda Exp $
</h5>
</div>
1.4 +57 -65 eda/geda/website/sources.html
(In the diff below, changes in quantity of whitespace are not shown.)
Index: sources.html
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/website/sources.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- sources.html 12 Jun 2006 05:10:22 -0000 1.3
+++ sources.html 9 Sep 2006 04:24:35 -0000 1.4
@@ -64,19 +64,19 @@
</tr>
<tr>
-<td><a href="./devel/20060123/README">README</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/README">Download</td>
-<td><a href="./devel/20060123/README">Download</a></td>
-<td><a href="./devel/20060123/README">README</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font></td>
+<td><a href="./devel/20060906/README">README</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/README">Download</td>
+<td><a href="./devel/20060906/README">Download</a></td>
+<td><a href="./devel/20060906/README">README</a> <font color="FF0000"><IMG SRC="./graphics/pointer.png"> Read this!</font></td>
</tr>
<tr>
-<td><a href="./devel/20060123/gaf-20060123-relnotes.html">Rel Notes</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/gaf-20060123-relnotes.html">Download</a></td>
-<td><a href="./devel/20060123/gaf-20060123-relnotes.html">Download</a></td>
-<td><a href="./devel/20060123/gaf-20060123-relnotes.html">Release Notes</a><font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font></td>
+<td><a href="./devel/20060906/gaf-20060906-relnotes.html">Rel Notes</A></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/gaf-20060906-relnotes.html">Download</A></td>
+<td><a href="./devel/20060906/gaf-20060906-relnotes.html">Download</A></td>
+<td><a href="./devel/20060906/gaf-20060906-relnotes.html">Release Notes</A><font color="FF0000"><IMG SRC="./graphics/pointer.png"> Read this!</font></td>
</tr>
<tr>
@@ -177,97 +177,89 @@
<tr>
<td>md5sums</td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/gEDA-gaf-20060123.md5sum">Download</td>
-<td><a href="./devel/20060123/gEDA-gaf-20060123.md5sum">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/gEDA-gaf-20060906.md5sum">Download</td>
+<td><a href="./devel/20060906/gEDA-gaf-20060906.md5sum">Download</a></td>
<td>md5sums for gEDA/gaf tarballs</td>
</tr>
<tr>
<td>Makefile</td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/Makefile">Download</td>
-<td><a href="./devel/20060123/Makefile">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/Makefile">Download</td>
+<td><a href="./devel/20060906/Makefile">Download</a></td>
<td>Toplevel gEDA/gaf Makefile</td>
</tr>
<tr>
<td>libgeda</td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/libgeda-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/libgeda-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/libgeda-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/libgeda-20060906.tar.gz">Download</a></td>
<td>Core library</td>
</tr>
<tr>
<td><a href="./tools/symbols/index.html">symbols</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-symbols-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-symbols-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-symbols-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-symbols-20060906.tar.gz">Download</a></td>
<td>Symbols library</td>
</tr>
<tr>
<td><a href="./tools/gschem/index.html">gschem</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-gschem-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-gschem-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-gschem-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-gschem-20060906.tar.gz">Download</a></td>
<td>Schematic Capture</td>
</tr>
<tr>
<td><a href="./tools/gnetlist/index.html">gnetlist</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-gnetlist-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-gnetlist-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-gnetlist-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-gnetlist-20060906.tar.gz">Download</a></td>
<td>Netlist generator</td>
</tr>
<tr>
<td><a href="./tools/gsymcheck/index.html">gsymcheck</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-gsymcheck-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-gsymcheck-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-gsymcheck-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-gsymcheck-20060906.tar.gz">Download</a></td>
<td>Symbol checker</td>
</tr>
<tr>
<td><a href="./tools/gattrib/index.html">gattrib</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-gattrib-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-gattrib-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-gattrib-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-gattrib-20060906.tar.gz">Download</a></td>
<td>Attribute editor</td>
</tr>
<tr>
-<td><a href="./tools/geda/index.html">geda</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-20060123.tar.gz">Download</a></td>
-<td>Project Manager</td>
-</tr>
-
-<tr>
<td><a href="./tools/utils/index.html">utils</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-utils-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-utils-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-utils-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-utils-20060906.tar.gz">Download</a></td>
<td>Utilities</td>
</tr>
<tr>
<td><a href="./tools/docs/index.html">docs</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-docs-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-docs-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-docs-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-docs-20060906.tar.gz">Download</a></td>
<td>Documentation</td>
</tr>
<tr>
<td><a href="./tools/examples/index.html">examples</a></td>
-<td>20060123</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-examples-20060123.tar.gz">Download</td>
-<td><a href="./devel/20060123/geda-examples-20060123.tar.gz">Download</a></td>
+<td>20060906</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/devel/20060906/geda-examples-20060906.tar.gz">Download</td>
+<td><a href="./devel/20060906/geda-examples-20060906.tar.gz">Download</a></td>
<td>Schematic/PCB examples</td>
</tr>
@@ -287,18 +279,18 @@
</tr>
<tr>
-<td><a href="http://pcb.sourceforge.net/news.html#20060414">Ann</A></td>
-<td>20060414</td>
+<td><a href="http://pcb.sourceforge.net/news.html#20060822">Ann</A></td>
+<td>20060822</td>
<td>-</td>
<td>-</td>
-<td><a href="http://pcb.sourceforge.net/news.html#20060414">Announcement</A> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font></td>
+<td><a href="http://pcb.sourceforge.net/news.html#20060822">Announcement</A> <font color="FF0000"><IMG SRC="./graphics/pointer.png"> Read this!</font></td>
</tr>
<tr>
<td><a href="./tools/pcb/index.html">PCB</a></td>
-<td>20060414</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/pcb-20060414.tar.gz">Download</td>
-<td><a href="./dist/pcb-20060414.tar.gz">Download</a></td>
+<td>20060822</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/pcb-20060822.tar.gz">Download</td>
+<td><a href="./dist/pcb-20060822.tar.gz">Download</a></td>
<td>Printed Circuit Board layout tool</td>
</tr>
@@ -319,11 +311,11 @@
</tr>
<tr>
-<td><a href="http://gerbv.sourceforge.net/ANNOUNCEMENT-1.0.1">Rel Notes</a></td>
-<td>1.0.1</td>
+<td><a href="http://gerbv.sourceforge.net/ANNOUNCEMENT-1.0.2">Rel Notes</a></td>
+<td>1.0.2</td>
<td>-</td>
-<td><a href="http://gerbv.sourceforge.net/ANNOUNCEMENT-1.0.1">Download</a></td>
-<td><a href="http://gerbv.sourceforge.net/ANNOUNCEMENT-1.0.1">Release Notes</a> <font color="FF0000"><IMG ALIGN="middle" SRC="./graphics/pointer.png"> Read this!</font></td>
+<td><a href="http://gerbv.sourceforge.net/ANNOUNCEMENT-1.0.2">Download</a></td>
+<td><a href="http://gerbv.sourceforge.net/ANNOUNCEMENT-1.0.2">Release Notes</a> <font color="FF0000"><IMG SRC="./graphics/pointer.png"> Read this!</font></td>
</tr>
<tr>
@@ -384,9 +376,9 @@
<tr>
<td><a href="./tools/gerbv/index.html">gerbv</a></td>
-<td>1.0.1</td>
-<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gerbv-1.0.1.tar.gz">Download</td>
-<td><a href="./dist/gerbv-1.0.1.tar.gz">Download</a></td>
+<td>1.0.2</td>
+<td><a href="ftp://ftp.geda.seul.org/pub/geda/dist/gerbv-1.0.2.tar.gz">Download</td>
+<td><a href="./dist/gerbv-1.0.2.tar.gz">Download</a></td>
<td>Gerber Viewer</td>
</tr>
@@ -649,7 +641,7 @@
<div id="footer">
<h5>
Last update:
-$Id: sources.html,v 1.3 2006/06/12 05:10:22 ahvezda Exp $
+$Id: sources.html,v 1.4 2006/09/09 04:24:35 ahvezda Exp $
</h5>
</div>
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs