开发者

Simplest way to automate ticket adding in Trac from C/C++

I developing program and i writing error handler, i want to do in her automate error ticket adding to trac webapge.

Anyone know simplest 开发者_Python百科way to do this? Simplest of connecting libcurl to PHP script on server who adding ticket.

Maybe some library to do this? Or working code snipet?


from the server you can programatically add tickets using the trac package in python, which is trac's native language.

If you want to do in C/C++ I think you can achive it issuing xml-rpc calls if the server has the xml-rpc plugin installed[0].

[0] http://trac-hacks.org/wiki/XmlRpcPlugin

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