I've been using sphinx as a document engine for an internal document server in my company. It uses ReStructuredText as its markup language.

Today, I need to edit the source files manually, compile the HTML, check that it works and then upload it to an internal server. This is tedious and my colleagues are refrained from updating the documents.

Wiki would be a great solution, but Is there a free, open-source wiki engine that supports ReStructuredText, or at least plain text?

Thanks,

Adam

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Trac supports reStructuredText. By default, it's as easy as:

{{{
#!rst
.. note:: I use reStructuredText all the time...
}}}

and you should also be able configure it to be the default (but I don't remember if that requires any hacking or not)...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.