Plugins :: TracAware

Plugin: TracAware (created: 2009-04-27, modified: 2009-04-27)
Summary: rbot plugin for grabbing information from a Trac site
Author: brother
Description: TracAware obtain information from the database for the project manager trac (http://trac.edgewall.org) The initial idea is that when talking about issues and revisions controlled by a Trac install you mention ticket numbers (#123) and revision numbers (r123) for your peers. This is probably straight forward for you and the person responding to it but all others that does not work in that particular area want to know what you are up to. This is where rbot get in, it takes #123 or r123 and extract information from the trac database. In addition to just extract revision and ticket information the plugin also can check for the latest updates to the wiki and show info about the last revision made and the last ticket added to the project.
Installation Instructions: !! Require dbi to run. Get the fresh code from http://hg.sis.bthstudent.se/tracaware (hg clone http://hg.sis.bthstudent.se/tracaware) or direct tgz/bz2/zip download) Place the file tracaware.rb in the plugin directory of rbot. Edit the three settings; @tracurl, @database and @locale (only en and sv for now, patches are welcome!) Restart the rbot and you are ready to go.
Back

Versions

Version Created Changelog Link
0.1 about 1 year ago Sort of the initial version. Download