如何自动更新 trac wiki 页面?
我有一个 trac wiki 页面,我想定期(例如每小时一次)自动更新脚本获取的数据。
我可以获得生成 wiki 标记的脚本。
然后您将如何将其上传到 trac 页面?我想替换整个页面的主体。
我更喜欢 python 中的解决方案,因为堆栈的其余部分(trac、获取脚本)也使用它。只需指向正确方向的指针就足够了;)
I have a trac wiki page I'd like to update automatically on a regular basis (say, once an hour) with data fetched by a script.
I can get the script to generate the wiki markup.
How would you then upload that to the trac page? I want to replace the whole body of the page.
I would prefer a solution in python, as the rest of the stack (trac, fetching scripts) also use that. Just a pointer in the right direction should be enough ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以安装 Trac XMLRPC 插件:
http://trac-hacks.org/wiki/XmlRpcPlugin
然后使用标准库中的 xmlrpc 客户端库。然后,您将能够通过 Python 脚本操作 Trac 的大部分方面(票证、wiki 页面等)。
You can install the Trac XMLRPC plugin:
http://trac-hacks.org/wiki/XmlRpcPlugin
and then use the xmlrpc client library from the standard library. Then you'll be able to manipulate most aspects of Trac (tickets, wiki pages, etc) from a Python script.
我很难让 XmlRpcPlugin 工作,trac 票证中的详细信息: http:// trac-hacks.org/ticket/6035#comment:7
I had a hard time getting the XmlRpcPlugin to work, details in the trac ticket: http://trac-hacks.org/ticket/6035#comment:7
你可以尝试使用
http://perlmediawikiapi.wikia.com/wiki/Perl_MediaWiki_API_Wiki
u can try and use
http://perlmediawikiapi.wikia.com/wiki/Perl_MediaWiki_API_Wiki