[GRASS-SVN] r41060 - grass-web/trunk/download

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 17 03:18:14 EST 2010


Author: neteler
Date: 2010-02-17 03:18:12 -0500 (Wed, 17 Feb 2010)
New Revision: 41060

Modified:
   grass-web/trunk/download/software.inc
   grass-web/trunk/download/software_auto.inc
Log:
point Linux users to table; fixes

Modified: grass-web/trunk/download/software.inc
===================================================================
--- grass-web/trunk/download/software.inc	2010-02-17 07:56:50 UTC (rev 41059)
+++ grass-web/trunk/download/software.inc	2010-02-17 08:18:12 UTC (rev 41060)
@@ -23,9 +23,9 @@
 <BR>
 <i>Please use the <a href="../mirrors.php">GRASS mirror site</a> nearest to you.</i>
 <P>
-[ GRASS: <a href="index.php#old">Older versions</a>
- | <a href="index.php#g64x">6.4.x stable</a>
- | <a href="index.php#g70x">7.x unstable</a> ]
+[ GRASS: <a href="software.php#old">Older versions</a>
+ | <a href="software.php#g64x">6.4.x stable</a>
+ | <a href="software.php#g70x">7.x unstable</a> ]
 <P>
 <table BORDER WIDTH="100%" CELLPADDING=5 CELLSPACING=3 NOSAVE >
 
@@ -75,7 +75,7 @@
 
 <td>
     &bull; <a href="../grass64/manuals/html64_user/index.html">User manual pages</a><br>
-    &bull; <a href="../devel/index.php#prog">Programmer's Manual</a><br>
+    &bull; <a href="http://download.osgeo.org/grass/grass6_progman/">Programmer's Manual</a><br>
     &bull; <a href="http://grass.osgeo.org/wiki/Compile_and_Install">Compiling source code</a>
 </td>
 </tr>

Modified: grass-web/trunk/download/software_auto.inc
===================================================================
--- grass-web/trunk/download/software_auto.inc	2010-02-17 07:56:50 UTC (rev 41059)
+++ grass-web/trunk/download/software_auto.inc	2010-02-17 08:18:12 UTC (rev 41060)
@@ -11,7 +11,7 @@
  $userAgent    = strtolower($_SERVER['HTTP_USER_AGENT']);
  if (strpos($userAgent, 'linux')) {
         $platform = 'linux';
-        echo "<br><center><img src=\"../images/logo_lin.png\" alt=\"GNU/Linux\"> Free download of GRASS GIS for <a href=\"../grass64/binary/linux/snapshot/\">GNU/Linux</a>!</center>";
+        echo "<br><center><img src=\"../images/logo_lin.png\" alt=\"GNU/Linux\"> Free download of GRASS GIS for <a href=\"software.php#g64x\">GNU/Linux</a>!</center>";
     }
     else if (strpos($userAgent, 'macintosh') || strpos($userAgent, 'mac platform x')) {
         $platform = 'mac';
@@ -54,9 +54,9 @@
 </li>
 <li>
 <i>
-GRASS Development Team, 2009. Geographic Resources Analysis Support System (GRASS)
+GRASS Development Team, 2010. Geographic Resources Analysis Support System (GRASS)
 Programmer's Manual. Open Source Geospatial Foundation.
-Electronic document: http://download.osgeo.org/grass/grass6_progman/
+Electronic document: <a href="http://download.osgeo.org/grass/grass6_progman/">http://download.osgeo.org/grass/grass6_progman/</a>
 </i>
 </li>
 </ul>



More information about the grass-commit mailing list