tiny blog script (tibs)
version 0.3
 2006 farhnware

Lines of code: 226 (not counting comments and emtpy lines)

Changelog:
06-09-06 Finished first usable version
		 Added XHTML and CSS (tibs.css)
		 Added meta tag for content type (required for XHTML), and used link tag for CSS instead
		 XHTML head tags are all in a variable now (saves space)
06-10-06 Now has a blog title!
		 Installing is now in one case instead of install and install2
		 Commenting works!
		 Second version complete
		 XHTML comes out a little neater now
06-11-06 You can view any post by going to tibs.php?post_id
		 	(replacing "post_id" with the post's ID, with 1 being the first post)
		 Now generates RSS feeds for all posts and all comments
06-16-06 All pages display a menu of some sort, except when it's supposed to redirect and doesn't
		 Wrote up 4-step installation instructions
		 Shortened length of a lot of code
07-20-06 Now generates RSS feeds when after comments or posts are posted
		 Doesn't continually say "Incorrect username or password" after you get it wrong once
		 	(cookie bug fixed)
		 Posts and comments now both have post dates
		 Cleaned up code and added copyright to bottom of each page
		 Version 0.3 completed