summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-17 15:18:07 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-17 15:18:07 +0100
commitd09417ccd329e4e9439eca3782fab766ecebbd37 (patch)
tree9de7eb64863cfec8c4151f1638be10667b24f777
parente8ea0ea425e447fcca965ac3c8a2c210a6fc6e25 (diff)
Enable graphviz plugin.
-rw-r--r--ikiwiki.admin.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.admin.setup b/ikiwiki.admin.setup
index 9318b7a..80c44a7 100644
--- a/ikiwiki.admin.setup
+++ b/ikiwiki.admin.setup
@@ -130,7 +130,7 @@ use IkiWiki::Setup::Standard {
#recentchangesnum => 100,
# To add plugins, list them here.
- add_plugins => [qw{goodstuff search httpauth typography sidebar favicon}],
+ add_plugins => [qw{goodstuff search httpauth typography sidebar favicon graphviz}],
# If you want to disable any of the default plugins, list them here.
disable_plugins => [qw{passwordauth openid}],
# To add a directory to the perl searh path, use this.