From 57c096f620fd93b3f1a3adda434365b24534f484 Mon Sep 17 00:00:00 2001 From: Ales Hvezda Date: Wed, 21 Apr 2010 21:40:05 -0400 Subject: [PATCH] Simplified the top nav bar and moved most content into the wiki --- .htaccess | 37 ++ developer.html | 488 --------------------- download.html | 238 ----------- geda.css | 2 +- index.html | 74 +--- license.html | 167 -------- links.html | 1034 --------------------------------------------- mailinglists.html | 287 ------------- screenshots.html | 94 ----- search.html | 34 +- sources.html | 373 ---------------- status.html | 87 ---- 12 files changed, 72 insertions(+), 2843 deletions(-) create mode 100644 .htaccess delete mode 100644 developer.html delete mode 100644 download.html delete mode 100644 license.html delete mode 100644 links.html delete mode 100644 mailinglists.html delete mode 100644 screenshots.html delete mode 100644 sources.html delete mode 100644 status.html diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..12aef3c --- /dev/null +++ b/.htaccess @@ -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/ + + diff --git a/developer.html b/developer.html deleted file mode 100644 index ec95e8b..0000000 --- a/developer.html +++ /dev/null @@ -1,488 +0,0 @@ - - - -gEDA Project Developer Info - - - - - - - - - - - - -
- -

-
-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. -

- -gitview
-

-

- -Bug/Patch/Feature Request Databases
-

-

- -Symbol contribution
-

-

- -Directories
-

- -Externals Sites
- - -Developer mailing list
- - - - -

-


-

- -Accessing the gEDA/gaf repository -

- -Please see the gEDA Source Control Management page for information on how to access the gEDA/gaf repository using git or CVS. -

- - -Build git repository version of gEDA/gaf -

- -To build the git repository version of gEDA/gaf, follow these instructions: - -

- - -

-


-

- -Developers/Contributers -

- -gEDA project contact: Ales Hvezda -(ahvezdaATgeda.seul.org) - -

-Current Active Developers -

- -

- -Translators -

- -

- -Inactive Developers -

- -

- -As well as many other people on the geda-dev mailing list. If you feel that I missed somebody, please send me (Ales) e-mail. -
- - - - - diff --git a/download.html b/download.html deleted file mode 100644 index 15fcddb..0000000 --- a/download.html +++ /dev/null @@ -1,238 +0,0 @@ -gEDA Project Downloads - - - - - - - - - - - - -
- - -
- -

Downloading and installing gEDA

-
- -

-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 -gEDA wiki for further download/install tips. Also, if this is -your first time installing gEDA, please read -the gEDA words to the wise. -

- -
- -
-

Distribution Packages / Binaries

-
- -

-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. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Linux DistroInstallation methodInstall filesCreator/maintainerComment
Fedora Core 5
Fedora Core 6
yum install geda-*
- yum install pcb-*
RPMsChitlesh Goorah/Fedora ProjectMajor parts of gEDA are now part of the -Fedora Extras - project!
Fedora Core 5
Fedora Core 6
rpm --install geda-*
- rpm --install libgeda-*
- rpm --install pcb-*
RPMsWojciech KazubskiWhen you install FC5, select "software development" packages. -Beyond that you might also need to install the following RPMs: -guile-devel, libstroke.
Fedora Core 4 and previous FC and RedHat systemsrpm --install geda-*
- rpm --install libgeda-*
- rpm --install pcb-*
RPMsWojciech KazubskiWhen you install FC5, select "software development" packages. -Beyond that you might also need to install the following RPMs: -guile-devel, libstroke.
SuSEyastRPMsWerner Hoch  
Debianapt-get install geda.deb filesHamish Moffatt Download .debs appropriate for -the maturity level of your distro (stable, testing, etc.)
Mac OSX fink packagesCharles LeppleInstructions provided in link
- -
- -
-

gEDA Binary Suite

-
- -

-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). -

- -

-

-

- - -
- -
-

Sources

-
-

-gEDA is -free / open-source software. -Developers interested in getting all sources can download the individual -components from the sources download page. -

- -
- -
-

Words to the Wise

-
- -

-

-

- -
-
- - - - diff --git a/geda.css b/geda.css index 57b06d6..884bb50 100644 --- a/geda.css +++ b/geda.css @@ -145,7 +145,7 @@ table.ffhp { } #main { - #width: 100%; + width: 95%; margin: 1em 2em 1em 2em; font-family: sans-serif; } diff --git a/index.html b/index.html index be9eddc..140f8c2 100644 --- a/index.html +++ b/index.html @@ -20,20 +20,14 @@ @@ -104,53 +96,19 @@ HREf="http://geda.seul.org/wiki/geda:gsch2pcb_tutorial">tutorial. For even more information on installing and using gEDA, please look at the gEDA Wiki. To get up and running as fast as possible, new users should install the gEDA Binary Suite, which -can be obtained from the download page. +can be obtained from the download page. Users looking for more symbols and footprints should go to the gedasymbols.org website.

