[geeklog-cvs] Geeklog-1.x/public_html/docs calendar.html, 1.12, 1.13 config.html, 1.91, 1.92 docstyle.css, 1.10, 1.11 history, 1.715, 1.716 index.html, 1.30, 1.31 install.html, 1.56, 1.57 links.html, 1.6, 1.7 plugin.html, 1.23, 1.24 polls.html, 1.8, 1.9 spamx.html, 1.27, 1.28 staticpages.html, 1.19, 1.20 support.html, 1.27, 1.28 theme.html, 1.92, 1.93 themevars.html, 1.24, 1.25 trackback.html, 1.11, 1.12

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 31 06:06:40 EDT 2008


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

Modified Files:
	calendar.html config.html docstyle.css history index.html 
	install.html links.html plugin.html polls.html spamx.html 
	staticpages.html support.html theme.html themevars.html 
	trackback.html 
Log Message:
Made the documentation HTML 4.01 Strict compliant


Index: install.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/install.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** install.html	13 Jul 2008 12:03:59 -0000	1.56
--- install.html	31 Aug 2008 10:06:37 -0000	1.57
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Installation Instructions</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Installation Instructions</div>
  
***************
*** 28,34 ****
  
      <ul>
!         <li type="disc">Directory: Same as a folder.</li>
!         <li type="disc">Path: A physical location on a server that describes where files and directories are. On Windows paths begin with the drive letter (<code>c:/inetpub/wwwroot/</code>), on *nix paths start at root (<code>/</code>) like (<code>/var/www/</code>) </li>
!         <li type="disc">URL: Uniform Resource Locator, the address of a specific piece of information on the web (<code>http://www.foo.com/</code>)</li>
      </ul>
      
--- 28,34 ----
  
      <ul>
!         <li>Directory: Same as a folder.</li>
!         <li>Path: A physical location on a server that describes where files and directories are. On Windows paths begin with the drive letter (<code>c:/inetpub/wwwroot/</code>), on *nix paths start at root (<code>/</code>) like (<code>/var/www/</code>) </li>
!         <li>URL: Uniform Resource Locator, the address of a specific piece of information on the web (<code>http://www.foo.com/</code>)</li>
      </ul>
      
***************
*** 38,42 ****
      <h3><a name="preinstall">Required Software</a></h3>
  
!         <p>To install and use Geeklog you will need to have a server running Apache or Microsoft IIS with PHP 4.1.0 or higher installed. You will also need either <a href="http://dev.mysql.com/downloads/" target="_blank">MySQL 3.23.2</a> or greater or <a href="http://www.microsoft.com/sql/default.mspx" target="_blank">Microsoft SQL Server 2000</a> or newer.</p>
  
      <h3><a name="things_you_should_know">Things You Should Know</a></h3>
--- 38,42 ----
      <h3><a name="preinstall">Required Software</a></h3>
  
!         <p>To install and use Geeklog you will need to have a server running Apache or Microsoft IIS with PHP 4.1.0 or higher installed. You will also need either <a href="http://dev.mysql.com/downloads/">MySQL 3.23.2</a> or greater or <a href="http://www.microsoft.com/sql/default.mspx">Microsoft SQL Server 2000</a> or newer.</p>
  
      <h3><a name="things_you_should_know">Things You Should Know</a></h3>
***************
*** 55,59 ****
      <ol>
          <li>
!             <p>Download the current version of Geeklog from <a href="http://www.geeklog.net/" target="_blank">Geeklog.net</a>.</p>
          </li>
          <li>
--- 55,59 ----
      <ol>
          <li>
!             <p>Download the current version of Geeklog from <a href="http://www.geeklog.net/">Geeklog.net</a>.</p>
          </li>
          <li>
***************
*** 61,65 ****
              <p><code>tar -zxvf geeklog-1.5.1.tar.gz</code> </p>
              
!             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/" target="_blank">7-Zip</a> or <a href="http://www.rarlab.com/" target="_blank">WinRAR</a> if you must decompress the file locally.</p>
          </li>
          <li>
--- 61,65 ----
              <p><code>tar -zxvf geeklog-1.5.1.tar.gz</code> </p>
              
!             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
          </li>
          <li>
***************
*** 103,107 ****
      <ol>
          <li>
!             <p>Download the current version of Geeklog from <a href="http://www.geeklog.net/" target="_blank">Geeklog.net</a>.</p>
          </li>
          <li>
--- 103,107 ----
      <ol>
          <li>
!             <p>Download the current version of Geeklog from <a href="http://www.geeklog.net/">Geeklog.net</a>.</p>
          </li>
          <li>
***************
*** 109,113 ****
              <p><code>tar -zxvf geeklog-1.5.1.tar.gz</code> </p>
              
!             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/" target="_blank">7-Zip</a> or <a href="http://www.rarlab.com/" target="_blank">WinRAR</a> if you must decompress the file locally.</p>
          </li>
          <li>
--- 109,113 ----
              <p><code>tar -zxvf geeklog-1.5.1.tar.gz</code> </p>
              
!             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
          </li>
          <li>
***************
*** 176,180 ****
                  <p>As noted at the top of this document this is usually caused by one of the following:</p>
                  <ul>
!                     <li>Uncompressing the tarball with certain versions of WinZip (try using <a href="http://www.7-zip.org/" target="_blank">7-Zip</a> or <a href="http://www.rarlab.com/" target="_blank">WinRAR</a> instead)</li>
                      <li>Editing the lib-common.php with Dreamweaver or other so-called WYSIWYG HTML editors (use a simple text editor instead)</li>
                      <li>Editing the lib-common.php with "on-site" text editors built into tools like Cpanel (again, use a simple text editor instead)</li>
--- 176,180 ----
                  <p>As noted at the top of this document this is usually caused by one of the following:</p>
                  <ul>
!                     <li>Uncompressing the tarball with certain versions of WinZip (try using <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> instead)</li>
                      <li>Editing the lib-common.php with Dreamweaver or other so-called WYSIWYG HTML editors (use a simple text editor instead)</li>
                      <li>Editing the lib-common.php with "on-site" text editors built into tools like Cpanel (again, use a simple text editor instead)</li>

Index: trackback.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/trackback.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** trackback.html	22 May 2008 19:55:32 -0000	1.11
--- trackback.html	31 Aug 2008 10:06:37 -0000	1.12
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Trackback, Pingback, Ping</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Trackback, Pingback, Ping</div>
  

Index: spamx.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/spamx.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** spamx.html	30 Jul 2008 09:02:30 -0000	1.27
--- spamx.html	31 Aug 2008 10:06:37 -0000	1.28
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 8,12 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Geeklog Spam-X Plugin</div>
  
--- 8,12 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Geeklog Spam-X Plugin</div>
  
***************
*** 278,284 ****
  
  <table>
! <tr><th width="25%">Variable</th>
!     <th width="25%">Default Value</th>
!     <th width="50%">Description</th>
  </tr>
  <tr>
--- 278,284 ----
  
  <table>
! <tr><th style="width:25%">Variable</th>
!     <th style="width:25%">Default Value</th>
!     <th style="width:50%">Description</th>
  </tr>
  <tr>

Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** theme.html	31 Aug 2008 07:21:51 -0000	1.92
--- theme.html	31 Aug 2008 10:06:37 -0000	1.93
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Theme How-To</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Theme How-To</div>
  
***************
*** 81,88 ****
  profile. Open that file and search for '<kbd>.thtml</kbd>'. For the profile
  you will find these lines (in <code>function userprofile()</code>):</p>
! <blockquote><code>
!     $user_templates = new Template ($_CONF['path_layout'] . 'users');<br>
!     $user_templates->set_file (array ('profile'=>'profile.thtml', 'row'=>'commentrow.thtml', 'strow'=>'storyrow.thtml'));
! </code></blockquote>
  <p>You don't need to understand PHP code to see that this uses the template
  files <tt>profile.thtml</tt>, <tt>commentrow.thtml</tt>, and
--- 81,86 ----
  profile. Open that file and search for '<kbd>.thtml</kbd>'. For the profile
  you will find these lines (in <code>function userprofile()</code>):</p>
! <pre style="margin-left:4em;"><code>$user_templates = new Template ($_CONF['path_layout'] . 'users');
! $user_templates->set_file (array ('profile'=>'profile.thtml', 'row'=>'commentrow.thtml', 'strow'=>'storyrow.thtml'));</code></pre>
  <p>You don't need to understand PHP code to see that this uses the template
  files <tt>profile.thtml</tt>, <tt>commentrow.thtml</tt>, and
***************
*** 771,776 ****
  that was previously hard-coded into Geeklog).</p>
  
! <pre>
! adminoption_off.thtml
  loginform.thtml
  topicoption.thtml
--- 769,773 ----
  that was previously hard-coded into Geeklog).</p>
  
