MindTouch Deki

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search
MindTouch Deki
MindTouch Deki logo
File:MindTouch Deki screenshot.png
A sample instance of MindTouch Deki using the Fiesta theme.
Developer(s) MindTouch, Inc
Community contributors
Initial release 25 July 2006
Stable release 9.02.2 / May 27, 2009; 483396642 ago
Written in PHP, C#
Operating system Cross-platform
Available in Many, translatable online
Type Wiki
License GNU General Public License, Apache License
Website http://developer.mindtouch.com/Deki (Open source edition)
http://wiki.mindtouch.com/Products (Commercial edition)

MindTouch Deki is a web-based collaboration, wiki software and mashup platform. It is divided into a front-end (written in PHP) and an API, written in C#. The Deki front-end and API are distributed under the terms of the GNU General Public License while the Dream services layer is released under the Apache License, making it free and open source software.

MindTouch packages some proprietary connectors on top of the open source edition to provide a commercial version of Deki, currently branded 'MindTouch 2009', which is commercially supported.[1]

As of 5 February 2009, Deki was the 2nd-ranked project on the open source hosting site SourceForge[2], where it was Project of the Month in May 2008. [3]

History

MindTouch originally developed Deki[4] as a fork of MediaWiki, replacing wikitext with XHTML, adding a WYSIWYG editor, adding page and file search using Lucene, adding page hierarchies, and wrapping it all in a new UI.[5]

For the "Hayes" release in July 2007, the backend was completely reimplemented in C#, resulting in an API built as web services on top of the new Dream server and toolset. [5]

The most recent major release, "Lyons" (release in March 2009)[6], and the associated commercial version MindTouch 2009[7] , introduces push notifications on content change[6], key/value properties on page, user and file objects[6], and the "JEM" (Javascript Events & Messages) framework, which provides event coordination and message passing. JEM integrates with the jQuery library and PageBus[8], a JavaScript event and message bus, to build rich internet applications.[9]

Architecture

Deki API

Deki differs from other wikis by decoupling the frontend and the business logic. The web frontend interacts with the services via a REST API. This separation means that users can easily interact with the wiki in any language of their choice, using a web services architecture. The Deki API is commonly deployed, and fully supported on Linux using Mono, as well as Windows on the .NET framework. [5]

Each wiki page is automatically exposed as an XML Web Service, which can be operated on using standard HTTP verbs.

Dream Technology

The Deki API is built on a service layer called Dream (Distributed REST Application Manager)[5], a REST framework for building web services on the .NET platform. [10].

Web front-end

The most common interface to the Deki API is its PHP frontend. This frontend provides users with a full-featured wiki, built using a WYSIWYG editor.[11]

Other front-ends

Other frontends to the Deki API available in the form of "connectors"; a Desktop Connector[12] allows publishing from Microsoft Windows, while an Outlook Connector [13]allows publishing of documents from Microsoft Outlook. A plugin for Microsoft Word is under development. [14]

An open-source iPhone interface named DekiMobile[15] was released in November 2008.

Key features

Template:Manual

Content authoring

All information in Deki pages is stored as XML, rather than wikitext. Pages are edited using a GUI editor, and can be manipulated as an XML web service. The frontend supports embedding rich media and has a built-in image gallery.

Deki supports internal and external authentications [16]. Permissions can be applied to individual pages or page hierarchies.

DekiScript

MindTouch Deki includes a complete scripting language, called DekiScript. [17] DekiScript, a light-weight, interpreted programming language, allows users to add dynamic content to wiki pages. It can be embedded directly into wiki pages or used in XML extensions.

Example

DekiScript is inserted using double curly braces. Hello World can be written easily:

{{ 'Hello World' }}

Dynamic content can be added using DekiScript functions [17] this example will display the name of the current user, and the text of the current day (e.g. Wednesday):

Hi {{ User.Name }}, it's {{ Date.DayName(Date.Now) }}.

Web 2.0 & mashups

A primary benefit of MindTouch Deki is the ability to use DekiScript to perform mashups. The open source edition of Deki ships with extensions allowing connection to over 100 web services[18], including systems such as Dapper, Flickr, Google Maps, Windows Live and Yahoo.[19]

A commercial license enables features such as connectors to SugarCRM, Salesforce, LinkedIn, MySQL, Microsoft SQL Server and Microsoft Access.[18]

LinuxInsider describes this feature as "let[ting] site admins rope in applications -- legacy systems, CRM and ERP apps, databases and Web 2.0 tools -- and hand them over to business users to create mashups, templates, dynamic reports and dashboards."[20]

Multi-language

Multi-language support (named polyglot by MindTouch) allows hosting content in multiple languages on a single site. Language can be specified by user, site, section and pages, adapting the UI to the specified language. Search is available across all languages and results are prioritized by the user’s default language. [21]. MindTouch cite the 8.05 release of Deki as the first polyglot application on the web.[22]

Deployment

Deki is available as a package for Ubuntu, Debian, Red Hat Enterprise Linux, Fedora, CentOS, and SUSE, in both open source and commercial editions. The source code is available for each release on Sourceforge, and a public SVN repository is available.

Users of the Commercial edition are also offered a Windows Installer (.MSI) package.

A popular deployment option is a VMware virtual machine; the VMware appliance is certified.[23].

