diff options
-rw-r--r-- | Makefile | 2 | ||||
m--------- | basewiki | 0 | ||||
-rw-r--r-- | ikiwiki_da.setup (renamed from ikiwiki.setup) | 4 | ||||
m--------- | smiley | 0 | ||||
m--------- | templates | 0 |
5 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ ikiwiki_MODULES = templates basewiki smiley directives #dummy_MODULES = content_dummy # uncomment this when ikiwiki.setup is configured for the local environment -#CONFIGS = ikiwiki.setup +#CONFIGS = ikiwiki_da.setup # Everything after this is generic diff --git a/basewiki b/basewiki -Subproject b1fadc6eacaacb4d892b495e15ff82e9ba36c63 +Subproject ef6324a81724619a7811a964200208f5c808ac1 diff --git a/ikiwiki.setup b/ikiwiki_da.setup index 5721896..99d131d 100644 --- a/ikiwiki.setup +++ b/ikiwiki_da.setup @@ -57,7 +57,7 @@ use IkiWiki::Setup::Standard { # strftime format string to display date timeformat => '%c', # UTF-8 locale to use - #locale => 'en_US.UTF-8', + locale => 'da_DK.UTF-8', # put user pages below specified page userdir => '', # how many backlinks to show before hiding excess (0 to show all) @@ -123,7 +123,7 @@ use IkiWiki::Setup::Standard { # git plugin # git hook to generate - #git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki', + #git_wrapper => $ENV{'HOME'} . '/public_websites/git.example.org/samplewiki_content.git/hooks/post-update-ikiwiki-da', # mode for git_wrapper (can safely be made suid) #git_wrappermode => '06755', # gitweb url to show file history ([[file]] substituted) diff --git a/smiley b/smiley -Subproject 30dd469765c2396ded03355876af391e922e89b +Subproject 0f24195c7ac3858346dff976970b8b21e911242 diff --git a/templates b/templates -Subproject 03cdb15da3f28c109a1a176d6c3f53cf5e1a18f +Subproject 90401bdc7cb46bc15e522cddaf1d22a4deb56e0 |