A feeble attempt to update the age-old help texts HEAD
authorDirk Haun <dirk@haun-online.de>
Sun Nov 15 10:58:30 2009 +0100 (2 months ago)
branchHEAD
changeset 7473e6207655d9cc
parent 747241371043edf2
child 7474d560b8c577b6
A feeble attempt to update the age-old help texts
public_html/admin/moderation.php
public_html/docs/history
public_html/help/advancedsearch.html
public_html/help/cccommentsubmission.html
public_html/help/ccdraftsubmission.html
public_html/help/cceventsubmission.html
public_html/help/cclinksubmission.html
public_html/help/ccstorysubmission.html
public_html/help/ccusersubmission.html
public_html/help/index.html
public_html/help/submitevent.html
public_html/help/submitlink.html
public_html/help/submitstory.html
     1.1 --- a/public_html/admin/moderation.php	Sat Nov 14 23:09:35 2009 +0100
     1.2 +++ b/public_html/admin/moderation.php	Sun Nov 15 10:58:30 2009 +0100
     1.3 @@ -189,7 +189,7 @@
     1.4      if ($_CONF['sort_admin']) {
     1.5          uksort ($items, 'strcasecmp');
     1.6      }
     1.7 -     // logout is always the last entry
     1.8 +    // logout is always the last entry
     1.9      $item = render_cc_item ($admin_templates,
    1.10                      $_CONF['site_url'] . '/users.php?mode=logout',
    1.11                      $_CONF['layout_url'] . '/images/icons/logout.' . $_IMAGE_TYPE,
    1.12 @@ -262,7 +262,7 @@
    1.13  {
    1.14      global $_CONF, $_TABLES, $LANG29, $LANG_ADMIN;
    1.15  
    1.16 -    require_once( $_CONF['path_system'] . 'lib-admin.php' );
    1.17 +    require_once $_CONF['path_system'] . 'lib-admin.php';
    1.18  
    1.19      $retval = '';
    1.20      $isplugin = false;
    1.21 @@ -282,7 +282,7 @@
    1.22                  $isplugin = true;
    1.23              }
    1.24          }
    1.25 -    } elseif ( $type == 'story') { // story submission
    1.26 +    } elseif ($type == 'story') { // story submission
    1.27          $sql = "SELECT sid AS id,title,date,tid FROM {$_TABLES['storysubmission']}" . COM_getTopicSQL ('WHERE') . " ORDER BY date ASC";
    1.28          $H =  array($LANG29[10], $LANG29[14], $LANG29[15]);
    1.29          $section_title = $LANG29[35];
    1.30 @@ -293,7 +293,7 @@
    1.31                . "ORDER BY cid ASC";
    1.32          $H = array($LANG29[10], $LANG29[36], $LANG29[14]);
    1.33          $section_title = $LANG29[41];
    1.34 -        $section_help = 'ccstorysubmission.html'; // FIXME
    1.35 +        $section_help = 'cccommentsubmission.html';
    1.36      }
    1.37  
    1.38      // run SQL but this time ignore any errors
    1.39 @@ -381,7 +381,7 @@
    1.40  {
    1.41      global $_CONF, $_TABLES, $LANG29, $LANG_ADMIN;
    1.42  
    1.43 -    require_once ($_CONF['path_system'] . 'lib-admin.php');
    1.44 +    require_once $_CONF['path_system'] . 'lib-admin.php';
    1.45  
    1.46      $retval = '';
    1.47      $sql = "SELECT uid as id,username,fullname,email FROM {$_TABLES['users']} WHERE status = 2";
    1.48 @@ -407,7 +407,7 @@
    1.49  
    1.50      $text_arr = array('has_menu'  => false,
    1.51                        'title'     => $LANG29[40],
    1.52 -                      'help_url'  => '',
    1.53 +                      'help_url'  => 'ccusersubmission.html',
    1.54                        'no_data'   => $LANG29[39],
    1.55                        'form_url'  => "{$_CONF['site_admin_url']}/moderation.php"
    1.56      );
    1.57 @@ -447,7 +447,7 @@
    1.58  {
    1.59      global $_CONF, $_TABLES, $LANG24, $LANG29, $LANG_ADMIN;
    1.60  
    1.61 -    require_once( $_CONF['path_system'] . 'lib-admin.php' );
    1.62 +    require_once $_CONF['path_system'] . 'lib-admin.php';
    1.63  
    1.64      $retval = '';
    1.65  
    1.66 @@ -475,7 +475,7 @@
    1.67  
    1.68      $text_arr = array('has_menu'  => false,
    1.69                        'title'     => $LANG29[35] . ' (' . $LANG24[34] . ')',
    1.70 -                      'help_url'  => '',
    1.71 +                      'help_url'  => 'ccdraftsubmission.html',
    1.72                        'no_data'   => $LANG29[39],
    1.73                        'form_url'  => "{$_CONF['site_admin_url']}/moderation.php");
    1.74  
     2.1 --- a/public_html/docs/history	Sat Nov 14 23:09:35 2009 +0100
     2.2 +++ b/public_html/docs/history	Sun Nov 15 10:58:30 2009 +0100
     2.3 @@ -3,6 +3,8 @@
     2.4  Nov ??, 2009 (1.6.1)
     2.5  ------------
     2.6  Changes since 1.6.1rc1:
     2.7 +- Updated the age-old help texts and added help files for comment and user
     2.8 +  submissions as well as the draft stories list [Dirk]
     2.9  - The success message at the end of the install recommended setting
    2.10    db-config.php and siteconfig.php to 755. These files don't need to be
    2.11    executable, so recommend 644 instead (bug #0001036) [Dirk]
     3.1 --- a/public_html/help/advancedsearch.html	Sat Nov 14 23:09:35 2009 +0100
     3.2 +++ b/public_html/help/advancedsearch.html	Sun Nov 15 10:58:30 2009 +0100
     3.3 @@ -1,89 +1,72 @@
     3.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     3.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     3.6  <html lang="en">
     3.7  <head>
     3.8    <title>Advanced Search</title>
     3.9 -  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    3.10 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
    3.11  </head>
    3.12  
    3.13  <body>
    3.14  <h1>Advanced Search</h1>
    3.15  
    3.16 -<p>Advanced search will allow you to query the entire database of stories
    3.17 -and comments to find what your looking for.&nbsp; When conducting a query,
    3.18 -at least one field must be selected. The query fields are:</p>
    3.19 +<p>Advanced search will allow you to query the entire database of stories and
    3.20 +comments to find what your looking for. When conducting a query, at least one
    3.21 +field must be selected. The query fields are:</p>
    3.22  
    3.23  <table border="1" width="100%">
    3.24 -<tr bgcolor="#000000">
    3.25 -<td><font color="#FFFFFF">Field</font></td>
    3.26 -
    3.27 -<td>
    3.28 -<center><font color="#FFFFFF">Required</font></center>
    3.29 -</td>
    3.30 -
    3.31 -<td><font color="#FFFFFF">Description</font></td>
    3.32 +<tr>
    3.33 +    <th style="width:8%">Field</th>
    3.34 +    <th>Required</th>
    3.35 +    <th>Description</th>
    3.36  </tr>
    3.37  
    3.38  <tr>
    3.39 -<td>Key Words</td>
    3.40 -
    3.41 -<td>
    3.42 -<center>No</center>
    3.43 -</td>
    3.44 -
    3.45 -<td>These are the key words you wish to search for, an example would be
    3.46 -"Free" or "Fun" (without the quotes)<br>
    3.47 -From the drop-down menu, you can select if search results should contain the
    3.48 -exact phrase (exactly as you entered it), all of the words, or any of the words.</td>
    3.49 +    <td>Key Words</td>
    3.50 +    <td style="text-align:center;">No</td>
    3.51 +    <td>These are the key words you wish to search for, an example would be
    3.52 +        "Free" or "Fun" (without the quotes).<br>
    3.53 +        From the drop-down menu, you can select if search results should contain        the exact phrase (exactly as you entered it), all of the words, or any
    3.54 +        of the words.</td>
    3.55  </tr>
    3.56 -
    3.57  <tr>
    3.58 -<td>Date</td>
    3.59 -
    3.60 -<td>
    3.61 -<center>No</center>
    3.62 -</td>
    3.63 -
    3.64 -<td>Date range to search on.&nbsp; Enter the start date and end date for
    3.65 -your search</td>
    3.66 +    <td>Titles Only</td>
    3.67 +    <td style="text-align:center;">No</td>
    3.68 +    <td>Check this box if you only want to search item titles</td>
    3.69  </tr>
    3.70 -
    3.71  <tr>
    3.72 -<td>Topic</td>
    3.73 -
    3.74 -<td>
    3.75 -<center>No</center>
    3.76 -</td>
    3.77 -
    3.78 -<td>Select the topic you wish to search on from the drop down list</td>
    3.79 +    <td>Date</td>
    3.80 +    <td style="text-align:center;">No</td>
    3.81 +    <td>Date range to search on. Enter the start date and end date for your
    3.82 +        search</td>
    3.83  </tr>
    3.84 -
    3.85  <tr>
    3.86 -<td>Type</td>
    3.87 -
    3.88 -<td>
    3.89 -<center>No</center>
    3.90 -</td>
    3.91 -
    3.92 -<td>Select the type of the search.&nbsp; Your options are "All", which searches
    3.93 -through all the searchable content of the site, or you can restrict your
    3.94 -search to only one of "Stories", "Comments" as well as one
    3.95 -of the installed plugins (e.g. "Static Pages").</td>
    3.96 +    <td>Topic</td>
    3.97 +    <td style="text-align:center;">No</td>
    3.98 +    <td>Select the topic you wish to search on from the drop-down list</td>
    3.99  </tr>
   3.100 -
   3.101  <tr>
   3.102 -<td>Author</td>
   3.103 -
   3.104 -<td>
   3.105 -<center>No</center>
   3.106 -</td>
   3.107 -
   3.108 -<td>Select the author you wish to search on</td>
   3.109 +    <td>Type</td>
   3.110 +    <td style="text-align:center;">No</td>
   3.111 +    <td>Select the type of the search. Your options are "All", which searches
   3.112 +        through all the searchable content of the site, or you can restrict your
   3.113 +        search to only one of "Stories", "Comments" as well as one
   3.114 +        of the installed plugins (e.g. "Static Pages").</td>
   3.115 +</tr>
   3.116 +<tr>
   3.117 +    <td>Authors</td>
   3.118 +    <td style="text-align:center;">No</td>
   3.119 +    <td>Select the author you wish to search on</td>
   3.120 +</tr>
   3.121 +<tr>
   3.122 +    <td>Results</td>
   3.123 +    <td style="text-align:center;">No</td>
   3.124 +    <td>Select the number of search results you want to see per page</td>
   3.125  </tr>
   3.126  </table>
   3.127  
   3.128 -<p><hr width="100%">
   3.129 +<div class="footer">
   3.130 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
   3.131 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
   3.132 +</div>
   3.133  
   3.134 -<p>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
   3.135 -<br>Last Updated: August 2, 2003
   3.136  </body>
   3.137  </html>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/public_html/help/cccommentsubmission.html	Sun Nov 15 10:58:30 2009 +0100
     4.3 @@ -0,0 +1,62 @@
     4.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     4.5 +<html lang="en">
     4.6 +<head>
     4.7 +  <title>Comment Submissions</title>
     4.8 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     4.9 +</head>
    4.10 +
    4.11 +<body>
    4.12 +<h1>Comment Submissions</h1>
    4.13 +
    4.14 +<p>This is the command and control quick moderation area for comments. In this
    4.15 +area you can edit, delete or approve comments. Select any combination of deletes
    4.16 +or approves and click the submit button.</p>
    4.17 +
    4.18 +<table border="1" width="100%">
    4.19 +<tr>
    4.20 +    <th style="width:8%">Field</th>
    4.21 +    <th>Description</th>
    4.22 +</tr>
    4.23 +<tr>
    4.24 +    <td>Edit</td>
    4.25 +    <td>Click this to edit the comment. Note that saving an edited comment
    4.26 +        submission will approve it</td>
    4.27 +</tr>
    4.28 +<tr>
    4.29 +    <td>Title</td>
    4.30 +    <td>Title of the comment</td>
    4.31 +</tr>
    4.32 +<tr>
    4.33 +    <td>Parent or Comment</td>
    4.34 +    <td>Depending on the type of comment, this will either contain the comment's
    4.35 +        text or a link to the parent object for which the comment was
    4.36 +        submitted</td>
    4.37 +</tr>
    4.38 +<tr>
    4.39 +    <td>Date</td>
    4.40 +    <td>Date the comment was submitted</td>
    4.41 +</tr>
    4.42 +<tr>
    4.43 +    <td>Delete / Approve</td>
    4.44 +    <td>Radio buttons to select for delete or approval of the story
    4.45 +        submission</td>
    4.46 +</tr>
    4.47 +<tr>
    4.48 +    <td>User Name</td>
    4.49 +    <td>Name of the user who submitted the comment. For registered users, this
    4.50 +        will contain a link to their profile page
    4.51 +</tr>
    4.52 +<tr>
    4.53 +    <td>Auto-publish Comments?</td>
    4.54 +    <td>Check this box to allow any further comments by this user to be
    4.55 +        published without moderation. Only available for registered users</td>
    4.56 +</tr>
    4.57 +</table>
    4.58 +
    4.59 +<div class="footer">
    4.60 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    4.61 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    4.62 +</div>
    4.63 +
    4.64 +</body>
    4.65 +</html>
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/public_html/help/ccdraftsubmission.html	Sun Nov 15 10:58:30 2009 +0100
     5.3 @@ -0,0 +1,48 @@
     5.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     5.5 +<html lang="en">
     5.6 +<head>
     5.7 +  <title>Draft Story Submissions</title>
     5.8 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     5.9 +</head>
    5.10 +
    5.11 +<body>
    5.12 +<h1>Draft Story Submissions</h1>
    5.13 +
    5.14 +<p>This is the command and control quick moderation area for stories that are
    5.15 +marked as drafts. In this area you can edit, delete or approve draft stories.
    5.16 +Select any combination of deletes or approves and click the submit button.</p>
    5.17 +
    5.18 +<table border="1" width="100%">
    5.19 +<tr>
    5.20 +    <th style="width:8%">Field</th>
    5.21 +    <th>Description</th>
    5.22 +</tr>
    5.23 +<tr>
    5.24 +    <td>Edit</td>
    5.25 +    <td>Click this to edit the story</td>
    5.26 +</tr>
    5.27 +<tr>
    5.28 +    <td>Title</td>
    5.29 +    <td>Title of the story</td>
    5.30 +</tr>
    5.31 +<tr>
    5.32 +    <td>Date</td>
    5.33 +    <td>Date the story was submitted</td>
    5.34 +</tr>
    5.35 +<tr>
    5.36 +    <td>Topic</td>
    5.37 +    <td>Topic the story was submitted to</td>
    5.38 +</tr>
    5.39 +<tr>
    5.40 +    <td>Delete / Approve</td>
    5.41 +    <td>Radio buttons to select for delete or approval of the draft story</td>
    5.42 +</tr>
    5.43 +</table>
    5.44 +
    5.45 +<div class="footer">
    5.46 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    5.47 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    5.48 +</div>
    5.49 +
    5.50 +</body>
    5.51 +</html>
     6.1 --- a/public_html/help/cceventsubmission.html	Sat Nov 14 23:09:35 2009 +0100
     6.2 +++ b/public_html/help/cceventsubmission.html	Sun Nov 15 10:58:30 2009 +0100
     6.3 @@ -1,59 +1,49 @@
     6.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     6.5 -<html>
     6.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     6.7 +<html lang="en">
     6.8  <head>
     6.9 -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    6.10 -   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
    6.11 -   <title>Event Submissions</title>
    6.12 +  <title>Calendar Submissions</title>
    6.13 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
    6.14  </head>
    6.15 +
    6.16  <body>
    6.17 +<h1>Calendar Submissions</h1>
    6.18  
    6.19 -<h1>
    6.20 -Event Submissions</h1>
    6.21 -This is the command and control quick moderation area for events.&nbsp;
    6.22 -In this area you can edit, delete or approve events.&nbsp; Select any combinitation
    6.23 -of deletes or approves and click the submit button.
    6.24 -<br>&nbsp;
    6.25 -<table BORDER WIDTH="100%" >
    6.26 -<tr BGCOLOR="#000000">
    6.27 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
    6.28 +<p>This is the command and control quick moderation area for events. In this
    6.29 +area you can edit, delete or approve events. Select any combination of
    6.30 +deletes or approves and click the submit button.</p>
    6.31  
    6.32 -<td><font color="#FFFFFF">Description</font></td>
    6.33 +<table border="1" width="100%">
    6.34 +<tr>
    6.35 +    <th style="width:8%">Field</th>
    6.36 +    <th>Description</th>
    6.37  </tr>
    6.38 -
    6.39  <tr>
    6.40 -<td>edit</td>
    6.41 -
    6.42 -<td>Click this to edit the event</td>
    6.43 +    <td>Edit</td>
    6.44 +    <td>Click this to edit the event. Note that saving an edited event
    6.45 +        submission will approve it</td>
    6.46  </tr>
    6.47 -
    6.48  <tr>
    6.49 -<td>Title&nbsp;</td>
    6.50 -
    6.51 -<td>Title of the event</td>
    6.52 +    <td>Title</td>
    6.53 +    <td>Title of the event</td>
    6.54  </tr>
    6.55 -
    6.56  <tr>
    6.57 -<td>Start</td>
    6.58 -
    6.59 -<td>Start date of the event</td>
    6.60 +    <td>Start</td>
    6.61 +    <td>Start date of the event</td>
    6.62  </tr>
    6.63 -
    6.64  <tr>
    6.65 -<td>URL</td>
    6.66 -
    6.67 -<td>URL for the event</td>
    6.68 +    <td>URL</td>
    6.69 +    <td>URL for the event</td>
    6.70  </tr>
    6.71 -
    6.72  <tr>
    6.73 -<td>Delete/Approve</td>
    6.74 -
    6.75 -<td>Radio buttons to select for delete or apprval of the event</td>
    6.76 +    <td>Delete / Approve</td>
    6.77 +    <td>Radio buttons to select for delete or approval of the event</td>
    6.78  </tr>
    6.79  </table>
    6.80  
    6.81 -<p>
    6.82 -<hr WIDTH="100%">
    6.83 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
    6.84 -<br>Last Updated: September 18, 2000
    6.85 +<div class="footer">
    6.86 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    6.87 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    6.88 +</div>
    6.89 +
    6.90  </body>
    6.91  </html>
     7.1 --- a/public_html/help/cclinksubmission.html	Sat Nov 14 23:09:35 2009 +0100
     7.2 +++ b/public_html/help/cclinksubmission.html	Sun Nov 15 10:58:30 2009 +0100
     7.3 @@ -1,59 +1,49 @@
     7.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     7.5 -<html>
     7.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     7.7 +<html lang="en">
     7.8  <head>
     7.9 -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    7.10 -   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
    7.11 -   <title>Link Submissions</title>
    7.12 +  <title>Link Submissions</title>
    7.13 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
    7.14  </head>
    7.15 +
    7.16  <body>
    7.17 +<h1>Link Submissions</h1>
    7.18  
    7.19 -<h1>
    7.20 -Link Submissions</h1>
    7.21 -This is the command and control quick moderation area for link.&nbsp; In
    7.22 -this area you can edit, delete or approve links.&nbsp; Select any combinitation
    7.23 -of deletes or approves and click the submit button.
    7.24 -<br>&nbsp;
    7.25 -<table BORDER WIDTH="100%" >
    7.26 -<tr BGCOLOR="#000000">
    7.27 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
    7.28 +<p>This is the command and control quick moderation area for links. In this
    7.29 +area you can edit, delete or approve links. Select any combination of deletes
    7.30 +or approves and click the submit button.</p>
    7.31  
    7.32 -<td><font color="#FFFFFF">Description</font></td>
    7.33 +<table border="1" width="100%">
    7.34 +<tr>
    7.35 +    <th style="width:8%">Field</th>
    7.36 +    <th>Description</th>
    7.37  </tr>
    7.38 -
    7.39  <tr>
    7.40 -<td>edit</td>
    7.41 -
    7.42 -<td>Click this to edit the link</td>
    7.43 +    <td>Edit</td>
    7.44 +    <td>Click this to edit the link. Note that saving an edited link
    7.45 +        submission will approve it</td>
    7.46  </tr>
    7.47 -
    7.48  <tr>
    7.49 -<td>Title&nbsp;</td>
    7.50 -
    7.51 -<td>Title of the link</td>
    7.52 +    <td>Title</td>
    7.53 +    <td>Title of the link</td>
    7.54  </tr>
    7.55 -
    7.56  <tr>
    7.57 -<td>Catagory</td>
    7.58 -
    7.59 -<td>Catagory the link was submitted to</td>
    7.60 +    <td>Category</td>
    7.61 +    <td>Category the link was submitted to</td>
    7.62  </tr>
    7.63 -
    7.64  <tr>
    7.65 -<td>URL</td>
    7.66 -
    7.67 -<td>URL for the link</td>
    7.68 +    <td>URL</td>
    7.69 +    <td>URL for the link</td>
    7.70  </tr>
    7.71 -
    7.72  <tr>
    7.73 -<td>Delete/Approve</td>
    7.74 -
    7.75 -<td>Radio buttons to select for delete or apprval of the link</td>
    7.76 +    <td>Delete / Approve</td>
    7.77 +    <td>Radio buttons to select for delete or approval of the link</td>
    7.78  </tr>
    7.79  </table>
    7.80  
    7.81 -<p>
    7.82 -<hr WIDTH="100%">
    7.83 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
    7.84 -<br>Last Updated: September 18, 2000
    7.85 +<div class="footer">
    7.86 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    7.87 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    7.88 +</div>
    7.89 +
    7.90  </body>
    7.91  </html>
     8.1 --- a/public_html/help/ccstorysubmission.html	Sat Nov 14 23:09:35 2009 +0100
     8.2 +++ b/public_html/help/ccstorysubmission.html	Sun Nov 15 10:58:30 2009 +0100
     8.3 @@ -1,59 +1,51 @@
     8.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     8.5 -<html>
     8.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     8.7 +<html lang="en">
     8.8  <head>
     8.9 -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    8.10 -   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
    8.11 -   <title>Story Submissions</title>
    8.12 +  <title>Story Submissions</title>
    8.13 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
    8.14  </head>
    8.15 +
    8.16  <body>
    8.17 +<h1>Story Submissions</h1>
    8.18  
    8.19 -<h1>
    8.20 -Story Submissions</h1>
    8.21 -This is the command and control quick moderation area for story submissions.&nbsp;
    8.22 -In this area you can edit (approve) and delete story submissions.&nbsp;
    8.23 -Select any deletes and click the submit button.
    8.24 -<br>&nbsp;
    8.25 -<table BORDER WIDTH="100%" >
    8.26 -<tr BGCOLOR="#000000">
    8.27 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
    8.28 +<p>This is the command and control quick moderation area for story submissions.
    8.29 +In this area you can edit, delete or approve story submissions. Select any
    8.30 +combination of deletes or approves and click the submit button.</p>
    8.31  
    8.32 -<td><font color="#FFFFFF">Description</font></td>
    8.33 +<table border="1" width="100%">
    8.34 +<tr>
    8.35 +    <th style="width:8%">Field</th>
    8.36 +    <th>Description</th>
    8.37  </tr>
    8.38 -
    8.39  <tr>
    8.40 -<td>edit</td>
    8.41 -
    8.42 -<td>Click this to edit the story, you must edit to approve a story</td>
    8.43 +    <td>Edit</td>
    8.44 +    <td>Click this to edit the story. Note that saving an edited story
    8.45 +        submission will approve it unless you save it with the draft flag
    8.46 +        set</td>
    8.47  </tr>
    8.48 -
    8.49  <tr>
    8.50 -<td>Title&nbsp;</td>
    8.51 -
    8.52 -<td>Title of the story</td>
    8.53 +    <td>Title</td>
    8.54 +    <td>Title of the story</td>
    8.55  </tr>
    8.56 -
    8.57  <tr>
    8.58 -<td>Date</td>
    8.59 -
    8.60 -<td>Date the story was submitted</td>
    8.61 +    <td>Date</td>
    8.62 +    <td>Date the story was submitted</td>
    8.63  </tr>
    8.64 -
    8.65  <tr>
    8.66 -<td>Topic</td>
    8.67 -
    8.68 -<td>Topic the story was submitted to</td>
    8.69 +    <td>Topic</td>
    8.70 +    <td>Topic the story was submitted to</td>
    8.71  </tr>
    8.72 -
    8.73  <tr>
    8.74 -<td>Delete</td>
    8.75 -
    8.76 -<td>Radio button to select for deleting a story submission</td>
    8.77 +    <td>Delete / Approve</td>
    8.78 +    <td>Radio buttons to select for delete or approval of the story
    8.79 +        submission</td>
    8.80  </tr>
    8.81  </table>
    8.82  
    8.83 -<p>
    8.84 -<hr WIDTH="100%">
    8.85 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
    8.86 -<br>Last Updated: September 18, 2000
    8.87 +<div class="footer">
    8.88 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    8.89 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    8.90 +</div>
    8.91 +
    8.92  </body>
    8.93  </html>
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/public_html/help/ccusersubmission.html	Sun Nov 15 10:58:30 2009 +0100
     9.3 @@ -0,0 +1,51 @@
     9.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     9.5 +<html lang="en">
     9.6 +<head>
     9.7 +  <title>User Submissions</title>
     9.8 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
     9.9 +</head>
    9.10 +
    9.11 +<body>
    9.12 +<h1>User Submissions</h1>
    9.13 +
    9.14 +<p>This is the command and control quick moderation area for new user
    9.15 +registrations.  In this area you can edit, delete or approve registration
    9.16 +requests from new users. Select any combination of deletes or approves and
    9.17 +click the submit button.</p>
    9.18 +
    9.19 +<table border="1" width="100%">
    9.20 +<tr>
    9.21 +    <th style="width:8%">Field</th>
    9.22 +    <th>Description</th>
    9.23 +</tr>
    9.24 +<tr>
    9.25 +    <td>Edit</td>
    9.26 +    <td>Click this to edit the user</td>
    9.27 +</tr>
    9.28 +<tr>
    9.29 +    <td>User name</td>
    9.30 +    <td>The (short) name that the user chose for their account</td>
    9.31 +</tr>
    9.32 +<tr>
    9.33 +    <td>Full name</td>
    9.34 +    <td>The user's full name. Note that this information will not usually be
    9.35 +        available unless your site is using a custom registration form that
    9.36 +        asks for the full name on signup</td>
    9.37 +</tr>
    9.38 +<tr>
    9.39 +    <td>Email</td>
    9.40 +    <td>The user's email address</td>
    9.41 +</tr>
    9.42 +<tr>
    9.43 +    <td>Delete / Approve</td>
    9.44 +    <td>Radio buttons to select for delete or approval of the user</td>
    9.45 +</tr>
    9.46 +</table>
    9.47 +
    9.48 +<div class="footer">
    9.49 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
    9.50 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
    9.51 +</div>
    9.52 +
    9.53 +</body>
    9.54 +</html>
    10.1 --- a/public_html/help/submitevent.html	Sat Nov 14 23:09:35 2009 +0100
    10.2 +++ b/public_html/help/submitevent.html	Sun Nov 15 10:58:30 2009 +0100
    10.3 @@ -1,74 +1,70 @@
    10.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    10.5 -<html>
    10.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    10.7 +<html lang="en">
    10.8  <head>
    10.9 -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   10.10 -   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
   10.11 -   <title>Submit a Event</title>
   10.12 +  <title>Submit an Event</title>
   10.13 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
   10.14  </head>
   10.15 +
   10.16  <body>
   10.17 +<h1>Submit an Event</h1>
   10.18  
   10.19 -<h1>
   10.20 -Submit a Event</h1>
   10.21 -When submitting information for use on this site we ask that you follow
   10.22 -the following suggestions...
   10.23 +<p>When submitting information for use on this site we ask that you follow
   10.24 +the following suggestions ...</p>
   10.25 +
   10.26  <ul>
   10.27 -<li>
   10.28 -Fill in all the fields, they're required</li>
   10.29 -
   10.30 -<li>
   10.31 -Provide complete and accurate information</li>
   10.32 -
   10.33 -<li>
   10.34 -Double check those URLs</li>
   10.35 +  <li>Fill in all the fields, they're required</li>
   10.36 +  <li>Provide complete and accurate information</li>
   10.37 +  <li>Double check those URLs</li>
   10.38  </ul>
   10.39  
   10.40 -<table BORDER WIDTH="100%" >
   10.41 -<tr BGCOLOR="#000000">
   10.42 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
   10.43 -
   10.44 -<td><font color="#FFFFFF">Description</font></td>
   10.45 +<table border="1" width="100%">
   10.46 +<tr>
   10.47 +    <th style="width:8%">Field</th>
   10.48 +    <th>Description</th>
   10.49  </tr>
   10.50 -
   10.51  <tr>
   10.52 -<td>Title</td>
   10.53 -
   10.54 -<td>Name or title of the event</td>
   10.55 +    <td>Title</td>
   10.56 +    <td>Name or title of the event</td>
   10.57  </tr>
   10.58 -
   10.59  <tr>
   10.60 -<td>Link</td>
   10.61 -
   10.62 -<td>A web link to a page that contains more information about the event</td>
   10.63 +    <td>Event Type</td>
   10.64 +    <td>Select the type of the event from the drop-down list</td>
   10.65  </tr>
   10.66 -
   10.67  <tr>
   10.68 -<td>Start Date&nbsp;</td>
   10.69 -
   10.70 -<td>Date the event begins</td>
   10.71 +    <td>Start Date</td>
   10.72 +    <td>Date the event begins</td>
   10.73  </tr>
   10.74 -
   10.75  <tr>
   10.76 -<td>End Date</td>
   10.77 -
   10.78 -<td>Date the event ends</td>
   10.79 +    <td>End Date</td>
   10.80 +    <td>Date the event ends</td>
   10.81  </tr>
   10.82 -
   10.83  <tr>
   10.84 -<td>Location</td>
   10.85 -
   10.86 -<td>Location where the event is being held</td>
   10.87 +    <td>All Day Event</td>
   10.88 +    <td>Check this box if the event lasts the entire day. When checked, the
   10.89 +        event's End Date will be ignored</td>
   10.90  </tr>
   10.91 -
   10.92  <tr>
   10.93 -<td>Description</td>
   10.94 -
   10.95 -<td>A short description about the event</td>
   10.96 +    <td>Location</td>
   10.97 +    <td>Location where the event is being held, e.g. name of the venue</td>
   10.98 +</tr>
   10.99 +<tr>
  10.100 +    <td>Address</td>
  10.101 +    <td>Address where the event is being held</td>
  10.102 +</tr>
  10.103 +<tr>
  10.104 +    <td>Link</td>
  10.105 +    <td>A web link to a page that contains more information about the event</td>
  10.106 +</tr>
  10.107 +<tr>
  10.108 +    <td>Description</td>
  10.109 +    <td>A short description about the event</td>
  10.110  </tr>
  10.111  </table>
  10.112  
  10.113 -<p>
  10.114 -<hr WIDTH="100%">
  10.115 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
  10.116 -<br>Last Updated: September 18, 2000
  10.117 +<div class="footer">
  10.118 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
  10.119 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
  10.120 +</div>
  10.121 +
  10.122  </body>
  10.123  </html>
    11.1 --- a/public_html/help/submitlink.html	Sat Nov 14 23:09:35 2009 +0100
    11.2 +++ b/public_html/help/submitlink.html	Sun Nov 15 10:58:30 2009 +0100
    11.3 @@ -1,63 +1,50 @@
    11.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    11.5 -<html>
    11.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    11.7 +<html lang="en">
    11.8  <head>
    11.9 -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   11.10 -   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
   11.11 -   <title>Submit A Link</title>
   11.12 +  <title>Submit a Link</title>
   11.13 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
   11.14  </head>
   11.15 +
   11.16  <body>
   11.17 +<h1>Submit a Link</h1>
   11.18  
   11.19 -<h1>
   11.20 -Submit A Link</h1>
   11.21 -When submitting information for use on this site we ask that you follow
   11.22 -the following suggestions...
   11.23 +<p>When submitting information for use on this site we ask that you follow
   11.24 +the following suggestions ...</p>
   11.25 +
   11.26  <ul>
   11.27 -<li>
   11.28 -Fill in all the fields, they're required</li>
   11.29 -
   11.30 -<li>
   11.31 -Provide complete and accurate information</li>
   11.32 -
   11.33 -<li>
   11.34 -Double check those URLs</li>
   11.35 +  <li>Fill in all the fields, they're required</li>
   11.36 +  <li>Provide complete and accurate information</li>
   11.37 +  <li>Double check those URLs</li>
   11.38  </ul>
   11.39  
   11.40 -<table BORDER WIDTH="100%" >
   11.41 -<tr BGCOLOR="#000000">
   11.42 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
   11.43 -
   11.44 -<td><font color="#FFFFFF">Description</font></td>
   11.45 +<table border="1" width="100%">
   11.46 +<tr>
   11.47 +    <th style="width:8%">Field</th>
   11.48 +    <th>Description</th>
   11.49  </tr>
   11.50 -
   11.51  <tr>
   11.52 -<td>Title</td>
   11.53 -
   11.54 -<td>Name or title of the link</td>
   11.55 +    <td>Title</td>
   11.56 +    <td>Name or title of the link</td>
   11.57  </tr>
   11.58 -
   11.59  <tr>
   11.60 -<td>Link</td>
   11.61 -
   11.62 -<td>The URL of the link</td>
   11.63 +    <td>Link</td>
   11.64 +    <td>The URL of the link</td>
   11.65  </tr>
   11.66 -
   11.67  <tr>
   11.68 -<td>Category</td>
   11.69 -
   11.70 -<td>Select the category this link belongs to.&nbsp; Select other to create
   11.71 -a new category</td>
   11.72 +    <td>Category</td>
   11.73 +    <td>Select the category this link belongs to. Indented categories are
   11.74 +        sub-categories</td>
   11.75  </tr>
   11.76 -
   11.77  <tr>
   11.78 -<td>Description</td>
   11.79 -
   11.80 -<td>A short description about the link</td>
   11.81 +    <td>Description</td>
   11.82 +    <td>A short description about the link</td>
   11.83  </tr>
   11.84  </table>
   11.85  
   11.86 -<p>
   11.87 -<hr WIDTH="100%">
   11.88 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
   11.89 -<br>Last Updated: September 18, 2000
   11.90 +<div class="footer">
   11.91 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
   11.92 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
   11.93 +</div>
   11.94 +
   11.95  </body>
   11.96  </html>
    12.1 --- a/public_html/help/submitstory.html	Sat Nov 14 23:09:35 2009 +0100
    12.2 +++ b/public_html/help/submitstory.html	Sun Nov 15 10:58:30 2009 +0100
    12.3 @@ -1,92 +1,62 @@
    12.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    12.5 -<html>
    12.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    12.7 +<html lang="en">
    12.8  <head>
    12.9 -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   12.10 -   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win95; U) [Netscape]">
   12.11 -   <title>Submit a Story</title>
   12.12 +  <title>Submit a Story</title>
   12.13 +  <link rel="stylesheet" type="text/css" href="../docs/docstyle.css" title="Dev Stylesheet">
   12.14  </head>
   12.15 +
   12.16  <body>
   12.17 +<h1>Submit a Story</h1>
   12.18  
   12.19 -<h1>
   12.20 -Submit a Story</h1>
   12.21 -When submitting information for use on this site we ask that you follow
   12.22 -the following suggestions...
   12.23 +<p>When submitting information for use on this site we ask that you follow
   12.24 +the following suggestions ...</p>
   12.25 +
   12.26  <ul>
   12.27 -<li>
   12.28 -Fill in all the fields, they're required</li>
   12.29 -
   12.30 -<li>
   12.31 -Provide complete and accurate information</li>
   12.32 -
   12.33 -<li>
   12.34 -Double check those URLs</li>
   12.35 +  <li>Fill in all the fields, they're required</li>
   12.36 +  <li>Provide complete and accurate information</li>
   12.37 +  <li>Double check those URLs</li>
   12.38  </ul>
   12.39  
   12.40 -<table BORDER WIDTH="100%" >
   12.41 -<tr BGCOLOR="#000000">
   12.42 -<td><font color="#FFFFFF">Field&nbsp;</font></td>
   12.43 -
   12.44 -<td>
   12.45 -<center><font color="#FFFFFF">Required</font></center>
   12.46 -</td>
   12.47 -
   12.48 -<td><font color="#FFFFFF">Description</font></td>
   12.49 +<table border="1" width="100%">
   12.50 +<tr>
   12.51 +    <th style="width:8%">Field</th>
   12.52 +    <th>Required</th>
   12.53 +    <th>Description</th>
   12.54  </tr>
   12.55 -
   12.56  <tr>
   12.57 -<td>Username</td>
   12.58 -
   12.59 -<td>
   12.60 -<center>No</center>
   12.61 -</td>
   12.62 -
   12.63 -<td>If you want credit for the story, make sure you're logged in</td>
   12.64 +    <td>Username</td>
   12.65 +    <td style="text-align:center;">No</td>
   12.66 +    <td>If you want credit for the story, make sure you're logged in</td>
   12.67  </tr>
   12.68 -
   12.69  <tr>
   12.70 -<td>Title</td>
   12.71 -
   12.72 -<td ALIGN=CENTER>Yes</td>
   12.73 -
   12.74 -<td>Title for the story you are submitting</td>
   12.75 +    <td>Title</td>
   12.76 +    <td style="text-align:center;">Yes</td>
   12.77 +    <td>Title for the story you are submitting</td>
   12.78  </tr>
   12.79 -
   12.80  <tr>
   12.81 -<td>Topic&nbsp;</td>
   12.82 -
   12.83 -<td>
   12.84 -<center>Yes</center>
   12.85 -</td>
   12.86 -
   12.87 -<td>Topic this story falls under</td>
   12.88 +    <td>Topic</td>
   12.89 +    <td style="text-align:center;">Yes</td>
   12.90 +    <td>Topic this story falls under</td>
   12.91  </tr>
   12.92 -
   12.93  <tr>
   12.94 -<td>Story</td>
   12.95 -
   12.96 -<td>
   12.97 -<center>Yes</center>
   12.98 -</td>
   12.99 -
  12.100 -<td>This is the story!&nbsp; You can use HTML.</td>
  12.101 +    <td>Story</td>
  12.102 +    <td style="text-align:center;">Yes</td>
  12.103 +    <td>This is the story. It can be separated into an introduction and a body
  12.104 +        part. You can use HTML</td>
  12.105  </tr>
  12.106 -
  12.107  <tr>
  12.108 -<td>Postmode</td>
  12.109 -
  12.110 -<td>
  12.111 -<center>Yes</center>
  12.112 -</td>
  12.113 -
  12.114 -<td>If this story contains HTML, may sure you select that as the post mode.&nbsp;
  12.115 -If your story contains code examples and HTML examples, select plain text
  12.116 -to ensure that the examples won't be converted.</td>
  12.117 +    <td>Post Mode</td>
  12.118 +    <td style="text-align:center;">Yes</td>
  12.119 +    <td>If this story contains HTML, make sure you select that as the post mode.
  12.120 +        If your story contains code examples and HTML examples, select plain
  12.121 +        text to ensure that the examples won't be converted</td>
  12.122  </tr>
  12.123  </table>
  12.124  
  12.125 -<p>
  12.126 -<hr WIDTH="100%">
  12.127 -<br>Geeklog <a href="http://www.geeklog.net">http://www.geeklog.net</a>
  12.128 -<br>Last Updated: September 18, 2000
  12.129 +<div class="footer">
  12.130 +    <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
  12.131 +    All trademarks and copyrights on this page are owned by their respective owners. Geeklog is copyleft.
  12.132 +</div>
  12.133 +
  12.134  </body>
  12.135  </html>