如何自动更新 trac wiki 页面?

发布于 2024-08-20 01:55:51 字数 189 浏览 8 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

凶凌 2024-08-27 01:55:51

您可以安装 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.

少钕鈤記 2024-08-27 01:55:51

我很难让 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文