diff options
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index ea8a266d..4c61028f 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 @@ -336,11 +339,11 @@ IkiWiki::Setup::Standard->import({ # field plugin # simple registration of fields by plugin - #field_register => 'field_register => {meta => \'last\'}', + #field_register => {meta => 'last'}, # allow config settings to be queried #field_allow_config => 0, # fields flagged as tag-fields - #field_tags => 'field_tags => {BookAuthor => \'/books/authors\'}', + #field_tags => {BookAuthor => '/books/authors'}, # flattr plugin # userid or user name to use by default for Flattr buttons |