diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-21 18:48:19 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-21 18:48:19 +0200 |
commit | 9d9fe107d0de34602775cbee2ca5208d604e0c5b (patch) | |
tree | b269e53cc63202c5e4114d731f912f7b33676be7 /roles/wiki | |
parent | f13bae3697d23437af6af325262e75281dec2e30 (diff) |
Replace gitweb with cgit.
Diffstat (limited to 'roles/wiki')
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index 974f7f3..6768629 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -135,9 +135,9 @@ git_wrapper: /var/lib/ikiwiki/wiki.fripost.org # unix users whose commits should be checked by the pre-receive hook #untrusted_committers: [] # gitweb url to show file history ([[file]] substituted) -historyurl: http://gitweb.fripost.org/?p=fripost-wiki.git;a=history;f=[[file]];hb=HEAD +historyurl: http://git.fripost.org/fripost-wiki/tree/[[file]] # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted) -diffurl: http://gitweb.fripost.org/?p=fripost-wiki.git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]] +diffurl: http://git.fripost.org/fripost-wiki/diff/[[file]]/?id=[[sha1_commit]] # where to pull and push changes (set to empty string to disable) gitorigin_branch: origin # branch that the wiki is stored in |