]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/Gallery.mdwn
web commit by JoshTriplett: Outline implementation plan.
[ikiwiki.git] / doc / todo / Gallery.mdwn
1 creating a gallery of a bunch of images: 
2
3 * Display Exif informations
4 * Display Image informations (like size, date, resolution, compression...)
5 * Create CSS data for customizing
6 * Create Thumbnails (maybe in more than one size, eg: full,1024x768,800x600,640x480)
7 * Descriptions for every image
8 * Comments
9 * Ratings
10 * Watermarks
11 * Some javascript for easy navigation (see [photon](http://www.saillard.org/programs_and_patches/photon/) for a good example)
12
13 It should be possible to disable every feature for every directory. 
14
15 ----
16
17 This could be split into two distinct projects. One would be to modify the [[plugins/img]] plugin to support some of these ideas for extracting and using information such as exif out of images. The other project would be to design something that handles setting up a gallery, which could be just some regular wiki pages using the img plugin, and perhaps some other custom plugins for things like ratings and javascript), and adding new images to a gallery as they are added to the wiki.
18
19 That's one way to do it, and it has some nice benefits, like being able to edit the gallery pages like any wiki page, to add comments about images, links, etc. An example of ikiwiki being used like that: <http://kitenet.net/~family/pics/guaimaca.html> (still room for improvement, clearly).
20
21 --[[Joey]]
22
23 [[tag soc]]