ikiwiki/debian
Joey Hess 9d54cc4659 implement aggregate_locking design
Now aggregation will not lock the wiki. Any changes made during aggregaton are
merged in with the changed state accumulated while aggregating. A separate
lock file prevents multiple concurrent aggregators. Garbage collection
of orphaned guids is much improved. loadstate() is only called once
per process, so tricky support for reloading wiki state is not needed.

(Tested fairly thuroughly.)
2008-02-03 16:48:26 -05:00
..
.gitignore Add debian/.gitignore, with ignores for Debian build products 2008-01-26 22:28:44 -08:00
NEWS merged the recentchanges branch 2008-01-29 17:50:11 -05:00
README.Debian update 2006-10-28 23:47:16 +00:00
changelog implement aggregate_locking design 2008-02-03 16:48:26 -05:00
compat debianise 2006-03-15 04:05:53 +00:00
control remove mention of commit mails 2008-02-02 17:41:06 -05:00
copyright * Copyright file updates. 2008-01-29 20:42:32 -05:00
postinst merged the recentchanges branch 2008-01-29 17:50:11 -05:00
preinst releasing version 1.3 2006-05-16 15:20:33 +00:00
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.