2006-05-05 22:48:20 +02:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
ikiwiki-mass-rebuild - rebuild all ikiwiki wikis on a system
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
ikiwiki-mass-rebuild
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
`ikiwiki-mass-rebuild` can be used to force a rebuild of all the wikis
|
|
|
|
on a system. You will need to list the wikis it shuld build in the file
|
|
|
|
/etc/ikiwiki/wikilist, which has the format:
|
|
|
|
|
|
|
|
user /path/to/wiki
|
|
|
|
|
2006-05-27 21:04:46 +02:00
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
* -refresh
|
|
|
|
|
|
|
|
Rather than rebuilding all the wikis, just build any changed pages
|
|
|
|
(including pages inherited from the basewiki).
|
|
|
|
|
2006-05-05 22:48:20 +02:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <joey@kitenet.net>
|
|
|
|
|
|
|
|
Warning: this page is automatically made into ikiwiki-mass-rebuild's man page, edit with care
|