web commit by tschwinge: Bug With Referring to *js* and *css* Files
authorJoey Hess <joey@wren.kitenet.net>
Sun, 4 Nov 2007 00:33:40 +0000 (20:33 -0400)
committerJoey Hess <joey@wren.kitenet.net>
Sun, 4 Nov 2007 00:33:40 +0000 (20:33 -0400)
doc/plugins/contrib/gallery/discussion.mdwn

index 60b8fde0f83029fb5c2331088a7a3486f00983c5..1f7c76eb37e5b2f23c3bcb8411b17ababba7b1c3 100644 (file)
@@ -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`.