mediawiki_filter
Description
The mediawiki_filter extension adds support for Mediawiki markup on Radiant CMS pages. The syntax supported is limited to the featureset of the MediaCloth gem and a few enhancements thereof.
Installation
Before you continue, please consider making a little donation as a token of your appreciation for free software. On request you can be listed as an official supporter provided the donation has at least three digits in front of the dot (some terms apply).
First install the MediaCloth gem:
gem install mediacloth
And then install the extension.
cd vendor/extensions
GIT_SSL_NO_VERIFY=1 git clone https://git.bitcetera.com/mediawiki_filter.git mediawiki_filter
The above will implicitly check out the edge version. If you prefer to use a specific stable version, you should first list the available tags and then check out one of them:
cd mediawiki_filter
git tag -l
git checkout {TAG}
Please refer to the bundled README for configuration instructions.
License
MIT License
More