From 360b1a407eb1ca94c5b6efd834d5b060a75b3f35 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 9 Sep 2010 15:28:24 +0200 Subject: ikiwiki.setup: Enable and configure the getsource, rename and repolist plugins. --- ikiwiki.setup | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index ea8a266d..362a1c0c 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -60,8 +60,8 @@ IkiWiki::Setup::Standard->import({ rcs => 'git', # plugins to add to the default configuration add_plugins => [qw{goodstuff - cutpaste editdiff edittemplate favicon html search - sidebar table txt + cutpaste editdiff edittemplate favicon getsource + html rename repolist search sidebar table txt field getfield ymlfront copyright license texinfo}], # plugins to disable @@ -263,7 +263,10 @@ IkiWiki::Setup::Standard->import({ # repolist plugin # URIs of repositories containing the wiki's source - #repositories => [qw{svn://svn.example.org/wiki/trunk}], + 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}], # search plugin # path to the omega cgi program -- cgit v1.2.3