summaryrefslogtreecommitdiff
path: root/doc/plugins/meta.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-09 02:38:43 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-09 02:38:43 -0500
commitdeb39a1f14a840761f32011f28fe698015d8b298 (patch)
tree5dceb2dd19b6459721b1bc10d4e3896e513d7d49 /doc/plugins/meta.mdwn
parent405e8a703126cc5de426063dedbd2394b747782a (diff)
* meta: Run in scan mode again (more intelligently) and re-add support for
meta link. * Fix support for the case where metadata appears after an inline directive. This was broken in version 2.16.
Diffstat (limited to 'doc/plugins/meta.mdwn')
-rw-r--r--doc/plugins/meta.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/plugins/meta.mdwn b/doc/plugins/meta.mdwn
index ec4348e41..0bcd11b67 100644
--- a/doc/plugins/meta.mdwn
+++ b/doc/plugins/meta.mdwn
@@ -69,6 +69,21 @@ Supported fields:
\\[[meta openid="http://joeyh.myopenid.com/"
server="http://www.myopenid.com/server"]]
+* link
+
+ Specifies a link to another page. This can be used as a way to make the
+ wiki treat one page as linking to another without displaying a user-visible
+ [[ikiwiki/WikiLink]]:
+
+ \[[meta link=otherpage]]
+
+ It can also be used to insert a html &lt;link&gt; tag. For example:
+
+ \[[meta link="http://joeyh.myopenid.com/" rel="openid.delegate"]]
+
+ However, this latter syntax won't be allowed if the [[htmlscrubber]] is
+ enabled, since it can be used to insert unsafe content.
+
* redir
Causes the page to redirect to another page in the wiki.