有etherpad的批量导出器吗?

发布于 2024-10-26 16:40:56 字数 301 浏览 4 评论 0原文

有etherpad的批量导出器吗?

我们可能需要以可发布的形式记录一系列以太垫,

最好包括评论栏,

我的资料来源:Peter Murray-Rust 的问题和 Friedrich Lindenberg 的建议:http://lists.okfn.org/pipermail/okfn-discuss/2011-March/007643.html

is there a bulk exporter for etherpad?

we might need one to document a series of etherpads, in a publishable form

best including the comments column,

my sources: Peter Murray-Rust's question and Friedrich Lindenberg's suggestion: http://lists.okfn.org/pipermail/okfn-discuss/2011-March/007643.html

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

烏雲後面有陽光 2024-11-02 16:40:56

您可以直接访问 etherpad DB 吗?
否则,寻找只读链接,但在那里你不会得到“评论”=聊天历史记录,你通常必须手动加载。

因此,您可能需要一个自定义导出脚本。运行 PrimaryPad 的约翰可能有东西可以卖,或者如果您有自己的编码员,您可以使用您想要的格式创建自定义垫模板,并添加或挖掘一个功能来填充该模板以及聊天历史记录。
我是 http://github.com/ether/pad 的(中)活跃提交者,并且我我相当确定不存在任何批量导出功能。无论如何,出口不进口有什么好处。

升级非常轻松——etherpad 内置了根据需要升级数据库的功能,因此只需从 git 存储库中提取即可。但也许选择像 1.0.1 这样的发布标签来避开前沿/主干。

Do you have direct access to the etherpad DB?
Otherwise, look for the readonly-links, but there you wouldn't get the "comments" = chat history, which you usually anyway have to load manually.

So probably, you'll need a custom export script. John who runs PrimaryPad might have something to sell, or if you have your own coders you could create a custom pad template with your wanted formatting, and add or dig out a feature to fill in that template with also the chat history.
I'm an (in)active committer to http://github.com/ether/pad and I'm fairly sure there doesn't exist any bulk export features. Anyway, what good is export without import.

Upgrading is painless -- etherpad has built in features to upgrade the database as needed, so just pull from the git repository. But perhaps pick a release tag like 1.0.1 to stay clear of the bleeding edge / trunk.

浅笑轻吟梦一曲 2024-11-02 16:40:56

您需要使用迁移工具从旧的 Etherpad 迁移到最新的 Etherpad。一旦你这样做了,你就可以点击 pad IE http://newetherpad 的 HTML 端点.okfn.org/p/foo/export/HTML

更新 Etherpad 非常容易,只需克隆 github.com/ether/etherpad-lite 编辑你的 settings.json,启动 etherpad 然后运行 ​​bin/convert.js

这将获取您旧的 Etherpad 数据并将其移动到最新的 Etherpad。

You need to use the migration tool that will migrate from the old Etherpad to the latest Etherpad. Once you do that you can just hit up the HTML endpoint of the pad IE http://newetherpad.okfn.org/p/foo/export/HTML

Updating Etherpad is really easy to do, just clone github.com/ether/etherpad-lite edit your settings.json, start etherpad then run bin/convert.js

That will take your old Etherpad data and move it through to the latest Etherpad.

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