[GRASS-SVN] r72745 - sandbox/wenzeslaus/g.citation

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 28 11:05:56 PDT 2018


Author: wenzeslaus
Date: 2018-05-28 11:05:56 -0700 (Mon, 28 May 2018)
New Revision: 72745

Added:
   sandbox/wenzeslaus/g.citation/Makefile
Modified:
   sandbox/wenzeslaus/g.citation/g.citation.html
Log:
compilation and doc template

Added: sandbox/wenzeslaus/g.citation/Makefile
===================================================================
--- sandbox/wenzeslaus/g.citation/Makefile	                        (rev 0)
+++ sandbox/wenzeslaus/g.citation/Makefile	2018-05-28 18:05:56 UTC (rev 72745)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = g.citation
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script

Modified: sandbox/wenzeslaus/g.citation/g.citation.html
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.html	2018-05-28 17:15:19 UTC (rev 72744)
+++ sandbox/wenzeslaus/g.citation/g.citation.html	2018-05-28 18:05:56 UTC (rev 72745)
@@ -1,54 +1,22 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>GRASS GIS manual: g.citation_20180104_00.sh</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">
-<div id="container">
+<h2>DESCRIPTION</h2>
 
-<a href="index.html"><img src="grass_logo.png" alt="GRASS logo"></a>
-<hr class="header">
+<em>g.citation</em> - creates citation or metadata based on
+documentation of a given module.
 
-<h2>NAME</h2>
-<em><b>g.citation_20180104_00.sh</b></em>  - Provide scientific citation for GRASS modules and add-ons. THIS MODULE IS STILL UNDER DEVELOPMENT!
-<h2>SCHLÜSSELWÖRTER</h2>
-<h2>SYNOPSIS</h2>
-<div id="name"><b>g.citation_20180104_00.sh</b><br></div>
-<b>g.citation_20180104_00.sh --help</b><br>
-<div id="synopsis"><b>g.citation_20180104_00.sh</b> <b>module</b>=<em>string</em> <b>style</b>=<em>string</em>  [<b>output</b>=<em>string</em>]   [--<b>help</b>]  [--<b>verbose</b>]  [--<b>quiet</b>]  [--<b>ui</b>] 
-</div>
+<h2>NOTES</h2>
 
-<div id="flags">
-<h3>Flags:</h3>
-<dl>
-<dt><b>--help</b></dt>
-<dd>Print usage summary</dd>
-<dt><b>--verbose</b></dt>
-<dd>Ausführlicher Ausgabemodus</dd>
-<dt><b>--quiet</b></dt>
-<dd>Schweigsamer Ausgabemodus</dd>
-<dt><b>--ui</b></dt>
-<dd>Force launching GUI dialog</dd>
-</dl>
-</div>
+<h2>EXAMPLES</h2>
 
-<div id="parameters">
-<h3>Parameter:</h3>
-<dl>
-<dt><b>module</b>=<em>string</em> <b>[required]</b></dt>
-<dd>GRASS module to be cited</dd>
+<div class="code"><pre>
+g.citation module=v.select format=plain
+</pre></div>
 
-<dt><b>style</b>=<em>string</em> <b>[required]</b></dt>
-<dd>citation style</dd>
-<dd>Optionen: <em>bibtex, csl, datacite, dublincore, json, json-ld, narcxml</em></dd>
-<dd>Standardwert: <em>bibtex</em></dd>
+<h2>SEE ALSO</h2>
 
-<dt><b>output</b>=<em>string</em></dt>
-<dd>name/path of output image file</dd>
+<h2>AUTHORS</h2>
 
-</dl>
-</div>
-</body>
-</html>
+Vaclav Petras, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0001-5566-9236)
+Peter Loewe, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-2257-0517)
+Markus Neteler, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-1916-1966)
+
+<p><i>Last changed: $Date: 2018-03-14 15:22:13 -0400 (Wed, 14 Mar 2018) $</i>



More information about the grass-commit mailing list