- -

gEDA and GSoC 2010

+

Wiki

-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 gEDA wiki +for more FAQs, the official documentation, a bunch of developer pages, +and other useful information.

-

Latest Releases/News

-

-

-

-
- - - - - - - - - -
-Featured Free Hardware Project -
-

-Vanessa's Projects page has a whole slew of projects designed and built using the gEDA suite of tools! -

-

- -If you want your project featured here (the FFHP space), please send e-mail to ahvezda seul.org. Thanks! - -

-
@@ -160,7 +118,7 @@ If you want your project featured here (the FFHP space), please send e-mail to a
member
projects
-
+



@@ -173,6 +131,8 @@ If you want your project featured here (the FFHP space), please send e-mail to a
+

+ diff --git a/sources.html b/sources.html deleted file mode 100644 index 37b7ce1..0000000 --- a/sources.html +++ /dev/null @@ -1,373 +0,0 @@ - - - -gEDA Project Sources - - - - - - - - - - - - - -
- -
- -

Sources

-
-

- -gEDA/gaf : Schematic capture, netlister, symbols, symbol checker, and utils (stable version)
-

-
-

- -gEDA/gaf : Schematic capture, netlister, symbols, symbol checker, and utils (development/unstable version)
-

-
-

- -PCB : Printed Circuit Board layout tool -

-
-

- -xgsch2pcb : Graphical front-end for the gschem -> pcb workflow -

-
-

- -gerbv : Gerber file viewer -

-
-

- -gnucap : GPLed mixed-mode/mixed-level circuit simulator - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackageVersionFTPHTTPDescription
gnucap0.35DownloadDownloadCircuit Analysis Package (stable snapshot)
gnucap2009-02-02DownloadDownloadCircuit Analysis Package (development snapshot)
BSIM models2009-02-02DownloadDownloadBSIM models (all BSIM3, BSIM4, BSIMSOI, etc., as plug-ins)
NGspice models2009-02-02DownloadDownloadNGspice models (the models from NGspice, as plug-ins)
JSpice3 models2009-02-02DownloadDownloadJSpice3 models (the models from JSpice3, as plug-ins)
Spice3f5 models2009-02-02DownloadDownloadSpice3f5 models (all models from spice 3f5, as plug-ins)
tools2009-02-02DownloadDownloadgnucap tools
-
-

- - -Icarus Verilog : Verilog simulation and synthesis tool - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackageVersionFTPHTTPDescription
Verilog20080905 (snapshot)DownloadDownloadVerilog simulator and synthesis
Verilog0.9.1 (stable)DownloadDownloadVerilog simulator and synthesis
-
-

- -GSpiceUI : GUI Frontend to SPICE - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackageVersionFTPHTTPDescription
wxWidgets2.6.1--wxWidgets (wxGTK) toolkit library
GSpiceUI0.9.65DownloadDownloadGUI Frontend to SPICE
-
-

- -GTKWave : Electronic waveform viewer - - - - - - - - - - - - - - - - - - - -
PackageVersionFTPHTTPDescription
gtkwave3.2.1DownloadDownloadWaveform viewer
-
-

- -gwave : Analog waveform viewer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackageVersionFTPHTTPDescription
GLib1.2.10--Utility library
GTK+1.2.10--GIMP ToolKit library
GUILE1.6.3-Scheme scripting library
guile-gtk1.2-0.31--GUILE GTK+ bindings
gwave20080127DownloadDownloadWaveform viewer
gwave220090213DownloadDownloadWaveform viewer
-
-

- - -ngspice : An improved SPICE - - - - - - - - - - - - - - - - - - - -
PackageVersionFTPHTTPDescription
ngspicerework 18DownloadDownloadSPICE simulator
-
-

- -

- - - - - - - diff --git a/status.html b/status.html deleted file mode 100644 index 4e52cd1..0000000 --- a/status.html +++ /dev/null @@ -1,87 +0,0 @@ -gEDA Hosting Status - - - - - - - - - - - - -
- -
- -

gEDA's Hosting Status

-
- -

-There are some services that are still hosted on geda.seul.org. Here is the current list: -

- - - -

-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. -

- -

--Ales -

- -
- - - -