Whew!  Lots and lots of changes for this, the long awaited 0.1 release.  That's
right ladies and germs, we are now in beta-quality state (okay, maybe not, but
that's for you to decide).  I'll try and remember all the changes that I made,
but I might not be able to.  If you've got an old copy of Igloo lying around,
diffs are still the best way to see what has changed and what hasn't.

Also, starting with the 0.2 release (which I anticipate shortly, much shorter
than the time between 0.0.9 and 0.1), I'll start making patch files available
for those of you who don't want to completely redo your Igloo installation.

As always, thank you for using Igloo.  Please send any and all bugs and feature
requests to drj@mrpenguin.org.  The bugs I'll fix ASAP, the features will take
longer.  Just remember that everything goes smoother if you can send me a
patch!

So, without further ado, here are the list of the changes I remember making to
Igloo version 0.1:

o config.inc
	+ By default, config.inc is now config.templ.  You'll need to edit it and
rename it.

o Stylesheets
	+ Igloo is stylesheeted for the first time ever!

o Themes
	+ Not really, but because Igloo is stylesheeted, it makes it easy to change
the look.
	+ Several different stylesheets are included in html/css.

o Story redesign
	+ Stories look a bit different now.  I like this way better

o Box redesign
	+ The boxes have also been redesigned to look a bit more like the stories

o private/local.inc
	+ This file was pretty much rewritten.  The functions are mostly working
		the same way, but instead of each function printing out a bunch of
		HTML, they include template files.

o private/boxes/*
	+ Just like local.inc, all of the boxes files have been rewritten to
		include templates.

o private/storyfun.php
	+ Only the display_story() function has changed.  It now also includes a
		template instead of printing its own HTML.

o private/includes/faq.php
	+ The FAQ has been rewritten to follow the new design style, and a couple
		of new questions have been added.

o private/templates/*
	+ All of these are new files.  The header, footer, boxes, and other
		stuff all draw their HTML from these files.  Watch the content of
		these directories grow with new versions!

o html/TODO.php
	+ The TODO page has been rewritten to follow the new design style.

o all files
	+ Almost all files got the disclaimer added at the top.

Okay, so I guess that's it.  Anyway, grab the latest version of Igloo at
	http://prdownlaods.sf.net/iglooweb/igloo-0.1.tar.gz
and happy hacking!
