
GalleryCMS is a free, open source web-based image gallery CMS.
Updates:
Known issues:
This is an example of GalleryCMS's tie-in to the popular JavaScript image gallery known as Galleria.
Point 'url' to your album's JSON feed and point 'theme' to your Galleria theme of choice.
$(document).ready(function() {
$('#galleria').gallerycms({
url : 'http://gallerycms.com/admin/index.php/api/feed/json/341b9ea8-ed66-11e1-8707-00e0814b024a',
theme : 'js/themes/classic/galleria.classic.min.js'
});
});