[GRASSweb-list]markus: web/devel devel.inc,1.6,1.7

grass at intevation.de grass at intevation.de
Fri Jan 14 11:13:55 EST 2005


Author: markus

Update of /grassrepository/web/devel
In directory doto:/tmp/cvs-serv28579

Modified Files:
	devel.inc 
Log Message:
updated

Index: devel.inc
===================================================================
RCS file: /grassrepository/web/devel/devel.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- devel.inc	13 Jan 2005 14:08:07 -0000	1.6
+++ devel.inc	14 Jan 2005 16:13:53 -0000	1.7
@@ -54,14 +54,14 @@
 <a name=list></a>
 <h2>Developers Mailing List</h2>
 Please join our mailing list which shall help and coordinate ongoing
-development in GRASS GIS 5.x development. Join the list if you are
+development in GRASS GIS development. Join the list if you are
 programmer<br> and/or want to follow the development discussion. If you have
 questions concerning compilation of the CVS-GRASS, please ask here.
 <p>
 <ul>
-<li><b>How do I subscribe to GRASS 5 Developers Mailing List?</b><br>
+<li><b>How do I subscribe to GRASS Developers Mailing List?</b><br>
 <a href="http://grass.itc.it/mailman/listinfo/grass5">Visit the
- GRASS 5 mailing list (un)subscription page</a>
+ GRASS mailing list (un)subscription page</a>
 <p>
 <li><a href="http://grass.itc.it/pipermail/grass5/">GRASS5 mailing list Archive</a>
 <li><a href="../searchgrass.php">Search</a> Mailing List
@@ -78,16 +78,15 @@
  keeps you informed about progress on a detected bug.
 
 <li><b>Bug fixing:</b> Please assist in fixing known bugs from the <a
- href=http://intevation.de/rt/webrt?q_queue=grass>GRASS 5 known bugs
+ href=http://intevation.de/rt/webrt?q_queue=grass>GRASS known bugs
  list</a>.
 
 <li><b>Implementation of wishes:</b> Open wishes are listed in the <a
   href=http://intevation.de/rt/webrt?q_sort=area&q_reverse=1&q_queue=grass>GRASS
-  5 wish list</a>.
+  wish list</a>.
 
-<li><b>Write missing man pages:</b> Help us to write <a
- href=../gdp/html_grass5/missing.html>missing man pages</a>. Check against the
- existing <a href=../gdp/html_grass5/index.html>GRASS 5 man-pages</a>.
+<li><b>Write missing man pages:</b> Help us to write missing man pages. Check against the
+ existing <a href=../grass60/manuals/html60_user/index.html>GRASS 6 manual pages</a>.
 
 <li><b>Wanted algorithm: </b> Probably you have already developed an <a
   href=http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass/documents/wanted_algorithm.txt>wanted
@@ -105,7 +104,7 @@
 <h2> Download the latest GRASS software</h2>
 To follow GRASS development, get the latest code from CVS server:
 <ul>
-<li> <a href=index.php>Download official GRASS 5 releases</a>
+<li> <a href=../download/index.php>Download official GRASS releases</a>
 <li> <a href=cvs.php>CVS repository</a> (latest code)
 <li> New Developers: <a href=http://freegis.org//grass/howto_grass-sshcvs.en.html>How to get
 GRASS CVS write access with ssh</a>. To get a personal password, please
@@ -120,43 +119,39 @@
 also offer <a href="../download/index.php">precompiled binaries</a>).
 <br>
 The <b>configuration</b> requires a set of installed libraries which are
-described in the file <a href="../grass57/source/REQUIREMENTS.html">REQUIREMENTS.html</a>
+described in the file <a href="../grass60/source/REQUIREMENTS.html">REQUIREMENTS.html</a>
 file (which you also find in the main directory of the source code tarball).
-The <b>compilation</b> is desribed in the <a href="../grass57/source/INSTALL">INSTALL</a>
+The <b>compilation</b> is desribed in the <a href="../grass60/source/INSTALL">INSTALL</a>
 file (which you also find in the main directory of the source code tarball).
 Dear Newbie, please be so kind to search the 
 <a href="../searchgrass.php">developers mailing list archive</a> before asking
 developers - most questions have been already answered several times :-)
 
 <a name=prog></a>
-<h2>GRASS 5 Programmer's Manual</h2>
+<h2>GRASS Programmer's Manual</h2>
 <ul>
-<li><b>GRASS 5.0/5.3:</b>
+<li><b>GRASS 5.0/5.3/5.4 (old!):</b>
 <ul>
   <li>GRASS 5.0/5.3 Programmer's Manual [ <a
    href="../grass50/progmangrass50.pdf">PDF</a>, 2.3 MB |
    <a href=http://mpa.itc.it/markus/grass50progman/>HTML</a> ]
-   <br>You can also access the latest Latex sources of the "GRASS 5.0
-   Programmer's Manual" from our <a href="cvs.php#progman">CVS server</a>.
-  <li> <a href=../demos/r.example.tar.gz>r.example: example C code for GRASS 5
-     raster programming</a>
 </ul>
