diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 20:48:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 20:48:20 +0000 |
commit | dd7a38147179a59bff9dffd824b265862aa1a59e (patch) | |
tree | d3ac7e6d47a83a76a90c74a89ba3009a105a8492 /doc/ikiwiki-mass-rebuild.mdwn | |
parent | 626751068b6d002183046f3e3e76eb3b9040fa6b (diff) | |
download | ikiwiki-dd7a38147179a59bff9dffd824b265862aa1a59e.tar ikiwiki-dd7a38147179a59bff9dffd824b265862aa1a59e.tar.gz |
* Add ikiwiki-mass-rebuild script, ripped out of the postinst.
* Add some new config items to the estseek.conf template, which are needed
by hyperestraier 1.2.3.
Diffstat (limited to 'doc/ikiwiki-mass-rebuild.mdwn')
-rw-r--r-- | doc/ikiwiki-mass-rebuild.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/ikiwiki-mass-rebuild.mdwn b/doc/ikiwiki-mass-rebuild.mdwn new file mode 100644 index 000000000..5c2cf40e5 --- /dev/null +++ b/doc/ikiwiki-mass-rebuild.mdwn @@ -0,0 +1,21 @@ +# 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 + +# AUTHOR + +Joey Hess <joey@kitenet.net> + +Warning: this page is automatically made into ikiwiki-mass-rebuild's man page, edit with care |