[GRASSweb-list]markus: web/devel cvs.inc,1.1,1.2 devel.inc,1.3,1.4 grasshist.html,1.2,1.3 grassreleases.html,1.2,1.3

grass at intevation.de grass at intevation.de
Mon Jan 10 11:04:42 EST 2005


Author: markus

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

Modified Files:
	cvs.inc devel.inc grasshist.html grassreleases.html 
Log Message:
fixed some links

Index: cvs.inc
===================================================================
RCS file: /grassrepository/web/devel/cvs.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cvs.inc	19 Dec 2004 16:42:58 -0000	1.1
+++ cvs.inc	10 Jan 2005 16:04:40 -0000	1.2
@@ -64,7 +64,7 @@
 <p>As GRASS is a rather big package this might be one reason for you to use
 CVS. However, we recommend this only to experienced users who know how to
 compile software. The CVS software is freely distributed <a
-href="http://www.cvshome.org/">here</a> and usually shipped within several
+href="https://www.cvshome.org/">here</a> and usually shipped within several
 Linux distributions. It is available for rather every operating system.
 
 <p>The GRASS-CVS service is hosted at <a
@@ -173,7 +173,7 @@
 Versions System</a> by Sean Dreilinger</li>
 
 <li>
-<a href="http://www.cvshome.org/cyclic/cvs/doc-blandy.html">CVS
+<a href="https://www.cvshome.org/cyclic/cvs/doc-blandy.html">CVS
 training material</a> by Jim Blandy</li>
 
 <li>
@@ -187,8 +187,8 @@
 
 <ul>
 <li>
-<a href="http://www.cvshome.org">CVS
-software</a>, here is the <a href="http://www.cvshome.org/downloads.html">Download
+<a href="https://www.cvshome.org">CVS
+software</a>, here is the <a href="https://www.cvshome.org/downloads.html">Download
 site</a></li>
 
 <li>
@@ -196,7 +196,7 @@
 please check your Linux distro...</li>
 
 <li>
-CVS on <a href="http://www.cvshome.org/dev/codes.html">other
+CVS on <a href="https://www.cvshome.org/dev/codes.html">other
 clients: Windows, Mac, BeOS, ...</a></li>
 
 <li>
@@ -207,7 +207,7 @@
 
 <li>
 Windows users: Do not use winCVS
-as the file transfers won't be done correctly. Please use <a href="http://www.cvshome.org/dev/codewindow.html">cygwin
+as the file transfers won't be done correctly. Please use <a href="https://www.cvshome.org/dev/codewindow.html">cygwin
 cvs</a> or other software.</li>
 </ul>
 

Index: devel.inc
===================================================================
RCS file: /grassrepository/web/devel/devel.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- devel.inc	20 Dec 2004 16:36:42 -0000	1.3
+++ devel.inc	10 Jan 2005 16:04:40 -0000	1.4
@@ -86,8 +86,8 @@
   5 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>.
+ 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>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
@@ -115,18 +115,16 @@
 <h2>Compiling GRASS</h2>
 
 Compiling GRASS is only recommended to people with experience (that's why we
-also offer <a href="download.html">precompiled binaries</a>).
+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="grass5/source/REQUIREMENTS.html">REQUIREMENTS.html</a>
+described in the file <a href="../grass57/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="grass5/source/INSTALL">INSTALL</a>
+The <b>compilation</b> is desribed in the <a href="../grass57/source/INSTALL">INSTALL</a>
 file (which you also find in the main directory of the source code tarball).
-Some hints are also collected <a href="grass5/source/compilation_hints.html">here</a>.
-Dear Newbie, please be so kind to search the <a
-href="searchgrass.html">developers mailing list archive</a> before asking
-developers - most questions have been already answered several
-times :-)
+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>
@@ -134,11 +132,11 @@
 <li><b>GRASS 5.0/5.3:</b>
 <ul>
   <li>GRASS 5.0/5.3 Programmer's Manual [ <a
-   href=./grass50/progmangrass50.pdf>PDF</a>, 2.3 MB |
+   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="grasscvs.html#progman">CVS server</a>.
-  <li> <a href=demos/r.example.tar.gz>r.example: example C code for GRASS 5
+   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>
@@ -147,7 +145,7 @@
 should be extracted with 'make pdfdocs'.
 
 <ul>
-  <li>GRASS 5.7 Programmer's Manual <a href=grass57/manuals/>PDF and HTML</a>
+  <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
      vector programming</a>
 </ul>
@@ -171,13 +169,13 @@
 <ul>
 <li> Coding standards: Check your code against the rules defined in the
      'SUBMITTING' file (find it in the main directory of the GRASS source
-     code and also <a href=grass5/source/SUBMITTING>here</a>). This ensures
+     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>
      or write to the development mailing list (see <A HREF="#list">above</a>).
