开发者

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

开发者 https://www.devze.com 2023-01-10 16:01 出处:网络
I developing program and i writing error handler, i want to do in her automate error ticket adding to trac webapge.

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

精彩评论

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

关注公众号