Statistiche pagina

811 view(s) 7 edit(s) 627 characters(s)
MindTouch Core > Sviluppo

Sviluppo

Indice (TOC)
Nessuna testata

Script, articoli e soluzioni per la programmazione di MindTouch Deki, rimani aggiornato con i feed RSS 


Scritto da wikiadmin, aggiornato il 04 maggio 09 alle 03:11

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...
 

Scritto da wikiadmin, aggiornato il 04 maggio 09 alle 03:04

aggregate_tables.pngThis 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...
 

Scritto da wikiadmin, aggiornato il 24 marzo 09 alle 02:37

statistics.pngMindtouch 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...
 

Scritto da wikiadmin, aggiornato il 24 marzo 09 alle 02:34

blog.pngThis 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...
 

Scritto da wikiadmin, aggiornato il 24 marzo 09 alle 02:31

dekiscript_recent_changes.pngMindTouch 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...