[geeklog-cvs] Geeklog-1.x/public_html/docs config.html, 1.83, 1.84 index.html, 1.28, 1.29

Dirk Haun dhaun at qs1489.pair.com
Sun Apr 20 12:26:33 EDT 2008


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

Modified Files:
	config.html index.html 
Log Message:
No more config.php ...


Index: index.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/index.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** index.html	5 Aug 2007 09:33:02 -0000	1.28
--- index.html	20 Apr 2008 16:26:31 -0000	1.29
***************
*** 26,30 ****
    <li><a href="install.html">How to install Geeklog</a> (includes updating
      instructions)</li>
!   <li><a href="config.html">The Geeklog Configuration File</a> (config.php)</li>
    <li>Pre-installed plugins
      <ul>
--- 26,30 ----
    <li><a href="install.html">How to install Geeklog</a> (includes updating
      instructions)</li>
!   <li><a href="config.html">Configuration Options</a></li>
    <li>Pre-installed plugins
      <ul>

Index: config.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/config.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** config.html	5 Aug 2007 09:33:02 -0000	1.83
--- config.html	20 Apr 2008 16:26:31 -0000	1.84
***************
*** 10,22 ****
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Configuration</div>
  
! <h1>Geeklog Configuration File</h1>
  
! <h2>Setting up config.php</h2>
  
! <p>Most of Geeklog's "static" settings (i.e. those that you aren't going to
! change often) are set in a text file called <tt>config.php</tt>. It is
! necessary to edit this file to get your system running as well as
! configuring it to your preferences. This file contains a set of variables as
! defined below:</p>
  
  <ul>
--- 10,31 ----
  <div class="menu"><a href="index.html">Geeklog Documentation</a> - Configuration</div>
  
! <h1>Geeklog Configuration</h1>
  
! <h2>Configuration files</h2>
  
! <p>Previous versions of Geeklog used one huge file called <tt>config.php</tt>
! that held all the core configuration options. As of Geeklog 1.5.0, most of
! the configuration options have been moved to the database and can now be
! reached from the <b>Configuration</b> admin panel within Geeklog.</p>
! 
! <p>For technical reasons, some configuration options still have to be
! stored in files. There are two such configuration files now, called
! <tt>db-config.php</tt> and <tt>siteconfig.php</tt>. These files are updated
! when you install Geeklog and you will not normally have to edit them
! manually.</p>
! 
! <h2>Configuration options</h2>
! 
! <p>Geeklog's configuration options can be grouped like this:</p>
  
  <ul>
***************
*** 44,47 ****
--- 53,59 ----
  <h3><a name="database">Database Settings</a></h3>
  
+ <p>Most of the database settings are actually stored in the
+ <tt>db-config.php</tt> configuratin file:</p>
+ 
  <table border="1" width="100%">
  <tr><th width="8%">Variable</th>
***************
*** 69,72 ****
--- 81,93 ----
      <td valign="top">Prefix to put in front of all of Geeklog's table names (to
          avoid name collisions with tables used by other applications)</td></tr>
+ </table>
+ 
+ <p>These database-related settings are available from the Configuration admin
+ panel:</p>
+ 
+ <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_mysqldump_path</td>
      <td valign="top">/usr/bin/mysqldump</td>
***************
*** 97,104 ****
  <tr><td valign="top"><a name="desc_path">path</a></td>
      <td valign="top">/path/to/geeklog/</td>
!     <td valign="top">Base file system path for your site (trailing slash necessary)</td></tr>
  <tr><td valign="top"><a name="desc_path_system">path_system</a></td>
      <td valign="top">/path/to/geeklog/system/</td>
!     <td valign="top">Path to your system directory for your site (trailing slash necessary).  This directory holds the code libraries used throughout Geeklog</td></tr>
  <tr><td valign="top"><a name="desc_path_html">path_html</a></td>
      <td valign="top">/path/to/geeklog/public_html/</td>
--- 118,127 ----
  <tr><td valign="top"><a name="desc_path">path</a></td>
      <td valign="top">/path/to/geeklog/</td>
!     <td valign="top">Base file system path for your site (trailing slash necessary)<br>
!         (in <tt>site-config.php</tt>)</td></tr>
  <tr><td valign="top"><a name="desc_path_system">path_system</a></td>
      <td valign="top">/path/to/geeklog/system/</td>
!     <td valign="top">Path to your system directory for your site (trailing slash necessary).  This directory holds the code libraries used throughout Geeklog<br>
!         (in <tt>site-config.php</tt>)</td></tr>
  <tr><td valign="top"><a name="desc_path_html">path_html</a></td>
      <td valign="top">/path/to/geeklog/public_html/</td>
***************
*** 233,237 ****
    <td valign="top">true</td>
    <td valign="top">A Geeklog site can be disabled quickly (e.g. for maintenance)
!     by setting this to 'false'.</td></tr>
  <tr>
    <td valign="top"><a name="desc_site_disabled_msg">site_disabled_msg</a></td>
--- 256,261 ----
    <td valign="top">true</td>
    <td valign="top">A Geeklog site can be disabled quickly (e.g. for maintenance)
!     by setting this to 'false'.<br>
!     (in <tt>site-config.php</tt>)</td></tr>
  <tr>
    <td valign="top"><a name="desc_site_disabled_msg">site_disabled_msg</a></td>
***************
*** 369,372 ****
--- 393,397 ----
      sending email. Only used if the language file did not already set
      another character encoding.<br>
+     (in <tt>site-config.php</tt>)<br>
      For <a href="http://wiki.geeklog.net/wiki/index.php/Multi-Language_Support">multi-language</a> setups, using <code>'utf-8'</code> as the default character
      set is recommended.</td></tr>




More information about the geeklog-cvs mailing list