Atom Publishing Protocol Plugin for Trac trac-atompub Python

Skip to content

AtomPub Plugin for Trac

This is a plugin for the Trac project management system that allows non-web browser access to the various components of the web application. Currently, it only supports publishing wiki pages, but efforts are underway to support other subsystems, including attachments, tickets, and milestones.

Requirements

The plugin has the following requirements:

Technical Details

Currently, the plugin tries to follow the latest drafts of the AtomPub specification, or the RFC (whenever that is published) as closely as possible. The wiki module only accepts Atom entries with the content type of text/x-trac-wiki, or wiki syntax. Any other content type will be rejected outright.

Availability

In order to use the plugin, you need to retrieve the Bazaar branch that contains the source code. For example:

bzr branch http://bzr.malept.com/trac-atompp

Bug reports are appreciated. Please send them to trac-atompub-bugs at domain dot tld.