diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 16:58:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-19 16:58:55 +0000 |
commit | 389ad222ec2e0457106339fb71713dad7b95f80e (patch) | |
tree | 0012a3aaacf6e8823dd3abe5e2c62ded51845660 /doc | |
parent | 9e1c79e58824814eb3de721176813ea79cbc518c (diff) | |
download | ikiwiki-389ad222ec2e0457106339fb71713dad7b95f80e.tar ikiwiki-389ad222ec2e0457106339fb71713dad7b95f80e.tar.gz |
* Add userdir config setting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 2 | ||||
-rw-r--r-- | doc/usage.mdwn | 6 |
2 files changed, 8 insertions, 0 deletions
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 |