public_html/help/submitevent.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 an Event</title>
     5   <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     6 </head>
     7 
     8 <body>
     9 <h1>Submit an Event</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 event</td>
    28 </tr>
    29 <tr>
    30     <td>Event Type</td>
    31     <td>Select the type of the event from the drop-down list</td>
    32 </tr>
    33 <tr>
    34     <td>Start Date</td>
    35     <td>Date the event begins</td>
    36 </tr>
    37 <tr>
    38     <td>End Date</td>
    39     <td>Date the event ends</td>
    40 </tr>
    41 <tr>
    42     <td>All Day Event</td>
    43     <td>Check this box if the event lasts the entire day. When checked, the
    44         event's End Date will be ignored</td>
    45 </tr>
    46 <tr>
    47     <td>Location</td>
    48     <td>Location where the event is being held, e.g. name of the venue</td>
    49 </tr>
    50 <tr>
    51     <td>Address</td>
    52     <td>Address where the event is being held</td>
    53 </tr>
    54 <tr>
    55     <td>Link</td>
    56     <td>A web link to a page that contains more information about the event</td>
    57 </tr>
    58 <tr>
    59     <td>Description</td>
    60     <td>A short description about the event</td>
    61 </tr>
    62 </table>
    63 
    64 <div class="footer">
    65     <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    66     All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    67 </div>
    68 
    69 </body>
    70 </html>