Blzut3's News Script Beta V0.6
---
Install:
---
To install simply run install.php in the news script directory.  
The database currently must be txt file as I need to fix my server 
in order to support MySQL (which PHP is being itself again).

Then in the file you want to put the news output in simply add...

<?php include "pathtoscript/show.php"; ?>

...in the place in the page where you want it.  Of course you must 
first replace "pathtoscript" with the location of where the files are.

---
Editing Templates
---
To edit your template you can simply use the internal template editor.  
To get there, login, and then click the template tab.  The text area 
will accept a few varaibles.

For news post:
{title} = The title of the post
{author} = the author of the post
{content} = the content of the post
{comment-num} = Amount of comments
{veiw-comments} = Link to comments
{/veiw-comments} = end of link to comments

For comments:
{cauthor} = Author of the comment
{cemail} = If supplied the email of the autor of the comment
{comment} = the content of the comment

For new comment form:
{form} = defines the form (MUST BE FIRST THING)
{/form} = end the form (MUST BE LAST THING)
{submit} = Submit button
{name} = Name form
{email} = email form

---
Deleting News or comments
---
Go to the news tab and select edit/delete.  The rest should be easy to follow.
When deleting comments the number on the 2nd box is how far down from the top the 
comment is.

---
Upgrading
---
No upgrading info reinstall.

---
Current Features
---
* Commenting
* Ability to delete news post and comments (however delete the comments before the post)
* Multi or single user password protection.
* Password is stored for a while.  Can't remember how long I think its 1 day.
* TXT Files can be used as a database. (no need for MySQL)
* MySQL Database support
* Easy to use tabbed GUI (what else should I call it?)
* Add News
* Edit News
* Small user administration panel.
* Internal Template editor
* Simple Template editor, sorta like the one cute news used. 
	{content}, {title}, etc.  No need to understand PHP!
* Log out function

---
Upcoming Features
---
* Pages (How meny post per pages (post shown))
* Multitemplate support
* Category Support
* Archives

This is just a rough idea of whats coming up, they could vary well be in the 
next version, or, they could not.  I put version numbers as a guidline of whats 
planed, I could change them at any point.

---
Additional Notes:
---
This is just a Beta version and there are some bugs and such.  Also it should be 
wise to note that the script WILL NOT work on IE because of some limitations.

As another note, this script was created because cutenews when commercial 
so I don't plan on it ever going commercial, and if it does I will keep a 
free version around with no ads.

---
Bug Reporting & Feature Request
---
If you find any bugs please report them with a subject along the 
lines of bug report to Blzut3@zoominternet.net.  On the other hand if 
you want and feature added but don't see it on the list then email 
them to me at above stated email address with the subject along the 
lines of Feature Request.

---
End
---
Thank you for reading this file and I hope you enjoy using BitOwl news 
and plan on supporting it to become better and more powerful.

Thanks,
- Blzut3 (BitOwl Webmaster)