[GRASS-SVN] r66122 - in grass/branches/releasebranch_7_0: man tools
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 6 05:20:42 PDT 2015
Author: neteler
Date: 2015-09-06 05:20:42 -0700 (Sun, 06 Sep 2015)
New Revision: 66122
Modified:
grass/branches/releasebranch_7_0/man/build_html.py
grass/branches/releasebranch_7_0/tools/mkhtml.py
Log:
docs: sync capital latter for indexes in footer and make it more readble in the code (trunk, r65995)
Modified: grass/branches/releasebranch_7_0/man/build_html.py
===================================================================
--- grass/branches/releasebranch_7_0/man/build_html.py 2015-09-06 09:29:29 UTC (rev 66121)
+++ grass/branches/releasebranch_7_0/man/build_html.py 2015-09-06 12:20:42 UTC (rev 66122)
@@ -187,8 +187,17 @@
footer_tmpl = string.Template(\
r"""<hr class="header">
-<p><a href="${index_url}">Manual main page</a> | <a href="topics.html">Topics Index</a> | <a href="keywords.html">Keywords Index</a> | <a href="full_index.html">Full Index</a></p>
-<p>© 2003-${year} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${grass_version} Reference Manual</p>
+<p>
+<a href="${index_url}">Main index</a> |
+<a href="topics.html">Topics index</a> |
+<a href="keywords.html">Keywords index</a> |
+<a href="full_index.html">Full index</a>
+</p>
+<p>
+© 2003-${year}
+<a href="http://grass.osgeo.org">GRASS Development Team</a>,
+GRASS GIS ${grass_version} Reference Manual
+</p>
</div>
</body>
Modified: grass/branches/releasebranch_7_0/tools/mkhtml.py
===================================================================
--- grass/branches/releasebranch_7_0/tools/mkhtml.py 2015-09-06 09:29:29 UTC (rev 66121)
+++ grass/branches/releasebranch_7_0/tools/mkhtml.py 2015-09-06 12:20:42 UTC (rev 66122)
@@ -55,8 +55,19 @@
footer_index = string.Template(\
"""<hr class="header">
-<p><a href="index.html">Main index</a> | <a href="${INDEXNAME}.html">${INDEXNAMECAP} index</a> | <a href="topics.html">Topics index</a> | <a href="keywords.html">Keywords index</a> | <a href="full_index.html">Full index</a></p>
-<p>© 2003-${YEAR} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${GRASS_VERSION} Reference Manual</p>
+<p>
+<a href="index.html">Main index</a> |
+<a href="${INDEXNAME}.html">${INDEXNAMECAP} index</a> |
+<a href="topics.html">Topics index</a> |
+<a href="keywords.html">Keywords index</a> |
+<a href="full_index.html">Full index</a>
+</p>
+<p>
+© 2003-${YEAR}
+<a href="http://grass.osgeo.org">GRASS Development Team</a>,
+GRASS GIS ${GRASS_VERSION} Reference Manual
+</p>
+
</div>
</body>
</html>
@@ -64,8 +75,18 @@
footer_noindex = string.Template(\
"""<hr class="header">
-<p><a href="index.html">Main index</a> | <a href="topics.html">Topics index</a> | <a href="keywords.html">Keywords index</a> | <a href="full_index.html">Full index</a></p>
-<p>© 2003-${YEAR} <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS ${GRASS_VERSION} Reference Manual</p>
+<p>
+<a href="index.html">Main index</a> |
+<a href="topics.html">Topics index</a> |
+<a href="keywords.html">Keywords index</a> |
+<a href="full_index.html">Full index</a>
+</p>
+<p>
+© 2003-${YEAR}
+<a href="http://grass.osgeo.org">GRASS Development Team</a>,
+GRASS GIS ${GRASS_VERSION} Reference Manual
+</p>
+
</div>
</body>
</html>
More information about the grass-commit
mailing list