]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki-mass-rebuild.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / ikiwiki-mass-rebuild.mdwn
1 # NAME
3 ikiwiki-mass-rebuild - rebuild all ikiwiki wikis on a system
5 # SYNOPSIS
7 ikiwiki-mass-rebuild
9 # DESCRIPTION
11 `ikiwiki-mass-rebuild` can be used to force a rebuild of all the wikis
12 on a system (when run as root), or all of a user's wikis (when run as
13 non-root).
15 You will need to list the setup files for the wikis it should
16 build in the file `/etc/ikiwiki/wikilist`, which has the format:
18 user /path/to/ikiwiki.setup
20 It's also possible to let a user list setup files in `~user/.ikiwiki/wikilist`
21 in their home directory. To do so, list only the user's name, without a
22 setup file. The format of `~/.ikiwiki/wikilist` is the same as 
23 `/etc/ikiwiki/wikilist`.
25 # OPTIONS
27 All options are passed on to ikiwiki.
29 # AUTHOR
31 Joey Hess <joey@ikiwiki.info>
33 Warning: this page is automatically made into ikiwiki-mass-rebuild's man page, edit with care