Blzut3's News Script Alpha V0.3
---
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.  In version 0.3 
the process of adding the dynamic content was made easier, all you have 
to do is disign the template and add {title} where you want the title and 
{content} where you want the body of the post.

---
Upgrading
---
From 0.2 to 0.3:
	1. Copy all .php files to your script directory.
	2. Open settings.cfg in a txt editor.
	3. Add the line "$ad = false" before the "?>" (both w/o the quotes)
		Note: If you don't mind a "Powered by" line under your post then 
			  *you* may choose to put "$ad = true" (w/o the quotes) insted.

---
Current Features
---
* Singel user password protection.
* TXT Files can be used as a database. (no need for MySQL)
* MySQL Database support *NEW* in 0.3
* Easy to use tabbed GUI (what else should I call it?)
* Add News
* Edit News
* 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
---
* Commenting
* Multitemplate support
* Multiuser Password and User protection on both databases.
* Store password in a multi session cookie.
* Category Support
* Pages (How meny post per pages (post shown))
* Archives

This is just a rough idea of whats coming up, they could vary well be in the 
next version, or, they could not.

---
Additional Notes:
---
This is just a public alpha and it will have some bugs and annoyences.  
One that I know of all ready, which is when ever you complete and action, 
say you posted news, you will be stuck at the screen saing that its done.  
If you want to continue with adding or editing click the address bar and 
press enter, that is if you just validated your password, else hit the 
refreash button on your browser.  This should be fix by the 2nd alpha, 
the MySQL alpha, or the beta at lastest.  Also I do understand that its 
possible to get to the add, edit, status, or edit template pages w/o 
logging in, even though anyone can get there you must be logged in to 
actully use it to its full extent.  Its nothing big enough to be moved 
to another part of the file.

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 to with a subject along the 
lines of bug report 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 my news 
publishing script and plan on supporting it to become better and 
more powerful.

- Blzut3