]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki-mass-rebuild.mdwn
ikiwiki-mass-rebuild: Fix tty hijacking vulnerability by using su. (Once su's related...
[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. You will need to list the setup files for the wikis it should
13 build in the file `/etc/ikiwiki/wikilist`, which has the format:
15 user /path/to/ikiwiki.setup
17 It's also possible to let a user list setup files in `~user/.ikiwiki/wikilist`
18 in their home directory. To do so, list only the user's name, without a
19 setup file. The format of `~/.ikiwiki/wikilist` is the same as 
20 `/etc/ikiwiki/wikilist`.
22 # OPTIONS
24 All options are passed on to ikiwiki.
26 # AUTHOR
28 Joey Hess <joey@ikiwiki.info>
30 Warning: this page is automatically made into ikiwiki-mass-rebuild's man page, edit with care