]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - CHANGELOG.gallery
Update to r10 of the gallery plugin, as per <http://ned.snow-crash.org:8080/svn/ikiwi...
[git.ikiwiki.info.git] / CHANGELOG.gallery
1 Project IkiWiki::gallery.pm 
2 ===========================
3 resize = "0" option included if no resize is intended. (use this if you face any problems with underlaydirs)
4 ----
6 Version 0.9
7 Support for resizing of images also included.
8 Additional options : 
9 - resize(optional, Default=>800x600) => Width and Height to resize image to.
11 ----
13 Version 0.8 
14 Support for Multiple Pages also included.
15 Additional options : 
16 - rows(optional, Default=>3) => Number of Rows on a gallery page.
17 - exif(optional, Default=>0) => Specify whether to Display exif information or not.
19 ----
21 Version 0.6
22 This plugin creates a nice looking gallery of the images.
24 SVN Repository of plugin is at http://ned.snow-crash.org:8080/svn/ikiwiki-gallery 
26 USAGE: 
27 ======
29 Plugin can be used as 
30 [[gallery imagedir="images" option="value"]]
32 Available options :
33 - imagedir(required) => Directory containing images. It will scan all the files with jpg|png|gif extension from the directory and will put it in the gallery.
34 - thumbnailsize(optional,Default=200x200) => Size of the thumbnail that you want to generate for the gallery.
35 - alt(optional) => If image can not be displayed, it will display the text contained in alt argument.
36 - cols(optional,Default=3) => Number of columns of thumbnails that you want to generate.
37 - title(optional) => Title of the gallery.
38 - sort(optional) => "asc" or "desc" . You can sort in ascending or descending order of names of images. 
39 - vcs(optional,Default=1) => This value decides whether to put the images out of IkiWiki's tree. If you set vcs=0, then you can specify a directory outside IkiWiki tree also to lookup. In that case you can also give absolute link of the image directory.
41 Additionaly, you can put Comment file filename.comm in image directory where filename is name of the image. Comments would then be displayed in the gallery.