From e400d1744b0acd8a06f8bd535945cbdb143f2aa3 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 14 Jul 2010 17:28:23 +0200 Subject: Use git submodule, synced with allinone* branches, and restructure to use trailing _LL (not _l10n/LL) for add-on languages. --- ikiwiki_da_admin.setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ikiwiki_da_admin.setup') diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 92bbde3..179cc51 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -15,7 +15,7 @@ use IkiWiki::Setup::Standard { # users who are banned from the wiki banned_users => [], # where the source of the wiki is located - srcdir => $ENV{'HOME'} . '/private_webdata/samplewiki/content_l10n/da', + srcdir => $ENV{'HOME'} . '/private_webdata/samplewiki/content_da', # where to build the wiki destdir => $ENV{'HOME'} . '/public_websites/admin.da.wiki.example.org', # base url to the wiki @@ -33,9 +33,9 @@ use IkiWiki::Setup::Standard { # plugins to disable disable_plugins => [], # location of template files - templatedir => $ENV{'HOME'} . '/private_webdata/samplewiki/templates', + templatedir => $ENV{'HOME'} . '/private_webdata/samplewiki/templates_da', # base wiki source location - underlaydir => $ENV{'HOME'} . '/private_webdata/samplewiki/basewiki', + underlaydir => $ENV{'HOME'} . '/private_webdata/samplewiki/basewiki_da', # display verbose messages when building? #verbose => 1, # log to syslog? -- cgit v1.2.3