Browse Source

removing blink and header HTML tags and adding further notes

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52377 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 12 years ago
parent
commit
2e007b5de9
1 changed files with 6 additions and 3 deletions
  1. 6 3
      SUBMITTING_DOCS

+ 6 - 3
SUBMITTING_DOCS

@@ -81,11 +81,14 @@ care of following rules:
 3. Usage of limited HTML tags
 3. Usage of limited HTML tags
    Since the MAN conversion of g.html2man is limited, please use
    Since the MAN conversion of g.html2man is limited, please use
    no other HTML tags than:
    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>
    <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:
 4. Suggested HTML markup protocol:
    Module names (i.e., v.category) should be emphsized with <em>,
    Module names (i.e., v.category) should be emphsized with <em>,