From: Theo Date: Tue, 18 Dec 2012 16:41:45 +0000 (-0400) Subject: Added some warning. X-Git-Tag: 3.20130212~47^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/130fd91a6926990ba8fc3a132a81e55c61d16270 Added some warning. --- diff --git a/doc/setup.mdwn b/doc/setup.mdwn index c05093f67..bdbe323fd 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -146,4 +146,7 @@ the [[tips]] to find out how to get more out of ikiwiki. ---- -_Note: If you are searching for the file where the users are stored, it's in `your_repository/.ikiwiki/userdb`. The one which is in YOUR REPOSITORY, it cannot be found into your `~/.ikiwiki`._ +_Notes_: + +- If you are searching for the file where the users are stored, it's in `your_repository/.ikiwiki/userdb`. The one which is in YOUR REPOSITORY, it cannot be found into your `~/.ikiwiki`. +- If you want to enable a plugin you **WILL HAVE** to add it to the `add_plugins` array in the `*.setup` file (or to use the `--plugin` switch while calling `ikiwiki`). Uncommenting the plugin options/configuration fields in the setup is not **ALWAYS** sufficient. You have been warned.