diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-06 00:32:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-06 00:32:11 +0000 |
commit | 926c04e844f231622cfe7d74701a878581125188 (patch) | |
tree | 47745aa67327868debf5fad8ebac4c5c6811e062 /doc | |
parent | 8fd13334af6538ab65273a4a6adb5a8cb3faef17 (diff) | |
download | ikiwiki-926c04e844f231622cfe7d74701a878581125188.tar ikiwiki-926c04e844f231622cfe7d74701a878581125188.tar.gz |
commit.
* Add the ikiwiki-update-wikilist command.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki-update-wikilist.mdwn | 28 | ||||
-rw-r--r-- | doc/usage.mdwn | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/doc/ikiwiki-update-wikilist.mdwn b/doc/ikiwiki-update-wikilist.mdwn new file mode 100644 index 000000000..4e87f92e6 --- /dev/null +++ b/doc/ikiwiki-update-wikilist.mdwn @@ -0,0 +1,28 @@ +# NAME + +ikiwiki-update-wikilist - add or remove user from /etc/ikiwiki/wikilist + +# SYNOPSIS + +ikiwiki-update-wikilist + +# DESCRIPTION + +`ikiwiki-update-wikilist` is designed to be made suid root, but not installed +suid by default. If made suid, it allows users to add or remove their names +from the `/etc/ikiwiki/wikilist` file. If a user's name is not in the file, +it will be added; if the name is already present, it will be removed. + +If your name is in `/etc/ikiwiki/wikilist`, the [[ikiwiki-mass-rebuild]](8) +command will look for a ~/.ikiwiki/wikilist file, and rebuild the wikis listed +in that file. + +# OPTIONS + +None. + +# AUTHOR + +Joey Hess <joey@ikiwiki.info> + +Warning: this page is automatically made into ikiwiki-update-wikilist's man page, edit with care diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 3075cb107..4fb91b89b 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -295,6 +295,7 @@ configuration options of their own. # SEE ALSO * [[ikiwiki-mass-rebuild]](8) +* [[ikiwiki-update-wikilist]](1) # AUTHOR |