diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-09 15:28:24 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-09 15:28:24 +0200 |
commit | 360b1a407eb1ca94c5b6efd834d5b060a75b3f35 (patch) | |
tree | 657b30e0c11e746c26368b665c949ea1f180c545 | |
parent | ffd056fa35e2daafae4ce452147bde0667b263a7 (diff) |
ikiwiki.setup: Enable and configure the getsource, rename and repolist plugins.
-rw-r--r-- | ikiwiki.setup | 9 |
1 files 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 |