/trac-mentions

@mentions plug-in for Trac

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

TRAC MENTIONS PLUGIN

Mentions plugin for Trac.

SETUP AND USAGE

Prerequisites

  • Trac 1.0+

Installation

  • Generate the .egg file: python setup.py bdist_egg
  • Get it from the dist directory, and place it into you trac plugin directory. Take care of file permissions.
  • (Optional) Download underscore-min.js
  • Configure the path where underscore-min.js resides in trac.ini, section: [trac], key: underscorejs_location
  • Reload your webserver

Known Issues

VERSION HISTORY

0.1.0 (2013-07-01)

  • Initial release

LICENSE