Simple Web Image Gallery is a basic free open source image gallery written in Perl and JavaScript. It is not actively maintained at the moment - this project is just a code repository for "just in case someone finds this useful".
While some functionality is pretty basic, the search features are quite robust.
You can download the latest release of the Simple Web Image Gallery from the Sourceforge File Release servers
Prerequisites: a web server, or access to one, with allows running perl CGI scripts.
This is very raw code, really.
Images have to be uploaded manually, image thumbs have to be created manually, and image records have to be manually added to the database. Maybe, one day, it will become more featureful. In the meantime, I hope you can salvage something useful out of this. :)
Here is a semi-functional demo of the image gallery. It will give you a basic idea of what kind of features we have.
You cannot edit the descriptions, though you can see what the edit interface looks like. (Authentication password is "admin".) Also it seems that search is somehow a bit borked, after I changed some field names in the process of putting this demo up. But it is what it is. I hope you find this useful.
This code for this project is licensed under the GNU General Public License version 3 or later.