<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://gwiki3.thatlinuxbox.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robert</id>
		<title>GeeklogWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://gwiki3.thatlinuxbox.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robert"/>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/Special:Contributions/Robert"/>
		<updated>2026-04-04T14:30:16Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.5</generator>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Installation_Instructions&amp;diff=420</id>
		<title>Installation Instructions</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Installation_Instructions&amp;diff=420"/>
				<updated>2004-07-16T08:52:32Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: Re-formatted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|&lt;br /&gt;
|- valign=top bgcolor=#aec7e8&lt;br /&gt;
|'''INSTALLATION INSTRUCTIONS (new installation)'''&lt;br /&gt;
|- valign=top bgcolor=#cdeeff&lt;br /&gt;
|Please read this section '''COMPLETELY''' before beginning.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unpack the tarball *within* your web tree by running the following in your shell (this assumes you have ssh access and that you are working with the tarball ''on the designated server''- this can be locally or hosted elsewhere):&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;tar -zxvf geeklog-1.3.9sr1.tar.gz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;'''FTP, Windows Users:''' unpack the tarball on your ''local computer'' and upload the result to your designated server. Everything uploads as ASCII except the images.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;For *nix installations the following may be required:&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;chown -R ''webuser'':''webuser'' /path/to/geeklog&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;This guarantees that everything in that path belongs to you, typical settings are &amp;lt;nowiki&amp;gt;www:www&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;nobody:nobody&amp;lt;/nowiki&amp;gt; and more often than not doesn't matter.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;For *nix installations cd into /path/to/geeklog and do the following:&lt;br /&gt;
&lt;br /&gt;
;&amp;lt;code&amp;gt;chmod -R 775 logs/&lt;br /&gt;
;chmod -R 775 public_html/backend/&lt;br /&gt;
;chmod -R 775 public_html/images/articles&lt;br /&gt;
;chmod -R 775 public_html/images/userphotos&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;'''FTP Users:''' If you're doing the chmod via a FTP client, you must also apply the chmod to the files in logs/ and public_html/backend as well as the directories themselves. Most, if not all, ftp clients do not perform this command recursively.  That means you need to set each file within each of these directories manually.&amp;lt;br&amp;gt;'''NOTE:''' Some hostings do not allow you to write logs to logs folder outside of the webfolder (aka public_html) or they may already have there their own folder logs/ with strict permissions, for those or similar reasons you have to change the path to logs. For example, put it under public_html, within your web root. If so, change $_CONF path_log for your new path, make or move logs folder with both files there and make sure permissions are set at new place.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;table width=95% border=0 cellspacing=2 cellpadding=4 bgcolor=black&amp;gt;&lt;br /&gt;
&amp;lt;tr bgcolor=white&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;SPECIAL NOTE: &amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;'''Not following step #3 correctly is the #1 reason why people receive errors when they first try to use Geeklog'''. Take your time and get it right. Also, some users have reported problems if the above permissions are not set to 777. Try 775 first and only be more permissive if you receive an error message.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;There is also a script at '''http://yourgeeklogsite/admin/install/check.php''' that can test the permissions for you.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create the database you want Geeklog to reside in. You only need to create an empty database - the install script (see below) will create the tables for you.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you are not familiar with using MySQL, you are urged to get [http://www.phpmyadmin.net phpMyAdmin] and use it to create a new database. If you have no idea what the previous two sentences mean, contact your sysadmin for help.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Edit config.php with the appropriate settings for your server. For installation, this basically means &amp;quot;set your paths,&amp;quot; as all other variables can be changed after a successful installation. The config.php file contains comments to help you out.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Windows users, you should be able to use the Unix '/' in your paths without any problems. Otherwise, you will need to use the doubled Windows slashes '\\'.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''Please read the comments in config.php carefully.''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Edit '''lib-common.php''' and change the require_once() at the top to point to the location of your '''config.php''' file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open your browser and navigate to '''http://yourgeeklogsite/admin/install/install.php''' and follow the directions!&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once you see the success message, you are ready to go. '''You can now delete the admin/install directory''' (and all files within it).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Read the first story on your Geeklog site to learn how to log in as the administrator. Please remember to change the default passwords on all pre-configured accounts right away.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=351</id>
		<title>Talk:Geeklog 1.3x Documentation</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=351"/>
				<updated>2004-07-09T10:38:23Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: =New Layout Of 1.3x Index Page=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Netbuster]]&lt;br /&gt;
I was excited to learn about this Wiki project and decided to add some personal experiences, as i just refreshed my memory by recent upgrade to 1.3.9 &lt;br /&gt;
But, I started typing all little things I noticed and realized, doc page becomes clogged too much.&lt;br /&gt;
&lt;br /&gt;
I added one note here for obvious thing which happens with me always and under all hostings, and then thought one more note about checking permissions, under installation steps, there is an advise for check.php script. It is currently running not correctly, so first my move was to write it, like this &lt;br /&gt;
NOTE: As of 1.3.9sr1 version, running check.php will help you to identify whether permissions are set correctly only till you get an error regarding SQL. Once SQL related error occurs, download error.log and read the error. It will mean that permissions for logs/ folder are set and geeklog writes to it. But errors regarding SQL are not for you to worry at that point, omit it for now and go to the step 4&lt;br /&gt;
&lt;br /&gt;
But then I removed it from there, since I started thinking that at the same spot I have to describe how to correct errors, which error is good and which is not, what to do etc. It may become a 2 page story just describing a current work of one script, while it may all change in the next version &lt;br /&gt;
So, having said all of this, my questions are: &lt;br /&gt;
&lt;br /&gt;
# Should we have a version related errors file or how wiki doc will change if 1.3.10 will be released and function differently &lt;br /&gt;
# If someone spots a bug or an error, is Documentation is a write space for describing it and if yes, what spot? Should it be under Problems? May be version differencies? I remember from previous installations, there are numerious little but important changes from version to version and automatic updates not always catch them &lt;br /&gt;
# Not related, but ... What about security? I registered my account and even without proving an email I was logged on immediately to edit stuff. What if someone will delete or add advertisement entries all over the place?&lt;br /&gt;
&lt;br /&gt;
[[User:Tomw|TomW]] Here are my suggestions for these questions:&lt;br /&gt;
# It is very easy to make a new page just refer to it.  I would suggest that version specific notes be included on their own page like this &amp;lt;nowiki&amp;gt;[[ModulePageSubjectEtc 1.3.8 note]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# It doesn't matter on things like this, perhaps we could add a page to each update page for gotcha's like this.  Be the first and start the trend.&lt;br /&gt;
#Security is not a big issue.  I will keep an eye on it, as sysop I have the ability to ban users and ips and I will.  The wiki keeps a history and I make a daily backup also, so I can get back to previous versions.&lt;br /&gt;
&lt;br /&gt;
== Still unclear how to post ==&lt;br /&gt;
&lt;br /&gt;
Hi ALL&lt;br /&gt;
&lt;br /&gt;
I went ahead and posted a gotcha for check.php&lt;br /&gt;
&lt;br /&gt;
http://wiki.geeklog.net/wiki/index.php/Talk:Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
I thought, I did it right way, I went first to the page I wanted to add my gotcha, which is this one:&lt;br /&gt;
&lt;br /&gt;
http://www.pigstye.net/wiki/index.php/Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
And pressed &amp;quot;Discuss this page&amp;quot;&lt;br /&gt;
&lt;br /&gt;
where I typed all my text and submitted&lt;br /&gt;
&lt;br /&gt;
But when I went back to the main page, nowhere it states that there is note linked to that page and of course no name mentioned, so it will be a real coinsidence if someone will click to &amp;quot;Discuss...&amp;quot; link to see my note and have a problem discussed there, so my note will be helpful&lt;br /&gt;
&lt;br /&gt;
I see some options used (like linked pages) but how I can link those notes?&lt;br /&gt;
&lt;br /&gt;
or, may be I can make a fresh page and position it under the page it discusses? The How?&lt;br /&gt;
&lt;br /&gt;
Please advise!&lt;br /&gt;
&lt;br /&gt;
== Adding pages so they're visible ==&lt;br /&gt;
[[User:Robert|Robert]]&lt;br /&gt;
Netbuster, if you want to add a subpage to any page in the wiki you do the following:&lt;br /&gt;
#Go to this page e.g. [[Installation_Instructions|Installation Instructions]]&lt;br /&gt;
#You read it and want to add some thoughts of yours and call it '''CHECK.PHP GOTCHA'''. OK&lt;br /&gt;
#So you clik on Edit this page.&lt;br /&gt;
#In the editor you go to the bottom of the text and enter e.g. this &amp;lt;nowiki&amp;gt;[[CHECK.PHP GOTCHA]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#You save the page&lt;br /&gt;
#After saving there will be a new link at the bottom of Installation Instructions page, called '''CHECK.PHP GOTCHA''' leading to a new page you gotta fill with the content&lt;br /&gt;
#When you click on the link you will see an editor field waiting for you insights on any subject&lt;br /&gt;
&lt;br /&gt;
Hope that helps.&lt;br /&gt;
&lt;br /&gt;
PS&lt;br /&gt;
I've started with wiki thing a year ago and I quit because couldn't understand how it works. Now after Tom has set this up I started slowly to read the wiki docs and found it very simple to use. Really after adding two or more pages you'll get there.&lt;br /&gt;
&lt;br /&gt;
== New Layout Of 1.3x Index Page ==&lt;br /&gt;
&lt;br /&gt;
[[User:Robert|Robert]]&lt;br /&gt;
I was just wondering whether we could collapse the index page a little bit, and hide all subthings under the appropriate main sections. Something like I did for Introduction. &lt;br /&gt;
&lt;br /&gt;
That would make the navigation easier I guess. Any comments?&lt;br /&gt;
&lt;br /&gt;
Also I would like the list of plugins ordered alphabetically.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=347</id>
		<title>Talk:Geeklog 1.3x Documentation</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=347"/>
				<updated>2004-07-09T10:37:48Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Netbuster]]&lt;br /&gt;
