|
@@ -1,22 +1,9 @@
|
|
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
-<html>
|
|
|
|
-<head>
|
|
|
|
-<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>
|
|
|
|
-<body bgcolor="white">
|
|
|
|
-
|
|
|
|
-<img src="grass_logo.png" alt="GRASS logo">
|
|
|
|
-<hr class="header">
|
|
|
|
-
|
|
|
|
-<h2>NAME</h2>
|
|
|
|
-<em><b>g.parser</b></em> - Provides full parser support for GRASS
|
|
|
|
-scripts.
|
|
|
|
|
|
+<!-- meta page name: g.parser -->
|
|
|
|
+<!-- meta page name description: Provides full parser support for GRASS scripts. -->
|
|
|
|
|
|
<h2>SYNOPSIS</h2>
|
|
<h2>SYNOPSIS</h2>
|
|
-<b>g.parser help</b><br>
|
|
|
|
-<b>g.parser</b> [-<b>s</b>] [-<b>t</b>] <em>filename</em> [<em>argument</em>,...]
|
|
|
|
|
|
+<b>g.parser --help</b><br>
|
|
|
|
+<b>g.parser</b> [-<b>s</b>] [-<b>t</b>] [-<b>n</b>] <em>filename</em> [<em>argument</em>,...]
|
|
|
|
|
|
<h3>Flags:</h3>
|
|
<h3>Flags:</h3>
|
|
<dl>
|
|
<dl>
|
|
@@ -445,8 +432,9 @@ printf ("Value of GIS_OPT_vect: '%s'\n", $ENV{'GIS_OPT_VECTOR'});
|
|
<a href="g.tempfile.html">g.tempfile</a>
|
|
<a href="g.tempfile.html">g.tempfile</a>
|
|
</em>
|
|
</em>
|
|
|
|
|
|
-and <a href="http://svn.osgeo.org/grass/grass/trunk/SUBMITTING_PYTHON">SUBMITTING_PYTHON</a>
|
|
|
|
-file in the GRASS source code.
|
|
|
|
|
|
+<p>
|
|
|
|
+<a href="http://trac.osgeo.org/grass/wiki/Submitting/Python">Submitting rules for Python</a>
|
|
|
|
+
|
|
<p>
|
|
<p>
|
|
Related Wiki pages:
|
|
Related Wiki pages:
|
|
<a href="http://grasswiki.osgeo.org/wiki/Category:Linking_to_other_languages">Using GRASS with other programming languages</a>
|
|
<a href="http://grasswiki.osgeo.org/wiki/Category:Linking_to_other_languages">Using GRASS with other programming languages</a>
|
|
@@ -457,9 +445,3 @@ Glynn Clements
|
|
|
|
|
|
<p>
|
|
<p>
|
|
<i>Last changed: $Date$</i>
|
|
<i>Last changed: $Date$</i>
|
|
-
|
|
|
|
-<hr class="header">
|
|
|
|
-<p><a href="index.html">Main index</a> | <a href="full_index.html">Full index</a></p>
|
|
|
|
-<p>© 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
|
|
|
|
-</body>
|
|
|
|
-</html>
|
|
|