diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 03:36:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 03:36:53 +0000 |
commit | c96d672810ae524aedf9ffff08dcca773cd9a876 (patch) | |
tree | 4d06c15920e5b1b60acdba2e4cea9c680ca5dc43 /doc/todo/Gallery.mdwn | |
parent | d63068b669f5b5450b01a3142c2efca448d3dfc3 (diff) | |
download | ikiwiki-c96d672810ae524aedf9ffff08dcca773cd9a876.tar ikiwiki-c96d672810ae524aedf9ffff08dcca773cd9a876.tar.gz |
massive patchqueue reorg
patches can now be anywhere and tagged patch to show up on the patch list.
Moved all the patchqueue stuff to todo items; some of it was merged into
existing todo items.
Diffstat (limited to 'doc/todo/Gallery.mdwn')
-rw-r--r-- | doc/todo/Gallery.mdwn | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/doc/todo/Gallery.mdwn b/doc/todo/Gallery.mdwn index ef4c55d74..a53b77d82 100644 --- a/doc/todo/Gallery.mdwn +++ b/doc/todo/Gallery.mdwn @@ -20,4 +20,35 @@ That's one way to do it, and it has some nice benefits, like being able to edit --[[Joey]] -[[tag soc]]
\ No newline at end of file +[[tag soc]] + +[[tag wishlist]] + +---- + +I have implemented the first version of the Gallery Plugin for Ikiwiki as part of [[soc]]. This plugin would create a nice looking gallery of the images once the directory containing images is specified with some additional parameters. It has been build over the img plugin. + +Plugin can be downloaded from [here](http://myweb.unomaha.edu/~ajain/gallery.tar). + +It can be used as : <br> +\[[gallery imagedir="images" thumbnailsize="200x200" cols="3" alt="Can not be displayed" title="My Pictures"]] + +where-<br> +* imagedir => Directory containing images. It will scan all the files with jpg|png|gif extension from the directory and will put it in the gallery.<br> +* thumbnailsize(optional) => Size of the thumbnail that you want to generate for the gallery.<br> +* alt(optional) => If image can not be displayed, it will display the text contained in alt argument.<br> +* cols(optional) => Number of columns of thumbnails that you want to generate.<br> +* title(optional) => Title of the gallery.<br> + +Features of the Gallery Plugin:<br> +* You can go the next image by clicking on the right side of the image or by pressing 'n'.<br> +* Similary, you can go the previous image by clicking on the left side of the image or by pressing 'p'.<br> +* Press esc to close the gallery.<br> +* While on image, nearby images are preloaded in the background, so as to make the browsing fast.<br> + +Right now, it features only one template namely [Lightbox](http://www.hudddletogether.com). Later on, I will add few more templates.<br> +For any feedback or query, feel free to mail me at arpitjain11 [AT] gmail.com + +Additional details are available [here](http://myweb.unomaha.edu/~ajain/ikiwikigallery.html). + +[[tag patch]] |