PDA

View Full Version : Wiki Code Syntax problems



Bizzz
04-19-2007, 10:14 AM
I have tried some Wiki code inside enclosed blocks but all examples mentioned at http://doc.opengarden.org/DekiWiki/Specs/Wiki_Code_Syntax do not work properly.

First of it, CURRENTTIME value is not correct. It seems to be UTC time and not local time.
For example when it is 11:00 (UTC+0200 configured on my server for Paris time), {{CURRENTTIME}} displays 09:00

I have also tried to use all the functions examples, but without success.
Is it a syntax problem? I have tried with and without {{}}, but nothing work

for example
{{chat("DekiWiki", 100, 100)}}
{{media("http://www.youtube.com/watch?v=zF6-RBTAs60 ", 100, 100, true)}}
{{rate()}}

SteveB
04-19-2007, 02:17 PM
The page describes features in Hayes, our next release. Some of these (like CURRENTIME, rss(), ...) kind of worked in Gooseberry, but were not officially supported.

Bizzz
04-19-2007, 03:41 PM
OK, thank you SteveB