1
1

We in Dikutal are on the lookout for a better way presenting and organizing our galleries. Currently we use a Drupal module, which isn't very nice at presenting the images and which is even more horrible to work with if you want to upload and write comments for those images.

Two years ago i hacked together a very simple gallery for my lunch club "EggsML", it hasn't been used very much, but I find certain parts of the approach nice. A gallery is directory named with the title of the gallery, each gallery-directory contains collection of .jpegs and any other information is saved in the EXIF data of that jpeg. See the code here: https://github.com/Athas/EggsML/blob/master/jpeggs.aspeggs (.aspeggs is just a pun on .aspx, but it really is a Python file. Also, our .jpeg files are named jpeggs). The gallery generated by the above is viewable here: http://eggsml.dk/jpeggs.aspeggs

This is mostly a prototype, a lot of desirable things are missing (comments, user authentication, and upload mechanism, changing EXIF comments through the webinterface etc.)

Does there exist any good gallery web-apps that we should consider to use instead of creating our own hack?

Edit: I think we will prefer an on-premise solution. That is, we don't want to embed Flickr, Picasa og SmugMug galleries. There is always limitations on such services, and it is just nicer to use something Open Source which we can adjust as we want.

asked 07 Jan '12, 22:48

Martin%20Dybdal's gravatar image

Martin Dybdal ♦♦
1.1k123282
accept rate: 69%

closed 13 Feb, 13:31

ngws's gravatar image

ngws ♦♦
2892613

We could probably look through this list to find something: http://en.wikipedia.org/wiki/Comparison_of_photo_gallery_software

(08 Jan '12, 12:37) Martin Dybdal ♦♦ Martin%20Dybdal's gravatar image

Måske kan vi strikke noget sammen vha. http://highslide.com/

(19 Jan '12, 13:31) Martin Dybdal ♦♦ Martin%20Dybdal's gravatar image

The question has been closed for the following reason "Problem is not reproducible or outdated" by ngws 13 Feb, 13:31

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×122
×3
×1

Asked: 07 Jan '12, 22:48

Seen: 1,021 times

Last updated: 13 Feb, 13:31

powered by OSQA