I was excited to learn about this Wiki project and decided to add some personal experiences, as i just refreshed my memory by recent upgrade to 1.3.9 &lt;br /&gt;
But, I started typing all little things I noticed and realized, doc page becomes clogged too much.&lt;br /&gt;
&lt;br /&gt;
I added one note here for obvious thing which happens with me always and under all hostings, and then thought one more note about checking permissions, under installation steps, there is an advise for check.php script. It is currently running not correctly, so first my move was to write it, like this &lt;br /&gt;
NOTE: As of 1.3.9sr1 version, running check.php will help you to identify whether permissions are set correctly only till you get an error regarding SQL. Once SQL related error occurs, download error.log and read the error. It will mean that permissions for logs/ folder are set and geeklog writes to it. But errors regarding SQL are not for you to worry at that point, omit it for now and go to the step 4&lt;br /&gt;
&lt;br /&gt;
But then I removed it from there, since I started thinking that at the same spot I have to describe how to correct errors, which error is good and which is not, what to do etc. It may become a 2 page story just describing a current work of one script, while it may all change in the next version &lt;br /&gt;
So, having said all of this, my questions are: &lt;br /&gt;
&lt;br /&gt;
# Should we have a version related errors file or how wiki doc will change if 1.3.10 will be released and function differently &lt;br /&gt;
# If someone spots a bug or an error, is Documentation is a write space for describing it and if yes, what spot? Should it be under Problems? May be version differencies? I remember from previous installations, there are numerious little but important changes from version to version and automatic updates not always catch them &lt;br /&gt;
# Not related, but ... What about security? I registered my account and even without proving an email I was logged on immediately to edit stuff. What if someone will delete or add advertisement entries all over the place?&lt;br /&gt;
&lt;br /&gt;
[[User:Tomw|TomW]] Here are my suggestions for these questions:&lt;br /&gt;
# It is very easy to make a new page just refer to it.  I would suggest that version specific notes be included on their own page like this &amp;lt;nowiki&amp;gt;[[ModulePageSubjectEtc 1.3.8 note]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# It doesn't matter on things like this, perhaps we could add a page to each update page for gotcha's like this.  Be the first and start the trend.&lt;br /&gt;
#Security is not a big issue.  I will keep an eye on it, as sysop I have the ability to ban users and ips and I will.  The wiki keeps a history and I make a daily backup also, so I can get back to previous versions.&lt;br /&gt;
&lt;br /&gt;
== Still unclear how to post ==&lt;br /&gt;
&lt;br /&gt;
Hi ALL&lt;br /&gt;
&lt;br /&gt;
I went ahead and posted a gotcha for check.php&lt;br /&gt;
&lt;br /&gt;
http://wiki.geeklog.net/wiki/index.php/Talk:Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
I thought, I did it right way, I went first to the page I wanted to add my gotcha, which is this one:&lt;br /&gt;
&lt;br /&gt;
http://www.pigstye.net/wiki/index.php/Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
And pressed &amp;quot;Discuss this page&amp;quot;&lt;br /&gt;
&lt;br /&gt;
where I typed all my text and submitted&lt;br /&gt;
&lt;br /&gt;
But when I went back to the main page, nowhere it states that there is note linked to that page and of course no name mentioned, so it will be a real coinsidence if someone will click to &amp;quot;Discuss...&amp;quot; link to see my note and have a problem discussed there, so my note will be helpful&lt;br /&gt;
&lt;br /&gt;
I see some options used (like linked pages) but how I can link those notes?&lt;br /&gt;
&lt;br /&gt;
or, may be I can make a fresh page and position it under the page it discusses? The How?&lt;br /&gt;
&lt;br /&gt;
Please advise!&lt;br /&gt;
&lt;br /&gt;
== Adding pages so they're visible ==&lt;br /&gt;
[[User:Robert|Robert]]&lt;br /&gt;
Netbuster, if you want to add a subpage to any page in the wiki you do the following:&lt;br /&gt;
#Go to this page e.g. [[Installation_Instructions|Installation Instructions]]&lt;br /&gt;
#You read it and want to add some thoughts of yours and call it '''CHECK.PHP GOTCHA'''. OK&lt;br /&gt;
#So you clik on Edit this page.&lt;br /&gt;
#In the editor you go to the bottom of the text and enter e.g. this &amp;lt;nowiki&amp;gt;[[CHECK.PHP GOTCHA]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#You save the page&lt;br /&gt;
#After saving there will be a new link at the bottom of Installation Instructions page, called '''CHECK.PHP GOTCHA''' leading to a new page you gotta fill with the content&lt;br /&gt;
#When you click on the link you will see an editor field waiting for you insights on any subject&lt;br /&gt;
&lt;br /&gt;
Hope that helps.&lt;br /&gt;
&lt;br /&gt;
PS&lt;br /&gt;
I've started with wiki thing a year ago and I quit because couldn't understand how it works. Now after Tom has set this up I started slowly to read the wiki docs and found it very simple to use. Really after adding two or more pages you'll get there.&lt;br /&gt;
&lt;br /&gt;
== New Layout Of 1.3x Index Page ==&lt;br /&gt;
&lt;br /&gt;
[[User:Robert]]&lt;br /&gt;
I was just wondering whether we could collapse the index page a little bit, and hide all subthings under the appropriate main sections. Something like I did for Introduction. &lt;br /&gt;
&lt;br /&gt;
That would make the navigation easier I guess. Any comments?&lt;br /&gt;
&lt;br /&gt;
Also I would like the list of plugins ordered alphabetically.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=346</id>
		<title>Talk:Geeklog 1.3x Documentation</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=346"/>
				<updated>2004-07-09T10:36:33Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: ==New Layout Of 1.3x Index Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Netbuster]]&lt;br /&gt;
I was excited to learn about this Wiki project and decided to add some personal experiences, as i just refreshed my memory by recent upgrade to 1.3.9 &lt;br /&gt;
But, I started typing all little things I noticed and realized, doc page becomes clogged too much.&lt;br /&gt;
&lt;br /&gt;
I added one note here for obvious thing which happens with me always and under all hostings, and then thought one more note about checking permissions, under installation steps, there is an advise for check.php script. It is currently running not correctly, so first my move was to write it, like this &lt;br /&gt;
NOTE: As of 1.3.9sr1 version, running check.php will help you to identify whether permissions are set correctly only till you get an error regarding SQL. Once SQL related error occurs, download error.log and read the error. It will mean that permissions for logs/ folder are set and geeklog writes to it. But errors regarding SQL are not for you to worry at that point, omit it for now and go to the step 4&lt;br /&gt;
&lt;br /&gt;
But then I removed it from there, since I started thinking that at the same spot I have to describe how to correct errors, which error is good and which is not, what to do etc. It may become a 2 page story just describing a current work of one script, while it may all change in the next version &lt;br /&gt;
So, having said all of this, my questions are: &lt;br /&gt;
&lt;br /&gt;
# Should we have a version related errors file or how wiki doc will change if 1.3.10 will be released and function differently &lt;br /&gt;
# If someone spots a bug or an error, is Documentation is a write space for describing it and if yes, what spot? Should it be under Problems? May be version differencies? I remember from previous installations, there are numerious little but important changes from version to version and automatic updates not always catch them &lt;br /&gt;
# Not related, but ... What about security? I registered my account and even without proving an email I was logged on immediately to edit stuff. What if someone will delete or add advertisement entries all over the place?&lt;br /&gt;
&lt;br /&gt;
[[User:Tomw|TomW]] Here are my suggestions for these questions:&lt;br /&gt;
# It is very easy to make a new page just refer to it.  I would suggest that version specific notes be included on their own page like this &amp;lt;nowiki&amp;gt;[[ModulePageSubjectEtc 1.3.8 note]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# It doesn't matter on things like this, perhaps we could add a page to each update page for gotcha's like this.  Be the first and start the trend.&lt;br /&gt;
#Security is not a big issue.  I will keep an eye on it, as sysop I have the ability to ban users and ips and I will.  The wiki keeps a history and I make a daily backup also, so I can get back to previous versions.&lt;br /&gt;
&lt;br /&gt;
== Still unclear how to post ==&lt;br /&gt;
&lt;br /&gt;
Hi ALL&lt;br /&gt;
&lt;br /&gt;
I went ahead and posted a gotcha for check.php&lt;br /&gt;
&lt;br /&gt;
http://wiki.geeklog.net/wiki/index.php/Talk:Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
I thought, I did it right way, I went first to the page I wanted to add my gotcha, which is this one:&lt;br /&gt;
&lt;br /&gt;
http://www.pigstye.net/wiki/index.php/Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
And pressed &amp;quot;Discuss this page&amp;quot;&lt;br /&gt;
&lt;br /&gt;
where I typed all my text and submitted&lt;br /&gt;
&lt;br /&gt;
But when I went back to the main page, nowhere it states that there is note linked to that page and of course no name mentioned, so it will be a real coinsidence if someone will click to &amp;quot;Discuss...&amp;quot; link to see my note and have a problem discussed there, so my note will be helpful&lt;br /&gt;
&lt;br /&gt;
I see some options used (like linked pages) but how I can link those notes?&lt;br /&gt;
&lt;br /&gt;
or, may be I can make a fresh page and position it under the page it discusses? The How?&lt;br /&gt;
&lt;br /&gt;
Please advise!&lt;br /&gt;
&lt;br /&gt;
== Adding pages so they're visible ==&lt;br /&gt;
[[User:Robert|Robert]]&lt;br /&gt;
Netbuster, if you want to add a subpage to any page in the wiki you do the following:&lt;br /&gt;
#Go to this page e.g. [[Installation_Instructions|Installation Instructions]]&lt;br /&gt;
#You read it and want to add some thoughts of yours and call it '''CHECK.PHP GOTCHA'''. OK&lt;br /&gt;
#So you clik on Edit this page.&lt;br /&gt;
#In the editor you go to the bottom of the text and enter e.g. this &amp;lt;nowiki&amp;gt;[[CHECK.PHP GOTCHA]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#You save the page&lt;br /&gt;
#After saving there will be a new link at the bottom of Installation Instructions page, called '''CHECK.PHP GOTCHA''' leading to a new page you gotta fill with the content&lt;br /&gt;
#When you click on the link you will see an editor field waiting for you insights on any subject&lt;br /&gt;
&lt;br /&gt;
Hope that helps.&lt;br /&gt;
&lt;br /&gt;
PS&lt;br /&gt;
I've started with wiki thing a year ago and I quit because couldn't understand how it works. Now after Tom has set this up I started slowly to read the wiki docs and found it very simple to use. Really after adding two or more pages you'll get there.&lt;br /&gt;
&lt;br /&gt;
== ==New Layout Of 1.3x Index Page ==&lt;br /&gt;
&lt;br /&gt;
[[User:Robert]]&lt;br /&gt;
I was just wondering whether we could collapse the index page a little bit, and hide all subthings under the appropriate main sections. Something like I did for Introduction. &lt;br /&gt;
&lt;br /&gt;
That would make the navigation easier I guess. Any comments?&lt;br /&gt;
&lt;br /&gt;
Also I would like the list of plugins ordered alphabetically.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=345</id>
		<title>Talk:Geeklog 1.3x Documentation</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=345"/>
				<updated>2004-07-09T09:44:30Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: =Adding pages so they're visible=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Netbuster]]&lt;br /&gt;
