Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | Revert abe4d45653bcafa85221f0629899f9c4cd2417ea and ↵ | Thomas Schwinge | |
1b18ab5e20a23a2d48b426a6d961a5b556d2e4cb. Ban user. | |||
2009-11-24 | Remove spam and ban user. | Thomas Schwinge | |
This reverts commit f14b983f9f74a48f0c38c404e0114bd93013b48d. | |||
2009-10-14 | Update to the latest of ikiwiki. | Thomas Schwinge | |
2009-05-19 | ikiwiki.setup: Align to latest upstream changes. | Thomas Schwinge | |
2009-05-18 | Prefix directives. | Thomas Schwinge | |
2009-05-18 | Use tagbase. | Thomas Schwinge | |
2008-12-12 | Enable the cutpaste plugin. | Thomas Schwinge | |
2008-11-23 | Also display the time zone. | Thomas Schwinge | |
2008-11-23 | Use a different time format. | Thomas Schwinge | |
2008-11-21 | Use 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-20 | ikiwiki.setup: New file. | Thomas Schwinge | |
Use it in `render_locally' instead of repeating all configuration. Also add a `--official' option. |