[GRASS-SVN] r30210 - grass/branches/releasebranch_6_3/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 17 07:38:22 EST 2008


Author: martinl
Date: 2008-02-17 07:38:22 -0500 (Sun, 17 Feb 2008)
New Revision: 30210

Modified:
   grass/branches/releasebranch_6_3/tools/build_html_index.sh
   grass/branches/releasebranch_6_3/tools/mkhtml.sh
Log:
Merged from trunk (wxGUI manual page fix)

Modified: grass/branches/releasebranch_6_3/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_3/tools/build_html_index.sh	2008-02-17 07:51:19 UTC (rev 30209)
+++ grass/branches/releasebranch_6_3/tools/build_html_index.sh	2008-02-17 12:38:22 UTC (rev 30210)
@@ -6,7 +6,7 @@
 #exclude following list of modules from help index:
 # escape it properly:
 ## TODO: better fix this in include/Make/Html.make, see bug #5361
-EXCLUDEHTML="v\.topo\.check\|i\.ask\|i\.find\|photo\.elev\|photo\.target\|helptext\.html\|r\.watershed\.ram\|r\.watershed\.seg"
+EXCLUDEHTML="v\.topo\.check\|i\.ask\|i\.find\|photo\.elev\|photo\.target\|helptext\.html\|r\.watershed\.ram\|r\.watershed\.seg\|wxGUI.*html"
 ############# nothing to configure below ############
 
 #fetch the ARCH for store the files:
@@ -45,8 +45,9 @@
 
 <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>, 
+<p>
+<em>Geographic Resources Analysis Support System</em>, commonly referred to as
+<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
@@ -179,6 +180,7 @@
 echo "<tr><td>&nbsp;&nbsp;v.*  </td><td>vector commands</td></tr>" >> $FULLINDEX
 echo "<tr><td>&nbsp;&nbsp;<a href=\"gis.m.html\">gis.m</a> </td><td>GUI frontend to GIS menus and display</td></tr>" >> $FULLINDEX
 echo "<tr><td>&nbsp;&nbsp;<a href=\"nviz.html\">nviz</a> </td><td>visualization suite</td></tr>" >> $FULLINDEX
+echo "<tr><td>&nbsp;&nbsp;<a href=\"wxGUI.html\">wxGUI</a> </td><td>wxPython-based GUI frontend</td></tr>" >> $FULLINDEX
 echo "<tr><td>&nbsp;&nbsp;<a href=\"xganim.html\">xganim</a> </td><td>raster map slideshow</td></tr>" >> $FULLINDEX
 echo "</table>" >> $FULLINDEX
 
@@ -258,6 +260,7 @@
 #extra stuff for 'nviz' and 'xganim' and GUIs:
 echo "<li><a href=\"gis.m.html\">gis.m</a> and <a href=\"d.m.html\">d.m</a> GIS managers</li>" >> $FILENAME
 echo "<li><a href=\"nviz.html\">nviz</a> visualization and animation tool</li>" >> $FILENAME
+echo "<li><a href=\"wxGUI.html\">wxGUI</a> wxPython-based GUI frontend</li>" >> $FILENAME
 echo "<li><a href=\"xganim.html\">xganim</a> tool  for animating a raster map series</li>" >> $FILENAME
 	      
 echo "</ul>" >> $FILENAME

Modified: grass/branches/releasebranch_6_3/tools/mkhtml.sh
===================================================================
--- grass/branches/releasebranch_6_3/tools/mkhtml.sh	2008-02-17 07:51:19 UTC (rev 30209)
+++ grass/branches/releasebranch_6_3/tools/mkhtml.sh	2008-02-17 12:38:22 UTC (rev 30210)
@@ -1,5 +1,18 @@
 #!/bin/sh
 
+############################################################################
+#
+# MODULE:       mkhtml.sh
+# AUTHOR(S):    Markus Neteler, Glynn Clements
+# PURPOSE:      create HTML manual page snippets
+# COPYRIGHT:    (C) 2007 by the GRASS Development Team
+#
+#               This program is free software under the GNU General Public
+#               License (>=v2). Read the file COPYING that comes with GRASS
+#               for details.
+#
+#############################################################################
+
 PGM=$1
 
 if ! grep -i '<html>' ${PGM}.tmp.html > /dev/null 2>&1 ; then
@@ -52,7 +65,7 @@
     cat >> ${PGM}.tmp.html <<-EOF
 	<HR>
 	<P><a href="index.html">Main index</a> - <a href="$INDEXNAME.html">$INDEXNAME index</a> - <a href="full_index.html">Full index</a></P>
-	&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
+	<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
 	</body>
 	</html>
 	EOF



More information about the grass-commit mailing list