[[PageOutline(2-5,Contents,pullout)]] = Documentation plugin for Trac = == Description == The TracDocsPlugin adds a Docs tab to the trac project. It is a wiki plugin where the wiki text is stored in the Subversion repository. Some features: * Uses [http://docutils.sourceforge.net/rst.html RestructuredText] as a markup language. * Supports inline images and links. * Highlights source code using [http://code.google.com/p/google-code-prettify google-code-prettify]. * Supports editing through Subversion and the Trac website. * Handles user permission using Subversion authorization. == Bugs/Feature Requests == Existing bugs and feature requests for TracDocsPlugin are [report:9?COMPONENT=TracDocsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracDocsPlugin&owner=mrjbq7 new ticket]. == Source == See http://github.com/mrjbq7/tracdocs for more details and the source code. == Example == It is configured in the trac.ini file by enabling the component and configuring the path within the Subversion repository to store the wiki documents: {{{ [components] tracdocs.* = enabled [docs] root = wiki/trunk }}} == Recent Changes == [[ChangeLog(tracdocsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:mrjbq7] [[BR]] '''Maintainer:''' [wiki:mrjbq7] [[BR]] '''Contributors:'''