]> sipb.mit.edu Git - ikiwiki.git/blob - po/underlay.setup
Merge remote-tracking branch 'intrigeri/mirrorlist'
[ikiwiki.git] / po / underlay.setup
1 #!/usr/bin/perl
2 # Configuration file for ikiwiki that uses the po plugin to build/update
3 # po and pot files for pages in the underlays.
4
5 use IkiWiki::Setup::Standard {
6         # List here all languages that have translations.
7         # Listing languages without active translations
8         # will excessively bloat things.
9         po_slave_languages => [
10                 'es|Español',
11                 'de|Deutsch',
12                 'fr|Français',
13                 'da|Dansk',
14                 'cs|česky',
15         ],
16         po_master_language => 'en|English',
17         po_translatable_pages => "*",
18         add_plugins => [qw{po}],
19
20         wikiname => "ikiwiki",
21         srcdir => "underlays",
22         destdir => "html",
23         templatedir => "templates",
24         # we don't want to pull in the normal underlays
25         underlaydirbase => "underlays/empty",
26         underlaydir => "underlays/empty",
27         disable_plugins => [qw{openid}], # needs special underlay
28         discussion => 0,
29         locale => '',
30         verbose => 1,
31         syslog => 0,
32 }