X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1612dce6bbb050eacf6843b972ffaf9816d724be..40cde964d0db0333d6890cc77051c35f5dafafa4:/doc/usage.mdwn diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 57cdba167..9b3a91164 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -229,6 +229,12 @@ configuration options of their own. Disables use of a plugin. For example "--disable-plugin htmlscrubber" to do away with HTML sanitization. +* --libdir directory + + Makes ikiwiki look in the specified directory first, before the regular perl + library directories. For example, if you set libdir to "/home/you/.ikiwiki/", + you can install plugins in "/home/you/.ikiwiki/IkiWiki/Plugin/". + * --discussion, --no-discussion Enables or disables "Discussion" links from being added to the header of @@ -236,8 +242,9 @@ configuration options of their own. * --numbacklinks n - Controls how many backlinks should be displayed maximum. Excess backlinks - will be hidden in a popup. Default is 10. Set to 0 to disable this feature. + Controls how many backlinks should be displayed at the bottom of a page. + Excess backlinks will be hidden in a popup. Default is 10. Set to 0 to + disable this feature. * --userdir subdir