Contents
Gallery2 Parser
Description
The Gallery2 parser allows you to show photos inside Moin.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.6 |
||
1.0 |
1.5 |
||
1.0 |
1.3 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires Action macro gallery2image to be installed, and you should follow the instructions detailed in /Installation
Usage
To use this parser, put #!Gallery2 after the beginning of a code block.
Example
This example will show all pictures, and describe the photo '100_1185.JPG' with the text Breman, SpaceCenter.
{{{#!Gallery2 * [100_1185.JPG Bremen, SpaceCenter] }}}
For more detailed examples, see /Examples
Copyright
This parser is copyright ReimarBauer and FlorianFesti
License
This parser is released under the terms of the GNU GPL.
Bugs
Please file bug reports as subpages like this one
/BugUrlPrefixIgnored (in gallery2image)
Discussion
2006-08-06
A note for previous users of Gallery2. I have decided to change the thumbnail and webnail names to a prefix of tmp. This is the same prefix as SimonRyan uses for his Gallery macro. If you like to serve thumbnails and webnails directly you should read General for instructions. The code gots mostly an update to speed up and changes to be more MoinMoin standardized. The EXIF.py was changed to become faster for the required reading too. The icon images are now saved to the wiki/img/ dir and not below modern.
2006-08-11
- gallery2image-1.5.4-14 solved a bug in naming convention of webfiles and thumbfile
- first release of text_x_gallery2.py and gallery2image for the 1.6 dev branch. changeset: 1155:bb4758056a46
2006-08-22
1.6.0-18 for the call of ParserMarket/Frame a test if parameters are submitted is added
2006-11-16
- gallery2image-1.5.6-16 solved a bug request.getQualifiedURL() seems to end with a / always
- colors changed for the slide show
- background of image is white
- all other backgrounds controlled by bgcolor var.
2008-02-06
- text_x_gallery2-1.6.0-19 small fixes disabling SWF on all places if not available, import EXIF from MM.filter
- gallery2image-1.6.0-16 bug fix for url_prefix_static
2008-05-20
- gallery2image-1.6.0-17 bug fix for request.getQualifiedURL ends with / and the file url starts with / so we don't need an additional / separator
Info
Currently we do refactor all the Gallery2 staff http://hg.moinmo.in/moin/1.7-extensions/ for 1.7.
The new name of the project is arnica. I have decided to change the Gallery2 name because the old name confused many users. -- ReimarBauer 2008-03-07 15:42:11
CHANGES shows what already is done.
- is "arnica" now as beta version ready or still a pre alpha?