! <pre>adminoption_off.thtml
  loginform.thtml
  topicoption.thtml
***************
*** 806,811 ****
  search/resultsummary.thtml
  search/resulttitle.thtml
! users/newpassword.thtml
! </pre>
  
  <p>Note: <tt>preferences</tt> and <tt>admin/database</tt> are new directores.</p>
--- 803,807 ----
  search/resultsummary.thtml
  search/resulttitle.thtml
! users/newpassword.thtml</pre>
  
  <p>Note: <tt>preferences</tt> and <tt>admin/database</tt> are new directores.</p>
***************
*** 820,825 ****
  <tt>header.thtml</tt>, see below).</p>
  
! <pre>
! style.css <em>(see below)</em>
  header.thtml <em>(see below)</em>
  admin/block/blockeditor.thtml
--- 816,820 ----
  <tt>header.thtml</tt>, see below).</p>
  
! <pre>style.css <em>(see below)</em>
  header.thtml <em>(see below)</em>
  admin/block/blockeditor.thtml
***************
*** 840,845 ****
  search/searchresults.thtml
  submit/submitevent.thtml
! users/getpasswordform.thtml
! </pre>
  
  <p>In <tt>style.css</tt>, four classes have been added that are used in the
--- 835,839 ----
  search/searchresults.thtml
  submit/submitevent.thtml
! users/getpasswordform.thtml</pre>
  
  <p>In <tt>style.css</tt>, four classes have been added that are used in the
***************
*** 854,864 ****
  change to it. In that case, search your <tt>header.thtml</tt> for the link
  to the story submission form, i.e. something like</p>
! <pre>
!     <a href="{site_url}/submit.php?type=story">
! </pre>
  <p>and change it to read</p>
! <pre>
!     <a href="{site_url}/submit.php?type=story{current_topic}">
! </pre>
  
  
--- 848,854 ----
  change to it. In that case, search your <tt>header.thtml</tt> for the link
  to the story submission form, i.e. something like</p>