-<li> GRASS Add-on submission: <a href=grass_addons.html>go here</a> (Add-on code
+<li> GRASS Add-on submission: <a href=addons.php>go here</a> (Add-on code
      is hosted on your server)
-<li> Alredy submitted code which is not (yet) integrated: <a href=outgoing/>OUTGOING
+<li> Alredy submitted code which is not (yet) integrated: <a href=../outgoing/>OUTGOING
      directory</a>
 <li> GRASS <a href=http://freegis.org//grass/howto_grass-sshcvs.en.html>CVS write access</a> for developers
 </ul>
@@ -185,7 +183,7 @@
 <a name=related></a>
 <h2>GRASS related projects/libraries</h2>
 <ul>
-<li><a href=related_projects.html>GRASS related projects</a>
+<li><a href=../intro/related_projects.html>GRASS related projects</a>
 </ul>
 
 <h2>Related software</h2> (and software not yet related, but maybe useful
@@ -200,11 +198,11 @@
 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://dev.scriptics.com/software/tcltk/>Tcl/TK</a>
+<li> <a href=http://www.tcl.tk:80/software/tcltk/>Tcl/TK</a>
   (environment to graphical user interface, <a href=grassgui.html>tcltkgrass</a>
-  and <a href=nviz/index.html>NVIZ</a> are based on it)
+  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> 
+  <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:

Index: grasshist.html
===================================================================
RCS file: /grassrepository/web/devel/grasshist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grasshist.html	19 Dec 2004 20:20:47 -0000	1.2
+++ grasshist.html	10 Jan 2005 16:04:40 -0000	1.3
@@ -9,7 +9,7 @@
 
 <!-- HEADER -->
 <table width=100%><tr><td width=60>
-<A HREF="index.html">
+<A HREF="../index.php">
 <DEFANGED_IMG src="../images/grass.smlogo.gif" alt="HOME" border="0" align=middle></A>
 </td><td><H1>
 GRASS History
@@ -91,8 +91,8 @@
 <li>
 <font face="Arial,Helvetica"><font color="#000033">1985 GRASS 1.0, GRASSnet
 established [<a
-href="mailing_lists/grasshopper_1995/">GRASShopper archive 1991-95</a>,
-<a href="http://op.gfz-potsdam.de/GRASS-List/">GRASSList archive 1996-today</a>]</font></font></li>
+href="../mailing_lists/grasshopper_1995/">GRASShopper archive 1991-95</a>,
+<a href="http://www.gfz-potsdam.de/pb1/op/GRASS-List/">GRASSList archive 1996-today</a>]</font></font></li>
 
 <li>
 <font face="Arial,Helvetica"><font color="#000033">1986 GRASS 1.1;&nbsp;
@@ -227,9 +227,9 @@
 <font face="Arial,Helvetica"><font color="#000033">2002 GRASS 5.1
 started at ITC-irst, Trento, Italy </font></font></li>
 <li>
-<font face="Arial,Helvetica"><font color="#000033">November 2003 GRASS 5.0.x becomes a "critical bug fix only" version, new development streams started (see <a href="roadmap.html">Development Roadmap</a>).
+<font face="Arial,Helvetica"><font color="#000033">November 2003 GRASS 5.0.x becomes a "critical bug fix only" version, new development streams started (see <a href="roadmap.php">Development Roadmap</a>).
 <li>
-<font face="Arial,Helvetica"><font color="#000033">May 2004 GRASS 5.3.x becomes a "critical bug fix only" version, new development streams started (see <a href="roadmap.html">Development Roadmap</a>).
+<font face="Arial,Helvetica"><font color="#000033">May 2004 GRASS 5.3.x becomes a "critical bug fix only" version, new development streams started (see <a href="roadmap.php">Development Roadmap</a>).
 <li>
 <font face="Arial,Helvetica"><font color="#000033">June 2004 GRASS 5.7.0 release</a>.
 </ul>

Index: grassreleases.html
===================================================================
RCS file: /grassrepository/web/devel/grassreleases.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grassreleases.html	5 Jan 2005 00:12:43 -0000	1.2
+++ grassreleases.html	10 Jan 2005 16:04:40 -0000	1.3
@@ -3,7 +3,7 @@
 <head>
    <DEFANGED_meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <DEFANGED_meta name="Author" content="Markus Neteler">
-   <DEFANGED_link rel="stylesheet" type="text/css" href="sitestyle.css">
+   <DEFANGED_link rel="stylesheet" type="text/css" href="../sitestyle.css">
    <title>GRASS History and Releases</title>
 </head>
 <body>
@@ -37,8 +37,8 @@
 
 <li>
 <font color="#330000">1985 GRASS 1.0, GRASSnet established [<a
-href="mailing_lists/grasshopper_1995/">GRASShopper archive 1991-95</a>,
-<a href="http://op.gfz-potsdam.de/GRASS-List/">GRASSList archive 1996-today</a>]</font></li>
+href="../mailing_lists/grasshopper_1995/">GRASShopper archive 1991-95</a>,
+<a href="http://www.gfz-potsdam.de/pb1/op/GRASS-List/">GRASSList archive 1996-today</a>]</font></li>
 
 <li>
 <font color="#330000">1986 GRASS 1.1; receives "Exemplary Systems
@@ -224,7 +224,7 @@
 
 <ul>
 <li>
-<font color="#330000"><a href="grass50/source/oldhistory/HISTORY_beta4to6.txt">HISTORY
+<font color="#330000"><a href="../grass50/source/oldhistory/HISTORY_beta4to6.txt">HISTORY
 of GRASS5.0beta4-6 file with authors</a></font></li>
 </ul>
 
@@ -267,7 +267,7 @@
 
 <li>
 <font color="#330000">[GRASS 5.0.0pre5 released 25 June 2002] -
-<a href="announces/announce_grass500pre5.html">Press release</a></font></li>
+<a href="../announces/announce_grass500pre5.html">Press release</a></font></li>
 
 <li>
 <font color="#330000">[GRASS 5.0.0 stable released 5 September 2002] -
@@ -316,7 +316,7 @@
 
 <!-- FOOTER -->
 <hr>
-<DIV ALIGN=right>&copy; 1999-2002 GRASS Development Team<br>
+<DIV ALIGN=right>&copy; 1999-2005 GRASS Development Team<br>
  <a href="mailto:weblist at grass.itc.it">Comments</a> about this page |
  <a href="../faq/index.html">FAQ</a> |
  <a href="../download/index.php">Download</a> |





More information about the grass-web mailing list