One of my projects is hosted on Trac. I can view its subversion repository online within the Trac Source Browser.
I have written a README file which is committed to that repository.
The README and INSTALL files are marked-up with wiki formatting:
=== README ===
This is a ''lovely'' project.
...
I do not want to have to maintain a duplicate of this information in the Trac wiki.
So, is there a way to present this information on my project's Trac site with wiki markup rendered as HTML?
i.e by:
- creating a wiki page that includes and parses the source code file, or
- adding some shebang-like tag to the README file so that it is rendered as HTML within the source browser.
- or some other means
Note: My project is hosted for me by a service provider. So, its difficult (but not impossible) to change the Trac config.