Browse Source

+WPS; +Wiki link

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41505 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 15 years ago
parent
commit
3b1f038511
1 changed files with 12 additions and 1 deletions
  1. 12 1
      general/g.parser/g.parser.html

+ 12 - 1
general/g.parser/g.parser.html

@@ -153,6 +153,15 @@ generates a related help page template in XML. Example:
 v.in.db --interface-description
 </pre></div>
 
+<h2>Web Processing Service (WPS)</h2>
+
+The flag <b>--wps-process-description</b> added to a GRASS command
+generates a Web Processing Service process description. Example:
+
+<div class="code"><pre>
+v.in.db --wps-process-description
+</pre></div>
+
 
 <h2>TRANSLATION</h2>
 
@@ -409,7 +418,9 @@ to the other examples above.
 </em>
 
 and the <tt>SUBMITTING_SCRIPTS</tt> file in the GRASS source code.
-
+<p>
+Related Wiki pages: 
+<a href="http://grass.osgeo.org/wiki/Category:Linking_to_other_languages">Using GRASS with other programming languages</a>
 
 <h2>AUTHOR</h2>