Andrey Larionov wrote:
> What do you thinking about integrating XML-RPC protocol into Trac core. You
> ask me why, there is nice plugin here? Yes. but i develop my own plugin and
> want to port some fucnctionlaity into XML-RPC, what i must to do? Rewrite
> XML-RPC plugin? How many modification will be around the world?

Just put `install_requires = ['TracXmlRpc']` in your setup.py and the
plugin will be automatically installed along with your own.


> I think XML-RPC  can be extended by function registration mechanism or by
> providing extension point like plugin mechanism

The XML RPC plugin is indeed quite extensible, just look at its API. Any
plugin can expose functions via RPC (now it does both XML RPC and JSON
RPC I believe).

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to