I was excited to learn about this Wiki project and decided to add some personal experiences, as i just refreshed my memory by recent upgrade to 1.3.9 &lt;br /&gt;
But, I started typing all little things I noticed and realized, doc page becomes clogged too much.&lt;br /&gt;
&lt;br /&gt;
I added one note here for obvious thing which happens with me always and under all hostings, and then thought one more note about checking permissions, under installation steps, there is an advise for check.php script. It is currently running not correctly, so first my move was to write it, like this &lt;br /&gt;
NOTE: As of 1.3.9sr1 version, running check.php will help you to identify whether permissions are set correctly only till you get an error regarding SQL. Once SQL related error occurs, download error.log and read the error. It will mean that permissions for logs/ folder are set and geeklog writes to it. But errors regarding SQL are not for you to worry at that point, omit it for now and go to the step 4&lt;br /&gt;
&lt;br /&gt;
But then I removed it from there, since I started thinking that at the same spot I have to describe how to correct errors, which error is good and which is not, what to do etc. It may become a 2 page story just describing a current work of one script, while it may all change in the next version &lt;br /&gt;
So, having said all of this, my questions are: &lt;br /&gt;
&lt;br /&gt;
# Should we have a version related errors file or how wiki doc will change if 1.3.10 will be released and function differently &lt;br /&gt;
# If someone spots a bug or an error, is Documentation is a write space for describing it and if yes, what spot? Should it be under Problems? May be version differencies? I remember from previous installations, there are numerious little but important changes from version to version and automatic updates not always catch them &lt;br /&gt;
# Not related, but ... What about security? I registered my account and even without proving an email I was logged on immediately to edit stuff. What if someone will delete or add advertisement entries all over the place?&lt;br /&gt;
&lt;br /&gt;
[[User:Tomw|TomW]] Here are my suggestions for these questions:&lt;br /&gt;
# It is very easy to make a new page just refer to it.  I would suggest that version specific notes be included on their own page like this &amp;lt;nowiki&amp;gt;[[ModulePageSubjectEtc 1.3.8 note]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# It doesn't matter on things like this, perhaps we could add a page to each update page for gotcha's like this.  Be the first and start the trend.&lt;br /&gt;
#Security is not a big issue.  I will keep an eye on it, as sysop I have the ability to ban users and ips and I will.  The wiki keeps a history and I make a daily backup also, so I can get back to previous versions.&lt;br /&gt;
&lt;br /&gt;
== Still unclear how to post ==&lt;br /&gt;
&lt;br /&gt;
Hi ALL&lt;br /&gt;
&lt;br /&gt;
I went ahead and posted a gotcha for check.php&lt;br /&gt;
&lt;br /&gt;
http://wiki.geeklog.net/wiki/index.php/Talk:Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
I thought, I did it right way, I went first to the page I wanted to add my gotcha, which is this one:&lt;br /&gt;
&lt;br /&gt;
http://www.pigstye.net/wiki/index.php/Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
And pressed &amp;quot;Discuss this page&amp;quot;&lt;br /&gt;
&lt;br /&gt;
where I typed all my text and submitted&lt;br /&gt;
&lt;br /&gt;
But when I went back to the main page, nowhere it states that there is note linked to that page and of course no name mentioned, so it will be a real coinsidence if someone will click to &amp;quot;Discuss...&amp;quot; link to see my note and have a problem discussed there, so my note will be helpful&lt;br /&gt;
&lt;br /&gt;
I see some options used (like linked pages) but how I can link those notes?&lt;br /&gt;
&lt;br /&gt;
or, may be I can make a fresh page and position it under the page it discusses? The How?&lt;br /&gt;
&lt;br /&gt;
Please advise!&lt;br /&gt;
&lt;br /&gt;
== Adding pages so they're visible ==&lt;br /&gt;
[[User:Robert|Robert]]&lt;br /&gt;
Netbuster, if you want to add a subpage to any page in the wiki you do the following:&lt;br /&gt;
#Go to this page e.g. [[Installation_Instructions|Installation Instructions]]&lt;br /&gt;
#You read it and want to add some thoughts of yours and call it '''CHECK.PHP GOTCHA'''. OK&lt;br /&gt;
#So you clik on Edit this page.&lt;br /&gt;
#In the editor you go to the bottom of the text and enter e.g. this &amp;lt;nowiki&amp;gt;[[CHECK.PHP GOTCHA]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#You save the page&lt;br /&gt;
#After saving there will be a new link at the bottom of Installation Instructions page, called '''CHECK.PHP GOTCHA''' leading to a new page you gotta fill with the content&lt;br /&gt;
#When you click on the link you will see an editor field waiting for you insights on any subject&lt;br /&gt;
&lt;br /&gt;
Hope that helps.&lt;br /&gt;
&lt;br /&gt;
PS&lt;br /&gt;
I've started with wiki thing a year ago and I quit because couldn't understand how it works. Now after Tom has set this up I started slowly to read the wiki docs and found it very simple to use. Really after adding two or more pages you'll get there.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=339</id>
		<title>Talk:Geeklog 1.3x Documentation</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Talk:Geeklog_1.3x_Documentation&amp;diff=339"/>
				<updated>2004-07-09T09:36:59Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: Adding pages so they're visible&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Netbuster]]&lt;br /&gt;
