]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki-update-wikilist.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / ikiwiki-update-wikilist.mdwn
1 # NAME
3 ikiwiki-update-wikilist - add or remove user from /etc/ikiwiki/wikilist
5 # SYNOPSIS
7 ikiwiki-update-wikilist [-r]
9 # DESCRIPTION
11 `ikiwiki-update-wikilist` is designed to be safely run as root by arbitrary
12 users, either by being made suid and using the (now deprecated suidperl), or
13 by being configured in `/etc/sudoers` to allow arbitrary users to run.
15 All it does is allows users to add or remove their names
16 from the `/etc/ikiwiki/wikilist` file. 
18 By default, the user's name will be added.
19 The `-r` switch causes the user's name to be removed.
21 If your name is in `/etc/ikiwiki/wikilist`, the [[ikiwiki-mass-rebuild]](8)
22 command will look for a ~/.ikiwiki/wikilist file, and rebuild the wikis listed
23 in that file.
25 # OPTIONS
27 None.
29 # AUTHOR
31 Joey Hess <joey@ikiwiki.info>
33 Warning: this page is automatically made into ikiwiki-update-wikilist's man page, edit with care