diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-28 05:46:13 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-28 05:46:13 +0000 |
commit | c9983bc7d8855f4d7dfb09c99491576beb8168ae (patch) | |
tree | 33af1da27e19e3e5e01cde22becb90d0e9f03c2b /wikilist | |
parent | 7abb1190e9794a61f0dac886a1f235d66b5d2f88 (diff) | |
download | ikiwiki-c9983bc7d8855f4d7dfb09c99491576beb8168ae.tar ikiwiki-c9983bc7d8855f4d7dfb09c99491576beb8168ae.tar.gz |
* Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
~user/.ikiwiki/wikilist will be read.
Diffstat (limited to 'wikilist')
-rw-r--r-- | wikilist | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,5 +4,9 @@ # # ikiwiki-mass-rebuild su's to the listed user and then runs ikiwiki -setup # on the specified ikiwiki setup file. +# +# It's also possible to let a user list setup files in ~user/.ikiwiki/wikilist +# in their home directory. To do so, list only the user's name, without a +# setup file. The format of ~/.ikiwiki/wikilist is the same as this file. #joey /home/joey/.ikiwiki/ikiwiki.setup |