Skip to content
Steve edited this page Nov 5, 2013 · 30 revisions

Textile is a lightweight markup language that takes (almost) plaintext and converts it into well formed HTML.

Quick Start

Looking for textile documentation or a sandpit? Try TxStyle.
Want to ask a question about textile? Drop into #textile on freenode.net or try webchat.
Found a technical problem with textile? Please open an issue here.
Want to know what’s changed recently? For changes in the 2.5 branch, check here. Changes in the master branch are here.

Branches

master Has a multi-file, namespaced, PSR-0/1/2 compliant version of textile. Releases from master are tagged v3.5.x Requires PHP5.3+
2.5 Holds a single-file version of textile representing the v2.5.x releases. It is not PSR-0 compliant but attempts to follow PSR-1 and PSR-2 in other respects. Requires PHP5.0+

News

2013-11-06 The 2.5 branch is feature frozen and will only receive security updates from this point on. All new development is now concentrated in the master branch.
2013-10-30 New releases: v3.5.3 and v2.5.3 now available.
2013-10-25 New releases: v3.5.2 and v2.5.2 now available.
2013-10-22 Migrated repository from netcarver/textile to textile/php-textile meaning it is now owned by the textile organisation. The repo at netcarver/textile is now a fork of the root repository at textile/php-textile.
2013-01-01 New releases: v3.5.1 and v2.5.1 now available.
2012-12-12 New releases: v3.5.0 (PSR-0/1/2) and v2.5.0 (legacy) now available.
2012-12-11 Version 3.5.0rc1 is now available in the master branch. This branch is PSR-0/1/2 compliant to the best of my knowledge.
2012-12-11 Version 2.5.0rc1 is now available in the 2.5 branch
2012-12-08 From v2.5, the codebase will be changing. Although this probably won’t impact you, there is a small chance that it may. Find out if it will…
Clone this wiki locally