[GRASS-SVN] r52377 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 16 00:37:39 PDT 2012
Author: wenzeslaus
Date: 2012-07-16 00:37:38 -0700 (Mon, 16 Jul 2012)
New Revision: 52377
Modified:
grass/trunk/SUBMITTING_DOCS
Log:
removing blink and header HTML tags and adding further notes
Modified: grass/trunk/SUBMITTING_DOCS
===================================================================
--- grass/trunk/SUBMITTING_DOCS 2012-07-16 07:35:39 UTC (rev 52376)
+++ grass/trunk/SUBMITTING_DOCS 2012-07-16 07:37:38 UTC (rev 52377)
@@ -81,12 +81,15 @@
3. Usage of limited HTML tags
Since the MAN conversion of g.html2man is limited, please use
no other HTML tags than:
- <a> <b> <blink> <body> <br> <code> <dd> <dl> <dt> <em>
- <h2> <h3> <h4> <head> <header> <hr> <i> <img> <li> <ol> <p>
+ <a> <b> <body> <br> <code> <dd> <dl> <dt> <em>
+ <h2> <h3> <h4> <head> <hr> <i> <img> <li> <ol> <p>
<pre> <sup> <table> <td> <th> <title> <tr> <ul>
- (The converter is here: tools/g.html2man/)
+ Note that all tags has a closing tag except for <hr/>, <br/> and <p>.
+ Use lower case forms.
+ (The MAN converter is here: tools/g.html2man/.)
+
4. Suggested HTML markup protocol:
Module names (i.e., v.category) should be emphsized with <em>,
and boldface <b> for flags and parameter names. Shell commands,
More information about the grass-commit
mailing list