|
Read about all the new DekiScript capabilities that have been introduced for Deki 9.02 'Lyons'. |
DekiScript is a scripting language for mashing-up data from Deki, extensions, and virtually any XML/JSON web-service. DekiScript has over 100 built-in functions for accessing and manipulating data. With DekiScript you can read data from a wiki page, combine with data from a web-service, and generate dynamic page personalizd to the current user. DekiScript makes it possible to automate complex reports, mash-ups, and data visualization that would otherwise require programming.
What sets DekiScript apart is that
(a) it is safe to be used by anyone, enabling power users to customize or extend existing scripts;
(b) it supports XML and JSON, making it easy to acccess almost any web-service;
(c) it always generates valid XML structures, making it impossible to generate invalid content;
(d) it is fully integrated into Deki, both for creating dynamic pages and even for creating extensions.
With DekiScript, you can create dynamic pages, but you can also create custom workflows or applications by leveraging the Deki API capabilities.
|