summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
AgeCommit message (Collapse)Author
2010-03-04Remove spam, ban user.Thomas Schwinge
This reverts commit 654227611a5c0bd28ad99eaa2c57e59ed0dd85b3.
2010-02-09Remove spam, ban user.Thomas Schwinge
This reverts commit 6218d1ddb991589abdded8f4c8ece4b6c015080b.
2010-01-05Revert abe4d45653bcafa85221f0629899f9c4cd2417ea and ↵Thomas Schwinge
1b18ab5e20a23a2d48b426a6d961a5b556d2e4cb. Ban user.
2009-11-24Remove spam and ban user.Thomas Schwinge
This reverts commit f14b983f9f74a48f0c38c404e0114bd93013b48d.
2009-10-14Update to the latest of ikiwiki.Thomas Schwinge
2009-05-19ikiwiki.setup: Align to latest upstream changes.Thomas Schwinge
2009-05-18Prefix directives.Thomas Schwinge
2009-05-18Use tagbase.Thomas Schwinge
2008-12-12Enable the cutpaste plugin.Thomas Schwinge
2008-11-23Also display the time zone.Thomas Schwinge
2008-11-23Use a different time format.Thomas Schwinge
2008-11-21Use the C locale.Thomas Schwinge
<tschwinge> joeyh: What happens if the locale configuration option (ikiwiki.setup) is not a utf8 locale? / Is the C locale utf8? <tschwinge> joeyh: I want to share a configuration file between different machines, some of which have en_US.uft8 installed and other haven't. <tschwinge> joeyh: Some have de_DE.utf8, but I don't want to have German language for the discussion subpages, for example. <tschwinge> joeyh: That's why I thought about simply using the C locale. But you state that it has to be a utf8 locale. <joeyh> C locale is the default, will work fine <joeyh> I think that I said utf-8 in the description there because, if you chose some locale that did not use utf-8 or plain ascii, ikiwiki wo\ uld still use utf-8 for its internals and output a mess
2008-11-20ikiwiki.setup: New file.Thomas Schwinge
Use it in `render_locally' instead of repeating all configuration. Also add a `--official' option.