thank you
--
finelli
The project has slowed down, mostly just bug fixes to third-party
components used by ClueMapper and such (which is part of the reason it
looks like there's no activity).
My suggestion for augmenting the buildout for what you want is to
create another buildout config file (say extra.cfg) that looks
something like this:
[buildout]
extends = buildout.cfg
eggs +=
TracHTTPAuth
TracXMLRPC
This assumes the plugins you want to add are eggs already. If they're
just svn checkouts you'll need to use something a little more
sophisticated like mr.developer (see info on Pypi).
- Rocky