From 389ad222ec2e0457106339fb71713dad7b95f80e Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 19 Dec 2006 16:58:55 +0000 Subject: * Add userdir config setting. --- doc/ikiwiki.setup | 2 ++ doc/usage.mdwn | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index f7bf81bc9..d23010fd5 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -91,6 +91,8 @@ use IkiWiki::Setup::Standard { # Logging settings: verbose => 0, syslog => 0, + # To link to user pages in a subdirectory of the wiki. + #userdir => "users", # To add plugins, list them here. #add_plugins => [qw{goodstuff openid search wikitext camelcase diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 9e260adc2..ce60d91a4 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -228,6 +228,12 @@ configuration options of their own. Enables or disables "Discussion" links from being added to the header of every page. The links are enabled by default. +* --userdir subdir + + Optionally, allows links to users of the wiki to link to pages inside a + subdirectory of the wiki. The default is to link to pages in the toplevel + directory of the wiki. + * --timeformat format Specify how to display the time or date. The format string is passed to the -- cgit v1.2.3