#################################
#
# README for RSS Simple News
#
#################################


First words: Thanks for downloading our script, this is only version .1 BETA, so it is really all beta.
Be patient with our script, as this isn't the absolute best. If you keep up with our site,
http://1337designs.uni.cc you can get updates and follow project status from there. 

Project Name: RSS Simple News
Author: Matthew General
Version: .1 BETA
Release Date: N/A yet

Instructions:
1. Upload the files included in RSS_Simple_News_0.1beta.tar to any directory, public_html/ or your
main directory is recommended (where you keep your files normally for web access).

2. CHMOD includes/database.php and rss/news.xml to 777 for install
purpose for now.

3. Access setup.php from the internet and follow the instructions.

4. Delete this readme and the setup.php from the server.

5. CHMOD includes/database.php back to its original state (normally 644). Leave rss/news.xml at 777!

6. Call the news by writing this in a php file (.php)
First Line:
<?php session_start();?>
then call the news anywhere
<?php include ("news.php");?>

Credits:
Thanks to Serge for great help while this was being produced
Created and Coded by Matthew General AKA PunkRockr

Changes - See changes.txt
