====== Textile Support ====== Does the wiki support textile, the "Humane Web Text Generator" ? ==== External links ==== * [[http://textism.com/tools/textile/]] * [[http://en.wikipedia.org/wiki/Textile_(markup_language)]] Textile is a lightweight markup language originally developed by Dean Allen and billed as a "humane Web text generator". Textile converts its marked-up text input to valid, well-formed XHTML and also inserts character entity references for apostrophes, opening and closing single and double quotation marks, ellipses and em dashes. Textile was originally implemented in PHP, but has been translated into other programming languages including Perl, Python, Ruby, ASP, Java and C#. Textile is distributed under a BSD-style license and is included with, or available as a plugin for, several content-management systems. Version 2.0 beta was released in 2004 as part of the Textpattern content management system. Version 2.0 was released in 2006. regards, Ramakant ==== PHP Textile ==== Any PHP based wiki engine can use textile markup with small modifications by add the textile class of the textpattern.... ---- //Can someone clarify what is meant by 'supporting' textile? Integrates with the actual code of textile? or just follow the same rules?// //As far as I can tell, when they talk about markup languages, it should mean the wiki supports textile **syntax**, and not have anything to do with code integration. But it shouldn't be partial like, say PHPWiki and Textile//