From b3b4f79bdb28f51ef2b5eb5a6a71a18030f98a60 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 21 Dec 2017 21:53:16 +0100 Subject: Fix update git repository URI patterns to point to couchdesign cgit browser. --- config/ikiwiki.setup.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in index 7afaa3a..edb88e5 100644 --- a/config/ikiwiki.setup.in +++ b/config/ikiwiki.setup.in @@ -40,8 +40,8 @@ discussion: 0 timeformat: '%A d. %e. %B' locale: da_DK.UTF-8 timezone: Europe/Copenhagen -historyurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=history;f=[[file]] -diffurl: http://source.bynu.biks.dk/?p=bynu/content.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] +historyurl: 'https://source.couchdesign.dk/bynu/content.git/log/[[file]]' +diffurl: 'https://source.couchdesign.dk/bynu/content.git/diff/[[file]]?id=[[sha1_commit]]' locked_pages: '*' multimarkdown: 1 #allowed_attachments: maxsize(2mb) and ((*.png and mimetype(image/png)) or (*.gif and mimetype(image/gif)) or (*.jpg and mimetype(image/jpeg))) -- cgit v1.2.3