public_html/help/submitlink.html
author Dirk Haun <dirk@haun-online.de>
Sun, 15 Nov 2009 10:58:30 +0100
branchHEAD
changeset 7473 e6207655d9cc
parent 5455 f9d08a24cb8d
permissions -rw-r--r--
A feeble attempt to update the age-old help texts
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html lang="en">
     3 <head>
     4   <title>Submit a Link</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>Submit a Link</h1>
    10 
    11 <p>When submitting information for use on this site we ask that you follow
    12 the following suggestions ...</p>
    13 
    14 <ul>
    15   <li>Fill in all the fields, they're required</li>
    16   <li>Provide complete and accurate information</li>
    17   <li>Double check those URLs</li>
    18 </ul>
    19 
    20 <table border="1" width="100%">
    21 <tr>
    22     <th style="width:8%">Field</th>
    23     <th>Description</th>
    24 </tr>
    25 <tr>
    26     <td>Title</td>
    27     <td>Name or title of the link</td>
    28 </tr>
    29 <tr>
    30     <td>Link</td>
    31     <td>The URL of the link</td>
    32 </tr>
    33 <tr>
    34     <td>Category</td>
    35     <td>Select the category this link belongs to. Indented categories are
    36         sub-categories</td>
    37 </tr>
    38 <tr>
    39     <td>Description</td>
    40     <td>A short description about the link</td>
    41 </tr>
    42 </table>
    43 
    44 <div class="footer">
    45     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    46     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    47 </div>
    48 
    49 </body>
    50 </html>