[GRASS-SVN] r56431 - grass/trunk/general/g.parser

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 27 06:23:22 PDT 2013


Author: neteler
Date: 2013-05-27 06:23:21 -0700 (Mon, 27 May 2013)
New Revision: 56431

Modified:
   grass/trunk/general/g.parser/g.parser.html
Log:
g.parser: header/footer completed; HTML style updated

Modified: grass/trunk/general/g.parser/g.parser.html
===================================================================
--- grass/trunk/general/g.parser/g.parser.html	2013-05-27 10:57:25 UTC (rev 56430)
+++ grass/trunk/general/g.parser/g.parser.html	2013-05-27 13:23:21 UTC (rev 56431)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>g.parser</title>
+<title>GRASS GIS manual: g.parser</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
 </head>
@@ -9,25 +9,33 @@
 
 <img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 
-
 <h2>NAME</h2>
-<em><b>g.parser</b></em>
+<em><b>g.parser</b></em> - provides full parser support for GRASS GIS scripts.
 
+<h2>KEYWORDS</h2>
+general, support, scripts
+
 <h2>SYNOPSIS</h2>
+<div id="name"><b>g.parser</b><br></div>
 <b>g.parser help</b><br>
-<b>g.parser</b> [-<b>s</b>] [-<b>t</b>] <em>filename</em> [<em>argument</em>,...]
+<div id="synopsis"><b>g.parser</b> [-<b>st</b>] <em>filename</em> [<em>argument</em>,...]
+</div>
 
+
+<div id="flags">
 <h3>Flags:</h3>
 <dl>
 <dt><b>-t</b></dt>
 <dd>Print strings for translation</dd>
+
 <dt><b>-s</b></dt>
 <dd>Write option values to stdout instead of reinvoking script</dd>
 </dl>
+</div>
 
 <h2>DESCRIPTION</h2>
 
-The <em>g.parser</em> module provides full parser support for GRASS
+The <em>g.parser</em> module provides full parser support for GRASS GIS
 scripts, including an auto-generated GUI interface, help page
 template, and command line option checking. In this way a simple
 script can very quickly be made into a full-fledged GRASS module.
@@ -417,9 +425,9 @@
 <h2>SEE ALSO</h2>
 
 <em>
-  <a href="g.filename.html">g.filename</a>,
-  <a href="g.findfile.html">g.findfile</a>,
-  <a href="g.tempfile.html">g.tempfile</a>,
+<a href="g.filename.html">g.filename</a>,
+<a href="g.findfile.html">g.findfile</a>,
+<a href="g.tempfile.html">g.tempfile</a>,
 </em>
 
 and the <tt>SUBMITTING_SCRIPTS</tt> file in the GRASS source code.
@@ -431,5 +439,8 @@
 Glynn Clements
 
 <p><i>Last changed: $Date$</i>
+<hr>
+<p><a href="index.html">Main index</a> - <a href="general.html">General 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-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
 </body>
 </html>



More information about the grass-commit mailing list