Some ideas for new TFTgallery versions:
=======================================

Sascha:
* a complete user administration (so registered users may upload pictures, comment them e. g.)
* read the EXIF data of the images (a very rudimental function is already in the picture.php)
	done in 0.11.2
* media player plugin for audio and video files (using <embed ...>)
	done in 0.11.3
* tidy up the code a bit (little include files instead of a huge functions.inc)
* rename all include files to .inc.php
* filename .htpasswd instead of passwd (so that no one can read the (encrypted) password) ONLY IF SERVER IS WELL CONFIGURED
	done in 0.11.1 (not .htpasswd but passwd.inc.php cannot be read, too)

Jose:
* To upload a ZIP and automatically uncompress it and creates a new album with all configuration
* Images outside webtree or with an .htaccess file that protects listing and that an script recover them
	comment by Sascha:
	the installer should write a .htaccess into the data/albums with:
		Deny from all
		Options -Indexes
	The second line is very useful so no one can use this second way to get the images (without guessing the names)
	If using a PHP script to get the images, we don't need the "stolen.php" any more.
	==> done at 2007-08-19!
	improved by setting up a complete new administration authentication
	(sascha @ 2007-09-04)
* To put the version and gallery name as a part of the session name (so you can have more than one galery in one domain)
	comment by Sascha:
	very important, because the admin area is locked by sessions, too.
	==> done at 2007-08-19!
* To add the hability of plugins (like wiki)
