diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-04 08:03:50 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-04 08:03:50 +0000 |
commit | 3bc3771b3e208a0a87e126a1c272575a256336f1 (patch) | |
tree | b9b039183dea5d37dda7dcd8a8c859b3442ac603 /doc/patchqueue | |
parent | ac560e288b5d4e0df9c5bc977303fd36975a3cea (diff) |
web commit by http://arpitjain11.myopenid.com/
Diffstat (limited to 'doc/patchqueue')
-rw-r--r-- | doc/patchqueue/Gallery_Plugin_for_Ikiwiki.mdwn | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/patchqueue/Gallery_Plugin_for_Ikiwiki.mdwn b/doc/patchqueue/Gallery_Plugin_for_Ikiwiki.mdwn index bfdf445ad..503fb501f 100644 --- a/doc/patchqueue/Gallery_Plugin_for_Ikiwiki.mdwn +++ b/doc/patchqueue/Gallery_Plugin_for_Ikiwiki.mdwn @@ -1,24 +1,24 @@ -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. +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://www.arpitjain.com/gallery.tar). -It can be used as : +It can be used as : <br> \[[gallery imagedir="images" thumbnailsize="200x200" cols="3" alt="Can not be displayed" title="My Pictures"]] -where -* 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. -* thumbnailsize(optional) => Size of the thumbnail that you want to generate for the gallery. -* alt(optional) => If image can not be displayed, it will display the text contained in alt argument. -* cols(optional) => Number of columns of thumbnails that you want to generate. -* title(optional) => Title of the gallery. +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: -* You can go the next image by clicking on the right side of the image or by pressing 'n'. -* Similary, you can go the previous image by clicking on the left side of the image or by pressing 'p'. -* Press esc to close the gallery. -* While on image, nearby images are preloaded in the background, so as to make the browsing fast. +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. +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://www.arpitjain.com/ikiwikigallery.html).
\ No newline at end of file |