PDA

View Full Version : Wiki Code Syntax?



mads
06-12-2007, 05:15 PM
Hi

Is there other Wiki Code Syntax like these:

http://doc.opengarden.org/DekiWiki/Specs/Wiki_Code_Syntax

If yes do you have a complete list of all Wiki Code Syntax's ??

SteveB
06-13-2007, 02:21 PM
I've captured the available Live Data services and their notation here: http://doc.opengarden.org/Deki_API/Reference

Still need to write-up the notation itself, but the examples probably make it pretty clear already.

mads
06-13-2007, 07:01 PM
I've captured the available Live Data services and their notation here: http://doc.opengarden.org/Deki_API/Reference

Still need to write-up the notation itself, but the examples probably make it pretty clear already.

Okay.. looks like there are some cool features.. But I can't get them to work, they just say:


(Invalid function: gabbly.chat)

(Invalid function: google.map)
??

Will there be more functions like these in the future??

SteveB
06-13-2007, 07:40 PM
Actually, in the first beta, I you have to use 'chat(...)' and 'address(...)'. The namespace prefixes were just added recently to avoid collisions of similarly named functions.

mads
06-14-2007, 07:06 AM
Actually, in the first beta, I you have to use 'chat(...)' and 'address(...)'. The namespace prefixes were just added recently to avoid collisions of similarly named functions.

Okay.. the chat works.. but the google address come with this error: "Please specify you Google Maps API key".
But I think I'll wait with more testing until I get a newer BETA.

SteveB
06-14-2007, 06:22 PM
Google maps requires an API per host. So, you'll have to sign-up for one at http://www.google.com/apis/maps/. However, the Service Management has a bug where it doesn't allow service settings to be edited. So you would need to insert the key manually in the corresponding database table.

I will be easier in the next beta! :)