 NZBGetter 1.1a - 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.1a (October 17, 2009)
 
 Bugfixes:
 
 * Solved some PHP notice issues

 v1.1 (October 17, 2009)
 
 Bugfixes:
 
 * Fixed some PHP Notice messages
 * Minor bugfix concerning slashes in titles
 
 Changes:
 
 * Some minor design improvements
 * Forms are more user friendly
 * Twitter passwords are stored encrypted now
 * Checking RSS feed connections before parsing
 
 New:
 
 * Download list entries can be edited
 * Ability to specify maximum size in megabytes for NZBINDEX.nl records
 * Ability to search NZBINDEX.nl downloads for the name of the poster
 * Ability to exclude NZBINDEX.nl downloads on given keywords
 * Showing total number of entries and number per source on download list page
 * All downloaded NZB files will be checked for validity
 * New column in download list showing the amount of NZB files found
 * New column in download list showing the date of last NZB hit
 * Instead of downloading all NZB files to the incoming NZB directory, you can add 
   them to a verification queue first
 * Choose which NZB files in the verification queue you want to process or not
 * Webinterface startpage will show a notice if there are unprocessed records in the 
   NZB verification queue
 * Possibility to restrict access to the webinterface based on IP address
 * Auto rename NZB files
 
 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!

================================================================================
 - HOW TO UPGRADE WHEN USING VERSION 1.0 or 1.1
================================================================================

 1. Backup nzbg_download.xml (and nzbg_queue.xml when using 1.1)

 This file can be found in the /nzbgetter/conf/ directory.
 Copy it to save location. It contains your download list.

 2. Remove or rename old nzbgetter directory

 We prefer to rename first to make sure this installation
 goes well.

 3. 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.
 
 4. Script folder restrictions
 
 Make sure the following folders are writable (these folders contain log
 files and appication configuration files):
 
 /log/
 /conf/
 /__exec__/dummy/
 /__exec__/queue/
 
 5. Restore backup download list
 
 Copy you backup download list xml file (as in step 1) to the /nzbgetter/conf/
 directory, it will ask you to overwrite the one which comes with the fres
 installation. You can do that without a problem.
 
 6. 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.
 
 7. Enjoy!
 
================================================================================
 - SUPPORT
================================================================================
 
 http://sourceforge.net/projects/nzbgetter/