[D-community-commits] r123 - trunk/fai-config-dir/files/home/ikiwiki/.ikiwiki/ikiwiki.setup
h01ger-guest at alioth.debian.org
h01ger-guest at alioth.debian.org
Sun May 27 14:41:36 UTC 2007
Author: h01ger-guest
Date: 2007-05-27 14:41:36 +0000 (Sun, 27 May 2007)
New Revision: 123
Modified:
trunk/fai-config-dir/files/home/ikiwiki/.ikiwiki/ikiwiki.setup/WEBSERVER
Log:
working version for local repository
Modified: trunk/fai-config-dir/files/home/ikiwiki/.ikiwiki/ikiwiki.setup/WEBSERVER
===================================================================
--- trunk/fai-config-dir/files/home/ikiwiki/.ikiwiki/ikiwiki.setup/WEBSERVER 2007-05-13 15:41:32 UTC (rev 122)
+++ trunk/fai-config-dir/files/home/ikiwiki/.ikiwiki/ikiwiki.setup/WEBSERVER 2007-05-27 14:41:36 UTC (rev 123)
@@ -21,10 +21,12 @@
# Subversion stuff.
rcs => "svn",
- historyurl => "http://svn.debian.org/wsvn/trunk/wiki/[[file]]",
- diffurl => "http://svn.debian.org/wsvn/trunk/wiki[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
- svnrepo => 'svn+ssh://d-community-guest@svn.debian.org/svn/d-community',
- svnpath => "trunk/wiki",
+# historyurl => "http://svn.debian.org/wsvn/trunk/wiki/[[file]]",
+# diffurl => "http://svn.debian.org/wsvn/trunk/wiki[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
+# svnrepo => 'svn+ssh://d-community-guest@svn.debian.org/svn/d-community',
+# svnpath => "trunk/wiki",
+ svnrepo => "/srv/wiki",
+ svnpath => "trunk",
wrappers => [
{
@@ -33,16 +35,16 @@
wrapper => "/srv/www/ikiwiki.cgi",
wrappermode => "06755",
},
- #{
+ {
# # The svn post-commit wrapper.
# # Note that this will overwrite any existing
# # post-commit hook script, which may not be
# # what you want.
- # wrapper => "/svn/wikirepo/hooks/post-commit",
- # wrappermode => "04755",
+ wrapper => "/srv/wiki/hooks/post-commit",
+ wrappermode => "04755",
# # Enable mail notifications of commits.
- # notify => 1,
- #},
+ notify => 1,
+ },
],
# Generate rss feeds for blogs?
@@ -63,15 +65,15 @@
# Only send cookies over SSL connections.
#sslcookie => 1,
# Logging settings:
- verbose => 0,
- syslog => 0,
+ verbose => 1,
+ syslog => 1,
# To link to user pages in a subdirectory of the wiki.
#userdir => "users",
# To add plugins, list them here.
#add_plugins => [qw{goodstuff openid search wikitext camelcase
# htmltidy fortune sidebar map rst anonok}],
- add_plugins => [qw{search wikitext camelcase
+ add_plugins => [qw{goodstuff openid search wikitext camelcase
htmltidy sidebar map}],
# If you want to disable any of the default plugins, list them here.
#disable_plugins => [qw{inline htmlscrubber passwordauth}],
More information about the D-community-commits
mailing list