GeekLog Readme
December 4, 2001

For the quick-and-dirty installation instructions see INSTALL

WELCOME
-------
Geeklog is the source code and database that was originally used to run 
SecurityGeeks and NewsGeeks, and has now been released under the GNU General 
Public License. It is a bona fide Open Source / Free Software project. Use 
this site to get the GeekLog source, read the latest GeekLog news, and 
participate in Geeklog discussions.  The template code Geeklog uses is from 
PHPLib, however, which is under the LGPL.

GeekLog is run by Tony Bibbs, but like all good open source projects,
depends on the community. Thanks for your continued support, and let us know
what we can do to make GeekLog better. 

GeekLog's feature are as follows:

- Easy to use installation script
- Full localization and locale aware.
- Threaded comment system that support different modes.
- User-specified theming engine for custom look and feel.
- User accounts and access controls.
- HTML and key word checking in stories and comments.
- RDF/RSS import and export ability.
- Easy to use admin interface.
- Admin interface has complete configurability for all functions of the site.
- All passwords are are stored encrypted.
- Complete error loging on all forms and SQL calls.
- All admin access is logged.
- All errors are logged.
- Save story drafts until they are ready for publishing.
- Robust calendar feature with support for personalized calendars.
- Plugin support with API for developers.
- A fully configurable block system, with php-in-block support.
- Robust *nix-like security model for all objects which can be extended for 
  use in plugins
- Spam protection features and protection of user email addresses
- Well organized codebase, use of PHP's Object-Oriented features
- Thin database abstraction layer allowing Geeklog to be ported to DBMS's other 
  than the default (MySQL)

LICENSE
-------
GeekLog is licenses under the: GPL. There should be an included LICENSE file
if it really intrests you (or you having trouble sleeping) go ahead a read it.

In a nice gesture you could provide a link back to us:

http://geeklog.sourceforge.net

There is also a button that is in the release that we would appreciate you use.

SUPPORT
-------
The best support channel is a mailing list located at:

http://lists.sourceforge.net/mailman/listinfo/geeklog-devel. 

Additionally the GeekLog home page is a good source of information at:

http://geeklog.sourceforge.net


There is also a IRC channel, where we have live Geeklog chat.  Once you have an IRC client
such as mIRC (www.mirc.co.uk), or BitchX the you can log on:

Server: irc.openprojects.net
Channel: #Geeklog


KNOWN ISSUES
------------
All known issus are in docs/knownbugs. If you identify a bug please
let us know by filling out a bug report at:

https://sourceforge.net/bugs/?group_id=7371

SYSTEM REQUIREMENTS AND INSTALLATION
------------------------------------
See INSTALL.HTML in the /docs directory

SECURITY ISSUES
---------------
It is up to you to properly secure your database, web server and host 
settings.  If you are looking for information in securing your system
some starting points I can recommend are:

http://www.php.net
http://www.mysql.com
http://www.apache.org
http://www.devshed.com
http://www.securityfocus.com
http://www.linux.com

SPECIAL THANKS
--------------

I want to send out thanks to:

Jason Whittenberg - He is the original Geeklog developer!
PHPWebLog Project - Some of the functions in GeekLog came from them!
PHPSlash Project - Some of the functions in GeekLog came from them!
thatphpware Project - Some of the functions in GeekLog came from them!
PHPBB Project - Some of the functions in Geeklog came from them!
PHPLib Project - Thanks for the great template engine!

And of course, all the members of the Geeklog mailing lists and IRC channel.

ENJOY!
------
Read the documents in the /docs directory for more information, etc...