! <pre style="margin-left:4em;"><code><a href="{site_url}/submit.php?type=story"></code></pre>
  <p>and change it to read</p>
! <pre style="margin-left:4em;"><code><a href="{site_url}/submit.php?type=story{current_topic}"></code></pre>
  
  
***************
*** 994,1000 ****
  <p><strong>Note:</strong> Theme authors are encouraged to specify a character
  set in the <tt>header.thtml</tt> of their themes like this:</p>
! <blockquote><code>
! <meta http-equiv="Content-Type" content="text/html; charset={charset}">
! </code></blockquote>
  <p>Geeklog will replace the <code>{charset}</code> variable with the proper
  character set based on the currently used language file. Also make sure that
--- 984,988 ----
  <p><strong>Note:</strong> Theme authors are encouraged to specify a character
  set in the <tt>header.thtml</tt> of their themes like this:</p>
! <pre style="margin-left:4em;"><code><meta http-equiv="Content-Type" content="text/html; charset={charset}"></code></pre>
  <p>Geeklog will replace the <code>{charset}</code> variable with the proper
  character set based on the currently used language file. Also make sure that

Index: polls.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/polls.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** polls.html	22 May 2008 19:55:32 -0000	1.8
--- polls.html	31 Aug 2008 10:06:37 -0000	1.9
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Polls Plugin</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Polls Plugin</div>
  
***************
*** 23,29 ****
  
  <table>
! <tr><th width="25%">Variable</th>
!     <th width="25%">Default Value</th>
!     <th width="50%">Description</th>
  </tr>
  <tr>
--- 23,29 ----
  
  <table>
! <tr><th style="width:25%">Variable</th>
!     <th style="width:25%">Default Value</th>
!     <th style="width:50%">Description</th>
  </tr>
  <tr>

Index: links.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/links.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** links.html	11 May 2008 16:40:00 -0000	1.6
--- links.html	31 Aug 2008 10:06:37 -0000	1.7
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Links Plugin</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Links Plugin</div>
  
***************
*** 21,27 ****
  
  <table>
! <tr><th width="25%">Variable</th>
!     <th width="25%">Default Value</th>
!     <th width="50%">Description</th>
  </tr>
  <tr>
--- 21,27 ----
  
  <table>
! <tr><th style="width:25%">Variable</th>
!     <th style="width:25%">Default Value</th>
!     <th style="width:50%">Description</th>
  </tr>
  <tr>
***************
*** 65,71 ****
  
  <table>
! <tr><th width="25%">Variable</th>
!     <th width="25%">Default Value</th>
!     <th width="50%">Description</th>
  </tr>
  <tr>
--- 65,71 ----
  
  <table>
! <tr><th style="width:25%">Variable</th>
!     <th style="width:25%">Default Value</th>
!     <th style="width:50%">Description</th>
  </tr>
  <tr>
***************
*** 146,150 ****
  template files. Please note that they are now located in the plugin's directory,
  i.e. in</p>
! <p align="center"><tt>/path/to/geeklog/plugins/links/templates/</tt></p>
  <p>If you're using a theme that was made for an older version of Geeklog (prior
  to Geeklog 1.4.0), you may still have a "links" directory in your theme's
--- 146,150 ----
  template files. Please note that they are now located in the plugin's directory,
  i.e. in</p>
! <p style="margin-left:4em;"><tt>/path/to/geeklog/plugins/links/templates/</tt></p>
  <p>If you're using a theme that was made for an older version of Geeklog (prior
  to Geeklog 1.4.0), you may still have a "links" directory in your theme's

Index: themevars.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/themevars.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** themevars.html	10 Aug 2008 11:01:58 -0000	1.24
--- themevars.html	31 Aug 2008 10:06:37 -0000	1.25
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Variables in Themes</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Variables in Themes</div>
  
***************
*** 44,50 ****
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th width="8%">Variable</th>
!     <th width="29%">Example</th>
!     <th width="63%">Description</th></tr>
  <tr><td><code>site_url</code></td>
      <td><tt>http://www.example.com</tt></td>
--- 44,50 ----
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Example</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td><code>site_url</code></td>
      <td><tt>http://www.example.com</tt></td>
***************
*** 163,169 ****
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th width="8%">Variable</th>
!     <th width="29%">Example</th>
!     <th width="63%">Description</th></tr>
  <tr><td><code>site_url</code></td>
      <td><tt>http://www.example.com</tt></td>
--- 163,169 ----
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Example</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td><code>site_url</code></td>
      <td><tt>http://www.example.com</tt></td>
***************
*** 236,242 ****
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th width="8%">Variable</th>
!     <th width="29%">Example</th>
!     <th width="63%">Description</th></tr>
  <tr><td><code>lang_readmore</code></td>
      <td>read more</td>
--- 236,242 ----
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Example</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td><code>lang_readmore</code></td>
      <td>read more</td>
***************
*** 282,288 ****
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th width="8%">Variable</th>
!     <th width="29%">Example</th>
!     <th width="63%">Description</th></tr>
  <tr><td><code>comments_url</code></td>
      <td><tt>http://www.example.com/article.php<br>?story=20021022234959146#comments</tt></td>
--- 282,288 ----
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Example</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td><code>comments_url</code></td>
      <td><tt>http://www.example.com/article.php<br>?story=20021022234959146#comments</tt></td>
