Trac XML-RPC Plugin
- Install TracXMLRPC-1.0.0-py2.5.egg (or newer) into plugins/ .
- Create tracdir/.egg-cache with apache:apache owner if it doesn't exist.
- Add this to your trac.ini:
[components]
tracrpc.* = enabled
- Your user needs the XML_RPC (or TRAC_ADMIN) permissions.
Vim VimTrac Plugin
Your Vim needs Python 2.4 or newer. Check with:
:python import sys
:python print sys.version
References