[GRASS-SVN] r49143 - grass/branches/releasebranch_6_4/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 8 06:15:28 EST 2011


Author: neteler
Date: 2011-11-08 03:15:28 -0800 (Tue, 08 Nov 2011)
New Revision: 49143

Modified:
   grass/branches/releasebranch_6_4/tools/build_html_index.sh
   grass/branches/releasebranch_6_4/tools/module_synopsis.sh
Log:
avoid caps HTML tags

Modified: grass/branches/releasebranch_6_4/tools/build_html_index.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/build_html_index.sh	2011-11-08 11:11:09 UTC (rev 49142)
+++ grass/branches/releasebranch_6_4/tools/build_html_index.sh	2011-11-08 11:15:28 UTC (rev 49143)
@@ -193,7 +193,7 @@
 {
 # $1: filename
 # $2: help index url
-echo "<BR><BR>
+echo "<br><br>
 <hr>
 <p><a href=\"$2\">Help Index</a> | <a href=\"full_index.html\">Full Index</a><br>
 &copy; 2003-2011 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>
@@ -273,8 +273,8 @@
 #write main index:
 echo "Generating HTML manual pages index (help system)..."
 write_html_header "$FULLINDEX" "GRASS GIS $GRASSVERSION Reference Manual: Full index"
-echo "Go <a href=\"index.html\">back to help overview</a><BR>" >> "$FULLINDEX"
-echo "<BR><h3>Full command index:</h3>" >> "$FULLINDEX"
+echo "Go <a href=\"index.html\">back to help overview</a><br>" >> "$FULLINDEX"
+echo "<br><h3>Full command index:</h3>" >> "$FULLINDEX"
 
 #generate main index of all modules:
 echo "[ " >> "$FULLINDEX"
@@ -288,7 +288,7 @@
   fi
 done
 echo " ]
-<BR><BR>
+<br><br>
 " >> "$FULLINDEX"
 
 echo "<table border=0>" >> "$FULLINDEX"
@@ -312,7 +312,7 @@
 for i in $CMDLIST
 do 
   echo "<a name=\"$i\"></a>" >> "$FULLINDEX"
-  echo "<BR><h3>$i.* commands:</h3>" >> "$FULLINDEX"
+  echo "<br><h3>$i.* commands:</h3>" >> "$FULLINDEX"
   echo "<table>" >> "$FULLINDEX"
 
   #for all modules:  

Modified: grass/branches/releasebranch_6_4/tools/module_synopsis.sh
===================================================================
--- grass/branches/releasebranch_6_4/tools/module_synopsis.sh	2011-11-08 11:11:09 UTC (rev 49142)
+++ grass/branches/releasebranch_6_4/tools/module_synopsis.sh	2011-11-08 11:15:28 UTC (rev 49143)
@@ -147,10 +147,10 @@
 <img src="grass_logo.png" alt="_\|/_ GRASS logo"><hr align=center size=6 noshade>
 
 <center>
-<H1>`g.version | cut -f1 -d'('` Command list</H1>
+<h1>`g.version | cut -f1 -d'('` Command list</h1>
 <h3>`date "+%e %B %Y"`</h3>
 </center>
-<BR><BR><BR>
+<br><br><br>
 
 <h4>Command types:</h4>
 <ul>
@@ -198,10 +198,10 @@
 
     cat << EOF >> "${TMP}.html"
 </ul>
-<BR>
+<br>
 
 <a name="$SECTION"></a>
-<H3>$SEC_NAME $SEC_TYPE:</H3>
+<h3>$SEC_NAME $SEC_TYPE:</h3>
 
 <ul>
 EOF
@@ -240,8 +240,8 @@
 &copy; 2007-2011 <a href="http://grass.osgeo.org">GRASS Development Team</a>
 </p>
 
-</BODY>
-</HTML>
+</body>
+</html>
 EOF
 
 \mv "${TMP}.html" "$GISBASE/docs/html/module_synopsis.html"



More information about the grass-commit mailing list