FlatGallery is a simple image gallery that does not require a database backend. Users simply add images to a directory, and the system recognises this and produce thumbnails that are cached for later use. Producing thumbnails only when images are added lessens the strain on servers that produce thumbnails "on the fly" for every image, every time the page is refreshed. It also deletes thumbnails when the image is removed from the image directory. Nearly all aspects of the program are customizable, including the number of images per page, thumbnail size, and what to display.
| Tags | Internet Web Dynamic Content Site Management |
|---|---|
| Licenses | GPL |
| Implementation | PHP |
Recent releases


Release Notes: An issue with integrating the gallery into existing PHP pages and errors was fixed. All instances of die() were replaced with "return false". All errors now return a false statement along with an error message contained in $gal->error. The image directory no longer needs to be chmod 0777. 0755 is sufficient.


Release Notes: This version adds the most requested feature: multi-gallery support. Sub-directories of the main gallery will be parsed as sub-galleries. Also, small icons were added to the interface. Subgallery folder icons are customizable. Various small tweaks were done to increase overall performance.


Release Notes: An issue with inter-page links not being XHTML compliant has been fixed.
A graphical adventure game in the style of the Rob Blanc and Arthur Yahtzee trilogies.