Following Jim Wilson’s comment I have revisted this subject and now offer my own extension which adds Textile2 to the AlternateSyntaxParser without the need for hacking Jim’s original extension.
You can download the extension here.
Instructions are included in the source, but for convenience, they are repeated here…
Installation:
Install the AlternateSyntaxParser extension. Drop this script (AlternateSyntaxParserTextile2.php) into $IP/extensions/AlternateSyntaxParser Enable the […]
MediaWiki is used extensively for documentation sites simply because it has so many features that make it ideal for this type of wiki application. The primary example is, of course Wikipedia
Naturally, I want to use MediaWiki for my own documentation sites. However, I use Textile – a lightweight, humane web text generator almost exclusively […]
Quick tip for those of us unfortunate enough to have to deal with “legacy” php code (Ruby is Sooo much easier!).
One of my ISPs recently upgraded the PHP installation to 4.4.5 and suddenly my php application stopped. Nothing in the error log, no output to the browser.
I discovered that an attempt to session_register an unitialised […]