diff options
author | Simon McVittie <smcv@debian.org> | 2010-04-06 21:00:48 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-04-06 21:00:48 +0100 |
commit | b8f4ffdc5d381da04000502f20f0d4e4c13704b3 (patch) | |
tree | b9a9906e613b16b69f083230cef8d87336732b08 /doc | |
parent | 48178c48ed63f1004e44b2e7850bcef773f0a1e5 (diff) | |
download | ikiwiki-b8f4ffdc5d381da04000502f20f0d4e4c13704b3.tar ikiwiki-b8f4ffdc5d381da04000502f20f0d4e4c13704b3.tar.gz |
Remove typedlink from [[ikiwiki/pagespec]]
It's not supported in this branch any more.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/pagespec.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn index ca6693024..5c191f23f 100644 --- a/doc/ikiwiki/pagespec.mdwn +++ b/doc/ikiwiki/pagespec.mdwn @@ -52,9 +52,6 @@ Some more elaborate limits can be added to what matches using these functions: specified IP address. * "`postcomment(glob)`" - matches only when comments are being posted to a page matching the specified glob -* "`typedlink(type glob)`" - matches pages that link to a given page (or glob) - with a given link type. Plugins can create links with a specific type: - for instance, the tag plugin creates links of type `tag`. For example, to match all pages in a blog that link to the page about music and were written in 2005: |