r290 - /website/config/ikiwiki.setup

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Thu Aug 23 22:24:04 UTC 2007


Author: camrdale-guest
Date: Thu Aug 23 22:24:04 2007
New Revision: 290

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=290
Log:
Fix some initial problems with the config.

Modified:
    website/config/ikiwiki.setup

Modified: website/config/ikiwiki.setup
URL: http://svn.debian.org/wsvn/debtorrent/website/config/ikiwiki.setup?rev=290&op=diff
==============================================================================
--- website/config/ikiwiki.setup (original)
+++ website/config/ikiwiki.setup Thu Aug 23 22:24:04 2007
@@ -14,14 +14,14 @@
 	srcdir => "/var/lib/gforge/chroot/home/groups/debtorrent/website/trunk",
 	destdir => "/var/lib/gforge/chroot/home/groups/debtorrent/htdocs",
 	
-	url => "http://debtorrent.alioth.debian.org/",
+	url => "http://debtorrent.alioth.debian.org",
 	cgiurl => "http://debtorrent.alioth.debian.org/cgi-bin/ikiwiki.cgi",
 	#templatedir => "/usr/share/ikiwiki/templates",
 	
 	# Subversion stuff.
 	rcs => "svn",
-	historyurl => "http://svn.debian.org/wsvn/debtorrent/[[file]]?op=log&rev=0&sc=0&isdir=0",
-	diffurl => "http://svn.debian.org/wsvn/debtorrent/[[file]]?op=diff&rev=[[r2]]&sc=0",
+	historyurl => "http://svn.debian.org/wsvn/debtorrent/website/trunk/[[file]]?op=log&rev=0&sc=0&isdir=0",
+	diffurl => "http://svn.debian.org/wsvn/debtorrent/website/trunk/[[file]]?op=diff&rev=[[r2]]&sc=0",
 	svnrepo => "/svn/debtorrent",
 	svnpath => "website/trunk",
 
@@ -52,7 +52,7 @@
 			# Note that this will overwrite any existing
 			# post-commit hook script, which may not be
 			# what you want.
-			wrapper => "/svn/debtorrent/hooks/post-commit",
+			wrapper => "/svn/debtorrent/hooks/ikiwiki",
 			wrappermode => "04755",
 			# Enable mail notifications of commits.
 			notify => 1,
@@ -96,7 +96,7 @@
 	
 	# To add plugins, list them here.
 	add_plugins => [qw{meta tag pagecount brokenlinks search smiley
-	                   wikitext camelcase pagestats htmltidy fortune
+	                   pagestats htmltidy fortune
 	                   sidebar map rst toc linkmap}],
 	# If you want to disable any of the default plugins, list them here.
 	#disable_plugins => [qw{inline htmlscrubber}],




More information about the Debtorrent-commits mailing list