I was excited to learn about this Wiki project and decided to add some personal experiences, as i just refreshed my memory by recent upgrade to 1.3.9 &lt;br /&gt;
But, I started typing all little things I noticed and realized, doc page becomes clogged too much.&lt;br /&gt;
&lt;br /&gt;
I added one note here for obvious thing which happens with me always and under all hostings, and then thought one more note about checking permissions, under installation steps, there is an advise for check.php script. It is currently running not correctly, so first my move was to write it, like this &lt;br /&gt;
NOTE: As of 1.3.9sr1 version, running check.php will help you to identify whether permissions are set correctly only till you get an error regarding SQL. Once SQL related error occurs, download error.log and read the error. It will mean that permissions for logs/ folder are set and geeklog writes to it. But errors regarding SQL are not for you to worry at that point, omit it for now and go to the step 4&lt;br /&gt;
&lt;br /&gt;
But then I removed it from there, since I started thinking that at the same spot I have to describe how to correct errors, which error is good and which is not, what to do etc. It may become a 2 page story just describing a current work of one script, while it may all change in the next version &lt;br /&gt;
So, having said all of this, my questions are: &lt;br /&gt;
&lt;br /&gt;
# Should we have a version related errors file or how wiki doc will change if 1.3.10 will be released and function differently &lt;br /&gt;
# If someone spots a bug or an error, is Documentation is a write space for describing it and if yes, what spot? Should it be under Problems? May be version differencies? I remember from previous installations, there are numerious little but important changes from version to version and automatic updates not always catch them &lt;br /&gt;
# Not related, but ... What about security? I registered my account and even without proving an email I was logged on immediately to edit stuff. What if someone will delete or add advertisement entries all over the place?&lt;br /&gt;
&lt;br /&gt;
[[User:Tomw|TomW]] Here are my suggestions for these questions:&lt;br /&gt;
# It is very easy to make a new page just refer to it.  I would suggest that version specific notes be included on their own page like this &amp;lt;nowiki&amp;gt;[[ModulePageSubjectEtc 1.3.8 note]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
# It doesn't matter on things like this, perhaps we could add a page to each update page for gotcha's like this.  Be the first and start the trend.&lt;br /&gt;
#Security is not a big issue.  I will keep an eye on it, as sysop I have the ability to ban users and ips and I will.  The wiki keeps a history and I make a daily backup also, so I can get back to previous versions.&lt;br /&gt;
&lt;br /&gt;
== Still unclear how to post ==&lt;br /&gt;
&lt;br /&gt;
Hi ALL&lt;br /&gt;
&lt;br /&gt;
I went ahead and posted a gotcha for check.php&lt;br /&gt;
&lt;br /&gt;
http://wiki.geeklog.net/wiki/index.php/Talk:Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
I thought, I did it right way, I went first to the page I wanted to add my gotcha, which is this one:&lt;br /&gt;
&lt;br /&gt;
http://www.pigstye.net/wiki/index.php/Installation_Instructions&lt;br /&gt;
&lt;br /&gt;
And pressed &amp;quot;Discuss this page&amp;quot;&lt;br /&gt;
&lt;br /&gt;
where I typed all my text and submitted&lt;br /&gt;
&lt;br /&gt;
But when I went back to the main page, nowhere it states that there is note linked to that page and of course no name mentioned, so it will be a real coinsidence if someone will click to &amp;quot;Discuss...&amp;quot; link to see my note and have a problem discussed there, so my note will be helpful&lt;br /&gt;
&lt;br /&gt;
I see some options used (like linked pages) but how I can link those notes?&lt;br /&gt;
&lt;br /&gt;
or, may be I can make a fresh page and position it under the page it discusses? The How?&lt;br /&gt;
&lt;br /&gt;
Please advise!&lt;br /&gt;
&lt;br /&gt;
== Adding pages so they're visible ==&lt;br /&gt;
&lt;br /&gt;
Netbuster, if you want to add a subpage to any page in the wiki you do the following:&lt;br /&gt;
#Go to this page e.g. [[Installation_Instructions|Installation Instructions]]&lt;br /&gt;
#You read it and want to add some thoughts of yours and call it '''CHECK.PHP GOTCHA'''. OK&lt;br /&gt;
#So you clik on Edit this page.&lt;br /&gt;
#In the editor you go to the bottom of the text and enter e.g. this &amp;lt;nowiki&amp;gt;[[CHECK.PHP GOTCHA]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#You save the page&lt;br /&gt;
#After saving there will be a new link at the bottom of Installation Instructions page, called '''CHECK.PHP GOTCHA''' leading to a new page you gotta fill with the content&lt;br /&gt;
#When you click on the link you will see an editor field waiting for you insights on any subject&lt;br /&gt;
&lt;br /&gt;
Hope that helps.&lt;br /&gt;
&lt;br /&gt;
PS&lt;br /&gt;
I've started with wiki thing a year ago and I quit because couldn't understand how it works. Now after Tom has set this up I started slowly to read the wiki docs and found it very simple to use. Really after adding two or more pages you'll get there.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_New_Installation&amp;diff=2841</id>
		<title>Faqman New Installation</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_New_Installation&amp;diff=2841"/>
				<updated>2004-07-08T14:43:21Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Note:'''  You need to manually create the plugin program directories and copy the program files into their appropriate directories.&lt;br /&gt;
&lt;br /&gt;
Step 0. '''Database backup'''&lt;br /&gt;
&lt;br /&gt;
Make a backup of your current geeklog database using the built-in admin feature. Verify your backup feature is configured correctly and backup file is not 0 bytes (This is worth a check)&lt;br /&gt;
&lt;br /&gt;
Step 1. '''Copy plugin files into their required directories'''&lt;br /&gt;
&lt;br /&gt;
Uncompress the archive files into your &amp;lt;geeklog_dir&amp;gt;/plugins directory. It will create a ''faqman'' directory and associated subdirectories for the files. You will need to move the files in the admin and public subdirectories to their appropriate directory as indicated below.&lt;br /&gt;
&lt;br /&gt;
1.1        public_html/           - Main program files&lt;br /&gt;
&lt;br /&gt;
The files in the public directory under your new plugins/faqman folder need to be copied to &amp;lt;geeklog_dir&amp;gt;/public_html/faqman directory&lt;br /&gt;
&lt;br /&gt;
You will need to first create the:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geeklog_dir&amp;gt;/public_html/faqman directory&lt;br /&gt;
&lt;br /&gt;
1.2        admin/                 - Plugin Install and Main admin program files&lt;br /&gt;
&lt;br /&gt;
The files in the admin directory under your new plugins/faqman folder need to be copied to &amp;lt;geeklog_dir&amp;gt;/public_html/admin/plugins/faqman directory.&lt;br /&gt;
&lt;br /&gt;
You will need to first create the:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geeklog_dir&amp;gt;/public_html/admin/plugins/faqman directory&lt;br /&gt;
&lt;br /&gt;
1.3 '''Directory and File Permissions'''&lt;br /&gt;
&lt;br /&gt;
Directory and File owner should be same as webserver&lt;br /&gt;
&lt;br /&gt;
All the files and directories should have Read permissions and directories need execute. Setting all plugin files and directories to have read + execute should not be a security issue but PHP files only need read access to execute. The directories need execute rights in order for them to be searched or accessed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2. '''Run the install program'''&lt;br /&gt;
&lt;br /&gt;
2.1   '''Logged in as admin'''&lt;br /&gt;
&lt;br /&gt;
     As of Geeklog 1.3.7 - Plugins can now be installed directly from the Plugins Editor.&lt;br /&gt;
&lt;br /&gt;
     Geeklog will list all installed plugins and show those that are not installed with a link. &lt;br /&gt;
&lt;br /&gt;
     All plugin files must be in place first&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
&lt;br /&gt;
     OR: In your browser, go to http://your_geeklog_url/admin/plugins/faqman/install.php&lt;br /&gt;
&lt;br /&gt;
Note: The installer is designed to back out any database changes if there should be an error. You can monitor the installer by viewing the error.log, file &amp;lt;geeklog_dir&amp;gt;/logs/error.log&lt;br /&gt;
&lt;br /&gt;
2.2  '''Verify successful operation'''&lt;br /&gt;
&lt;br /&gt;
*Did you get a successful completion message that your database tables have been created&lt;br /&gt;
*There should now be a faqman link in your top header.&lt;br /&gt;
*As admin, you should see the &amp;quot;faqman&amp;quot; menu item in the &amp;quot;Admin Block&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2.3    Check the install logging in the &amp;lt;geeklog_dir&amp;gt;/logs/error.log file&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=329</id>
		<title>FAQ Manager Plugin</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=329"/>
				<updated>2004-07-08T14:35:57Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0 width=100%&lt;br /&gt;
|Author&lt;br /&gt;
|Blaine Lang - Based on the FAQ Application by Stephen Ball&lt;br /&gt;
|-&lt;br /&gt;
|Latest Version&lt;br /&gt;
|0.8 Beta 1&lt;br /&gt;
|-&lt;br /&gt;
|Geeklog Version&lt;br /&gt;
|1.3.7&lt;br /&gt;
|-&lt;br /&gt;
|Release Date&lt;br /&gt;
|Mar 9, 2003&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|The FAQ Manager allows you to create categories and topics for Frequently Asked Questions (FAQ's).&lt;br /&gt;
|-&lt;br /&gt;
|Features&lt;br /&gt;
|The FAQ editor:&lt;br /&gt;
*allows you to enter full HTML&lt;br /&gt;
*it supports embedded PHP&lt;br /&gt;
*it ncludes the integrated install, de-install, administration, security, search all wrapped inside the Geeklog portal&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Stephen Ball has granted me (Blaine Lang) permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.  &lt;br /&gt;
&lt;br /&gt;
In completing the integration, I added the logic to support magic_quotes being ON or OFF in the hosted PHP environment. The original 2.0 release of the application required magic_quotes to be on.&lt;br /&gt;
&lt;br /&gt;
The FAQ Manager uses it's own and different template method then Geeklog. I have not looked at changing this or allowing the plugin to support different templates per theme. I have done considerable customization of the templates to provide a tighter integration with Geeklog&lt;br /&gt;
&lt;br /&gt;
This is a BETA Release so please report any problems or feedback on my site's forum. [[http://www.portalparts.com/forum/index.php?forum=9 Forum]]&lt;br /&gt;
&lt;br /&gt;
[[License]]&lt;br /&gt;
;[[New Installation]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_New_Installation&amp;diff=324</id>
		<title>Faqman New Installation</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_New_Installation&amp;diff=324"/>
				<updated>2004-07-08T09:13:47Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: You need to manually create the plugin program directories and copy the program files into their appropriate directories.&lt;br /&gt;
&lt;br /&gt;
Step 0.        Database backup&lt;br /&gt;
&lt;br /&gt;
Make a backup of your current geeklog database using the built-in admin feature. Verify your backup feature is configured correctly and backup file is not 0 bytes (This is worth a check)&lt;br /&gt;
&lt;br /&gt;
Step 1.        Copy plugin files into their required directories&lt;br /&gt;
&lt;br /&gt;
Uncompress the archive files into your &amp;lt;geeklog_dir&amp;gt;/plugins directory. It will create a faqman directory and associated subdirectories for the files. You will need to move the files in the admin and public subdirectories to their appropriate directory as indicated below.&lt;br /&gt;
&lt;br /&gt;
1.1        public_html/           - Main program files&lt;br /&gt;
&lt;br /&gt;
The files in the public directory under your new plugins/faqman folder need to be copied to &amp;lt;geeklog_dir&amp;gt;/public_html/faqman directory&lt;br /&gt;
&lt;br /&gt;
You will need to first create the:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geeklog_dir&amp;gt;/public_html/faqman directory&lt;br /&gt;
&lt;br /&gt;
1.2        admin/                 - Plugin Install and Main admin program files&lt;br /&gt;
&lt;br /&gt;
The files in the admin directory under your new plugins/faqman folder need to be copied to &amp;lt;geeklog_dir&amp;gt;/public_html/admin/plugins/faqman directory.&lt;br /&gt;
&lt;br /&gt;
You will need to first create the:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;geeklog_dir&amp;gt;/public_html/admin/plugins/faqman directory&lt;br /&gt;
&lt;br /&gt;
1.3          Directory and File Permissions &lt;br /&gt;
&lt;br /&gt;
Directory and File owner should be same as webserver&lt;br /&gt;
&lt;br /&gt;
All the files and directories should have Read permissions and directories need execute. Setting all plugin files and directories to have read + execute should not be a security issue but PHP files only need read access to execute. The directories need execute rights in order for them to be searched or accessed&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
{Return to index}&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Step 2.        Run the install program&lt;br /&gt;
&lt;br /&gt;
2.1   Logged in as admin&lt;br /&gt;
&lt;br /&gt;
     As of Geeklog 1.3.7 - Plugins can now be installed directly from the Plugins Editor.&lt;br /&gt;
&lt;br /&gt;
     Geeklog will list all installed plugins and show those that are not installed with a link. &lt;br /&gt;
&lt;br /&gt;
     All plugin files must be in place first&lt;br /&gt;
&lt;br /&gt;
     &lt;br /&gt;
&lt;br /&gt;
     OR: In your browser, go to http://your_geeklog_url/admin/plugins/faqman/install.php&lt;br /&gt;
&lt;br /&gt;
Note: The installer is designed to back out any database changes if there should be an error. You can monitor the installer by viewing the error.log, file &amp;lt;geeklog_dir&amp;gt;/logs/error.log&lt;br /&gt;
&lt;br /&gt;
2.2  Verify successful operation&lt;br /&gt;
&lt;br /&gt;
o        Did you get a successful completion message that your database tables have been created&lt;br /&gt;
&lt;br /&gt;
o        There should now be a faqman link in your top header.&lt;br /&gt;
&lt;br /&gt;
o        As admin, you should see the &amp;quot;faqman&amp;quot; menu item in the &amp;quot;Admin Block&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2.3    Check the install logging in the &amp;lt;geeklog_dir&amp;gt;/logs/error.log file&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=323</id>
		<title>FAQ Manager Plugin</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=323"/>
				<updated>2004-07-08T09:13:00Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0 width=100%&lt;br /&gt;
|Author&lt;br /&gt;
|Blaine Lang - Based on the FAQ Application by Stephen Ball&lt;br /&gt;
|-&lt;br /&gt;
|Latest Version&lt;br /&gt;
|0.8 Beta 1&lt;br /&gt;
|-&lt;br /&gt;
|Geeklog Version&lt;br /&gt;
|1.3.7&lt;br /&gt;
|-&lt;br /&gt;
|Release Date&lt;br /&gt;
|Mar 9, 2003&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|The FAQ Manager allows you to create categories and topics for Frequently Asked Questions (FAQ's).&lt;br /&gt;
|-&lt;br /&gt;
|Features&lt;br /&gt;
|The FAQ editor:&lt;br /&gt;
*allows you to enter full HTML&lt;br /&gt;
*it supports embedded PHP&lt;br /&gt;
*it ncludes the integrated install, de-install, administration, security, search all wrapped inside the Geeklog portal&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Stephen Ball has granted me (Blaine Lang) permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.  &lt;br /&gt;
&lt;br /&gt;
In completing the integration, I added the logic to support magic_quotes being ON or OFF in the hosted PHP environment. The original 2.0 release of the application required magic_quotes to be on.&lt;br /&gt;
&lt;br /&gt;
The FAQ Manager uses it's own and different template method then Geeklog. I have not looked at changing this or allowing the plugin to support different templates per theme. I have done considerable customization of the templates to provide a tighter integration with Geeklog&lt;br /&gt;
&lt;br /&gt;
This is a BETA Release so please report any problems or feedback on my site's forum. {http://www.langfamily.ca/forum/index.php?forum=9}&lt;br /&gt;
&lt;br /&gt;
[[License]]&lt;br /&gt;
;[[New Installation]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=322</id>
		<title>FAQ Manager Plugin</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=322"/>
				<updated>2004-07-08T09:12:21Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0 width=100%&lt;br /&gt;
|Author&lt;br /&gt;
|Blaine Lang - Based on the FAQ Application by Stephen Ball&lt;br /&gt;
|-&lt;br /&gt;
|Latest Version&lt;br /&gt;
|0.8 Beta 1&lt;br /&gt;
|-&lt;br /&gt;
|Geeklog Version&lt;br /&gt;
|1.3.7&lt;br /&gt;
|-&lt;br /&gt;
|Release Date&lt;br /&gt;
|Mar 9, 2003&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|The FAQ Manager allows you to create categories and topics for Frequently Asked Questions (FAQ's).&lt;br /&gt;
|-&lt;br /&gt;
|Features&lt;br /&gt;
|The FAQ editor:&lt;br /&gt;
*allows you to enter full HTML&lt;br /&gt;
*it supports embedded PHP&lt;br /&gt;
*it ncludes the integrated install, de-install, administration, security, search all wrapped inside the Geeklog portal&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Stephen Ball has granted me permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.  &lt;br /&gt;
&lt;br /&gt;
In completing the integration, I added the logic to support magic_quotes being ON or OFF in the hosted PHP environment. The original 2.0 release of the application required magic_quotes to be on.&lt;br /&gt;
&lt;br /&gt;
The FAQ Manager uses it's own and different template method then Geeklog. I have not looked at changing this or allowing the plugin to support different templates per theme. I have done considerable customization of the templates to provide a tighter integration with Geeklog&lt;br /&gt;
&lt;br /&gt;
This is a BETA Release so please report any problems or feedback on my site's forum. {http://www.langfamily.ca/forum/index.php?forum=9}&lt;br /&gt;
&lt;br /&gt;
[[License]]&lt;br /&gt;
;[[New Installation]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=321</id>
		<title>FAQ Manager Plugin</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=321"/>
				<updated>2004-07-08T08:38:03Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0 width=100%&lt;br /&gt;
|Author&lt;br /&gt;
|Blaine Lang - Based on the FAQ Application by Stephen Ball&lt;br /&gt;
|-&lt;br /&gt;
|Latest Version&lt;br /&gt;
|0.8 Beta 1&lt;br /&gt;
|-&lt;br /&gt;
|Geeklog Version&lt;br /&gt;
|1.3.7&lt;br /&gt;
|-&lt;br /&gt;
|Release Date&lt;br /&gt;
|Mar 9, 2003&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|The FAQ Manager allows you to create categories and topics for Frequently Asked Questions (FAQ's).&lt;br /&gt;
|-&lt;br /&gt;
|Features&lt;br /&gt;
|*The FAQ editor allows you to enter full HTML&lt;br /&gt;
*supports embedded PHP&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The FAQ editor allows you to enter full HTML and supports imbedded PHP. The Plugin includes the integrated install, de-install, administration, security, search all wrapped inside the Geeklog portal.&lt;br /&gt;
&lt;br /&gt;
Stephen Ball has granted me permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.  &lt;br /&gt;
&lt;br /&gt;
In completing the integration, I added the logic to support magic_quotes being ON or OFF in the hosted PHP environment. The original 2.0 release of the application required magic_quotes to be on.&lt;br /&gt;
&lt;br /&gt;
The FAQ Manager uses it's own and different template method then Geeklog. I have not looked at changing this or allowing the plugin to support different templates per theme. I have done considerable customization of the templates to provide a tighter integration with Geeklog&lt;br /&gt;
&lt;br /&gt;
This is a BETA Release so please report any problems or feedback on my site's forum. {http://www.langfamily.ca/forum/index.php?forum=9}&lt;br /&gt;
&lt;br /&gt;
[[License]]&lt;br /&gt;
;[[New Installation]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_License&amp;diff=2840</id>
		<title>Faqman License</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_License&amp;diff=2840"/>
				<updated>2004-07-08T08:07:13Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This Geeklog Plug-in, like Geeklog is released under the GNU General Public License. It is a bona fide Open Source / Free Software project.&lt;br /&gt;
&lt;br /&gt;
Like all good open source projects, Geeklog and this Plug-in both depend on the community. Thanks for your continued support, and let us know what we can do to make Geeklog and the Plug-in even better.&lt;br /&gt;
&lt;br /&gt;
Stephen Ball has granted me permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.&lt;br /&gt;
&lt;br /&gt;
[[FAQ_Manager_Plugin|Back]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_License&amp;diff=319</id>
		<title>Faqman License</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_License&amp;diff=319"/>
				<updated>2004-07-08T08:06:03Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This Geeklog Plug-in, like Geeklog is released under the GNU General Public License. It is a bona fide Open Source / Free Software project.&lt;br /&gt;
&lt;br /&gt;
Like all good open source projects, Geeklog and this Plug-in both depend on the community. Thanks for your continued support, and let us know what we can do to make Geeklog and the Plug-in even better.&lt;br /&gt;
&lt;br /&gt;
Stephen Ball has granted me permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_License&amp;diff=318</id>
		<title>Faqman License</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Faqman_License&amp;diff=318"/>
				<updated>2004-07-08T08:05:13Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This Geeklog Plug-in, like Geeklog is released under the GNU General Public License. It is a bona fide Open Source / Free Software project.&lt;br /&gt;
;Like all good open source projects, Geeklog and this Plug-in both depend on the community. Thanks for your continued support, and let us know what we can do to make Geeklog and the Plug-in even better.&lt;br /&gt;
;Stephen Ball has granted me permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=320</id>
		<title>FAQ Manager Plugin</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=FAQ_Manager_Plugin&amp;diff=320"/>
				<updated>2004-07-08T08:04:01Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author: Blaine Lang - Based on the FAQ Application by Stephen Ball&lt;br /&gt;
;Latest Version: 0.8 Beta 1&lt;br /&gt;
;Geeklog Version: 1.3.7&lt;br /&gt;
;Release Date: Mar 9, 2003  &lt;br /&gt;
&lt;br /&gt;
;Description:&lt;br /&gt;
&lt;br /&gt;
;The FAQ Manager is a Geeklog Plugin that allows you to create categories and topics for Frequently Asked Questions (FAQ's). The FAQ editor allows you to enter full HTML and supports imbedded PHP. The Plugin includes the integrated install, de-install, administration, security, search all wrapped inside the Geeklog portal.&lt;br /&gt;
&lt;br /&gt;
;Stephen Ball has granted me permission to distribute his application and remove his copy write notices and restrictions that the original application is distributed with. This now provides a nicely integrated plugin.  &lt;br /&gt;
&lt;br /&gt;
;In completing the integration, I added the logic to support magic_quotes being ON or OFF in the hosted PHP environment. The original 2.0 release of the application required magic_quotes to be on.&lt;br /&gt;
&lt;br /&gt;
;The FAQ Manager uses it's own and different template method then Geeklog. I have not looked at changing this or allowing the plugin to support different templates per theme. I have done considerable customization of the templates to provide a tighter integration with Geeklog&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
;This is a BETA Release so please report any problems or feedback on my site's forum. {http://www.langfamily.ca/forum/index.php?forum=9}&lt;br /&gt;
&lt;br /&gt;
[[License]]&lt;br /&gt;
[[New Installation]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Comment_Settings&amp;diff=2812</id>
		<title>Comment Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Comment_Settings&amp;diff=2812"/>
				<updated>2004-07-07T09:04:53Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0 width=100%&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|commentspeedlimit&lt;br /&gt;
|45&lt;br /&gt;
|Number of seconds between posting a comment for the user&lt;br /&gt;
|-&lt;br /&gt;
|comment_limit&lt;br /&gt;
|100&lt;br /&gt;
|Most number of comments to show at any one time&lt;br /&gt;
|-&lt;br /&gt;
|comment_mode&lt;br /&gt;
|threaded&lt;br /&gt;
|How to display comments (threaded, nested, flat or nocomments)&lt;br /&gt;
|-&lt;br /&gt;
|comment_code&lt;br /&gt;
|0&lt;br /&gt;
|Default value for new stories: Comments enabled (0) or disabled (-1)&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=URL_Rewriting&amp;diff=2071</id>
		<title>URL Rewriting</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=URL_Rewriting&amp;diff=2071"/>
				<updated>2004-07-07T09:03:39Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Geeklog includes a simple but useful URL rewriting feature which can help make your site more crawler friendly (i.e. the URLs of your site are more likely to be picked up by the search engine's indexing bots). Currently, this feature is only supported for URLs to stories and by the Static Pages plugin.&lt;br /&gt;
;URL rewriting means that your URLs will look like this&lt;br /&gt;
;&amp;lt;center&amp;gt;http&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;//www.geeklog.net/article.php/20021022234959146&amp;lt;/center&amp;gt;&lt;br /&gt;
;instead of like this&lt;br /&gt;
;&amp;lt;center&amp;gt;http&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;//www.geeklog.net/article.php?story=20021022234959146&amp;lt;/center&amp;gt;&lt;br /&gt;
;While some search engines will pick up the second form, Google seems to prefer the first format and completely ignores the second format.&lt;br /&gt;
;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; This feature may not work with all web servers. It is known to work with Apache (all versions) and known &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; to work with IIS (at least some versions). Please try it out before you go public with your site.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=0 width=100%&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|url_rewrite&lt;br /&gt;
|false&lt;br /&gt;
|Enable (true) or disable (false) URL rewriting.&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=URL_Rewriting&amp;diff=308</id>
		<title>URL Rewriting</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=URL_Rewriting&amp;diff=308"/>
				<updated>2004-07-07T09:02:45Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Geeklog includes a simple but useful URL rewriting feature which can help make your site more crawler friendly (i.e. the URLs of your site are more likely to be picked up by the search engine's indexing bots). Currently, this feature is only supported for URLs to stories and by the Static Pages plugin.&lt;br /&gt;
;URL rewriting means that your URLs will look like this&lt;br /&gt;
;&amp;lt;center&amp;gt;http&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;//www.geeklog.net/article.php/20021022234959146&amp;lt;/center&amp;gt;&lt;br /&gt;
;instead of like this&lt;br /&gt;
;&amp;lt;center&amp;gt;http&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;//www.geeklog.net/article.php?story=20021022234959146&amp;lt;/center&amp;gt;&lt;br /&gt;
;While some search engines will pick up the second form, Google seems to prefer the first format and completely ignores the second format.&lt;br /&gt;
;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; This feature may not work with all web servers. It is known to work with Apache (all versions) and known &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; to work with IIS (at least some versions). Please try it out before you go public with your site.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|url_rewrite&lt;br /&gt;
|false&lt;br /&gt;
|Enable (true) or disable (false) URL rewriting.&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Content_Control_Settings&amp;diff=2813</id>
		<title>Content Control Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Content_Control_Settings&amp;diff=2813"/>
				<updated>2004-07-07T08:49:19Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|user_html&lt;br /&gt;
|&amp;amp;lt;p&amp;amp;gt;, &amp;amp;lt;b&amp;amp;gt;, &amp;amp;lt;i&amp;amp;gt;, &amp;amp;lt;a&amp;amp;gt;, &amp;amp;lt;em&amp;amp;gt;, &amp;amp;lt;br&amp;amp;gt;, &amp;amp;lt;tt&amp;amp;gt;, &amp;amp;lt;hr&amp;amp;gt;, &amp;amp;lt;ol&amp;amp;gt;, &amp;amp;lt;ul&amp;amp;gt;, &amp;amp;lt;li&amp;amp;gt;, &amp;amp;lt;code&amp;amp;gt;, &amp;amp;lt;pre&amp;amp;gt;&lt;br /&gt;
|HTML tags and attributes that normal users are allowed to use in story submissions and comments.&lt;br /&gt;
|-&lt;br /&gt;
|admin_html&lt;br /&gt;
|additional HTML tags, e.g. for tables&lt;br /&gt;
|HTML tags and attributes that admin users are allowed to use (in addition to those from user_html). Redefining a tag with additional attributes will overwrite the definition from user_html.&lt;br /&gt;
|-&lt;br /&gt;
|allowed_protocols&lt;br /&gt;
|array ('http:', 'https:', 'ftp:');&lt;br /&gt;
|Defines which protocols are allowed in links (i.e. HTML &amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt; tags).&amp;lt;br&amp;gt;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; The kses class used to filter these protocols has a hard-coded list of allowed protocols to which the above will be &amp;lt;em&amp;gt;added&amp;lt;/em&amp;gt;. It is currently not possible to &amp;lt;em&amp;gt;remove&amp;lt;/em&amp;gt; any of the default protocols (which include, for example, 'mailto:', 'gopher:', and 'news:').&lt;br /&gt;
|-&lt;br /&gt;
|censormode&lt;br /&gt;
|1&lt;br /&gt;
|Censor submissions and comments (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
|censorreplace&lt;br /&gt;
|*censored*&lt;br /&gt;
|Text to replace a censored word with&lt;br /&gt;
|-&lt;br /&gt;
|censorlist&lt;br /&gt;
|array(&amp;quot;fuck&amp;quot;, &amp;quot;cunt&amp;quot;, &amp;quot;fucker&amp;quot;, &amp;quot;fucking&amp;quot;, &amp;quot;pussy&amp;quot;, &amp;quot;cock&amp;quot;, &amp;quot;c0ck&amp;quot;, &amp;quot;cum&amp;quot;, &amp;quot;twat&amp;quot;, &amp;quot;clit&amp;quot;, &amp;quot;bitch&amp;quot;, &amp;quot;fuk&amp;quot;, &amp;quot;fuking&amp;quot;, &amp;quot;motherfucker&amp;quot;)&lt;br /&gt;
|An array of censored words&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=RSS/RDF_Feed_Settings&amp;diff=2822</id>
		<title>RSS/RDF Feed Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=RSS/RDF_Feed_Settings&amp;diff=2822"/>
				<updated>2004-07-07T08:46:12Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Geeklog can export its headlines to a so-called RSS feed (also known as an RDF feed). This will let you share your news with other sites (Hint: Create a Portal block from Geeklog's Block menu to import RSS/RDF news feeds from other sites).&lt;br /&gt;
;Starting with Geeklog 1.3.9, RSS feeds can be created and configured from Geeklog's Admin menu (&amp;quot;Content Syndication&amp;quot;). The following settings will only be used as the default settings for any new feeds that you create from the admin panel.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|backend&lt;br /&gt;
|1&lt;br /&gt;
|Create an RSS/RDF file for the stories in rdf_file (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
|rdf_file&lt;br /&gt;
|HTML path with &amp;quot;/backend/geeklog.rdf&amp;quot; suffix&lt;br /&gt;
|File system path for the RDF file. This file allows you to share your site's headlines with others&lt;br /&gt;
|-&lt;br /&gt;
|rdf_language&lt;br /&gt;
|en-gb&lt;br /&gt;
|Value for the feed's language tag. Depending on your site's language and operating system, this may differ from the language setting in the locale (see above).&amp;lt;br&amp;gt;&amp;lt;strong&amp;gt;Example:&amp;lt;/strong&amp;gt; The PHP locale setting for German is 'de_DE' while the correct language setting for a German RSS feed would be 'de-DE' (note the dash instead of the underscore).&lt;br /&gt;
|-&lt;br /&gt;
|rdf_limit&lt;br /&gt;
|10&lt;br /&gt;
|Limit the number of stories in the RSS feed. If the value for this setting is a number, the feed will hold this many stories. If the number is followed by a lower-case 'h' (e.g. 24h) it denotes the number of hours from which to chose the stories.&lt;br /&gt;
|-&lt;br /&gt;
|rdf_storytext&lt;br /&gt;
|0&lt;br /&gt;
|If this value is 1, then the entire introtext of the stories will be included in the RSS feed. Any number greater than one limits the introtext to that many characters (e.g. a value of 80 would only include the first 80 characters from the introtext in the feed). If set to 0, the introtext is not included in the feed.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Links_Settings&amp;diff=2817</id>
		<title>Links Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Links_Settings&amp;diff=2817"/>
				<updated>2004-07-07T08:37:19Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|linkcols&lt;br /&gt;
|3&lt;br /&gt;
|Number of columns to use when listing the categories in the links section. Set to 0 if you don't want categories listed.&lt;br /&gt;
|-&lt;br /&gt;
|linksperpage&lt;br /&gt;
|10&lt;br /&gt;
|Number of links to show per page. Set to 0 to show all links at once.&lt;br /&gt;
|}&lt;br /&gt;
;&amp;lt;strong&amp;gt;Note:&amp;lt;/strong&amp;gt; When setting both 'linkcols' and 'linksperpage' to 0 you get back the old-style (pre-1.3.6) layout of the links section.&lt;br /&gt;
&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Topic,_What%27s_New_%26_E-mail_Settings&amp;diff=2826</id>
		<title>Topic, What's New &amp; E-mail Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Topic,_What%27s_New_%26_E-mail_Settings&amp;diff=2826"/>
				<updated>2004-07-07T08:35:09Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|sortmethod&lt;br /&gt;
|sortnum&lt;br /&gt;
|alpha = Sort topics in topic list alphabetically&amp;lt;br&amp;gt;sortnum = Sort topics in topic list by sort number&lt;br /&gt;
|-&lt;br /&gt;
|showstorycount&lt;br /&gt;
|1&lt;br /&gt;
|Show the number of stories in a topic in the Sections block (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
| showsubmissioncount showsubmissioncount&lt;br /&gt;
|1&lt;br /&gt;
|Show the number of story submissions for a topic in the Sections block (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
|hide_home_link&lt;br /&gt;
|0&lt;br /&gt;
|Hide the &amp;quot;Home&amp;quot; link from the Sections block (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
|showemptysearchresults&lt;br /&gt;
|0&lt;br /&gt;
|Show empty result blocks even when search returned no hits for stories, events, links, etc. (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
|whosonline_threshold&lt;br /&gt;
|300&lt;br /&gt;
|How long, in seconds, users can be idle before removing them from the whosonline block&lt;br /&gt;
|-&lt;br /&gt;
|emailstories&lt;br /&gt;
|0&lt;br /&gt;
|Let users get stories e-mailed to them (0=no, 1=yes), aka Daily Digest. Please note that this requires cron and the use of PHP as a shell script.&lt;br /&gt;
|-&lt;br /&gt;
|emailstorieslength&lt;br /&gt;
|1&lt;br /&gt;
|When emailstories (above) is enabled, send only the title and the link to the new stories (0), or send the entire introtext (1) or send the first &amp;lt;i&amp;gt;n&amp;lt;/i&amp;gt; characters from the introtext (where &amp;lt;i&amp;gt;n&amp;lt;/i&amp;gt; = any other number)&lt;br /&gt;
|-&lt;br /&gt;
|emailstoriesperdefault&lt;br /&gt;
|0&lt;br /&gt;
|When set to 1, new users will be subscribed to the daily digest automatically when they register with the site.&lt;br /&gt;
|-&lt;br /&gt;
|newstoriesinterval&lt;br /&gt;
|86400&lt;br /&gt;
|Stories are &amp;quot;new&amp;quot; if they are this many seconds old.&lt;br /&gt;
|-&lt;br /&gt;
|newcommentsinterval&lt;br /&gt;
|172800&lt;br /&gt;
|Comments are &amp;quot;new&amp;quot; if they are this many seconds old.&lt;br /&gt;
|-&lt;br /&gt;
|newlinksinterval&lt;br /&gt;
|1209600&lt;br /&gt;
|Links are &amp;quot;new&amp;quot; if they are this many seconds old.&lt;br /&gt;
|-&lt;br /&gt;
|hidenewstories&lt;br /&gt;
|0&lt;br /&gt;
|Set to 1 to hide new stories from What's New block.&lt;br /&gt;
|-&lt;br /&gt;
|hidenewcomments&lt;br /&gt;
|0&lt;br /&gt;
|Set to 1 to hide new comments from What's New block.&lt;br /&gt;
|-&lt;br /&gt;
|hidenewlinks&lt;br /&gt;
|0&lt;br /&gt;
|Set to 1 to hide new links from What's New block.&lt;br /&gt;
|-&lt;br /&gt;
|hidenewplugins&lt;br /&gt;
|0&lt;br /&gt;
|Set to 1 to hide new entries by plugins from the What's New block.&lt;br /&gt;
|-&lt;br /&gt;
|copyrightyear&lt;br /&gt;
|&amp;lt;i&amp;gt;(commented out)&amp;lt;/i&amp;gt;&lt;br /&gt;
|Set this to the year you want to appear in the copyright notice of your site's footer. If not set, Geeklog will use the current year.&lt;br /&gt;
|-&lt;br /&gt;
|allow_username_change&lt;br /&gt;
|0&lt;br /&gt;
|If set to 1, users will be allowed to change their username (login name). Stories and comments posted under the old username will automatically show the new username.&lt;br /&gt;
|-&lt;br /&gt;
|allow_account_delete&lt;br /&gt;
|0&lt;br /&gt;
|If set to 1, users will be allowed to delete their accounts. Stories and comments posted under that account will be kept and show up as being posted by &amp;quot;Anonymous&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|passwordspeedlimit&lt;br /&gt;
|300&lt;br /&gt;
|Minimum delay between two requests for a new password, in seconds.&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Submission_Settings&amp;diff=1168</id>
		<title>Submission Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Submission_Settings&amp;diff=1168"/>
				<updated>2004-07-07T08:25:47Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|storysubmission&lt;br /&gt;
|1&lt;br /&gt;
|Enable (1) or disable (0) the story submission queue&lt;br /&gt;
|-&lt;br /&gt;
|linksubmission&lt;br /&gt;
|1&lt;br /&gt;
|Enable (1) or disable (0) the link submission queue&lt;br /&gt;
|-&lt;br /&gt;
|eventsubmission&lt;br /&gt;
|1&lt;br /&gt;
|Enable (1) or disable (0) the event submission queue&lt;br /&gt;
|-&lt;br /&gt;
|usersubmission&lt;br /&gt;
|1&lt;br /&gt;
|Enable (1) or disable (0) the user submission queue (i.e. new users must be approved before they receive their password)&lt;br /&gt;
|-&lt;br /&gt;
|allow_domains&lt;br /&gt;
|''&lt;br /&gt;
|When user submission is enabled this can contain a comma-separated list of domain names from which user submissions will not be queued (but approved automatically). &amp;lt;br&amp;gt;&amp;lt;strong&amp;gt;Example:&amp;lt;/strong&amp;gt; 'mycompany.com,myothercompany.com'&lt;br /&gt;
|-&lt;br /&gt;
|notification&lt;br /&gt;
|array()&lt;br /&gt;
|Send an email notification to &amp;lt;tt&amp;gt;$_CONF['site_email']&amp;lt;/tt&amp;gt; when a new story, link, or event has been submitted or a new user has registered with the site. The &amp;lt;tt&amp;gt;array()&amp;lt;/tt&amp;gt; can hold any combination of  the strings &amp;lt;tt&amp;gt;'story'&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;'link'&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;'event'&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;'user'&amp;lt;/tt&amp;gt; (separated by commas), depending on which notification(s) you want.&amp;lt;br&amp;gt;&amp;lt;strong&amp;gt;Example:&amp;lt;/strong&amp;gt; &amp;lt;code&amp;gt;array('story','user');&amp;lt;/code&amp;gt; would send notifications when a new story has been submitted or a new user has registered. No notifications would be sent for new links or events.&lt;br /&gt;
|-&lt;br /&gt;
|listdraftstories&lt;br /&gt;
|0&lt;br /&gt;
|When set to 1, this will display an additional block on the submissions page (&amp;lt;tt&amp;gt;moderation.php&amp;lt;/tt&amp;gt;) that lists all the stories that have the 'draft' flag set.&lt;br /&gt;
|-&lt;br /&gt;
|postmode&lt;br /&gt;
|plaintext&lt;br /&gt;
|Sets the default submission mode to 'html' or 'plaintext'&lt;br /&gt;
|-&lt;br /&gt;
|speedlimit&lt;br /&gt;
|45&lt;br /&gt;
|Minimum delay between submissions in seconds. This helps prevent Denial of Service (DOS) attacks&lt;br /&gt;
|-&lt;br /&gt;
|skip_preview&lt;br /&gt;
|0&lt;br /&gt;
|If 1, allows submission of stories and comments without previewing (i.e. the submission form will always have a Preview &amp;lt;em&amp;gt;and&amp;lt;/em&amp;gt; a Submit button).&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=E-Mail_settings&amp;diff=2815</id>
		<title>E-Mail settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=E-Mail_settings&amp;diff=2815"/>
				<updated>2004-07-07T08:18:29Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with Geeklog 1.3.9, Geeklog uses the PEAR::Mail class to send all&lt;br /&gt;
emails. You can then select whether emails should be sent through SMTP,&lt;br /&gt;
sendmail, or PHP's &amp;lt;code&amp;gt;mail()&amp;lt;/code&amp;gt; function.&lt;br /&gt;
;Within &amp;lt;code&amp;gt;$_CONF['mail_settings']&amp;lt;/code&amp;gt; you have the following options:&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|backend&lt;br /&gt;
|mail&lt;br /&gt;
|Used to select how to send email. Can be one of 'smtp', 'sendmail', or 'mail'.&lt;br /&gt;
|-&lt;br /&gt;
|sendmail_path&lt;br /&gt;
|&amp;lt;tt&amp;gt;/usr/bin/sendmail&amp;lt;/tt&amp;gt;&lt;br /&gt;
|If you chose 'sendmail' for the backend setting, this specifies the complete path to the sendmail binary.&lt;br /&gt;
|-&lt;br /&gt;
|sendmail_args&lt;br /&gt;
|&amp;lt;tt&amp;gt;''&amp;lt;/tt&amp;gt; &amp;lt;i&amp;gt;(empty)&amp;lt;/i&amp;gt;&lt;br /&gt;
| If you chose 'sendmail' for the backend setting, this variable can be used to pass additional parameters to the sendmail binary.&lt;br /&gt;
|-&lt;br /&gt;
|host&lt;br /&gt;
|smtp.example.com&lt;br /&gt;
|If you chose 'smtp' for the backend setting, this is the SMTP server to use.&lt;br /&gt;
|-&lt;br /&gt;
|port&lt;br /&gt;
|25&lt;br /&gt;
|If you chose 'smtp' for the backend setting, this is the port number to talk to on the SMTP server.&lt;br /&gt;
|-&lt;br /&gt;
|auth&lt;br /&gt;
|false&lt;br /&gt;
|If you chose 'smtp' for the backend setting, set this to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt; if your SMTP server requires authorization, and &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt; if it doesn't.&lt;br /&gt;
|-&lt;br /&gt;
|username&lt;br /&gt;
|smtp-username&lt;br /&gt;
| If you chose 'smtp' for the backend setting, this is the name of your SMTP account.&lt;br /&gt;
|-&lt;br /&gt;
|password&lt;br /&gt;
|smtp-password&lt;br /&gt;
|If you chose 'smtp' for the backend setting, this is the password for your SMTP account.&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=RSS/RDF_Feed_Settings&amp;diff=305</id>
		<title>RSS/RDF Feed Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=RSS/RDF_Feed_Settings&amp;diff=305"/>
				<updated>2004-07-06T08:43:33Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;Geeklog can export its headlines to a so-called RSS feed (also known as an RDF feed). This will let you share your news with other sites (Hint&amp;amp;col:; Create a Portal block from Geeklog's Block menu to import RSS/RDF news feeds from other sites).&lt;br /&gt;
;Starting with Geeklog 1.3.9, RSS feeds can be created and configured from&lt;br /&gt;
Geeklog's Admin menu (&amp;quot;Content Syndication&amp;quot;). The following settings will only&lt;br /&gt;
be used as the default settings for any new feeds that you create from the&lt;br /&gt;
admin panel.&lt;br /&gt;
&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Image_Settings&amp;diff=353</id>
		<title>Image Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Image_Settings&amp;diff=353"/>
				<updated>2004-07-06T08:39:59Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|image_lib&lt;br /&gt;
|'' &amp;lt;i&amp;gt;(empty string)&amp;lt;/i&amp;gt;&lt;br /&gt;
|Set this to either 'imagemagick', 'netpbm', or 'gdlib' if images should be resized during upload. Leave as '' if you don't want images to be resized or if you don't have those packages available.&lt;br /&gt;
|-&lt;br /&gt;
|path_to_mogrify&lt;br /&gt;
|''(commented out)''&lt;br /&gt;
|If you chose 'imagemagick' for $_CONF['image_lib'] above, then this should hold the &amp;lt;strong&amp;gt;complete path&amp;lt;/strong&amp;gt; to the mogrify binary (from the ImageMagick package), e.g. '/usr/bin/mogrify'.&amp;lt;br&amp;gt;&lt;br /&gt;
You will need a fairly recent version of [http://www.imagemagick.org/ ImageMagick] for this to work (version 5.4.9 or newer is recommended).&lt;br /&gt;
|-&lt;br /&gt;
|path_to_netpbm&lt;br /&gt;
|''(commented out)''&lt;br /&gt;
|If you chose 'netpbm' for $_CONF['image_lib'] above, then this should hold the complete path to the &amp;lt;em&amp;gt;directory&amp;lt;/em&amp;gt; where the binaries from the netpbm package are kept, e.g. '/usr/bin/netpbm/'. Note that the path must end in a slash.&amp;lt;br&amp;gt;&lt;br /&gt;
Precompiled binaries of the netpbm package for various platforms can be downloaded from the [http://sourceforge.net/projects/gallery/ Homepage of the Gallery] project.&lt;br /&gt;
|-&lt;br /&gt;
|keep_unscaled_image&lt;br /&gt;
|0&lt;br /&gt;
|Set this to 1 if you want Geeklog to keep the original, unscaled images after upload. The smaller image will then be used as a thumbnail and will link to the original image. Note that this may use a lot of disk space (depending on the size of your images).&lt;br /&gt;
|-&lt;br /&gt;
|max_image_width&lt;br /&gt;
|300&lt;br /&gt;
|Max. width of an image in pixels. If it exceeds this, it is either rejected or resized (depending on the setting of $_CONF['image_lib'] above).&lt;br /&gt;
|-&lt;br /&gt;
|max_image_height&lt;br /&gt;
|300&lt;br /&gt;
|Max. height of an image in pixels. If it exceeds this, it is either rejected or resized (depending on the setting of $_CONF['image_lib'] above).&lt;br /&gt;
|-&lt;br /&gt;
|max_image_size&lt;br /&gt;
|1048576 ''(equals 1 MB)''&lt;br /&gt;
|Max. size of an image in bytes. If it exceeds this, it is either rejected or resized (depending on the setting of $_CONF['image_lib'] above).&lt;br /&gt;
|-&lt;br /&gt;
|max_photo_width&lt;br /&gt;
|96&lt;br /&gt;
|Max. width of a user photo in pixels. If it exceeds this, it is either rejected or resized (depending on the setting of $_CONF['image_lib'] above).&lt;br /&gt;
|-&lt;br /&gt;
|max_photo_height&lt;br /&gt;
|96&lt;br /&gt;
|Max. height of a user photo in pixels. If it exceeds this, it is either rejected or resized (depending on the setting of $_CONF['image_lib'] above).&lt;br /&gt;
|-&lt;br /&gt;
|max_photo_size&lt;br /&gt;
|65536 ''(equals 64 KB)''&lt;br /&gt;
|Max. size of a user photo in bytes. If it exceeds this, it is either rejected or resized (depending on the setting of $_CONF['image_lib'] above).&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Links_Settings&amp;diff=304</id>
		<title>Links Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Links_Settings&amp;diff=304"/>
				<updated>2004-07-06T08:33:09Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|linkcols&lt;br /&gt;
|3&lt;br /&gt;
|Number of columns to use when listing the categories in the links section. Set to 0 if you don't want categories listed.&lt;br /&gt;
|-&lt;br /&gt;
|linksperpage&lt;br /&gt;
|10&lt;br /&gt;
|Number of links to show per page. Set to 0 to show all links at once.&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Poll_Settings&amp;diff=540</id>
		<title>Poll Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Poll_Settings&amp;diff=540"/>
				<updated>2004-07-06T08:29:29Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|maxanswers&lt;br /&gt;
|10&lt;br /&gt;
|Maximum number of possible answers for the poll editor&lt;br /&gt;
|-&lt;br /&gt;
|answerorder&lt;br /&gt;
|submitorder&lt;br /&gt;
|Sort answers by the number of results ('voteorder') or keep the order in which they were entered ('submitorder')&lt;br /&gt;
|-&lt;br /&gt;
|pollcookietime&lt;br /&gt;
|86400&lt;br /&gt;
|Number of seconds to set a poll answer cookie to time out on&lt;br /&gt;
|-&lt;br /&gt;
|polladdresstime&lt;br /&gt;
|604800&lt;br /&gt;
|Number of seconds to set a poll answer IP address to time out on&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Comment_Settings&amp;diff=309</id>
		<title>Comment Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Comment_Settings&amp;diff=309"/>
				<updated>2004-07-06T08:27:37Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|commentspeedlimit&lt;br /&gt;
|45&lt;br /&gt;
|Number of seconds between posting a comment for the user&lt;br /&gt;
|-&lt;br /&gt;
|comment_limit&lt;br /&gt;
|100&lt;br /&gt;
|Most number of comments to show at any one time&lt;br /&gt;
|-&lt;br /&gt;
|comment_mode&lt;br /&gt;
|threaded&lt;br /&gt;
|How to display comments (threaded, nested, flat or nocomments)&lt;br /&gt;
|-&lt;br /&gt;
|comment_code&lt;br /&gt;
|0&lt;br /&gt;
|Default value for new stories: Comments enabled (0) or disabled (-1)&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Story_Settings&amp;diff=2824</id>
		<title>Story Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Story_Settings&amp;diff=2824"/>
				<updated>2004-07-06T08:25:32Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|maximagesperarticle&lt;br /&gt;
|5&lt;br /&gt;
|max. number of images you can have in a story&lt;br /&gt;
|-&lt;br /&gt;
|limitnews&lt;br /&gt;
|10&lt;br /&gt;
|Number of stories to limit the index page to, this same number will appear in the older stuff block&lt;br /&gt;
|-&lt;br /&gt;
|minnews&lt;br /&gt;
|1&lt;br /&gt;
|Minimum numbers of stories than can appear on a topic page&lt;br /&gt;
|-&lt;br /&gt;
|contributedbyline&lt;br /&gt;
|1&lt;br /&gt;
|Show author username to public, and enable search by username (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
|article_image_align&lt;br /&gt;
|right&lt;br /&gt;
|Which side of article the topic image should be shown (right or left)&lt;br /&gt;
|-&lt;br /&gt;
|hideemailicon&lt;br /&gt;
|0&lt;br /&gt;
|When set to 1, this will disable the ability to send a story by email. It will also hide the email icon from stories and the &amp;amp;quot;Email Article To a Friend&amp;amp;quot; from the Story Options block.&lt;br /&gt;
|-&lt;br /&gt;
|hideprintericon&lt;br /&gt;
|0&lt;br /&gt;
|When set to 1, this will disable display of a story in a &amp;amp;quot;printer friendly&amp;amp;quot; format. It will also hide the printer icon from stories and the &amp;amp;quot;View Printable Version&amp;amp;quot; from the Story Options block.&lt;br /&gt;
|-&lt;br /&gt;
|showfirstasfeatured&lt;br /&gt;
|0&lt;br /&gt;
|When set to 1, this will render the first story on ''any'' page using the templates for a featured story, even if that story is not featured. This will even be applied to the first story on page 2 of a topic page, for example.&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Calendar_Settings&amp;diff=340</id>
		<title>Calendar Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Calendar_Settings&amp;diff=340"/>
				<updated>2004-07-06T08:22:19Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|personalcalendars&lt;br /&gt;
|0&lt;br /&gt;
|Allow account holders to have a personal calendar&lt;br /&gt;
|-&lt;br /&gt;
|showupcomingevents&lt;br /&gt;
|1&lt;br /&gt;
|Show up-coming events (0=no, 1=yes)&lt;br /&gt;
|-&lt;br /&gt;
|upcomingeventsrange&lt;br /&gt;
|14&lt;br /&gt;
|Number of days that &amp;amp;quot;Upcoming Events&amp;amp;quot; will look ahead.&lt;br /&gt;
|-&lt;br /&gt;
|event_types&lt;br /&gt;
|Anniversary, Appointment, Birthday, Business, Education, Holiday, Meeting, Miscellaneous, Personal, Phone Call, Special Occasion, Travel, Vacation&lt;br /&gt;
|The set of event types that are used both on the public calendar and the user's personal calendars&lt;br /&gt;
|}&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=URL_Rewriting&amp;diff=307</id>
		<title>URL Rewriting</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=URL_Rewriting&amp;diff=307"/>
				<updated>2004-07-06T08:17:21Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Topic,_What%27s_New_%26_E-mail_Settings&amp;diff=303</id>
		<title>Topic, What's New &amp; E-mail Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Topic,_What%27s_New_%26_E-mail_Settings&amp;diff=303"/>
				<updated>2004-07-06T08:17:07Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Submission_Settings&amp;diff=302</id>
		<title>Submission Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Submission_Settings&amp;diff=302"/>
				<updated>2004-07-06T08:16:54Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Story_Settings&amp;diff=282</id>
		<title>Story Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Story_Settings&amp;diff=282"/>
				<updated>2004-07-06T08:16:40Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Site_Settings&amp;diff=2765</id>
		<title>Site Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Site_Settings&amp;diff=2765"/>
				<updated>2004-07-06T08:16:25Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|site_name&lt;br /&gt;
|GeekLog Site&lt;br /&gt;
|Name of your site&lt;br /&gt;
|-&lt;br /&gt;
|site_slogan&lt;br /&gt;
|Another Nifty GeekLog Site&lt;br /&gt;
|Slogan for your site. This is added to the HTML title field.&lt;br /&gt;
|-&lt;br /&gt;
|site_mail&lt;br /&gt;
|admin@example.com&lt;br /&gt;
|E-mail address for all admin mail&lt;br /&gt;
|-&lt;br /&gt;
|site_url&lt;br /&gt;
|http://www.yourdomain.com&lt;br /&gt;
|Base URL for your site (no trailing slash)&lt;br /&gt;
|-&lt;br /&gt;
|theme&lt;br /&gt;
|XSilver&lt;br /&gt;
|Default theme to use on the site&lt;br /&gt;
|-&lt;br /&gt;
|layout_url&lt;br /&gt;
|Site URL path, with layout dir and default layout&lt;br /&gt;
|Location of the default layout&lt;br /&gt;
|-&lt;br /&gt;
|path_themes&lt;br /&gt;
|/path/to/geeklog/public_html/layout/&lt;br /&gt;
|Directory where all themes reside&lt;br /&gt;
|-&lt;br /&gt;
|path_layout&lt;br /&gt;
|/path/to/geeklog/public_html/layout/XSilver/&lt;br /&gt;
|Path to current theme directory&lt;br /&gt;
|-&lt;br /&gt;
|allow_user_themes&lt;br /&gt;
|Can be 1 or 0&lt;br /&gt;
|If set to 1, users can set their own theme that the site uses&lt;br /&gt;
|-&lt;br /&gt;
|allow_user_language&lt;br /&gt;
|Can be 1 or 0&lt;br /&gt;
|If set to 1, users can select the language for the site navigation&lt;br /&gt;
|-&lt;br /&gt;
|allow_user_photo&lt;br /&gt;
|Can be 1 or 0&lt;br /&gt;
|If set to 1, users can upload a photo to their profile&lt;br /&gt;
|-&lt;br /&gt;
|hide_author_exclusion&lt;br /&gt;
|Can be 1 or 0&lt;br /&gt;
|If set to 1, the option to to exclude certain authors from being seen is hidden from the user's preferences.&lt;br /&gt;
|-&lt;br /&gt;
|site_enabled&lt;br /&gt;
|true&lt;br /&gt;
|A Geeklog site can be disabled quickly (e.g. for maintenance) by setting this to 'false'.&lt;br /&gt;
|-&lt;br /&gt;
|site_disabled_msg&lt;br /&gt;
|'Geeklog Site is down. Please come back soon.'&lt;br /&gt;
|This contains the message to display when a Geeklog site is disabled. If the text begins with &amp;quot;http:&amp;quot; then visitors are redirected to that URL.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Server_Settings&amp;diff=2764</id>
		<title>Server Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Server_Settings&amp;diff=2764"/>
				<updated>2004-07-06T08:15:36Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|path&lt;br /&gt;
|/path/to/geeklog/&lt;br /&gt;
|Base file system path for your site (trailing slash necessary)&lt;br /&gt;
|-&lt;br /&gt;
|path_system&lt;br /&gt;
|/path/to/geeklog/system/&lt;br /&gt;
|Path to your system directory for your site (trailing slash necessary). This directory holds the code libraries used throughout Geeklog&lt;br /&gt;
|-&lt;br /&gt;
|path_html&lt;br /&gt;
|/path/to/geeklog/public_html/&lt;br /&gt;
|Path to your web tree directory for your site (trailing slash necessary). This directory holds all the web pages used by Geeklog.&lt;br /&gt;
|-&lt;br /&gt;
|path_images&lt;br /&gt;
|/path/to/geeklog//public_html/images/&lt;br /&gt;
|Path where Geeklog expects to find its images, including user photos and images for stories.&lt;br /&gt;
|-&lt;br /&gt;
|path_log&lt;br /&gt;
|/path/to/geeklog/logs/&lt;br /&gt;
|File system path for the log files&lt;br /&gt;
|-&lt;br /&gt;
|path_language&lt;br /&gt;
|/path/to/geeklog/language/&lt;br /&gt;
|location of the Geeklog language files&lt;br /&gt;
|-&lt;br /&gt;
|backup_path&lt;br /&gt;
|Base path with &amp;quot;/backups/&amp;quot; suffix&lt;br /&gt;
|location where mysqldump (see above) will store database backups&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=RSS/RDF_Feed_Settings&amp;diff=287</id>
		<title>RSS/RDF Feed Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=RSS/RDF_Feed_Settings&amp;diff=287"/>
				<updated>2004-07-06T08:15:14Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Poll_Settings&amp;diff=284</id>
		<title>Poll Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Poll_Settings&amp;diff=284"/>
				<updated>2004-07-06T08:15:00Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Login_settings&amp;diff=2059</id>
		<title>Login settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Login_settings&amp;diff=2059"/>
				<updated>2004-07-06T08:14:43Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&amp;lt;/th&amp;gt;&lt;br /&gt;
!Default Value&amp;lt;/th&amp;gt;&lt;br /&gt;
!Description&amp;lt;/th&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| loginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| Login is required to access ''any'' part of the site. When set to 1, this overrides the following settings. When you only want to block access to certain parts of the site, set this to 0 and select from the following settings.&lt;br /&gt;
|-&lt;br /&gt;
| submitloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can submit stories, links, and events&lt;br /&gt;
|-&lt;br /&gt;
| commentsloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can submit comments&lt;br /&gt;
|-&lt;br /&gt;
| linksloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can access the links area&lt;br /&gt;
|-&lt;br /&gt;
| pollsloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can access the list of recent polls&lt;br /&gt;
|-&lt;br /&gt;
| calendarloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can access the calendar&lt;br /&gt;
|-&lt;br /&gt;
| statsloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can access the site stats&lt;br /&gt;
|-&lt;br /&gt;
| searchloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can use the advanced search. When set to 2, the simple search is blocked for anonymous users, too.&lt;br /&gt;
|-&lt;br /&gt;
| profileloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can view another user's profile&lt;br /&gt;
|-&lt;br /&gt;
| emailuserloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can use the email submission form to send an email to another user&lt;br /&gt;
|-&lt;br /&gt;
| emailstoryloginrequired&lt;br /&gt;
| 0&lt;br /&gt;
| When set to 1, only registered users can email stories&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Locale_Settings&amp;diff=348</id>
		<title>Locale Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Locale_Settings&amp;diff=348"/>
				<updated>2004-07-06T08:13:52Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Links_Settings&amp;diff=285</id>
		<title>Links Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Links_Settings&amp;diff=285"/>
				<updated>2004-07-06T08:13:42Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Image_Settings&amp;diff=286</id>
		<title>Image Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Image_Settings&amp;diff=286"/>
				<updated>2004-07-06T08:13:29Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=E-Mail_settings&amp;diff=301</id>
		<title>E-Mail settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=E-Mail_settings&amp;diff=301"/>
				<updated>2004-07-06T08:13:14Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Content_Control_Settings&amp;diff=306</id>
		<title>Content Control Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Content_Control_Settings&amp;diff=306"/>
				<updated>2004-07-06T08:12:49Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Comment_Settings&amp;diff=283</id>
		<title>Comment Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Comment_Settings&amp;diff=283"/>
				<updated>2004-07-06T08:12:38Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Calendar_Settings&amp;diff=281</id>
		<title>Calendar Settings</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Calendar_Settings&amp;diff=281"/>
				<updated>2004-07-06T08:12:22Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Locale_and_Date_Formats&amp;diff=2810</id>
		<title>Locale and Date Formats</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Locale_and_Date_Formats&amp;diff=2810"/>
				<updated>2004-07-06T08:11:15Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| language&lt;br /&gt;
| english&lt;br /&gt;
|Name of your language file. Additional language files may be available for download at [http://www.geeklog.net/ www.geeklog.net ]. If you translate a language file, please send it to us. Also see [[Localization]].&lt;br /&gt;
|-&lt;br /&gt;
| locale&lt;br /&gt;
| en-gb&lt;br /&gt;
| Locale for the system&lt;br /&gt;
|-&lt;br /&gt;
| date&lt;br /&gt;
| %A, %B %d %Y @ %I:%M %p %Z&lt;br /&gt;
| Date format used for most of the site, including story displays. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| daytime&lt;br /&gt;
| %m/%d %I:%M%p&lt;br /&gt;
| Date format used when a shorter date is needed. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| shortdate&lt;br /&gt;
| %x&lt;br /&gt;
| Date format this is the shortest date. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| dateonly&lt;br /&gt;
| %d-%b&lt;br /&gt;
| Short date format (day and month only), to be used e.g. in the Upcoming Events and Older Stories blocks. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| timeonly&lt;br /&gt;
|%I:%M %p %Z&lt;br /&gt;
|Format string for the time only, to be used e.g. on the Event Details page. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| default_charset&lt;br /&gt;
| iso-8859-1&lt;br /&gt;
| Character encoding used by Geeklog when serving HTML pages or sending email. Only used if the language file did not already set another character encoding.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;[[The_Geeklog_Configuration_File|Back to The Geeklog Configuration File]]&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Locale_and_Date_Formats&amp;diff=277</id>
		<title>Locale and Date Formats</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Locale_and_Date_Formats&amp;diff=277"/>
				<updated>2004-07-06T08:08:36Z</updated>
		
		<summary type="html">&lt;p&gt;Robert: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1 cellspacing=0&lt;br /&gt;
!Variable&lt;br /&gt;
!Default Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
| language&lt;br /&gt;
| english&lt;br /&gt;
|Name of your language file. Additional language files may be available for download at [http://www.geeklog.net/ www.geeklog.net ]. If you translate a language file, please send it to us. Also see [[Localization]].&lt;br /&gt;
|-&lt;br /&gt;
| locale&lt;br /&gt;
| en-gb&lt;br /&gt;
| Locale for the system&lt;br /&gt;
|-&lt;br /&gt;
| date&lt;br /&gt;
| %A, %B %d %Y @ %I:%M %p %Z&lt;br /&gt;
| Date format used for most of the site, including story displays. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| daytime&lt;br /&gt;
| %m/%d %I:%M%p&lt;br /&gt;
| Date format used when a shorter date is needed. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| shortdate&lt;br /&gt;
| %x&lt;br /&gt;
| Date format this is the shortest date. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| dateonly&lt;br /&gt;
| %d-%b&lt;br /&gt;
| Short date format (day and month only), to be used e.g. in the Upcoming Events and Older Stories blocks. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| timeonly&lt;br /&gt;
|%I:%M %p %Z&lt;br /&gt;
|Format string for the time only, to be used e.g. on the Event Details page. See [[Date_Format_Syntax|Date formats]].&lt;br /&gt;
|-&lt;br /&gt;
| default_charset&lt;br /&gt;
| iso-8859-1&lt;br /&gt;
| Character encoding used by Geeklog when serving HTML pages or sending email. Only used if the language file did not already set another character encoding.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Robert</name></author>	</entry>

	</feed>