1 # Adaptation to Newer Versions of ikiwiki
3 I tried using this plugin, but to no success so far. I used *gallery* git branch,
4 rebased it onto the *origin/master*, built a Debian package and installed that one.
6 However, I can't even get simply things like this to work:
9 [[!gallery imagedir="b" vcs="0"]]
11 1.jpg 2.jpg 3.jpg 4.jpg
12 $ ikiwiki [...] --plugin gallery web web.rendered
14 $ grep gallery web.rendered/index.html
15 <p>[[!gallery Failed to Read Directory b.]]</p>
17 When using `vcs="1"` it's no better:
19 $ ikiwiki [...] --plugin gallery web web.rendered
21 internal error: b/800x600-1.jpg cannot be found in web or underlay
25 Its probably because of the restriction of permissions by plugins in newer version of IkiWiki.
26 For the time being, you can turn resizing off till I look into conditional underlay directory feature.
28 USAGE : [[!gallery imagedir="directory" resize="0"]]
30 New version updated at SVN REPO : http://ned.snow-crash.org:8080/svn/ikiwiki-gallery/
35 # Bug With Referring to *js* and *css* Files
37 In the generated files `gallery/index/index.html` and `gallery/index/*/gallery_*`
38 it should not be referred to `/js` but to `../../js` and `../../../js`, respectively.
42 # All Thumbnails on One Page
44 Could `rows="0"` be used to state that all thumbnails should be put on the same page,
45 no matter how much there are?