]> sipb.mit.edu Git - ikiwiki.git/commitdiff
put the problematic patch in a toggleable to make discussion more visible
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>
Mon, 8 Nov 2010 12:17:07 +0000 (12:17 +0000)
committerJoey Hess <joey@kitenet.net>
Mon, 8 Nov 2010 12:17:07 +0000 (12:17 +0000)
doc/plugins/autoindex/discussion.mdwn

index b09481cdc7800921433da69bb4cbed33c125b05e..6b13d2342fa62ccc48671f0f30d2479b085dd38f 100644 (file)
@@ -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]]