Rails 的 Wiki 功能?
使用 Rails 创建 wiki 功能的最佳插件或 gem 是什么?
- 如何维护版本?
- 如何显示 html 之间的差异 两个版本?
有什么想法吗?
What are the best plugins or gems to create a wiki functionality with rails ?
- How to maintain versions ?
- How to show html difference between
two version ?
Any Idea ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我有一个 wiki 网站,它使用 vestal_versions 进行版本控制,还有这个很酷的 javascript diff 用于突出显示更改,类似于堆栈溢出。它工作得很好,而且设置起来非常简单。通过在比较之前转义 html 标签,您可以输出对 html 标签的更改并显示插入的 javascript。
I've got a wiki site which uses vestal_versions for versioning and this cool javascript diff for highlighting changes, similar to stack overflow. It works fine and was really simple to set up. By escaping html tags before diff'ing you can output changes to html tags and also display inserted javascript.
如果你不想自己构建它,你可以使用 Instiki:
http://instiki.org/show/ HomePage
即使您确实想自己构建它,源代码也是回答您问题的良好资源:
https://github.com/parasew/instiki
If you don't want to build it yourself, you could just use Instiki:
http://instiki.org/show/HomePage
And even if you do want to build it yourself, the source is a good resource to answer your questions:
https://github.com/parasew/instiki
在寻找其他 ruby/rails wiki 时,我还发现了 http://www.wagn.org/
In looking for other ruby/rails wikis I also found http://www.wagn.org/