问题描述
我想在我的网站上使用以太网接口.两个问题:
I'd like to utilize an etherpad interface on my website. Two questions:
1) 有没有我可以远程调用的带有 etherpad api 的站点?2)如果不是,安装scala并让两者同时运行有多麻烦?
1) is there any site with an etherpad api that I could just call remotely?2) if not, how much trouble is it to install scala and have the two run concurrently?
谢谢
推荐答案
查看 http://piratepad.net和 http://ietherpad.com
您可以按照此处的建议使用简单的 iframe 嵌入这些 etherpad 实例:http://etherpad.com/ep/blog/posts/embedding-etherpad
And you can embed those etherpad instances using a simple iframe as suggested here: http://etherpad.com/ep/blog/posts/embedding-etherpad
似乎还没有合适的 API 来实现更强大的交互.
There doesn't seem to be a proper API yet for more robust interactions.
这篇关于我想使用 EtherPad(或克隆).我的网站正在运行 Ruby on Rails.API 还是本地安装?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!