[GRASS-CVS] markus: grass6/tools build_html_index.sh, 1.39.2.1,
1.39.2.2 mkhtml.sh, 1.1, 1.1.2.1
grass at intevation.de
grass at intevation.de
Sat Dec 1 11:51:22 EST 2007
Author: markus
Update of /grassrepository/grass6/tools
In directory doto:/tmp/cvs-serv11707
Modified Files:
Tag: releasebranch_6_3
build_html_index.sh mkhtml.sh
Log Message:
improved header/footer/url (merge from HEAD)
Index: build_html_index.sh
===================================================================
RCS file: /grassrepository/grass6/tools/build_html_index.sh,v
retrieving revision 1.39.2.1
retrieving revision 1.39.2.2
diff -u -d -r1.39.2.1 -r1.39.2.2
--- build_html_index.sh 10 Nov 2007 05:42:33 -0000 1.39.2.1
+++ build_html_index.sh 1 Dec 2007 16:51:20 -0000 1.39.2.2
@@ -88,7 +88,7 @@
# $2: help index url
echo "<hr>" >> $1
echo "<p><a href=\"$2\">Help Index</a> | <a href=\"full_index.html\">Full Index</a><br>" >> $1
-echo "© 2003-2007 <a href=\"http://grass.itc.it\">GRASS Development Team</a></p>" >> $1
+echo "© 2003-2007 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>" >> $1
echo "</body>" >> $1
echo "</html>" >> $1
}
@@ -163,7 +163,7 @@
#write main index:
echo "Generating HTML manual pages index (help system)..."
-write_html_header $FULLINDEX "GRASS GIS $GRASSVERSION Reference Manual"
+write_html_header $FULLINDEX "GRASS GIS $GRASSVERSION Reference Manual: Full index"
echo "<BR><h3>Full command index:</h3>" >> $FULLINDEX
echo "<table border=0>" >> $FULLINDEX
echo "<tr><td> d.* </td><td>display commands</td></tr>" >> $FULLINDEX
@@ -225,7 +225,7 @@
MODCLASS=`expand_module_class_name $k`
FILENAME=$MODCLASS.html
- write_html_header $FILENAME "GRASS GIS $GRASSVERSION Reference Manual"
+ write_html_header $FILENAME "GRASS GIS $GRASSVERSION Reference Manual: $MODCLASS"
echo "<b>$MODCLASS commands:</b>" >> $FILENAME
echo "<table>" >> $FILENAME
#for all modules:
Index: mkhtml.sh
===================================================================
RCS file: /grassrepository/grass6/tools/mkhtml.sh,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- mkhtml.sh 6 May 2007 21:03:09 -0000 1.1
+++ mkhtml.sh 1 Dec 2007 16:51:20 -0000 1.1.2.1
@@ -52,6 +52,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>
+ © 2003-2007 <a href=\"http://grass.osgeo.org\">GRASS Development Team</a></p>\n
</body>
</html>
EOF
More information about the grass-commit
mailing list