允许使用 MarsEdit/Ecto/etc 发布到 Rails 站点的最简单方法?
我有一个简单的网站,使用restful_authentication 和一个简单的帖子模型。 我想使用 MarsEdit (或类似 Ecto)来发布/编辑内容。 我该怎么办呢?
XML-RPC 系统相当令人困惑 - 有很多不同的变体(Atom、MovableType、metaWeblog、Blogger、TypePad,可能还有其他),更不用说实际实现它们中的任何一个。Rails 中的 Action Web Service API 的目的是实现这样的 API,不久前已被弃用。
I have a simple site, using restful_authentication and a simple model for the posts. I would like to use MarsEdit (or something like Ecto) to post/edit content. How would I go about this?
The XML-RPC system is rather bewildering - there's a lot of different variations (Atom, MovableType, metaWeblog, Blogger, TypePad, probably others), never mind actually implementing any of them.. The Action Web Service API in Rails, which is intended to implement such APIs, has deprecated a while ago..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试一个插件...
http://github.com/calavera/atompub-server/ tree/master
或者这个库...
http://github.com/inkspot /alumina/tree/master
作为您需要的启动器/原型
Try a plugin...
http://github.com/calavera/atompub-server/tree/master
Or this library...
http://github.com/inkspot/alumina/tree/master
As a starter/prototype for what you need