[geeklog-cvs] Geeklog-1.x/public_html/docs config.html,1.86,1.87

Dirk Haun dhaun at qs1489.pair.com
Sat May 3 07:23:52 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/docs
In directory qs1489.pair.com:/tmp/cvs-serv95771/public_html/docs

Modified Files:
	config.html 
Log Message:
Added missing options and explanations


Index: config.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/config.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** config.html	3 May 2008 08:36:09 -0000	1.86
--- config.html	3 May 2008 11:23:50 -0000	1.87
***************
*** 75,79 ****
    <td valign="top"><a name="desc_microsummary_short">microsummary_short</a></td>
    <td valign="top">GL:</td>
!   <td valign="top">(Microsummary)</td></tr>
  <tr>
    <td valign="top"><a name="desc_site_disabled_msg">site_disabled_msg</a></td>
--- 75,79 ----
    <td valign="top"><a name="desc_microsummary_short">microsummary_short</a></td>
    <td valign="top">GL:</td>
!   <td valign="top">Prefix to use for a <a href="http://wiki.mozilla.org/Microsummaries">microsummary</a>.</td></tr>
  <tr>
    <td valign="top"><a name="desc_site_disabled_msg">site_disabled_msg</a></td>
***************
*** 245,249 ****
      <td valign="top">Enable or disable the backup functionality (1 = on,
          0 = off).</td></tr>
! <tr><td valign="top">_DB_mysqldump_path</td>
      <td valign="top">/usr/bin/mysqldump</td>
      <td valign="top">Complete path to the <a
--- 245,249 ----
      <td valign="top">Enable or disable the backup functionality (1 = on,
          0 = off).</td></tr>
! <tr><td valign="top"><a name="desc_mysqldump_path">_DB_mysqldump_path</a></td>
      <td valign="top">/usr/bin/mysqldump</td>
      <td valign="top">Complete path to the <a
***************
*** 356,361 ****
  <tr>
    <td valign="top"><a name="desc_aftersave_story">aftersave_story</a></td>
!   <td valign="top">0</td>
!   <td valign="top">(After Saving Story)</td></tr>
  </table>
  
--- 356,367 ----
  <tr>
    <td valign="top"><a name="desc_aftersave_story">aftersave_story</a></td>
!   <td valign="top">'list'</td>
!   <td valign="top">Which page to go to after a story has been saved:
!     <ul>
!     <li>'item': display the story</li>
!     <li>'list': show admin's list of stories (default)</li>
!     <li>'home': display the site's homepage</li>
!     <li>'admin': go to the "Admin Home" page, i.e. Command & Control</li>
!     </ul></td></tr>
  </table>
  
***************
*** 508,514 ****
      Set this to 0 if you don't want that link to show up.</td></tr>
  <tr>
!   <td valign="top"><a name="desc_link_documentation">link_documentation</a></td>
    <td valign="top">1</td>
!   <td valign="top">(Link to Version Checker)</td></tr>
  </table>
  
--- 514,524 ----
      Set this to 0 if you don't want that link to show up.</td></tr>
  <tr>
!   <td valign="top"><a name="desc_link_versionchecker">link_versionchecker</a></td>
    <td valign="top">1</td>
!   <td valign="top">Add a link "GL Version Test" to the Admin block so that you
!     can easily check if your Geeklog version is up to date. Set this to 0 if
!     you don't want that link to show up.<br>
!     <strong>Note:</strong> The link is only displayed to members of the Root
!     group anyway.</td></tr>
  </table>
  
***************
*** 657,665 ****
    <td valign="top"><a name="desc_login_method_standard">standard</a></td>
    <td valign="top"><code>true</code></td>
!   <td valign="top">(Login Method: Standard)</td></tr>
  <tr>
    <td valign="top"><a name="desc_login_method_openid">openid</a></td>
    <td valign="top"><code>false</code></td>
!   <td valign="top">(Login Method: OpenID)</td></tr>
  <tr>
    <td valign="top"><a name="desc_login_method_3rdparty">3rdparty</a></td>
--- 667,677 ----
    <td valign="top"><a name="desc_login_method_standard">standard</a></td>
    <td valign="top"><code>true</code></td>
!   <td valign="top">Whether to allow normal logins into the site, i.e. with
!     a user account that only exists in your site's database.</td></tr>
  <tr>
    <td valign="top"><a name="desc_login_method_openid">openid</a></td>
    <td valign="top"><code>false</code></td>
!   <td valign="top">Whether to allow logins using <a href="http://openid.net/">OpenID</a>. This will display a special OpenID login below the normal login field.<br>
!     <strong>Note:</strong> Currently only OpenID 1.1 is supported.</td></tr>
  <tr>
    <td valign="top"><a name="desc_login_method_3rdparty">3rdparty</a></td>
***************
*** 671,679 ****
      authorization class in <tt>system/classes/authentication</tt>. If you only
      want to allow LDAP but not LiveJournal users (or vice versa), simply
