]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - test/test.setup
new test mailbox
[git.ikiwiki.info.git] / test / test.setup
index ea5b2e69dd63363cd2c654145a097308c0ad654e..82b725e3006d803f3fa47a87e8ef6f46e2363c6b 100644 (file)
@@ -12,11 +12,11 @@ use IkiWiki::Setup::Standard {
 
        # Be sure to customise these..
        srcdir => "in",
-       destdir => "out",
+       destdir => "/tmp/test-wiki",
 
-       url => "http://example.org/wiki",
+       url => "file:///tmp/test-wiki/",
        #cgiurl => "http://example.org/wiki/ikiwiki.cgi",
-       #templatedir => "/usr/share/ikiwiki/templates",
+       templatedir => $ENV{PWD}."/../templates",
        #underlaydir => "/usr/share/ikiwiki/basewiki",
 
        # Subversion stuff.
@@ -115,7 +115,7 @@ use IkiWiki::Setup::Standard {
        # Only send cookies over SSL connections.
        #sslcookie => 1,
        # Logging settings:
-       #verbose => 1,
+       verbose => 1,
        syslog => 0,
        # To link to user pages in a subdirectory of the wiki.
        #userdir => "users",
@@ -139,12 +139,13 @@ use IkiWiki::Setup::Standard {
        #multimarkdown => 1,
 
        # To add plugins, list them here.
+           add_plugins=>[qw{mailbox}],
        #add_plugins => [qw{goodstuff search wikitext camelcase
        #                   htmltidy fortune sidebar map rst anonok}],
        # 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.
-       #libdir => "/home/me/.ikiwiki/",
+       libdir => "..",
        
        # To override environment variable settings, you can list values here.
        #ENV => {