From a5e27e4c54f3236de7c768536e5e08140b6f3ddc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Nov 2007 09:14:36 -0500 Subject: web commit by tschwinge: *forward*ing functionality for the meta plugin. --- ...__forward__42__ing_functionality_for_the_meta_plugin.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn (limited to 'doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn') diff --git a/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn new file mode 100644 index 000000000..f740d75e3 --- /dev/null +++ b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn @@ -0,0 +1,12 @@ +Here is a patch [[tag patch]] to add a *forward*ing functionality +to the [[`meta`_plugin|plugins/meta]]. + +Find the most recent version at +. + +I can't use `scrub(...)`, as that will strip out the forwarding HTML command. +How to deal with that? + +I can also submit a Git patch, if desired. + +--[[tschwinge]] -- cgit v1.2.3 From 38df3288a72ec263f85297294649fe455bf56934 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Nov 2007 09:27:56 -0500 Subject: web commit by tschwinge: Should perhaps explain the syntax. Done that extra-extensively now. ;-) --- ...forward__42__ing_functionality_for_the_meta_plugin.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn') diff --git a/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn index f740d75e3..30bcbd58f 100644 --- a/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn +++ b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn @@ -9,4 +9,18 @@ How to deal with that? I can also submit a Git patch, if desired. + +*Syntax:* + +**URL** = http://some.nice/place/ (*etc.*) + +**WHITHER** = \[\[**[[wikilink]]**]] | **URL** + +**D** = natural number (*meaning seconds*) + +**OPT_DELAY** = delay=**D** | empty (*immediatelly*) + +\[[meta forward="*WHITHER*" *OPT_DELAY*]] + + --[[tschwinge]] -- cgit v1.2.3