-<li><b>GRASS 5.7:</b>
+<li><b>GRASS 6.0:</b>
 
 The manual has been integrated into the source code (doxygen format) and
-should be extracted with 'make pdfdocs'.
+can be extracted with 'make pdfdocs' or downloaded from the
+<a href="../download/index.php">download page</a>.
 
 <ul>
-  <li>GRASS 5.7 Programmer's Manual <a href=../grass57/manuals/>PDF and HTML</a>
-  <li> <a href="http://freegis.org/cgi-bin/viewcvs.cgi/*checkout*/grass51/doc/vector/v.example.c?rev=HEAD&content-type=text/x-csrc">v.example: example C code for GRASS 5.7
+  <li>GRASS 6.0 Programmer's Manual <a href=../grass60/manuals/>PDF and HTML</a>
+  <li> <a href=../demos/r.example.tar.gz>r.example: example C code for GRASS
+     raster programming</a>
+  <li> <a href="http://freegis.org/cgi-bin/viewcvs.cgi/*checkout*/grass51/doc/vector/v.example.c?rev=HEAD&content-type=text/x-csrc">v.example: example C code for GRASS 6
      vector programming</a>
 </ul>
-  <li><b>GRASS 4.x JAVA interface</b> (code is included in src.garden/grass.java/)
 </ul>
 <P>
-Debugging: hints are collected in <a href="http://freegis.org/cgi-bin/viewcvs.cgi/grass/documents/debugging.txt?rev=HEAD&content-type=text/vnd.viewcvs-markup">documents/debugging.txt</a> (GRASS 5.0/5.3) and 
-<a href=http://freegis.org/cgi-bin/viewcvs.cgi/grass51/doc/debugging.txt?rev=HEAD&content-type=text/vnd.viewcvs-markup>doc/debugging.txt</a> (GRASS 5.7)
-in the source code.
+Debugging: hints are collected in doc/debugging.txt in the source code package.
 
 <a name=submission></a>
 <h2>Code submission</h2>
@@ -173,7 +168,8 @@
      'SUBMITTING' file (find it in the main directory of the GRASS source
      code and also <a href=../grass50/source/SUBMITTING>here</a>). This ensures
      a smooth integration into the standard GRASS code base.
-<li> Code submission: Please contact a member of the <A HREF=http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass/AUTHORS>GRASS Development Team</a>
+<li> Code submission: Please contact a member of the 
+     <A HREF=http://freegis.org/cgi-bin/viewcvs.cgi/~checkout~/grass/AUTHORS>GRASS Development Team</a>
      or write to the development mailing list (see <A HREF="#list">above</a>).
 <li> GRASS Add-on submission: <a href=../download/addons.php>go here</a> (Add-on code
      is hosted on your server)
@@ -186,37 +182,6 @@
 <h2>GRASS related projects/libraries</h2>
 <ul>
 <li><a href=../intro/related_projects.html>GRASS related projects</a>
-</ul>
-
-<h2>Related software</h2> (and software not yet related, but maybe useful
-    links)
-<ul>
-<li> <a href=http://www.gnu.org/software/gcc/gcc.html>GNU C Compiler</a>
-<li> <a href=http://www.gnu.org/software/ddd/>DDD - Data Display
-  Debugger</a>
-<li> <a href=http://www.python.org>Python</a> (Python is an interpreted,
-  interactive, object-oriented programming language)
-<li> <a href=http://www.perl.org>PERL programming language</a> (<a
-href=http://www.cpan.org>CPAN</a>)
-<li> <a href=http://www.wxwidgets.org/>wxwidgets</a> (environment to develop graphical user
-  interfaces)
-<li> <a href=http://www.tcl.tk:80/software/tcltk/>Tcl/TK</a>
-  (environment to graphical user interface, <a href=../community/grassgui.html>tcltkgrass</a>
-  and <a href=../nviz/index.html>NVIZ</a> are based on it)
-<li> <a href=http://mesa3d.sourceforge.net/>Mesa 3D</a> (openGL(tm) clone,
-  <a href=../nviz/index.html>NVIZ</a> and some <a href=../grid3d/index.html>G3D modules</a> 
-  are based on it)
-<li> <a href=http://java.sun.com/>Java</a> (user interface)
-<li>Graphic libraries:
-<ul>
-<li><a href="http://www.libtiff.org">libtiff</a> and <a
-href=http://www.gzip.org/zlib/>libz</a> (usually already installed on Linux systems)
-<li><a href=http://www.libpng.org/>PNG library</a>
-<li><a href=http://www.boutell.com/gd/>GD library</a>
-<li><a href=ftp://ftp.uu.net/graphics/jpeg/>JPEG library</a>
-<li><a href=ftp://ftp.ncsa.uiuc.edu/HDF/HDF/HDF_Current/>NCSA/HDF format
-library</a>
-</ul>
 </ul>
 
 <div align="right">





More information about the grass-web mailing list