diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-06-08 10:34:18 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-06-08 10:34:18 +0200 |
commit | 746526de5f196f8b7e6ba6e0e297fa501b66aa9d (patch) | |
tree | 37f70d0d95cf53d18b8695914ff94f24f97cc65d /ikiwiki.setup | |
parent | 2e4e77877cfa3943df1120b1651cbf759e56d4c1 (diff) | |
download | web-746526de5f196f8b7e6ba6e0e297fa501b66aa9d.tar.gz web-746526de5f196f8b7e6ba6e0e297fa501b66aa9d.tar.bz2 web-746526de5f196f8b7e6ba6e0e297fa501b66aa9d.zip |
darnassus: apache2, cgit
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 0f912b82..1f58e0b8 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -51,7 +51,7 @@ IkiWiki::Setup::Standard->import({ # base url to the wiki url => 'http://darnassus.sceen.net/~hurd-web', # url to the ikiwiki.cgi - cgiurl => 'http://darnassus.sceen.net/hurd-web.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) @@ -151,9 +151,9 @@ IkiWiki::Setup::Standard->import({ # unix users whose commits should be checked by the pre-receive hook #untrusted_committers => [], # gitweb url to show file history ([[file]] substituted) - historyurl => 'http://darnassus.sceen.net/gitweb/?p=hurd-web.git;a=history;f=[[file]];hb=HEAD', + historyurl => 'http://darnassus.sceen.net/cgit/hurd-web.git/log/[[file]]', # gitweb url to show a diff ([[file]], [[sha1_to]], [[sha1_from]], [[sha1_commit]], and [[sha1_parent]] substituted) - 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]]', + diffurl => 'http://darnassus.sceen.net/cgit/hurd-web.git/commit/[[file]]?id=[[sha1_commit]]', # where to pull and push changes (set to empty string to disable) gitorigin_branch => $gitorigin_branch, # branch that the wiki is stored in @@ -211,10 +211,7 @@ IkiWiki::Setup::Standard->import({ # url pattern of openid realm (default is cgiurl) #openid_realm => '', # url to ikiwiki cgi to use for openid authentication (default is cgiurl) - # TODO. I don't know why I have to set this -- it's supposed to be the - # default -- but if this is not set, the OpenID provider redirects us - # to <http://darnassus.sceen.net/>, which doesn't work. - openid_cgiurl => 'http://darnassus.sceen.net/hurd-web.cgi', + #openid_cgiurl => '', # passwordauth plugin # a password that must be entered when signing up for an account @@ -328,9 +325,9 @@ IkiWiki::Setup::Standard->import({ # repolist plugin # 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://darnassus.sceen.net/~hurd-web/hurd-web.git - http://darnassus.sceen.net/gitweb/?p=hurd-web.git}], + http://git.savannah.gnu.org/cgit/hurd/web.git + git://darnassus.sceen.net/hurd-web.git + http://darnassus.sceen.net/cgit/hurd-web.git}], # search plugin # path to the omega cgi program |