Changes between Version 16 and Version 17 of TracDocsPlugin


Ignore:
Timestamp:
Jul 20, 2015, 2:14:47 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • TracDocsPlugin

    v16 v17  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Documentation plugin for Trac =
     3= Documentation plugin for Trac
    44
    5 == Description ==
     5== Description
    66
    7 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. The primary purpose behind this is to allow offline editing of wiki pages, and storage of documentation "closer" to the source code that it documents.
     7This plugin adds a Docs tab to the trac project. It is a wiki plugin where the wiki text is stored in the Subversion repository. The primary purpose behind this is to allow offline editing of wiki pages, and storage of documentation "closer" to the source code that it documents.
    88
    9 Some features:
    10 
     9Key features:
    1110 * Uses [http://docutils.sourceforge.net/rst.html RestructuredText] as a markup language.
    1211 * Supports inline images and links.
     
    1615 * Supports downloading binaries with proper mime-types for non-text files.
    1716
    18 You can install it with:
     17== Source / Bugs / Feature Requests
    1918
    20 {{{
     19See http://github.com/mrjbq7/tracdocs for more details and the source code, or to report issues or request features.
     20
     21== Installation
     22
     23This plugin can be installed with:
     24{{{#!sh
    2125$ easy_install tracdocs
    2226}}}
    2327
    24 == Source ==
     28== Configuration
    2529
    26 See http://github.com/mrjbq7/tracdocs for more details and the source code, or to report issues or request features.
     30It is configured in the `trac.ini` file by enabling the component and configuring the path within the Subversion repository to store the wiki documents:
    2731
    28 == Configuration ==
    29 
    30 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:
    31 
    32 {{{
     32{{{#!ini
    3333[components]
    3434tracdocs.* = enabled
     
    4242It uses the WIKI_VIEW permissions to control access to the documentation pages.
    4343
    44 == Example ==
     44== Example
    4545
    4646[[Image(docs.png)]]
    4747
    48 
    49 == Recent Changes ==
     48== Recent Changes
    5049
    5150[[ChangeLog(tracdocsplugin, 3)]]
    5251
    53 == Author/Contributors ==
     52== Author/Contributors
    5453
    5554'''Author:''' [wiki:mrjbq7] [[BR]]
    56 '''Maintainer:''' [wiki:mrjbq7] [[BR]]
     55'''Maintainer:''' [[Maintainer]] [[BR]]
    5756'''Contributors:'''