Indice (TOC)
Script, articoli e soluzioni per la programmazione di MindTouch Deki, rimani aggiornato con i feed RSS ![]()
UserFlow is a simple script that allow you to ask a review from a specific wiki user using a text tag inside pages.
Copy this code in a deki template page (example: XsysUserFlow) using html source code editor
Leggi articolo...
This script extracts rows from tables placed in different pages and aggregates them in one tabular table.
This script use the power of Dekiscript combined with Lucene search engine and xpath language.
Leggi articolo...
Mindtouch deki has all you need to create and plot complex statistical analysis.
You have to install mysql extension , connect it to deki mysql database and use dekiscript to catch data from mysql and plot using google graph chart api.
SECURITY ISSUE: Create a specific user for mysql and allow it to READ-ONLY SOME TABLES (exclude users, extensions, ...) otherwise you allow any registered user to query some sensible information!
Leggi articolo...
This really simple script permit to extract the firs 2 paragraph from all pages in a specific section.
It's useful to create summary page or a "really simple blog home page"
Leggi articolo...
MindTouch deki publish recent changes in a feed, but it's complex to display this feed on a wiki page (forum post) if you have the wiki on a secure server (https) with global authentication system.
Solution: create a dekiscript in order to extract last pages edited and display them in a table
Note: this works better with Fiesta Pro skin due to a better table css layout, it is compatible with dekiwiki 8.05 or later because require wiki.getsearch
Leggi articolo...
