]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki-mass-rebuild.mdwn
comments
[ikiwiki.git] / doc / ikiwiki-mass-rebuild.mdwn
1 # NAME
2
3 ikiwiki-mass-rebuild - rebuild all ikiwiki wikis on a system
4
5 # SYNOPSIS
6
7 ikiwiki-mass-rebuild
8
9 # DESCRIPTION
10
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).
14
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:
17
18 user /path/to/ikiwiki.setup
19
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`.
24
25 # OPTIONS
26
27 All options are passed on to ikiwiki.
28
29 # AUTHOR
30
31 Joey Hess <joey@ikiwiki.info>
32
33 Warning: this page is automatically made into ikiwiki-mass-rebuild's man page, edit with care