ikiwiki/debian
joey 20eacc2c1f - Adds a tag plugin that allows more easily tagging pages.
The meta plugin can also still be used for that, but the tag plugin
    also lists a page's tags at the bottom of the page.
  - Allows preprocessor directives to have parameters with no specified
    value.
  - Fixes preprocessor directive parameter parsing so that
    foo=bar baz now means "foo=bar" and a "baz" with no value.
* Run pagetemplate hooks when inlining pages so that inlines pages also
  list their tags.
* Make all plugins with pagetemplate hooks check that variables exist
  on the template before setting them.
2006-07-27 23:08:03 +00:00
..
NEWS * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild 2006-07-04 00:28:59 +00:00
README.Debian * Add ikiwiki-mass-rebuild script, ripped out of the postinst. 2006-05-05 20:48:20 +00:00
changelog - Adds a tag plugin that allows more easily tagging pages. 2006-07-27 23:08:03 +00:00
compat debianise 2006-03-15 04:05:53 +00:00
control releasing version 1.9 2006-07-26 21:37:15 +00:00
copyright * Patch from Recai to fix git recentchanges code to work with git 1.4 which 2006-06-19 03:33:23 +00:00
postinst * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild 2006-07-04 00:28:59 +00:00
preinst releasing version 1.3 2006-05-16 15:20:33 +00:00
rules releasing version 1.2 2006-05-15 16:00:34 +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 wel
l as the user who owns the wiki. Edit this file and add any wikis you 
set up.