使用 Windows Live Writer 作为网站内容编辑器
您对于使用 Windows Live Writer 作为内容编辑系统与您的网站进行通信有何想法?
Windows Live Writer支持多类别博客(即可以是新闻、文章和博客)、多类别页面、标签、XHTML所见即所得编辑、通过服务或ftp上传图像和文件,客户端具有“插入HTML”插件包含许多已为流行网站开发的插件的库。
最棘手的部分是在服务中实现所有 XmlRpc 方法,但使用 Reflector 进行一些挖掘后发现,实现这些功能非常简单。
What are your thoughts on using Windows Live Writer communicating with your website as the content editing system?
Windows Live Writer supports multiple category blogs (i.e. can be news, articles, and blogs), multiple category pages, tagging, XHTML WYSIWYG editing, image and file uploading via services or ftp, and the client has a "Insert HTML" plug-in library with a lot of already developed plug-ins for popular sites.
The trickiest part is implementing all of the XmlRpc methods in your services, but some digging with Reflector has exposed them as being pretty simple to implement the features.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我考虑过,但这有点像将三角形放入圆孔中。 它会合适,但不太合适。 由于主要焦点是博客,因此如果您以页面编辑者的身份向某人展示,页面编辑将是违反直觉的。
I've considered it, but it's kind of like putting a triangle into a round hole. It will fit, but not quite right. Since the primary focus is around blogging, the page editing would be counter intuitive if you presented to someone as a page editor.
如果网站的正常更新模式是发布新的“新闻”(即博客文章),那么页面编辑就成为更新静态内容的次要内容。
Well in the case where a web site's normal update pattern is to post new "news" a.k.a. blog posts, the page editing then becomes secondary to update the static content.
我在思考同样的事情。 使用 Windows Live Writer 或 MS Word 2007(它也支持 Atom Publishing)在网站上编辑 Web 材料会很棒(理论上),对吗?
我尝试创建一个 AtomPub 服务器(使用 Google Data API、Apache Abdera 或 Project ROME),在 Java Google App Engine 上创建一个简单的 Atom 发布服务器后端。 它将实体和图像保存到 GAE 数据存储中。 保存的数据可以通过网站上的简单前端显示。 所有编辑都将在 MS Word 中完成。
但创建一个定制的 Atom pub 服务器对我来说极其困难。 我现在会认输,至少对于 AtomPub 协议是这样。 对于 Windows Live Writer 来说,像 CRUD 实体接口这样极其简单的东西可能仍然是可能的,因为它支持更简单的协议。
据我所知,GAE还没有这样做。 不过,Umbraco ASP.net CMS 支持它。
I was thinking the exact same thing. Using Windows Live Writer or MS Word 2007 (it supports Atom Publishing as well) to edit web materials on a site would be awesome (in theory), right?
I tried looking into creating an AtomPub Server, (using Google Data API, Apache Abdera, or Project ROME), to create a simple atom publication server backend on Java Google App Engine. It would save entities and images into the GAE datastore. The saved data could be shown via a simple front end on the site. All editing would be done in MS Word.
But creating a custom Atom pub server turned out overwhelmingly hard for me. I'll throw in the towel for now, at least for the AtomPub protocol. Something dead-simple like a CRUD entity interface might still be possible for Windows Live Writer, as it supports simpler protocols.
As far as I know, it hasn't been done for GAE. Umbraco ASP.net CMS supports it though.