ikiwiki/debian
Joey Hess 57bba4dac1 * Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.
* decode_form_utf8 only fixed the utf-8 encoding for fields that were
  registered at the time it was called, which was before the
  formbuilder_setup hook. Fields added by the hook didn't get decoded.
  But it can't be put after the hook either, since plugins using the hook
  need to be able to use form values. To fix this dilemma, it's been changed
  to a decode_cgi_utf8, which is called on the cgi query object, before the
  form is set up, and decodes *all* cgi parameters.
2008-01-01 19:58:45 -05:00
..
NEWS * Re-organise dependencies and recommends now that recommends are installed 2007-12-16 17:16:56 -05:00
README.Debian
changelog * Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work. 2008-01-01 19:58:45 -05:00
compat
control releasing version 2.16 2007-12-18 19:50:40 -05:00
copyright
postinst
preinst
rules * Work around perl taint checking bug #411786, where perl sometimes randomly 2007-12-17 19:25:44 -05:00

README.Debian

It's a good idea, and in some cases a requirement, to rebuild your wiki
when upgrading to a new version of ikiwiki. If you have a lot of different
wikis on a system, this can be a pain to do by hand, and it's a good idea
to automate it anyway.

This Debian package of ikiwiki supports rebuilding wikis on upgrade. It
will run ikiwiki-mass-rebuild if necessary when upgraded. The file
/etc/ikiwiki/wikilist lists the setup files of wikis to rebuild, as well
as the user who owns the wiki. Edit this file and add any wikis you 
set up.


The examples directory contains the source to some example wiki setups.