From cdd2d3126c72e18f72eebf2588d823a192cadf3f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 3 Nov 2007 20:33:40 -0400 Subject: web commit by tschwinge: Bug With Referring to *js* and *css* Files --- doc/plugins/contrib/gallery/discussion.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/plugins/contrib') diff --git a/doc/plugins/contrib/gallery/discussion.mdwn b/doc/plugins/contrib/gallery/discussion.mdwn index 60b8fde0f..1f7c76eb3 100644 --- a/doc/plugins/contrib/gallery/discussion.mdwn +++ b/doc/plugins/contrib/gallery/discussion.mdwn @@ -1,3 +1,5 @@ +# Adaptation to Newer Versions of ikiwiki + I tried using this plugin, but to no success so far. I used *gallery* git branch, rebased it onto the *origin/master*, built a Debian package and installed that one. @@ -29,3 +31,9 @@ New version updated at SVN REPO : http://ned.snow-crash.org:8080/svn/ikiwiki-gal --[[arpitjain]] + +# Bug With Referring to *js* and *css* Files + +In the generated files `gallery/index/index.html` and `gallery/index/*/gallery_*` +it should not be referred to `/js` but to `../../js` and `../../../js`, respectively. +Likewise for `/css`. -- cgit v1.2.3 From 06b06cd7d95c280ce1edcb994a7d41da3da74ae7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 3 Nov 2007 20:35:01 -0400 Subject: web commit by tschwinge: All Thumbnails on One Page --- doc/plugins/contrib/gallery/discussion.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/plugins/contrib') diff --git a/doc/plugins/contrib/gallery/discussion.mdwn b/doc/plugins/contrib/gallery/discussion.mdwn index 1f7c76eb3..37fa6f884 100644 --- a/doc/plugins/contrib/gallery/discussion.mdwn +++ b/doc/plugins/contrib/gallery/discussion.mdwn @@ -37,3 +37,9 @@ New version updated at SVN REPO : http://ned.snow-crash.org:8080/svn/ikiwiki-gal In the generated files `gallery/index/index.html` and `gallery/index/*/gallery_*` it should not be referred to `/js` but to `../../js` and `../../../js`, respectively. Likewise for `/css`. + + +# All Thumbnails on One Page + +Could `rows="0"` be used to state that all thumbnails should be put on the same page, +no matter how much there are? -- cgit v1.2.3