ikiwiki/debian
joey c60477228c * Since the CGI had to drop the wiki lock to avoid deadlocking the
commit hook, it was possible for one CGI to race another one and "win"
  the commit of both their files. This race has been fixed by adding a new
  commitlock, which when locked by the CGI, disables the commit hook
  (except for commit mails). The CGI then takes care of the updates the
  commit hook would have done.
2007-02-21 08:55:28 +00:00
..
NEWS * Changed calling convention for httmllink slightly. The first three 2007-02-20 03:05:47 +00:00
README.Debian update 2006-10-28 23:47:16 +00:00
changelog * Since the CGI had to drop the wiki lock to avoid deadlocking the 2007-02-21 08:55:28 +00:00
compat debianise 2006-03-15 04:05:53 +00:00
control * Make img plugin not fail immediately if Image::Magick is not available. 2007-02-20 03:59:35 +00:00
copyright * New domain name for ikiwiki: ikiwiki.info. Update your links. 2007-02-18 20:24:40 +00:00
postinst * Change %renderedfiles to store an array of files rendered from a given 2006-10-08 21:56:50 +00:00
preinst releasing version 1.3 2006-05-16 15:20:33 +00:00
rules * Rename ikiwiki.pl so MakeMaker doesn't see it, and install it. 2006-11-20 22:12:43 +00: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.