***************
*** 310,316 ****
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th width="8%">Variable</th>
!     <th width="29%">Example</th>
!     <th width="63%">Description</th></tr>
  <tr><td><code>lang_contributed_by</code></td>
      <td>Contributed by:</td>
--- 310,316 ----
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Example</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td><code>lang_contributed_by</code></td>
      <td>Contributed by:</td>
***************
*** 352,358 ****
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th width="8%">Variable</th>
!     <th width="29%">Example</th>
!     <th width="63%">Description</th></tr>
  <tr><td><code>story_anchortag_and_image</code></td>
      <td><code><a href="http://www.example.com/<br>index.php?topic=Geeklog"><img src="..." ...></a></code> <small>(shortened)</small></td>
--- 352,358 ----
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Example</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td><code>story_anchortag_and_image</code></td>
      <td><code><a href="http://www.example.com/<br>index.php?topic=Geeklog"><img src="..." ...></a></code> <small>(shortened)</small></td>
***************
*** 389,395 ****
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th width="8%">Variable</th>
!     <th width="29%">Example</th>
!     <th width="63%">Description</th></tr>
  <tr><td><code>edit_link</code></td>
      <td><code><a href=".../admin/story.php<br>?mode=edit&sid=20021022234959146">edit</a></code></td>
--- 389,395 ----
  
  <table border="1" width="100%" cellpadding="2">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Example</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td><code>edit_link</code></td>
      <td><code><a href=".../admin/story.php<br>?mode=edit&sid=20021022234959146">edit</a></code></td>
***************
*** 406,411 ****
  </table>
  
- <br><br>
- 
  <div class="footer">
      <a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br>
--- 406,409 ----

Index: docstyle.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/docstyle.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** docstyle.css	13 Jul 2008 18:08:49 -0000	1.10
--- docstyle.css	31 Aug 2008 10:06:37 -0000	1.11
***************
*** 13,16 ****
--- 13,17 ----
  h2 {
    font-size: 1.2em;
+   padding-top: 1.2em;
  }
  
***************
*** 80,86 ****
    color: black;
    padding:5px;
  }
  
