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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 13 06:51:03 PDT 2018


Author: gisix
Date: 2018-06-13 06:51:03 -0700 (Wed, 13 Jun 2018)
New Revision: 72814

Modified:
   sandbox/wenzeslaus/g.citation/g.citation.py
Log:
Added CFF option (citation file)


Modified: sandbox/wenzeslaus/g.citation/g.citation.py
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.py	2018-06-13 13:50:33 UTC (rev 72813)
+++ sandbox/wenzeslaus/g.citation/g.citation.py	2018-06-13 13:51:03 UTC (rev 72814)
@@ -36,8 +36,8 @@
 #% key: format
 #% type: string
 #% description: Citation format or style
-#% options: bibtex,csl,datacite,dublincore,json,json-ld,narcxml,plain,dict
-#% 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
+#% 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
 #% answer: bibtex
 #% required: yes
 #%end



More information about the grass-commit mailing list