TFTgallery v 0.11.4 Quick Installation and Update Guide
=======================================================
$Id: INSTALL,v 1.5 2008/04/14 21:12:03 saschalorenz Exp $
For more detailed information please look into the TFTgallery documentation
available at: http://tftgallery.sourceforge.net/?content=docs

Installing a complete new version of TFTgallery
===============================================

(1) System Requirements

You only need:
* PHP >= 4.3 with
  * session
  * iconv

(2) Upload of the source

Unpack all the files and upload them (including all the subdirectories) 
to a newly created subdirectory of your webserver.

(3) Installing TFTgallery

Open your web browser and enter the URL of your webserver and the TFTgallery
subdirectory.

For example: http://www.woohoo.con/gallery/

Then the installer is started and will follow you through the configuration.

-----------------------------------------------------------------------------

Upgrade of an existing version of TFTgallery
============================================

Well, as so much files have been changed, you need to re-install TFTgallery
on your webspace. BUT you can leave some things on the server:

- your existing albums
  (usually located in 'albums' subdirectory)
- your existing descriptions
  (usually located in 'data/description' subdirectory)
- your existing annotations
  (usually located in 'data/anno' subdirectory)
- your own style sheets with background files
  (usually located in 'styles' subdirectory, otherwise move it to there)
- your own configuration file
  (usually 'local_config.inc', otherwise rename 'config.inc' to it)
- your own translations
  (usually located in 'language' subdirectory, otherwise move it to there)

All the other files can be deleted!
Please remember to save all existing files (especially irrecoverable images)!
The one and only person who is responsible for any data loss is YOU! The 
update procedure as described in this documentation should be secure, but as
we all are human beings we can make mistakes!

If you cannot delete subdirectories because they are owned by anyone else,
then you should use the script 'update.ph!' which is included in this release.
Upload it into the gallery folder, rename the file to 'update.php' and open
the file in the browser. Now everyone gets write (and also delete) permission 
to every subdirectory.

Now you can upload all the files and run the installer as described above.