如何使网站支持 Windows Live Writer?
我正在开发一个自定义网站,我希望它支持 Windows Live Writer。在哪里可以找到规范,以便我可以开发服务器端代码并处理 Windows Live Writer 请求?
I'm developing a custom website and I want it to support Windows Live Writer. Where can I find the specs so I can develop the server side code and handle Windows Live Writer requests?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许这可以帮助你:
http://www.cnblogs.com/Dah/archive/2007 /04/02/697312.html
maybe this can help you:
http://www.cnblogs.com/Dah/archive/2007/04/02/697312.html
Windows Live Writer 使用 XML-RPC 与博客网站进行通信。有关如何实现可以处理 XML 的网站的信息,请参阅 Scott Hanselman 的这篇文章 - RPC 和 Windows Live Writer。 Mads Kristensen 还使用 Hanselman 帖子中的想法编写了一个迷你博客引擎,并且它支持 Windows Live Writer。
Windows Live Writer uses XML-RPC to communicate with blog sites. See this post from Scott Hanselman for info on how to implement a website which can handle XML-RPC and Windows Live Writer. Mads Kristensen has also written a mini blog engine using the ideas in the Hanselman post and it supports Windows Live Writer.