- 
  .comment {
    font-size: 80%;
--- 81,87 ----
    color: black;
    padding:5px;
+   margin-top:4ex;
  }
  
  .comment {
    font-size: 80%;

Index: calendar.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/calendar.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** calendar.html	10 May 2008 16:35:22 -0000	1.12
--- calendar.html	31 Aug 2008 10:06:37 -0000	1.13
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Calendar Plugin</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Calendar Plugin</div>
  
***************
*** 23,29 ****
  
  <table>
! <tr><th width="25%">Variable</th>
!     <th width="25%">Default Value</th>
!     <th width="50%">Description</th>
  </tr>
  <tr>
--- 23,29 ----
  
  <table>
! <tr><th style="width:25%">Variable</th>
!     <th style="width:25%">Default Value</th>
!     <th style="width:50%">Description</th>
  </tr>
  <tr>

Index: staticpages.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/staticpages.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** staticpages.html	22 May 2008 19:55:32 -0000	1.19
--- staticpages.html	31 Aug 2008 10:06:37 -0000	1.20
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Static Pages Plugin</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Static Pages Plugin</div>
  
***************
*** 43,47 ****
  <h3><a name="usage">Usage</a></h3>
  
! <p align="center"><em>The use of PHP in static pages may result in security issues if not used properly. Use this feature with care!</em></p>
  
  <p>The use of PHP has to be enabled for each individual static page. Below the content edit field, you will find a drop-down menu with the following options:</p>
--- 43,47 ----
  <h3><a name="usage">Usage</a></h3>
  
! <p style="text-align:center"><em>The use of PHP in static pages may result in security issues if not used properly. Use this feature with care!</em></p>
  
  <p>The use of PHP has to be enabled for each individual static page. Below the content edit field, you will find a drop-down menu with the following options:</p>
***************
*** 68,72 ****
  <p>The static pages editor will let you change the page ID. For example, you may want to rename the ID for your "about" page from "20030313100131123" to "about", thus creating a URL like</p>
  
! <p align="center"><tt>http://yoursite/staticpages/index.php?page=about</tt></p>
  
  <p>which looks much nicer when quoted (and is easier to remember). You could further improve this by making use of Geeklog's <a href="#url">URL rewrite feature</a>.</p>
--- 68,72 ----
  <p>The static pages editor will let you change the page ID. For example, you may want to rename the ID for your "about" page from "20030313100131123" to "about", thus creating a URL like</p>
  
! <p style="margin-left:4em;"><tt>http://yoursite/staticpages/index.php?page=about</tt></p>
  
  <p>which looks much nicer when quoted (and is easier to remember). You could further improve this by making use of Geeklog's <a href="#url">URL rewrite feature</a>.</p>
***************
*** 120,136 ****
  <h2><a name="url">URL rewriting</a></h2>
  
! <p align="center"><em>Please note that this feature is considered experimental and is known not to work with IIS.</em></p>
  
  <p>Geeklog supports a form of URL rewriting, i.e. change the look of URLs such that they are more search engine friendly. For example, instead of</p>
  
! <p align="center"><tt>http://yoursite/staticpages/index.php?page=20030313100131123</tt></p>
  
  <p>the URL could look like this</p>
  
! <p align="center"><tt>http://yoursite/staticpages/index.php/20030313100131123</tt></p>
  
  <p>Some search engines are known not to index pages when the URL includes characters like '?' and '='. You could further improve the chances of this page being indexed by <a href="#id">replacing the numeric page ID</a> with a word or expression (preferrably something that corresponds to the page's content), e.g.</p>
  
! <p align="center"><tt>http://yoursite/staticpages/index.php/about</tt></p>
  
  <p>To make use of URL rewriting, you will need to set the option "Enable URL Rewriting" to True in Geeklog's Configuration admin panel.</p>
--- 120,136 ----
  <h2><a name="url">URL rewriting</a></h2>
  
! <p style="text-align:center"><em>Please note that this feature is considered experimental and is known not to work with IIS.</em></p>
  
  <p>Geeklog supports a form of URL rewriting, i.e. change the look of URLs such that they are more search engine friendly. For example, instead of</p>
  
! <p style="margin-left:4em;"><tt>http://yoursite/staticpages/index.php?page=20030313100131123</tt></p>
  
  <p>the URL could look like this</p>
  
! <p style="margin-left:4em;"><tt>http://yoursite/staticpages/index.php/20030313100131123</tt></p>
  
  <p>Some search engines are known not to index pages when the URL includes characters like '?' and '='. You could further improve the chances of this page being indexed by <a href="#id">replacing the numeric page ID</a> with a word or expression (preferrably something that corresponds to the page's content), e.g.</p>
  
! <p style="margin-left:4em;"><tt>http://yoursite/staticpages/index.php/about</tt></p>
  
  <p>To make use of URL rewriting, you will need to set the option "Enable URL Rewriting" to True in Geeklog's Configuration admin panel.</p>

Index: plugin.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/plugin.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** plugin.html	22 May 2008 19:55:32 -0000	1.23
--- plugin.html	31 Aug 2008 10:06:37 -0000	1.24
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Plugin Development</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Plugin Development</div>
  
***************
*** 88,97 ****
  <plugin name> in all the functions below.  The <plugin
  name> values will come from you the name of your plugin tarfile. All plugin
! tarfiles have a strict naming convention that they <em>must</em> follow and it is:
  
- <blockquote>
-   <plugin name>_<plugin version>_<geeklog version>.tar.gz<br>
-   e.g. <tt>photos_1.0_1.3.tar.gz</tt>
- </blockquote>
  
  <h2><a name="mod_functions">Moderation functions</a></h2>
--- 88,99 ----
  <plugin name> in all the functions below.  The <plugin
  name> values will come from you the name of your plugin tarfile. All plugin
! tarfiles have a strict naming convention that they <em>must</em> follow and it is:</p>
! 
! <p style="margin-left:4em;">
!   <plugin name>_<plugin version>_<geeklog version>.tar.gz
! </p>
! 
! <p>e.g. <tt>photos_1.0_1.3.tar.gz</tt></p>
  
  
  <h2><a name="mod_functions">Moderation functions</a></h2>
***************
*** 116,121 ****
  and links then you must implement these functions.</p>
  
! <table cellpadding="2" cellspacing="2" border="1" width="90%" align="center">
! <caption align="bottom">Table 1. Moderation functions<br></caption>
  <tr>
    <th valign="top">Function</th>
--- 118,123 ----
  and links then you must implement these functions.</p>
  
! <table cellpadding="2" cellspacing="2" border="1" width="90%">
! <caption style="caption-side:bottom">Table 1. Moderation functions<br></caption>
  <tr>
    <th valign="top">Function</th>
***************
*** 155,160 ****
  functions.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
!         <caption align="bottom">Table 2. Admin and User functions</caption>
            <tr>
              <th valign="top">Function</th>
--- 157,162 ----
  functions.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%">
!         <caption style="caption-side:bottom">Table 2. Admin and User functions</caption>
            <tr>
              <th valign="top">Function</th>
***************
*** 198,203 ****
  <p>If you want your plugin to be searchable, implement these functions.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
!         <caption align="bottom">Table 3. Search functions</caption>
            <tr>
              <th valign="top">Function</th>
--- 200,205 ----
  <p>If you want your plugin to be searchable, implement these functions.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%">
!         <caption style="caption-side:bottom">Table 3. Search functions</caption>
            <tr>
              <th valign="top">Function</th>
***************
*** 226,231 ****
  functions.inc file:</p>
  
! <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
! <caption align="bottom">Table 4. Comment functions</caption>
    <tr>
      <th valign="top">Function</th>
--- 228,233 ----
  functions.inc file:</p>
  
! <table cellpadding="2" cellspacing="2" border="1" width="90%">
! <caption style="caption-side:bottom">Table 4. Comment functions</caption>
    <tr>
      <th valign="top">Function</th>
***************
*** 261,266 ****
  implement this function.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
!         <caption align="bottom">Table 5. Stats function</caption>
            <tr>
              <th valign="top">Function</th>
--- 263,268 ----
  implement this function.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%">
!         <caption style="caption-side:bottom">Table 5. Stats function</caption>
            <tr>
              <th valign="top">Function</th>
***************
*** 282,287 ****
  <p>If you want to give your plugin the ability to uninstall itself then you must implement this function.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
!         <caption align="bottom">Table 6. Uninstall function</caption>
            <tr>
              <th valign="top">Function</th>
--- 284,289 ----
  <p>If you want to give your plugin the ability to uninstall itself then you must implement this function.</p>
  
!       <table cellpadding="2" cellspacing="2" border="1" width="90%">
!         <caption style="caption-side:bottom">Table 6. Uninstall function</caption>
            <tr>
              <th valign="top">Function</th>
***************
*** 300,305 ****
  <p>For some plugins, it may be necessary to track creation and deletion of user accounts.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
!     <caption align="bottom">Table 7. User functions</caption>
        <tr>
          <th valign="top">Function</th>
--- 302,307 ----
  <p>For some plugins, it may be necessary to track creation and deletion of user accounts.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%">
!     <caption style="caption-side:bottom">Table 7. User functions</caption>
        <tr>
          <th valign="top">Function</th>
***************
*** 322,327 ****
  <p>Plugins can add blocks or individual items to the user profile.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%" align="center">
!     <caption align="bottom">Table 8. Profile Functions</caption>
        <tr>
          <th valign="top">Function</th>
--- 324,329 ----
  <p>Plugins can add blocks or individual items to the user profile.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%">
!     <caption style="caption-side:bottom">Table 8. Profile Functions</caption>
        <tr>
          <th valign="top">Function</th>
***************
*** 354,359 ****
  <p>The following is a list of (optional) functions for misc. purposes.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%" align="center">
!     <caption align="bottom">Table 9. Misc. functions</caption>
        <tr>
          <th valign="top">Function</th>
--- 356,361 ----
  <p>The following is a list of (optional) functions for misc. purposes.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%">
!     <caption style="caption-side:bottom">Table 9. Misc. functions</caption>
        <tr>
          <th valign="top">Function</th>
***************
*** 401,406 ****
  <p>The following is a list of (optional) functions for syndication feed purposes.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%" align="center">
!     <caption align="bottom">Table 10. Feed functions</caption>
        <tr>
          <th valign="top">Function</th>
--- 403,408 ----
  <p>The following is a list of (optional) functions for syndication feed purposes.</p>
  
!   <table cellpadding="2" cellspacing="2" border="1" width="90%">
!     <caption style="caption-side:bottom">Table 10. Feed functions</caption>
        <tr>
          <th valign="top">Function</th>
***************
*** 451,459 ****
  <h3>The plugin tarfile</h3>
  
! <p>All Geeklog plugin tarfiles should use the following naming convention:
  
! <blockquote>
  <plugin name>_<plugin version>_<geeklog version>.tar.gz
! </blockquote>
  
  <h3>Descriptions</h3>
--- 453,461 ----
  <h3>The plugin tarfile</h3>
  
! <p>All Geeklog plugin tarfiles should use the following naming convention:</p>
  
! <p style="margin-left:4em;">
  <plugin name>_<plugin version>_<geeklog version>.tar.gz
! </p>
  
  <h3>Descriptions</h3>

Index: index.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/index.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** index.html	20 Apr 2008 16:46:21 -0000	1.30
--- index.html	31 Aug 2008 10:06:37 -0000	1.31
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90">
  <div class="menu">Geeklog Documentation</div>
  
--- 7,11 ----
  
  <body>
! <p><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></p>
  <div class="menu">Geeklog Documentation</div>
  

Index: config.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/config.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** config.html	1 Aug 2008 20:25:19 -0000	1.91
--- config.html	31 Aug 2008 10:06:37 -0000	1.92
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Configuration</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Configuration</div>
  
***************
*** 49,55 ****
  
  <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_site_url">site_url</a></td>
--- 49,55 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_site_url">site_url</a></td>
***************
*** 99,105 ****
  
  <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_site_mail">site_mail</a></td>
--- 99,105 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_site_mail">site_mail</a></td>
***************
*** 160,166 ****
  
  <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_backend">backend</a></td>
      <td valign="top">1</td>
--- 160,166 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td valign="top"><a name="desc_backend">backend</a></td>
      <td valign="top">1</td>
***************
*** 187,193 ****
  
  <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_path_html">path_html</a></td>
      <td valign="top">/path/to/geeklog/public_html/</td>
--- 187,193 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td valign="top"><a name="desc_path_html">path_html</a></td>
      <td valign="top">/path/to/geeklog/public_html/</td>
***************
*** 214,220 ****
  
  <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_have_pear">have_pear</a></td>
      <td valign="top"><code>false</code></td>
--- 214,220 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td valign="top"><a name="desc_have_pear">have_pear</a></td>
      <td valign="top"><code>false</code></td>
***************
*** 238,244 ****
  
  <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_allow_mysqldump">allow_mysqldump</a></td>
      <td valign="top">1</td>
--- 238,244 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td valign="top"><a name="desc_allow_mysqldump">allow_mysqldump</a></td>
      <td valign="top">1</td>
***************
*** 260,266 ****
  
  <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_num_search_results">num_search_results</a></td>
--- 260,266 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_num_search_results">num_search_results</a></td>
***************
*** 275,281 ****
  
  <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_maximagesperarticle">maximagesperarticle</a></td>
--- 275,281 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_maximagesperarticle">maximagesperarticle</a></td>
***************
*** 369,375 ****
  
  <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_trackback_enabled">trackback_enabled</a></td>
--- 369,375 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_trackback_enabled">trackback_enabled</a></td>
***************
*** 406,412 ****
  
  <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_pingback_enabled">pingback_enabled</a></td>
--- 406,412 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_pingback_enabled">pingback_enabled</a></td>
***************
*** 445,451 ****
  
  <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_theme">theme</a></td>
--- 445,451 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_theme">theme</a></td>
***************
*** 475,481 ****
  
  <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_show_right_blocks">show_right_blocks</a></td>
--- 475,481 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_show_right_blocks">show_right_blocks</a></td>
***************
*** 499,505 ****
  
  <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_sort_admin">sort_admin</a></td>
--- 499,505 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_sort_admin">sort_admin</a></td>
***************
*** 526,532 ****
  
  <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_sortmethod">sortmethod</a></td>
--- 526,532 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_sortmethod">sortmethod</a></td>
***************
*** 550,556 ****
  
  <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_whosonline_threshold">whosonline_threshold</a></td>
--- 550,556 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_whosonline_threshold">whosonline_threshold</a></td>
***************
*** 566,572 ****
  
  <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_newstoriesinterval">newstoriesinterval</a></td>
--- 566,572 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_newstoriesinterval">newstoriesinterval</a></td>
***************
*** 611,617 ****
  
  <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_new_user_registration">disable_new_user_registration</a></td>
--- 611,617 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_disable_new_user_registration">disable_new_user_registration</a></td>
***************
*** 700,706 ****
  
  <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_spamx">spamx</a></td>
--- 700,706 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_spamx">spamx</a></td>
***************
*** 716,722 ****
  
  <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_lastlogin">lastlogin</a></td>
--- 716,722 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_lastlogin">lastlogin</a></td>
***************
*** 778,784 ****
  
  <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_usersubmission">usersubmission</a></td>
--- 778,784 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_usersubmission">usersubmission</a></td>
***************
*** 809,815 ****
  
  <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_storysubmission">storysubmission</a></td>
--- 809,815 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_storysubmission">storysubmission</a></td>
***************
*** 851,857 ****
  
  <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_commentspeedlimit">commentspeedlimit</a></td>
--- 851,857 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_commentspeedlimit">commentspeedlimit</a></td>
***************
*** 878,884 ****
  
  <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_image_lib">image_lib</a></td>
--- 878,884 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_image_lib">image_lib</a></td>
***************
*** 913,919 ****
  
  <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_keep_unscaled_image">keep_unscaled_image</a></td>
--- 913,919 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_keep_unscaled_image">keep_unscaled_image</a></td>
***************
*** 938,944 ****
  
  <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_max_image_width">max_image_width</a></td>
--- 938,944 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_max_image_width">max_image_width</a></td>
***************
*** 963,969 ****
  
  <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_max_topicicon_width">max_topicicon_width</a></td>
--- 963,969 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_max_topicicon_width">max_topicicon_width</a></td>
***************
*** 988,994 ****
  
  <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_max_photo_width">max_photo_width</a></td>
--- 988,994 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_max_photo_width">max_photo_width</a></td>
***************
*** 1029,1035 ****
  
  <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_use_gravatar">use_gravatar</a></td>
--- 1029,1035 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_use_gravatar">use_gravatar</a></td>
***************
*** 1058,1064 ****
  
  <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_language">language</a></td>
--- 1058,1064 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_language">language</a></td>
***************
*** 1086,1092 ****
  
  <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_locale">locale</a></td>
--- 1086,1092 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_locale">locale</a></td>
***************
*** 1162,1168 ****
  
  <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_cookie_session">cookie_session</a></td>
--- 1162,1168 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_cookie_session">cookie_session</a></td>
***************
*** 1218,1224 ****
  
  <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_pdf_enabled">pdf_enabled</a></td>
--- 1218,1224 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_pdf_enabled">pdf_enabled</a></td>
***************
*** 1262,1268 ****
  
  <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_rootdebug">rootdebug</a></td>
--- 1262,1268 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_rootdebug">rootdebug</a></td>
***************
*** 1278,1284 ****
  
  <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_emailstories">emailstories</a></td>
--- 1278,1284 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_emailstories">emailstories</a></td>
***************
*** 1302,1308 ****
  
  <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_user_html">user_html</a></td>
--- 1302,1308 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_user_html">user_html</a></td>
***************
*** 1331,1337 ****
  
  <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_censormode">censormode</a></td>
--- 1331,1337 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_censormode">censormode</a></td>
***************
*** 1351,1357 ****
  
  <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_ip_lookup">ip_lookup</a></td>
--- 1351,1357 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_ip_lookup">ip_lookup</a></td>
***************
*** 1364,1370 ****
  
  <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>
--- 1364,1370 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr>
    <td valign="top"><a name="desc_disable_webservices">disable_webservices</a></td>
***************
*** 1394,1400 ****
  
  <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">_DB_host</td>
      <td valign="top">localhost</td>
--- 1394,1400 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td valign="top">_DB_host</td>
      <td valign="top">localhost</td>
***************
*** 1428,1434 ****
  
  <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_path">path</a></td>
      <td valign="top">/path/to/geeklog/</td>
--- 1428,1434 ----
  
  <table border="1" width="100%">
! <tr><th style="width:8%">Variable</th>
!     <th style="width:29%">Default Value</th>
!     <th style="width:63%">Description</th></tr>
  <tr><td valign="top"><a name="desc_path">path</a></td>
      <td valign="top">/path/to/geeklog/</td>
***************
*** 1463,1469 ****
  </p>
  <p>URL rewriting means that your URLs will look like this</p>
! <p align="center"><tt>http://www.geeklog.net/article.php/20021022234959146</tt></p>
  <p>instead of like this</p>
! <p align="center"><tt>http://www.geeklog.net/article.php?story=20021022234959146</tt></p>
  <p>While some search engines will pick up the second form, Google seems to
  prefer the first format and often ignores the second format.</p>
--- 1463,1469 ----
  </p>
  <p>URL rewriting means that your URLs will look like this</p>
! <p style="margin-left:4em;"><tt>http://www.geeklog.net/article.php/20021022234959146</tt></p>
  <p>instead of like this</p>
! <p style="margin-left:4em;"><tt>http://www.geeklog.net/article.php?story=20021022234959146</tt></p>
  <p>While some search engines will pick up the second form, Google seems to
  prefer the first format and often ignores the second format.</p>

Index: support.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/support.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** support.html	23 May 2008 15:40:52 -0000	1.27
--- support.html	31 Aug 2008 10:06:37 -0000	1.28
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
--- 1,3 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
***************
*** 7,11 ****
  
  <body>
! <a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Support</div>
  
--- 7,11 ----
  
  <body>
! <p><a href="index.html" style="background:transparent"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90"></a></p>
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Support</div>
  
***************
*** 89,99 ****
  <h2>International Support</h2>
  
! <p><img src="images/de.png" width="16" height="16" border="0" align="middle" alt=""> <a href="http://geeklog.info/">geeklog.info</a> - Geeklog-Support in Deutsch</p>
  
! <p><img src="images/pl.png" width="16" height="16" border="0" align="middle" alt=""> <a href="http://www.geeklog.now.pl/">GeeklogPolska</a>  - Geeklog support po Polsku</p>
  
! <p><img src="images/jp.png" width="16" height="16" border="0" align="middle" alt=""> <a href="http://www.geeklog.jp/">Geeklog Japanese</a> - Geeklog support in Japanese</p>
  
! <p><img src="images/fr.png" width="16" height="16" border="0" align="middle" alt=""> <a href="http://www.geeklog.fr/">Geeklog France</a> - Geeklog support in French</p>
  
  <div class="footer">
--- 89,99 ----
  <h2>International Support</h2>
  
! <p><img src="images/de.png" width="16" height="16" style="vertical-align:middle" alt=""> <a href="http://geeklog.info/">geeklog.info</a> - Geeklog-Support in Deutsch</p>
  
! <p><img src="images/pl.png" width="16" height="16" style="vertical-align:middle" alt=""> <a href="http://www.geeklog.now.pl/">GeeklogPolska</a>  - Geeklog support po Polsku</p>
  
! <p><img src="images/jp.png" width="16" height="16" style="vertical-align:middle" alt=""> <a href="http://www.geeklog.jp/">Geeklog Japanese</a> - Geeklog support in Japanese</p>
  
! <p><img src="images/fr.png" width="16" height="16" style="vertical-align:middle" alt=""> <a href="http://www.geeklog.fr/">Geeklog France</a> - Geeklog support in French</p>
  
  <div class="footer">

Index: history
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/history,v
retrieving revision 1.715
retrieving revision 1.716
diff -C2 -d -r1.715 -r1.716
*** history	30 Aug 2008 06:50:22 -0000	1.715
--- history	31 Aug 2008 10:06:37 -0000	1.716
***************
*** 30,34 ****
  - Fixed error when attempting to highlight a search query that contained a
    slash [Dirk]
! - Updated FCKEditor to v2.6.3 [Blaine]
  - Moved remove() (config JavaScript) to gl_cfg_remove (bug #0000681) [Mike]
  - Change for CUSTOM_usercreate to support passing in $batchimport, 
--- 30,34 ----
  - Fixed error when attempting to highlight a search query that contained a
    slash [Dirk]
! - Updated FCKeditor to v2.6.3 [Blaine]
  - Moved remove() (config JavaScript) to gl_cfg_remove (bug #0000681) [Mike]
  - Change for CUSTOM_usercreate to support passing in $batchimport, 
***************
*** 288,292 ****
  -----------
  
! - Updated FCKEditor to v2.6 [Blaine]
  - LDAP remote authentication module, provided by Jessica Blank / MTV Networks
  - The {lang_attribute} can only properly be set in a multi-language setup
--- 288,292 ----
  -----------
  
! - Updated FCKeditor to v2.6 [Blaine]
  - LDAP remote authentication module, provided by Jessica Blank / MTV Networks
  - The {lang_attribute} can only properly be set in a multi-language setup
***************
*** 946,950 ****
  - Added a help URL for the block display of static pages [Oliver]
  - Added ability in staticpage editor to enable/disable Advanced Editor mode
!   so you can use FCKEditor and then if need basic html edit mode [Blaine]
  - Fixed default sorting order for the list of static pages [Dirk]
  - Allow to show/hide update date/time and hits [Oliver]
--- 946,950 ----
  - Added a help URL for the block display of static pages [Oliver]
  - Added ability in staticpage editor to enable/disable Advanced Editor mode
!   so you can use FCKeditor and then if need basic html edit mode [Blaine]
  - Fixed default sorting order for the list of static pages [Dirk]
  - Allow to show/hide update date/time and hits [Oliver]
***************
*** 1101,1105 ****
  
  - header.thtml now specifies the CSS Class Declaration to use for the body.
!   This addresses the issue with FCKEditor when displayed, its CSS was
    over-riding the main site <body> tag and the site margin padding was being
    affected [Blaine]
--- 1101,1105 ----
  
  - header.thtml now specifies the CSS Class Declaration to use for the body.
!   This addresses the issue with FCKeditor when displayed, its CSS was
    over-riding the main site <body> tag and the site margin padding was being
    affected [Blaine]




More information about the geeklog-cvs mailing list