diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-29 05:33:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-29 05:33:20 +0000 |
commit | f62d23f008367d403f6f75a1673c673b2137f49b (patch) | |
tree | 2daff8d20460133e6ca2d6bdc998daa6f8360e5a /basewiki | |
parent | 7819f34a503bbe00c35c384119d0935735689dbc (diff) | |
download | ikiwiki-f62d23f008367d403f6f75a1673c673b2137f49b.tar ikiwiki-f62d23f008367d403f6f75a1673c673b2137f49b.tar.gz |
* If a userdir is configured, links to pages in it can be made without
specifying the path. This allows for easy signing of comments by linking
to your page in the userdir.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/subpage/linkingrules.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basewiki/subpage/linkingrules.mdwn b/basewiki/subpage/linkingrules.mdwn index c07a81387..c1062304a 100644 --- a/basewiki/subpage/linkingrules.mdwn +++ b/basewiki/subpage/linkingrules.mdwn @@ -25,3 +25,8 @@ to link to, when there are multiple pages with similar names and the link goes to the wrong page by default. For example, linking from "FooBar/SubPage" to "/OtherPage" will link to the "OtherPage" in the root of the wiki, even if there is a "FooBar/OtherPage". + +Also, if the wiki is configured with a userdir, you can link to pages +within the userdir without specifying a path to them. This is to allow for +easy linking to a user's page in the userdir, to sign a comment. These +links are checked for last of all. |