Changes between Version 2 and Version 3 of TracDocsPlugin
- Timestamp:
- Apr 30, 2010, 3:34:00 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracDocsPlugin
v2 v3 21 21 == Source == 22 22 23 You can check out TracDocsPlugin from [http://trac-hacks.org/svn/tracdocsplugin here] using Subversion, or [source:tracdocsplugin browse the source] with Trac.23 See http://github.com/mrjbq7/tracdocs for more details and the source code. 24 24 25 25 == Example == 26 26 27 See http://github.com/mrjbq7/tracdocs for more details. 27 It is configured in the trac.ini file by enabling and configuring: 28 29 {{{ 30 [components] 31 tracdocs.* = enabled 32 33 [docs] 34 root = wiki/trunk 35 }}} 36 28 37 29 38 == Recent Changes ==