]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - test-wiki/test.setup
make note
[git.ikiwiki.info.git] / test-wiki / test.setup
index cbd9f1fc86af1963e0d922faca7eafc7e41bd1ef..0f30f9577df1b1cd0d1c6b39751e6268e93bb10e 100644 (file)
@@ -11,8 +11,8 @@ use IkiWiki::Setup::Standard {
        adminemail => 'me@example.org',
 
        # Be sure to customise these..
-       srcdir => "in",
-       destdir => "/tmp/postaltest-wiki",
+       srcdir => $ENV{PWD}."/test-src",
+       destdir => "/tmp/postal-test",
 
        url => "file:///tmp/postaltest-wiki/",
        #cgiurl => "http://example.org/wiki/ikiwiki.cgi",
@@ -27,11 +27,11 @@ use IkiWiki::Setup::Standard {
        #svnpath => "trunk",
 
        # Git stuff.
-       #rcs => "git",
+       rcs => "git",
        #historyurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
        #diffurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
-       #gitorigin_branch => "origin",
-       #gitmaster_branch => "master",
+       gitorigin_branch => "origin",
+       gitmaster_branch => "master",
 
        # Tla stuff.
        #rcs => "tla"
@@ -204,7 +204,7 @@ use IkiWiki::Setup::Standard {
        # For use with the attachment plugin, a program that returns
        # nonzero if its standard input contains an virus.
        #virus_checker => "clamdscan -",
-        postal_prefix=>"user-testwiki-",
+        postal_prefix=>"auser-testwiki-",
         postal_host=>"we.love.spam.com"
            
 }