This is great. Sorry, i dont know about it. Now i think there is enough 2007/3/23, Noah Kantrowitz <[EMAIL PROTECTED]>: > > 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 > > >
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
