public_html/help/submitstory.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 Story</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>Submit a Story</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>Required</th>
    24     <th>Description</th>
    25 </tr>
    26 <tr>
    27     <td>Username</td>
    28     <td style="text-align:center;">No</td>
    29     <td>If you want credit for the story, make sure you're logged in</td>
    30 </tr>
    31 <tr>
    32     <td>Title</td>
    33     <td style="text-align:center;">Yes</td>
    34     <td>Title for the story you are submitting</td>
    35 </tr>
    36 <tr>
    37     <td>Topic</td>
    38     <td style="text-align:center;">Yes</td>
    39     <td>Topic this story falls under</td>
    40 </tr>
    41 <tr>
    42     <td>Story</td>
    43     <td style="text-align:center;">Yes</td>
    44     <td>This is the story. It can be separated into an introduction and a body
    45         part. You can use HTML</td>
    46 </tr>
    47 <tr>
    48     <td>Post Mode</td>
    49     <td style="text-align:center;">Yes</td>
    50     <td>If this story contains HTML, make sure you select that as the post mode.
    51         If your story contains code examples and HTML examples, select plain
    52         text to ensure that the examples won't be converted</td>
    53 </tr>
    54 </table>
    55 
    56 <div class="footer">
    57     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    58     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    59 </div>
    60 
    61 </body>
    62 </html>