projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab4496
)
disable openid when building doc dir
3.20100515
author
Joey Hess
<joey@kitenet.net>
Sun, 16 May 2010 03:24:57 +0000
(23:24 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 16 May 2010 03:24:57 +0000
(23:24 -0400)
docwiki.setup
patch
|
blob
|
history
diff --git
a/docwiki.setup
b/docwiki.setup
index 6bc200066fe565007cb6cc3228c0ac74e4ee19c5..8b898f61928bb5af36c501586caf4596c0a896ce 100644
(file)
--- a/
docwiki.setup
+++ b/
docwiki.setup
@@
-29,7
+29,8
@@
use IkiWiki::Setup::Standard {
usedirs => 0,
prefix_directives => 1,
add_plugins => [qw{goodstuff version haiku polygen fortune table}],
- disable_plugins => [qw{recentchanges}], # not appropriate for doc dir
+ # not appropriate for doc dir
+ disable_plugins => [qw{recentchanges openid}],
rcs => $rcs,
gitorigin_branch => '', # don't pull during build
}