Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 250

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>gallery (third party plugin)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../plugins.html">plugins</a>/ 

<a href="../contrib.html">contrib</a>/ 

</span>
<span class="title">
gallery (third party plugin)

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: gallery<br />
Author: <span class="createlink">arpitjain</span><br />
Included in ikiwiki: no<br />
Enabled by default: no<br />
Included in <a href="../goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<p>This plugin would create a nice looking gallery of the images. It has been build over the img plugin in Ikiwiki</p>

<p>GIT repo of the plugin is located at <a href="http://github.com/joeyh/ikiwiki/tree/gallery">http://github.com/joeyh/ikiwiki/tree/gallery</a></p>

<p>USAGE : 
[[!gallery  imagedir="images" option="value"]]</p>

<p>Available options : <br>
    * imagedir(required) =&gt; 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,Default=200x200) =&gt; Size of the thumbnail that you want to generate for the gallery.<br>
    * resize(optional, Default=&gt;800x600) =&gt; Width and Height to resize image to. resize="0" for turning resizing off.<br>
    * alt(optional) =&gt; If image can not be displayed, it will display the text contained in alt argument.<br>
    * cols(optional,Default=3) =&gt; Number of columns of thumbnails that you want to generate.<br>
    * rows(optional, Default=&gt;3) =&gt; Number of Rows on a gallery page.<br>
    * title(optional) =&gt; Title of the gallery.<br>
    * sort(optional) =&gt; "asc" or "desc" . You can sort in ascending or descending order of names of images. <br>
    * vcs(optional,Default=1) =&gt; 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.<br>
    * exif(optional, Default=&gt;0) =&gt; Specify whether to Display exif information or not.<br></p>

<p>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.</p>

<p>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></p>

<p>It uses templated named <a href="http://www.hudddletogether.com">Lightbox</a>.
For any feedback or query, feel free to mail me at arpitjain11 [AT] gmail.com </p>

<p>Additional details are available <a href="http://myweb.unomaha.edu/~ajain/ikiwikigallery.html">here</a>.</p>

<blockquote>
  <p>That link is broken. --<span class="createlink">JosephTurian</span></p>
</blockquote>

<p>-- <span class="createlink">arpitjain</span></p>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">




<div class="tags">
Tags:

<a href="../../patch.html" rel="tag">patch</a>

<a href="../../plugins.html" rel="tag">plugins</a>

<a href="../../soc.html" rel="tag">soc</a>

<a href="../../wishlist.html" rel="tag">wishlist</a>

</div>



<div id="backlinks">
Links:

<a href="./album.html">album</a>


</div>






<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>