[GRASS-SVN] r72873 - sandbox/wenzeslaus/g.citation
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 21 18:49:33 PDT 2018
Author: wenzeslaus
Date: 2018-06-21 18:49:33 -0700 (Thu, 21 Jun 2018)
New Revision: 72873
Modified:
sandbox/wenzeslaus/g.citation/g.citation.html
sandbox/wenzeslaus/g.citation/g.citation.py
Log:
g.citation: move suggested formats to doc
Modified: sandbox/wenzeslaus/g.citation/g.citation.html
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.html 2018-06-22 01:40:04 UTC (rev 72872)
+++ sandbox/wenzeslaus/g.citation/g.citation.html 2018-06-22 01:49:33 UTC (rev 72873)
@@ -18,8 +18,20 @@
g.citation module=v.select format=plain
</pre></div>
+<h2>KNOWN ISSUES</h2>
+
+<ul>
+ <li>More output formats or styles are needed.
+ The following formats were suggested so far:
+ <tt>csl,datacite,dublincore,json,json-ld,narcxml</tt>
+</ul>
+
<h2>SEE ALSO</h2>
+<em>
+<a href="g.search.module.html">g.search.module</a>
+</em>
+
<h2>AUTHORS</h2>
Vaclav Petras, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0001-5566-9236)
Modified: sandbox/wenzeslaus/g.citation/g.citation.py
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.py 2018-06-22 01:40:04 UTC (rev 72872)
+++ sandbox/wenzeslaus/g.citation/g.citation.py 2018-06-22 01:49:33 UTC (rev 72873)
@@ -36,8 +36,8 @@
#% key: format
#% type: string
#% description: Citation format or style
-#% options: bibtex,csl,datacite,dublincore,json,json-ld,narcxml,plain,dict,cff
-#% descriptions: bibtex;BibTeX;csl;cls;datacite;datacite;dublincore;dublincore;json;json;json-ld;json-ld;narcxml;narcxml;plain;Plain text;dict;Pretty printed Python dictionary;cff;Citation File Format
+#% options: bibtex,cff,dict,plain
+#% descriptions: bibtex;BibTeX;cff;Citation File Format;dict;Pretty printed Python dictionary;plain;Plain text
#% answer: bibtex
#% required: yes
#%end
More information about the grass-commit
mailing list