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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 7 12:03:55 PDT 2018


Author: neteler
Date: 2018-09-07 12:03:54 -0700 (Fri, 07 Sep 2018)
New Revision: 73287

Modified:
   sandbox/wenzeslaus/g.citation/g.citation.html
Log:
g.citation addon: workaround for HTML parse error of <p> tag in example

Modified: sandbox/wenzeslaus/g.citation/g.citation.html
===================================================================
--- sandbox/wenzeslaus/g.citation/g.citation.html	2018-09-07 15:57:47 UTC (rev 73286)
+++ sandbox/wenzeslaus/g.citation/g.citation.html	2018-09-07 19:03:54 UTC (rev 73287)
@@ -31,10 +31,11 @@
 <ul>
     <li>Don't use the <tt>format=dict</tt> for further processing.
         It is meant for exploration of what information the module
-        acquired.
-    <li>The structure of the JSON output is yet not guaranteed.
+        acquired.</li>
+    <li>The structure of the JSON output is yet not guaranteed.</li>
 </ul>
 
+
 <h2>EXAMPLES</h2>
 
 <div class="code"><pre>
@@ -45,19 +46,21 @@
 g.citation f=pretty-json -a -s | grep '"name": ' | sort | uniq
 </pre></div>
 
+
 <div class="code"><pre>
-g.citation -s format=citeproc vsep="<p>" -a > all.html
+g.citation -s format=citeproc vsep="< p>" -a > all.html
 </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-ld,narcxml</tt>
+        <tt>csl,datacite,dublincore,json-ld,narcxml</tt></li>
     <li>The structure of the JSON output is not guaranteed. It reflects
-        the internal structure (only the empty entries are removed).
-    <li>Version and date in CFF output are incomplete.
+        the internal structure (only the empty entries are removed).</li>
+    <li>Version and date in CFF output are incomplete.</li>
 </ul>
 
 <h2>SEE ALSO</h2>
@@ -68,8 +71,8 @@
 
 <h2>AUTHORS</h2>
 
-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)
+Vaclav Petras, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0001-5566-9236)<br>
+Peter Loewe, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-2257-0517)<br>
 Markus Neteler, <a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a> (ORCID: 0000-0003-1916-1966)
 
 <p><i>Last changed: $Date$</i>



More information about the grass-commit mailing list