Allow org-mode in wiki
Description
It would be nice when the wiki would allow to create org-mode documents. Atm, it supports already markdown, rdoc + asciidoc.
When managing the wiki manually (cloning repository and editing/creating files locally), this is already possible. E.g. when creating a page 'foo.org' it will be rendered in the wiki as wanted. org-mode documents are already supported in the main repository (for example README.org).
But it is not possible to edit or create it in the webfrontend.
Proposal
- Add 'org' to the dropdown list which contains "RDoc" + "AsciiDoc" already.
- Add the
org-rubygem
Looking at the Gollum README we might want to add other markups as well:
- MediaWiki (needs
wikiclothgem) - Creole (needs
creolegem) - Textile (needs
RedClothgem)
There are a few other, but they require Perl of Python, so let's not do those for now.