使用 Google Gears 离线访问 MoinMoin wiki

发布于 2024-07-07 08:07:44 字数 420 浏览 24 评论 0原文

如何向 MoinMoin wiki 添加离线访问功能?

至少,我希望能够浏览访问基于服务器的 wiki 上的所有页面(离线时)。 搜索等不修改内容的东西都是次要的。 如果此解决方案允许在离线时更新 wiki 内容并在在线时将其推送回 wiki,那么还有一个额外的好处。

Google Gears 看起来是解决这个问题的一个不错的选择,但其他解决方案也受到欢迎。

MoinMoin 的一个有趣的特性是它将内容保存在常规文件而不是数据库中。 这可以使将 wiki 内容从一个位置移植到另一个位置变得更容易,但我不知道这是否可以在回答这个问题方面发挥任何作用。

注:如果您看到好的回复,请评分。 我很乐意这样做,但该网站还不允许我进行评级。

How to add offline access functionality to MoinMoin wiki?

As a minimum, I would love to have browsing access to all pages on a server-based wiki (while being offline). Search and other things, which do not modify the content, are secondary. An added bonus would be if this solution allowed to update wiki content while offline and push it back to the wiki when online.

Google Gears looks like a good candidate for trying to solve this, but other solutions are also welcome.

An interesting property of MoinMoin is that it keeps content in regular files instead of the database. This can make it easier to port wiki content from one location to another, but I don't know if that can play any role in answering this question.

Note: if you see a good reply please rate it up. i'd love to do that, but the site does not let me do ratings yet.

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

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

发布评论

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

评论(5

终陌 2024-07-14 08:07:44

通过将 Gears 与 Firefox Greasemonkey 插件结合使用,您可以将 Gears 代码注入到任何您想要的网站中。 不要等待您喜爱的网站启用离线支持,您自己动手即可。 http://code.google.com/apis/gears/articles/gearsmonkey.html

By using Gears with the Firefox Greasemonkey plugin, you can inject Gears code into any website that you want. Don't wait for your favorite website to enable offline support -- do it yourself. http://code.google.com/apis/gears/articles/gearsmonkey.html

独享拥抱 2024-07-14 08:07:44

如果您可以自由更改 wiki 软件,我可能建议您查看 ikiwiki。 您可以对其进行设置,以便页面由真正的 VCS(例如 Git)支持,在这种情况下,您可以克隆整个 wiki 并阅读甚至离线更新。

If you have the freedom to change the wiki software, I might suggest looking at ikiwiki. You can set it up so the pages are backed by a real VCS such as Git, in which case you can clone the whole wiki and read and even update it offline.

枫以 2024-07-14 08:07:44

如果您有足够的耐心,MoinMoin 2.0 版将附带 Mercurial DVCS 后端,因此您无需进行切换。 有关 http://moinmo.in/MoinMoin2.0 的更多信息

If you're patient enough, MoinMoin release 2.0 will ship with Mercurial DVCS backend, so you won't have to switch. More info on http://moinmo.in/MoinMoin2.0

你是暖光i 2024-07-14 08:07:44
  • if you want to do that on servers see HelpOnSynchronisation in moinmoin + DesktopEdition
  • if locally, use unison + DesktopEdition . be careful to ignore cache and such. this will allow 2-way synchronisation.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文