!     remove the class file for the unwanted service(s).</td></tr>
  <tr>
    <td valign="top"><a name="desc_aftersave_user">aftersave_user</a></td>
!   <td valign="top"><code>false</code></td>
!   <td valign="top">(After Saving User)</td></tr>
  </table>
  
--- 683,698 ----
      authorization class in <tt>system/classes/authentication</tt>. If you only
      want to allow LDAP but not LiveJournal users (or vice versa), simply
!     remove the class file for the unwanted service(s).<br>
!     See <a href="http://www.geeklog.net/article.php/remote-authentication">Remote Authentication in Geeklog</a> for more information.</td></tr>
  <tr>
    <td valign="top"><a name="desc_aftersave_user">aftersave_user</a></td>
!   <td valign="top"><code>'item'</code></td>
!   <td valign="top">Which page to go to after a user has been saved:
!     <ul>
!     <li>'item': display the user's profile</li>
!     <li>'list': show admin's list of users (default)</li>
!     <li>'home': display the site's homepage</li>
!     <li>'admin': go to the "Admin Home" page, i.e. Command & Control</li>
!     </ul></td></tr>
  </table>
  
***************
*** 824,828 ****
    <td valign="top"><a name="desc_wikitext_editor">wikitext_editor</a></td>
    <td valign="top">false</td>
!   <td valign="top">(Wikitext Editor)</td></tr>
  </table>
  
--- 843,849 ----
    <td valign="top"><a name="desc_wikitext_editor">wikitext_editor</a></td>
    <td valign="top">false</td>
!   <td valign="top">Allow using wiki syntax in stories. This adds a third
!     option, "Wiki-style format", to the Post Mode dropdown in the story editor
!     (implemented using the <a href="http://pear.php.net/package/Text_Wiki">PEAR::Text_Wiki</a> package).</td></tr>
  </table>
  
***************
*** 1050,1058 ****
    <td valign="top"><a name="desc_language_files">language_files</a></td>
    <td valign="top"><i>(commented out)</i></td>
!   <td valign="top">(Language Files)</td></tr>
  <tr>
    <td valign="top"><a name="desc_languages">languages</a></td>
    <td valign="top"><i>(commented out)</i></td>
!   <td valign="top">(Languages)</td></tr>
  </table>
  
--- 1071,1082 ----
    <td valign="top"><a name="desc_language_files">language_files</a></td>
    <td valign="top"><i>(commented out)</i></td>
!   <td valign="top">For multi-lingual setups only: A list mapping language
!     shortcuts ('en', 'de', etc.) to the Geeklog language files to use.</td></tr>
  <tr>
    <td valign="top"><a name="desc_languages">languages</a></td>
    <td valign="top"><i>(commented out)</i></td>
!   <td valign="top">For multi-lingual setups only: A list mapping language
!     shortcuts ('en', 'de', etc.) to the language's native name ("English",
!     "Deutsch", etc.).</td></tr>
  </table>
  
***************
*** 1336,1339 ****
--- 1360,1388 ----
  <code>$_CONF['ip_lookup']</code> should hold the complete URL to the lookup service, with a '<code>*</code>' marking the place where the IP address should go. It's also possible to use Tom Willet's <a href="http://sourceforge.net/project/showfiles.php?group_id=68255&package_id=95743">NetTools</a> package, in which case the correct setting would be <code>$_CONF['ip_lookup'] = $_CONF['site_url'] . '/nettools/whois.php?domain=*';</code></td></tr>
  </table>
+ 
+ <h3><a name="misc_ip_webservices">Miscellaneous: Webservices</a></h3>
+ 
+ <table border="1" width="100%">
+ <tr><th width="8%">Variable</th>
+     <th width="29%">Default Value</th>
+     <th width="63%">Description</th></tr>
+ <tr>
+   <td valign="top"><a name="desc_disable_webservices">disable_webservices</a></td>
+   <td valign="top">false</td>
+   <td valign="top">Set this to <code>true</code> to disable the webservices.</td></tr>
+ <tr>
+   <td valign="top"><a name="desc_restrict_webservices">restrict_webservices</a></td>
+   <td valign="top">false</td>
+   <td valign="top">Set this to <code>true</code> to restrict webservices usage
+     to users with the <tt>webservices.atompub</tt> permission (e.g. those in
+     the predefined "Webservices Users" group).</td></tr>
+ <tr>
+   <td valign="top"><a name="desc_atom_max_stories">atom_max_stories</a></td>
+   <td valign="top">10</td>
+   <td valign="top">Max. number of stories returned when an Atom feed is
+     requested through the webservices API.</td></tr>
+ </table>
+ 
+ <p>Also see <a href="http://wiki.geeklog.net/wiki/index.php/Using_the_Webservices">Using the Webservices</a> in the Geeklog Wiki.</p>
  
  




More information about the geeklog-cvs mailing list