Gallery Plugin
Description
The gallery plugin will provide an easy way to manage and view image galleries in Trac. It will:
- Add a "Gallery" button to the navigation.
- Provide tag-based thumbnail galleries, like Flickr.
- Provide a web interface for browsing, uploading, tagging, and deleting images.
For more details and discussion, see the gallery extension thread in the Trac mailing list archives.
I have committed some initial work on the gallery plugin. The API is reaching a pretty stable state. Feedback is welcome.
Bugs/Feature Requests
Existing bugs and feature requests for GalleryPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
Check out Subversion, or browse the source with Trac.
Change Log
[258] by brucec on 01/03/06 20:01:44
Set svn:ignore.
[236] by brucec on 12/29/05 02:40:56
Add scaffolding to create Python egg.
[235] by brucec on 12/29/05 02:38:47
Add initial, unfinished version of code.
- Most of the API is complete, but the web interface just spits out debugging information right now.
- Also, only a simple filesystem directory gallery source is implemented.
[175] by brucec on 12/09/05 08:44:14
New hack GalleryPlugin, created by brucec