MindTouch offer free wiki hosting at http://wik.is/, under the brand "MindTouch Deki Express". wik.is is hosted on Amazon EC2 [24]. Basic hosting, with 50mb of storage, is free; upgrading to "Pro" for $99/year gives a user 1GB of storage, plus the ability to embed custom HTML (such as Google AdSense advertising) and use a custom domain name of their choice. [25]

Public deployments

One of the highest profile deployments of Deki is at Mozilla's developer wiki, where over 25,000 pages were migrated from MediaWiki to Deki.[26]. Deki also powers WhoRunsGov.com[27], a community site launched in January 2009 by the Washington Post.

References

  1. "MindTouch Deki Enterprise". MindTouch. http://wiki.mindtouch.com/Products/MindTouch_Deki_Enterprise. Retrieved 2008-11-05. 
  2. BROKEN"SourceForge.net rankings". SourceForge.net. http://sourceforge.net/project/stats/rank_calc.php?group_id=173074&ugn=dekiwiki&day=20090204. Retrieved 2009-02-05. 
  3. "SourceForge.net community blog". SourceForge.net. http://sourceforge.net/community/index.php/potm-200805/. Retrieved 2008-11-18. 
  4. Originally named 'DekiWiki', the name was shortened in May 2008. "MindTouch Newsletter, May 16". MindTouch website. http://wiki.mindtouch.com/Press_Room/Newsletters/2008-05-16. Retrieved 2008-11-05. 
  5. 5.0 5.1 5.2 5.3 "Technology". http://wiki.mindtouch.com/Technology. Retrieved 2008-11-05. 
  6. 6.0 6.1 6.2 "Lyons (9.02)". http://developer.mindtouch.com/Deki/Release/Lyons. Retrieved 2009-04-10. 
  7. "MindTouch Announces MindTouch 2009, an Enhanced Development Platform for Rich Collaborative Applications". http://www.mindtouch.com/Newsroom/Social_Media_Press_Release/2009-04-02. Retrieved 2009-04-10. 
  8. "TIBCO PageBus". http://www.tibco.com/devnet/pagebus/default.jsp. Retrieved 2009-04-10. 
  9. "JavaScript Events & Messages". http://developer.mindtouch.com/DekiScript/JEM. Retrieved 2009-04-10. 
  10. "MindTouch Dream". http://wiki.developer.mindtouch.com/Dream. Retrieved 2008-11-05. 
  11. "Wiki collaboration". http://wiki.mindtouch.com/Products/Features/Wiki_Collaboration. Retrieved 2008-11-05. 
  12. "Desktop connector". http://wiki.mindtouch.com/Products/Desktop_Connector. Retrieved 2008-11-05. 
  13. "Outlook connector". http://wiki.mindtouch.com/MindTouch_Deki/Outlook_Connector. Retrieved 2008-11-05. 
  14. "Word to Deki publishing plugin". http://wiki.developer.mindtouch.com/User:Robertm/WIP/Word_to_Deki_Publishing_Plugin. Retrieved 2008-11-05. 
  15. "Optimizing the iPhone browsing experience with DekiMobile". http://www.mindtouch.com/blog/2008/11/14/optimizing-the-iphone-browsing-experience-with-dekimobile/. Retrieved 2008-11-16. 
  16. "Users and Privacy". http://wiki.mindtouch.com/Products/Features/Users_Privacy. Retrieved 2008-11-05. 
  17. 17.0 17.1 "DekiScript". http://wiki.developer.mindtouch.com/DekiScript. Retrieved 2008-11-05. 
  18. 18.0 18.1 "8.08 release announcement". http://wiki.mindtouch.com/Press_Room/Press_Releases/2008-07-23. Retrieved 2008-11-05. 
  19. "Extensions". http://wiki.developer.mindtouch.com/Deki_Wiki/Extensions. Retrieved 2008-11-05. 
  20. "MindTouch Sharpens Its Deki App Masher". LinuxInsider. http://www.linuxinsider.com/story/63910.html. Retrieved 2008-11-05. 
  21. "Jay Cooke release post". http://www.mindtouch.com/blog/2008/05/07/mindtouch-releases-deki-wiki-jay-cooke-v805/. Retrieved 2008-11-05. 
  22. "The first polyglot app on the web". Viddler. http://www.viddler.com/explore/MindTouch/videos/16/. Retrieved 2008-11-05. 
  23. "VMware Virtual Appliance Marketplace". VMware. http://www.vmware.com/appliances/directory/705. Retrieved 2008-11-05. 
  24. Erickson, Pete (2008-11-05). "MindTouch Deki Express (wik.is) EC2 Migration". MindTouch. http://www.mindtouch.com/blog/2008/10/14/mindtouch-deki-express-wikis-ec2-migration/. Retrieved 2008-11-05. 
  25. "MindTouch Wik.is: Free MindTouch Deki Hosting - Go Pro". MindTouch. http://www.wik.is/pro/. Retrieved 2008-11-05. 
  26. Fulkerson, Aaron (2008-03-11). "Mediawiki to Deki Wiki Converter". MindTouch. http://www.mindtouch.com/blog/2008/03/11/mediawiki-to-deki-wiki-converter/. Retrieved 2008-11-05. 
  27. "WhoRunsGov.com". MindTouch. 2009-01-22. http://www.mindtouch.com/Press_Room/Press_Releases/Whorunsgov.com. Retrieved 2009-04-10. 

ja:MindTouch Deki

If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...