From 397a95ae9083a5ae99d1f3e43653c163fbda37ab Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 13 Feb 2008 20:38:36 +0100 Subject: Enable a bunch of plugins. --- ikiwiki.setup | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index fe1a00d..0439b27 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -130,11 +130,10 @@ use IkiWiki::Setup::Standard { #recentchangesnum => 100, # To add plugins, list them here. - #add_plugins => [qw{goodstuff search wikitext camelcase - # htmltidy fortune sidebar map rst anonok}], + add_plugins => [qw{goodstuff httpauth typography sidebar favicon}], # If you want to disable any of the default plugins, list them here. - #disable_plugins => [qw{inline htmlscrubber passwordauth openid}], - # To add a directory to the perl search path, use this. + disable_plugins => [qw{passwordauth openid}], + # To add a directory to the perl searh path, use this. libdir => "/home/debian/private_webdata/golearn/perl", # For use with the tag plugin, make all tags be located under a @@ -154,4 +153,7 @@ use IkiWiki::Setup::Standard { # mirror1 => "http://hostname1", # mirror2 => "http://hostname2/mirror", #}, + + # Avoid english-only Text::Typography hyphen conversion + typographyattributes => 'ie', } -- cgit v1.2.3