aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2010-11-08 12:17:07 +0000
committerJoey Hess <joey@kitenet.net>2010-11-08 12:17:07 +0000
commit9c42f5786601429a0b921d6591ebf5e4c1eb4da8 (patch)
tree8fba6061bf970e2870530f9a71684674da8c2702
parent2c17255b6641e33374a446ca281a0ad6d46af1dc (diff)
downloadikiwiki-9c42f5786601429a0b921d6591ebf5e4c1eb4da8.tar
ikiwiki-9c42f5786601429a0b921d6591ebf5e4c1eb4da8.tar.gz
put the problematic patch in a toggleable to make discussion more visible
-rw-r--r--doc/plugins/autoindex/discussion.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugins/autoindex/discussion.mdwn b/doc/plugins/autoindex/discussion.mdwn
index b09481cdc..6b13d2342 100644
--- a/doc/plugins/autoindex/discussion.mdwn
+++ b/doc/plugins/autoindex/discussion.mdwn
@@ -22,6 +22,8 @@ If you just don't want to clutter your git repo, below it's a patch does the fol
* If you set autoindex_commit to 1 (this is the default), auto-generated index files will be put in the repo provided you enabled rcs backend.
+[[!toggle id="patch-for-autoindex_commit" text="patch for autoindex_commit"]]
+[[!toggleable id="patch-for-autoindex_commit" text="""
<pre>
--- autoindex.pm.orig 2009-10-01 17:13:51.000000000 +0800
+++ autoindex.pm 2009-10-01 17:21:09.000000000 +0800
@@ -65,7 +67,7 @@ If you just don't want to clutter your git repo, below it's a patch does the fol
gettext("automatic index generation"),
undef, undef);
</pre>
-
+"""]]
Warning: I guess this patch may work, but I *haven't tested it yet*. -- [[weakish]]