 NZBGetter 1.0 - http://sourceforge.net/projects/nzbgetter/

 - ABOUT

 NZBGetter is a PHP Script for linux based systems to spider NZB index 
 sites for NZB files matching your predefined search patterns. The 
 script downloads matching NZB files and passes them to your Usenet Reader.

 - LICENSE

 Copyright 2009 Youri Tromp

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.

 - CHANGES
 
 v1.0 (October 10, 2009)
 
 New:
 
 * Supports nzbtv.com index site
 * Supports nzbindex.nl index site
 * Twitter support (tweet your download announcements)
 * Webinterface to config the application and creation of 
   download lists.
 * Find new NZB files in either manual or auto mode
 * Generate crontabs on the fly for auto checking
 * Logging all events

 - SYSTEM REQUIREMENTS

 * Linux Operation System
 * PHP 5
 * PHP cURL library (recommended)
 * Webserver (for example Apache)
 * An installed Newsreader client with a watch folder for 
   incoming NZB files (SABnzb, NZBGet are good readers)

 Optional:

 * Cronjob support (if you want this script to auto-download NZB files)

 - INSTALL
 
 1. Unpack
 
 Installation is pretty simple. Just unpack NZBGetter to a directory
 on your webserver. Please leave all subdirectories as they are otherwise
 the script will not run properly.
 
 2. Script folder restrictions
 
 Make sure the following folders are writable (these folders contain log
 files and appication configuration files):
 
 /log/
 /conf/
 /__exec__/dummy/
 
 3. Usenet Reader watch folder restrictions
 
 Make sure this script can write NZB files to your Usenet Reader NZB 
 incoming watch folder.
 
 4. Load script in webbrowser
 
 Open a webbrowser window and load the script.
 
 http://your.webserver/path.to.nzbgetter/index.php
 
 When you start the application the first time it will ask you to complete
 the settings.
 
 5. Enjoy!
 
 - SUPPORT
 
 http://sourceforge.net/projects/nzbgetter/