Samples/FAQ |  |
How do I...
| | |
What is DekiScript?
DekiScript is an expression language for creating dynamic content in wiki pages. With DekiScript you can embed search results, other wiki pages, invoke extensions, or generate reports.
- DekiScript was designed make it easy to add dynamic content to wiki pages.
- DekiScript is a lightweight programming language.
- DekiScript consists of lines of executable code.
- DekiScript can be embedded directly into wiki pages or used in XML extensions.
- DekiScript is an interpreted language (means that scripts execute without preliminary compilation).