Table of contents
  1. 1. What is DekiScript?
    1. 1.1. Files
    2. 1.2. Images
    3. 1.3. Reports
    4. 1.4. Web Services
    5. 1.5. Advanced
    6. 1.6. Extension
    7. 1.7. Javascript
    8. 1.8. Misc

DekiScript Developer Documentation

Home    Tutorials    Reference    Samples/FAQ

What is DekiScript?

DekiScript is a built-in scripting/mash-up language that provides access to content from Deki, Deki extensions, and XML/JSON web-services.  The syntax is similar to that of JavaScript.  It comes with well over 100 built-in functions for manipulating strings, lists, dates, and so on.  For example, with DekiScript you can read data from a wiki page, feed it into an online web-service, and use the response to generate a dynamic page personalizd to the current user.

What sets DekiScript apart is that
    (a) it is safe to be used by anyone, enabling power users and regular users alike to customize or extend existing scripts;
    (b) it supports natively XML and JSON, making it easy to reuse existing data sources and access the Deki API;
    (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 quickly create mash-ups with pages, but you can also create custom workflows and applications by leveraging the Deki's capabilities.

Tutorials
j0433801.png
Reference Documentation
j0433793.png
Samples/FAQ
j0433797.png


How do I...

Javascript

 

Tag page
You must login to post a comment.
Powered by MindTouch Deki v.8.08.2