summaryrefslogtreecommitdiff
path: root/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-12 12:33:39 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-12 12:33:39 -0500
commit3c3135c6a8e3f0770c6efdb8c5765affedb61106 (patch)
tree1b91e8af0001a5f0a6d13c722d946a0e13720f74 /doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
parenteebd2aab9910b0c769396c0335b06417aed684c9 (diff)
parente589b2aa6122420fd974a258411bdfb537eabc73 (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn')
-rw-r--r--doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn26
1 files changed, 26 insertions, 0 deletions
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..30bcbd58f
--- /dev/null
+++ b/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
@@ -0,0 +1,26 @@
+Here is a patch [[tag patch]] to add a *forward*ing functionality
+to the [[`meta`_plugin|plugins/meta]].
+
+Find the most recent version at
+<http://www.schwinge.homeip.net/~thomas/tmp/meta_forward.patch>.
+
+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.
+
+
+*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]]