Textile (markup language)

Questions about programming languages and debugging
Post Reply
User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Textile (markup language)

Post by computathug »

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

http://en.wikipedia.org/wiki/Textile_(markup_language)

I have been trying this out for a site which will be run on rails.

If anyone want to have a demo you can test it out here

Code: Select all

http://textism.com/tools/textile/
Anyone else interested in ruby on rails also take a look at webby

Code: Select all

http://webby.rubyforge.org/tutorial/
Any one like any ebooks to get started, please ask :wink:

Post Reply