]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
web commit by tschwinge: Should perhaps explain the syntax. Done that extra-extensiv...
[git.ikiwiki.info.git] / doc / todo / __42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
1 Here is a patch [[tag patch]] to add a *forward*ing functionality
2 to the [[`meta`_plugin|plugins/meta]].
4 Find the most recent version at
5 <http://www.schwinge.homeip.net/~thomas/tmp/meta_forward.patch>.
7 I can't use `scrub(...)`, as that will strip out the forwarding HTML command.
8 How to deal with that?
10 I can also submit a Git patch, if desired.
13 *Syntax:*
15 **URL** = http://some.nice/place/ (*etc.*)
17 **WHITHER** = \[\[**[[wikilink]]**]] | **URL**
19 **D** = natural number (*meaning seconds*)
21 **OPT_DELAY** = delay=**D** | empty (*immediatelly*)
23 \[[meta forward="*WHITHER*" *OPT_DELAY*]]
26 --[[tschwinge]]