Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-07 12:17 Back to release list
2.1

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.
Tags: Minor bugfixes

Project Resources