summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:33:56 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:33:56 -0500
commitc1e4bed9d6c57c6c8fd08712ba20f303980b1e69 (patch)
tree01c96352549d8338f358f4fbda2b694c3c1e434e /doc/plugins
parent1c9946ff484f46cdbd3fd2c9dababbbb2a95ed63 (diff)
parent7fad6c0cfb9e33e0f0456aeeb490ebde300001b4 (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/aggregate.mdwn2
-rw-r--r--doc/plugins/contrib/gallery/discussion.mdwn14
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/plugins/aggregate.mdwn b/doc/plugins/aggregate.mdwn
index 8b1abcd61..398da4b5e 100644
--- a/doc/plugins/aggregate.mdwn
+++ b/doc/plugins/aggregate.mdwn
@@ -8,7 +8,7 @@ Aggregate a feed as follows
feedurl="http://example.com/index.rss"
url="http://example.com/" updateinterval="15"]]
-That example aggregates posts from the expecified RSS feed, updating no
+That example aggregates posts from the specified RSS feed, updating no
more frequently than once every 15 minutes, and puts a page per post under
the example/ directory in the wiki.
diff --git a/doc/plugins/contrib/gallery/discussion.mdwn b/doc/plugins/contrib/gallery/discussion.mdwn
index 60b8fde0f..37fa6f884 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,15 @@ 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`.
+
+
+# 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?