aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@wren.kitenet.net>2007-11-12 18:34:35 -0500
committerJoey Hess <joey@wren.kitenet.net>2007-11-12 18:34:35 -0500
commit15614650500aa6fc5d250ce956e86e93409f9822 (patch)
treefdafb48b18e0316631d61caee69c7bb5d0793582 /doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
parent07d1ef32e97730895a5e9efcee6ac40c065f0df1 (diff)
downloadikiwiki-15614650500aa6fc5d250ce956e86e93409f9822.tar
ikiwiki-15614650500aa6fc5d250ce956e86e93409f9822.tar.gz
web commit by tschwinge: Answer.
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.mdwn9
1 files changed, 8 insertions, 1 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
index 5cd4def38..c87fa6930 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
@@ -20,7 +20,7 @@ I can also submit a Git patch, if desired.
**OPT_DELAY** = delay=**D** | empty (*immediatelly*)
-\[[meta forward="*WHITHER*" *OPT_DELAY*]]
+\[[meta forward="**WHITHER**" **OPT_DELAY**]]
--[[tschwinge]]
@@ -33,3 +33,10 @@ I can also submit a Git patch, if desired.
> something in the delay value that closes the tag can probably insert
> javascript ATM; and are there ways to embed javascript in the url?)
> --[[Joey]]
+
+>> OK. I can add code to make sure that `$delay` **D** indeed is a natural number
+>> and that the passed target address **WHITHER** is nothing but a valid target address.
+>> (How to qualify a valid target address?)
+>> What is a *cyclic meta refresh loop*? Two pages in turn forwarding to each other?
+>> I think it would be possible to implement such a guard when only in-wiki links
+>> ([[wikilink]]s) are being used, but how to do so for external links? --[[tschwinge]]