Skip to main content

A Trac plugin for RCS-backed documentation

Project description

Description

The TracDocs project is a plugin for the ‘trac’ project management tool.

Many documents exists adjacent to the code that is being developed and managed. These documents are not conveniently stored in a wiki due to the lack of offline access and editing. Also, a wiki tends to be less structured than the documentation that lives with source code.

The TracDocs plugin adds a “Docs” tab to the trac project. Underneath this tab can be found all of the documentation that the current logged in user has access to.

Some features:

  • Uses RestructuredText as a markup language.

  • Supports inline images and links.

  • Highlights source code using google-code-prettify.

  • Supports editing through Subversion and the Trac website.

  • Handles user permission using Subversion authorization.

  • Supports downloading binaries with proper mime-types for non-text files.

Note: this plugin respects the access rights of the user that is logged in.

Installation

The TracDocs plugin can be installed using standard:

python setup.py install

Configuration

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

By default, it will show the title of the directory that you are navigating, but if you create an index.txt file in the directory, it will use that instead, allowing you to put additional documentation at the top of a directory structure.

It uses the WIKI_VIEW permissions to control access to the documentation pages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TracDocs-0.3.tar.gz (34.5 kB view hashes)

Uploaded Source

Built Distribution

TracDocs-0.3-py2-none-any.whl (37.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page