bens99
With the system of associated text files, it is quite easy to build automaticaly a slideshow from a photo gallery.
But :
- use a lot of CPU because it scans the image repertory on each page loading
=> need a cache system (quite easy to add via a script hack)
- problem if you have a large number of images and slow connexion = the javascript preload all the images before showing the first one
=> should preload just the first images and load the other in background
The project seems to be abandoned by its author ? but it's quite easy for developpers to understand it and make corrections and improvement.
The translation features are buggy and the language file cannot be correctly used by the program.
thx for the review. In the new version i will nclude language files and more configuration settings

