summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2013-03-06 21:35:26 +0100
committerThomas Schwinge <thomas@schwinge.name>2013-03-06 21:35:26 +0100
commit31197ac55a5f93e8c5ad44d9a86fe0d62e0ab424 (patch)
tree8df329e623e7c1970f1ff3cf812677a5ec7e7451 /ikiwiki.setup
parent2fec5e6c366d542146b57aff2d8c2a90a8611e05 (diff)
<http://darnassus.sceen.net/~hurd-web/> is the new <http://www.bddebian.com:8888/~hurd-web/>.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup17
1 files changed, 9 insertions, 8 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 9ae1f669..b07c582c 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -35,7 +35,7 @@ IkiWiki::Setup::Standard->import({
# name of the wiki
wikiname => 'GNU Hurd',
# contact email for wiki
- adminemail => 'tschwinge@gnu.org',
+ adminemail => 'thomas@schwinge.name',
# users who are wiki admins
adminuser => [qw{tschwinge}],
# users who are banned from the wiki
@@ -49,9 +49,9 @@ IkiWiki::Setup::Standard->import({
# where to build the wiki
destdir => $destdir,
# base url to the wiki
- url => 'http://www.bddebian.com:8888/~hurd-web',
+ url => 'http://darnassus.sceen.net/~hurd-web',
# url to the ikiwiki.cgi
- cgiurl => 'http://www.bddebian.com:8888/cgi-bin/hurd-web-ikiwiki.cgi',
+ cgiurl => 'http://darnassus.sceen.net/cgi-bin/hurd-web',
# filename of cgi wrapper to generate
cgi_wrapper => $cgi_wrapper,
# mode for cgi_wrapper (can safely be made suid)
@@ -130,15 +130,16 @@ IkiWiki::Setup::Standard->import({
# shell command for git_wrapper to run, in the background
#git_wrapper_background_command => 'git push github',
# mode for git_wrapper (can safely be made suid)
- git_wrappermode => '0700',
+ #git_wrappermode => '0700',
+ git_wrappermode => '06755',
# git pre-receive hook to generate
#git_test_receive_wrapper => '/git/wiki.git/hooks/pre-receive',
# unix users whose commits should be checked by the pre-receive hook
#untrusted_committers => [],
# gitweb url to show file history ([[file]] substituted)
- historyurl => 'http://www.bddebian.com:8888/gitweb/?p=hurd-web;a=history;f=[[file]];hb=HEAD',
+ historyurl => 'http://darnassus.sceen.net/gitweb/?p=hurd-web.git;a=history;f=[[file]];hb=HEAD',
# gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted)
- diffurl => 'http://www.bddebian.com:8888/gitweb/?p=hurd-web;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]',
+ diffurl => 'http://darnassus.sceen.net/gitweb/?p=hurd-web.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]',
# where to pull and push changes (set to empty string to disable)
gitorigin_branch => $gitorigin_branch,
# branch that the wiki is stored in
@@ -265,8 +266,8 @@ IkiWiki::Setup::Standard->import({
# URIs of repositories containing the wiki's source
repositories => [qw{git://git.savannah.gnu.org/hurd/web.git
http://git.savannah.gnu.org/r/hurd/web.git
- git://flubber.bddebian.com/~hurd-web/hurd-web
- http://www.bddebian.com:8888/git/hurd-web}],
+ git://darnassus.sceen.net/~hurd-web/hurd-web.git
+ http://darnassus.sceen.net/gitweb/?p=hurd-web.git}],
# search plugin
# path to the omega cgi program