[GRASS-SVN] r29699 - grass/trunk/macosx/app

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 13 14:20:02 EST 2008


Author: kyngchaos
Date: 2008-01-13 14:20:02 -0500 (Sun, 13 Jan 2008)
New Revision: 29699

Modified:
   grass/trunk/macosx/app/build_html_user_index.sh
Log:
update copyright; link to osgeo.org

Modified: grass/trunk/macosx/app/build_html_user_index.sh
===================================================================
--- grass/trunk/macosx/app/build_html_user_index.sh	2008-01-13 18:52:52 UTC (rev 29698)
+++ grass/trunk/macosx/app/build_html_user_index.sh	2008-01-13 19:20:02 UTC (rev 29699)
@@ -54,7 +54,7 @@
 <h2>GRASS GIS $GRASSVERSION Reference Manual</h2>
 
 <p>Geographic Resources Analysis Support System, commonly referred to as
-<a href=\"http://grass.itc.it\">GRASS</a>, 
+<a href=\"http://grass.osgeo.org\">GRASS</a>, 
 is a Geographic Information System (GIS) used for geospatial data management
 and analysis, image processing, graphics/maps production, spatial modeling,
 and visualization. GRASS is currently used in academic and commercial settings
@@ -73,7 +73,7 @@
 # $1: filename
 echo "<hr>" >> $1
 echo "<p><a href=\"$GISBASE/docs/html/index.html\">Help Index</a> | <a href=\"$GISBASE/docs/html/full_index.html\">Full Index</a> | <a href=\"$HTMLDIR/addon_index.html\">Addon Index</a><br>" >> $1
-echo "&copy; 2003-2007 <a href=\"http://grass.itc.it\">GRASS Development Team</a></p>" >> $1
+echo "&copy; 2003-2008 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>" >> $1
 echo "</body>" >> $1   
 echo "</html>" >> $1
 }



More information about the grass-commit mailing list