]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by tschwinge: Answer.
authorJoey Hess <joey@wren.kitenet.net>
Mon, 12 Nov 2007 23:34:35 +0000 (18:34 -0500)
committerJoey Hess <joey@wren.kitenet.net>
Mon, 12 Nov 2007 23:34:35 +0000 (18:34 -0500)
doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn

index 5cd4def3817c8f6a87135c7db6afb2090bc896aa..c87fa69309a9683d7478a54574d60b18682b9529 100644 (file)
@@ -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]]