]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/__42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
Migrate escaped directives (\[[) in doc/todo to have \[[! prefix
[ikiwiki.git] / doc / todo / __42__forward__42__ing_functionality_for_the_meta_plugin.mdwn
index b584341c66123ae1d1bfdff31c723a3e8c0cbe14..61b19d302f827007446d375b67912a5480252ad3 100644 (file)
@@ -1,4 +1,4 @@
-Here is a patch [[tag patch]] to add a *forward*ing functionality
+Here is a patch [[!tag patch]] to add a *forward*ing functionality
 to the [[`meta`_plugin|plugins/meta]].
 
 > [[done]], with some changes --[[Joey]]
@@ -16,13 +16,13 @@ I can also submit a Git patch, if desired.
 
 **URL** = http://some.nice/place/ (*etc.*)
 
-**WHITHER** = \[\[**[[wikilink]]**]] | **URL**
+**WHITHER** = \[\[**[[ikiwiki/wikilink]]**]] | **URL**
 
 **D** = natural number (*meaning seconds*)
 
 **OPT_DELAY** = delay=**D** | empty (*immediatelly*)
 
-\[[meta forward="**WHITHER**" **OPT_DELAY**]]
+\[[!meta forward="**WHITHER**" **OPT_DELAY**]]
 
 
 # Extensions and Ideas
@@ -49,7 +49,7 @@ the forwarding statement also to the referred-to page.
 >> (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]]
+>> ([[ikiwiki/wikilink]]s) are being used, but how to do so for external links?  --[[tschwinge]]
 
 >>> This seems a lot more securely to do for in-wiki links, since we know
 >>> that a link generated by a wikilink is safe, and can avoid cycles.