Rearrange rel-vcs source to avoid rel-vcs/ path prefix in rel-vcs.xpi.
[blog.git] / ikiwiki.setup
index 4d3203a857c447491cd6482abcaf3363cf23b565..e1d310c325c1c0fe9321c84c8d1b818b2ccfdfad 100644 (file)
@@ -21,15 +21,15 @@ use IkiWiki::Setup::Standard {
        # base url to the wiki
        url => 'http://www.physics.drexel.edu/~wking/unfolding-disasters',
        # url to the ikiwiki.cgi
-       cgiurl => 'http://www.physics.drexel.edu/~wking/unfolding-disasters/ikiwiki.cgi',
+       #cgiurl => 'http://www.physics.drexel.edu/~wking/unfolding-disasters/ikiwiki.cgi',
        # filename of cgi wrapper to generate
-       cgi_wrapper => '/tmp/ikiwiki.build/ikiwiki.cgi',
+       #cgi_wrapper => '/tmp/ikiwiki.build/ikiwiki.cgi',
        # mode for cgi_wrapper (can safely be made suid)
-       cgi_wrappermode => '06755',
+       #cgi_wrappermode => '06755',
        # rcs backend to use
        rcs => 'git',
        # plugins to add to the default configuration
-       add_plugins => [qw{goodstuff lockedit mdwn_itex sidebar}],
+       add_plugins => [qw{goodstuff linktoimgonly lockedit mdwn_itex org sidebar}],
        # plugins to disable
        disable_plugins => [qw{editpage htmlscrubber passwordauth smiley}],
        # location of template files
@@ -108,6 +108,8 @@ use IkiWiki::Setup::Standard {
        #allowatom => 0,
        # urls to ping (using XML-RPC) on feed update
        #pingurl => 'http://rpc.technorati.com/rpc/ping',
+       # templates for which you want raw content
+       raw_templates => [qw{raw}],
 
        # lockedit plugin
        # PageSpec controlling which pages are locked