0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
geeklog
/
1.4.1-4
/
standard
/
htdocs
/
public_html
/
docs
/
[
Home
]
File: index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Geeklog Documentation</title> <link rel="stylesheet" type="text/css" href="docstyle.css" title="Dev Stylesheet"> </head> <body> <table cellpadding="2" cellspacing="2" border="0" width="100%"> <tr> <td valign="top"><img src="images/newlogo.gif" alt="Geeklog Documentation" width="243" height="90" border="0"></td> </tr> <tr> <td valign="top" class="menu">Geeklog Documentation</td> </tr> </table> <h1>Thank You!</h1> <p>First of all, a big Thank You for downloading Geeklog. We have spent a long time working on making this the best weblog software we can, and I am sure you will find it very easy to use, and very powerful. <p>These documents have been created to make Geeklog even easier for you! Apart from the usual stuff like how to install Geeklog, we also have provided the full Developer API documentation, so you can develop your own themes and plugins and make it even better. <ul> <li><a href="#features">Features of Geeklog</a></li> <li><a href="#introduction">Introduction</a></li> <li><a href="install.html">How to install Geeklog</a> (includes updating instructions)</li> <li><a href="config.html">The Geeklog Configuration File</a> (config.php)</li> <li>Pre-installed plugins <ul> <li><a href="calendar.html">Calendar plugin</a> - a calendar for your site</li> <li><a href="links.html">Links plugin</a> - your collection of links to other sites</li> <li><a href="polls.html">Polls plugin</a> - let your users vote on something</li> <li><a href="spamx.html" rel="nofollow">Spam-X plugin</a> - fight comment spam!</li> <li><a href="staticpages.html">Static Pages plugin</a> - for other static and non-static content</li> </ul></li> <li><a href="trackback.html">Trackback, Pingback, Ping</a></li> <li>Geeklog's API <ul> <!-- <li>Geeklog Function List</li> --> <li><a href="plugin.html">Plugin Development</a></li> <li><a href="theme.html">Theme Development</a></li> <!-- <li>Writing Custom Functions</li> --> </ul></li> <!-- <li>Upgrading Geeklog</li> --> <li><a href="support.html">Support</a></li> <li><a href="changes.html">List of Changes</a></li> </ul> <h2><a name="features">Features of Geeklog</a></h2> <p>Geeklog is a weblog powered by PHP and MySQL. It allows you within minutes to set up a fully functioning dynamic website, and has many features to get you started. As of Geeklog 1.4, these features are: <ul> <li>User-system, allowing members of the public to register for your site and submit stories.</li> <li>Comment system, allowing users to comment on posts made to your site.</li> <li>Block system, allowing you to put information anywhere on your site.</li> <li>Plugin system that allows you to extend Geeklog, without having to code any new PHP.</li> <li>Theme system that allows users to select what layout they want to view.</li> <li>Excellent security model that allows you to give users control over certain aspects of the site with no need to worry.</li> <li>Site Statistics that show you the most popular areas of your site.</li> <li>Link system that allows users to add links to the site.</li> <li>Calendar System that lets you and your user add up-and-coming events.</li> <li>Allow users to email stories to their friends.</li> </ul> <h2><a name="introduction">Introduction</a></h2> <p>GeekLog was originally developed for the Security Geeks web site and was originally authored by Jason Whittenburg. In early 2001, Jason decided it was time to devote his time to other things and handed the project over to Tony Bibbs who uses Geeklog to run <a href="http://www.iowaoutdoors.org/">Iowa Outdoors</a>. Tony is currently focusing on getting the next generation Geeklog, dubbed GL2, off the ground, while Dirk Haun is now maintaining the 1.x branch.</p> <p>Geeklog is bona fide open-source software and has been released under the <a href="license" title="GNU General Public License">GNU GPL</a> for use by others. Configuring GeekLog is meant to be an easy process though it will require you to have access to several components of your system.</p> <p>This document is still evolving, so there may be unintended omissions or various steps may be over or under explained. It's assumed that you have some working experience with some form of <a href="http://httpd.apache.org/">Apache</a> (or IIS), SQL databases (such as <a href="http://www.mysql.com/">MySQL</a>), and <a href="http://www.php.net/">PHP</a>.</p> <table border="0" width="100%" class="footer"> <tr valign="top"> <td colspan="2"><a href="http://wiki.geeklog.net/">The Geeklog Documentation Project</a><br> All trademarks and copyrights on this page are owned by their respective owners. GeekLog is copyleft.</td> </tr> </table> </body> </html>