]> scripts.mit.edu Git - www/www.git/blobdiff - ikiwiki.setup
Enable html5 mode
[www/www.git] / ikiwiki.setup
index f90fc6f4e81d5c6da21b879a67ec2e3a6f94b37a..0792aa0a78305dce7067f6211fb21b5726e29922 100644 (file)
@@ -42,6 +42,8 @@ my %common_setup_args = (
        discussion => 0,
        # only send cookies over SSL connections?
        sslcookie => 0,
+       # enable html5 mode
+       html5 => 1,
        # extension to use for new pages
        default_pageext => 'mdwn',
        # extension to use for html files
@@ -222,9 +224,9 @@ if ($ENV{"IKIWIKI_PREVIEW_OUTPUT"}) {
        # where to build the wiki
        destdir => '/afs/athena.mit.edu/contrib/scripts/Scripts/wiki',
        # base url to the wiki
-       url => 'http://scripts.mit.edu',
+       url => 'http://new.scripts.scripts.mit.edu',
        # url to the ikiwiki.cgi
-       cgiurl => 'https://scripts.mit.edu:444/ikiwiki.cgi',
+       cgiurl => 'https://new.scripts.scripts.mit.edu:444/ikiwiki.cgi',
        # filename of cgi wrapper to generate
        cgi_wrapper => '/afs/athena.mit.edu/contrib/scripts/Scripts/wiki-cgi/ikiwiki.cgi',
        # mode for cgi_wrapper (can safely be made suid)