[geeklog-cvs] geeklog-1.3/docs config.html,1.32,1.33 history,1.219,1.220 install.html,1.28,1.29 staticpages.html,1.7,1.8

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Aug 3 06:57:11 EDT 2004


Update of /var/cvs/geeklog-1.3/docs
In directory www:/tmp/cvs-serv19393

Modified Files:
	config.html history install.html staticpages.html 
Log Message:
Updated documentation


Index: install.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/docs/install.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** install.html	14 Mar 2004 20:37:53 -0000	1.28
--- install.html	3 Aug 2004 10:57:08 -0000	1.29
***************
*** 99,104 ****
  		</ol>
  
! <p>The following instructions will refer to the <tt>public_html</tt> directory
! a lot. Here is what this is all about:<p>
  
  <p>Basically, a Geeklog installation consists of two parts: The part that is
--- 99,105 ----
  		</ol>
  
! <p>The following instructions will refer to the
! <a name="public_html"><tt>public_html</tt></a> directory a lot. Here is what
! this is all about:<p>
  
  <p>Basically, a Geeklog installation consists of two parts: The part that is

Index: staticpages.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/docs/staticpages.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** staticpages.html	15 Feb 2004 16:31:40 -0000	1.7
--- staticpages.html	3 Aug 2004 10:57:08 -0000	1.8
***************
*** 2,6 ****
  <html>
  <head>
!   <title>Geeklog Documentation - Static Pages plugin 1.4</title>
    <link rel="stylesheet" type="text/css" href="docstyle.css" title="Dev Stylesheet">
  </head>
--- 2,6 ----
  <html>
  <head>
!   <title>Geeklog Documentation - Static Pages plugin 1.4.1</title>
    <link rel="stylesheet" type="text/css" href="docstyle.css" title="Dev Stylesheet">
  </head>
***************
*** 16,20 ****
  </table>
  
! <h1>Static Pages plugin 1.4</h1>
  
  <h2><a name="about">What is it?</a></h2>
--- 16,20 ----
  </table>
  
! <h1>Static Pages plugin 1.4.1</h1>
  
  <h2><a name="about">What is it?</a></h2>
***************
*** 100,104 ****
  <h3><a name="sort">Sorting</a></h3>
  
! <p>When you have more than one static page that would appear in the same section of the center area (e.g. two static pages that would be displayed at the top of the index page), you can chose the order in which they appear by setting the <code>$_SP_CONF['sort_by']</code> variable in the plugin's <tt>config.php</tt> file to one of <tt>id</tt> (sort by page id), <tt>date</tt> (sort by last changed date), or <tt>title</tt> (sort by page title). The default is to sort by page id.</p>
  
  <h2><a name="block">Wrapping Static Pages in a block</a></h2>
--- 100,106 ----
  <h3><a name="sort">Sorting</a></h3>
  
! <p><strong>Centerblocks:</strong> When you have more than one static page that would appear in the same section of the center area (e.g. two static pages that would be displayed at the top of the index page), you can chose the order in which they appear by setting the <code>$_SP_CONF['sort_by']</code> variable in the plugin's <tt>config.php</tt> file to one of <tt>id</tt> (sort by page id), <tt>date</tt> (sort by last changed date), or <tt>title</tt> (sort by page title). The default is to sort by page id.</p>
! 
! <p><strong>Menu entries:</strong> It's also possible to sort the static pages that are displayed in the site's menu (if you're using a theme that uses the <code>{plg_menu_elements}</code> variables in its <tt>header.thtml</tt>). Set the <code>$_SP_CONF['sort_menu_by']</code> variable (again, in the plugin's <tt>config.php</tt> file) to one of <tt>id</tt> (sort by page id), <tt>date</tt> (sort by last changed date), <tt>label</tt> (sort by the menu label), or <tt>title</tt> (sort by page title).</p>
  
  <h2><a name="block">Wrapping Static Pages in a block</a></h2>

Index: config.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/docs/config.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** config.html	1 Aug 2004 21:37:49 -0000	1.32
--- config.html	3 Aug 2004 10:57:08 -0000	1.33
***************
*** 208,211 ****
--- 208,215 ----
      page. See <a href="#date_formats">date formats</a> below.</td></tr>
  <tr>
+   <td valign="top"><a name="desc_week_start">week_start</a></td>
+   <td valign="top">Sun</td>
+   <td valign="top">First day of the week in the calendar. Can be either <tt>'Sun'</tt> (Sunday) or <tt>'Mon'</tt> (Monday).</td></tr>
+ <tr>
    <td valign="top"><a name="desc_default_charset">default_charset</a></td>
    <td valign="top">iso-8859-1</td>
***************
*** 478,481 ****
--- 482,493 ----
    <td valign="top">How long, in seconds, users can be idle before removing them from the whosonline block</td></tr>
  <tr>
+   <td valign="top"><a name="desc_whosonline_fullname">whosonline_fullname</a></td>
+   <td valign="top">0</td>
+   <td valign="top">Display the user's full names (1) or short usernames (0) in the Who's Online block. Users who didn't enter their full name will always be displayed with their username.</td></tr>
+ <tr>
+   <td valign="top"><a name="desc_whosonline_anonymous">whosonline_anonymous</a></td>
+   <td valign="top">0</td>
+   <td valign="top">If enables (i.e. set to 1), anonymous users will only see the number of registered users currently only in the Who's Online block but not their names. Only logged-in users will see the names of other users that are currently online.</td></tr>
+ <tr>
    <td valign="top"><a name="desc_emailstories">emailstories</a></td>
    <td valign="top">0</td>
***************
*** 541,544 ****
--- 553,561 ----
    <td valign="top">300</td>
    <td valign="top">Minimum delay between two requests for a new password, in seconds.</td></tr>
+ <tr>
+   <td valign="top"><a name="desc_ip_lookup">ip_lookup</a></td>
+   <td valign="top"><i>not set</i></td>
+   <td valign="top">The IP addresses of comment posters are logged and displayed for admin users. When this variable is set to point to a service that can do IP address lookups, it's possible to lookup the owner of an IP address by clicking on it, making it easier to report missuse to ISPs, etc.<br>
+ <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 Nettools package, in wich case the correct setting would be <code>$_CONF['ip_lookup'] = $_CONF['site_url'] . '/nettools/domain=*';</code></td></tr>
  </table>
  

Index: history
===================================================================
RCS file: /var/cvs/geeklog-1.3/docs/history,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -d -r1.219 -r1.220
*** history	2 Aug 2004 18:38:52 -0000	1.219
--- history	3 Aug 2004 10:57:08 -0000	1.220
***************
*** 4,7 ****
--- 4,15 ----
  ------------
  
+ - Removed hard-coded am/pm formatted hours from the calendar's day view
+   (calendar/dayview/dayview.thtml) and replaced them with {xx_hour} variables,
+   where 'xx' is 0-23, which will be replaced with the hours formatted
+   according to the $_CONF['timeonly'] config variable [Dirk]
+ - Themes can now use a couple of CSS class names to style the small calendar (of
+   the previous and next month) in month view: .smallcal, .smallcal-headline,
+   .smallcal-week-even, .smallcal-week-odd, .smallcal-week-empty,
+   .smallcal-day-even, .smallcal-day-odd, and .smallcal-day-empty [Dirk]
  - Improvements to the Story Archive Feature, UI tweaks, Language Extraction,
    Added new field to the topics table. Admin now sets the archive topic in 




More information about the geeklog-cvs mailing list