<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>david mccuskey.com &#187; zope</title>
	<atom:link href="http://davidmccuskey.com/tag/zope/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidmccuskey.com</link>
	<description>my slice of the Internet</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:58:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Setup MarsEdit with Quills 0.9 Final</title>
		<link>http://davidmccuskey.com/2006/02/setup-marsedit-with-quills-09-final/</link>
		<comments>http://davidmccuskey.com/2006/02/setup-marsedit-with-quills-09-final/#comments</comments>
		<pubDate>Sun, 26 Feb 2006 02:30:08 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://www.davidmccuskey.com/files/setup-marsedit-with-quills-0.9-final.html#unique-entry-id-3</guid>
		<description><![CDATA[I have been wanting to find a better way to write blogs rather than using the Plone interface. I was happy to find that MarsEdit and Quills both implement several blog APIs. Though it would appear that the implementation for both the BloggerAPI and the MetaWeblogAPI are not complete, MarsEdit can still be used to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been wanting to find a better way to write blogs rather than using the Plone interface. I was happy to find that MarsEdit and Quills both implement several blog <span class="caps">API</span>s. Though it would appear that the implementation for both the BloggerAPI and the MetaWeblogAPI are not complete, MarsEdit can still be used to post articles using the BloggerAPI.</p>

<p>Here are examples of necessary configuration:</p>



<pre><code>Name: MyBlog
Home URL: http://www.davidmccuskey.com/weblog
Software: Other Blogger-compatible
RPC URL: http://www.davidmccuskey.com/weblog
Blog ID: weblog.2006-01-10.2395214781</code></pre>



<p>The tricky part is obtaining the Blog <span class="caps">ID.</span> Plone uses an immutable identifier for all objects so that they can be found even after renaming them. Quills in turn uses this ID to get at your weblog object.</p>

<p>In order get this ID you&#8217;ll need to login to your Zope Management Interface (ZMI) and go digging through the <strong>uid_catalog</strong> in Plone. When you have clicked on the catalog object, click on the <em>tab</em> labeled Catalog. Find your blog object in the list of results and click on its link.</p>

<p>Search on the resulting popup page for the key named <strong><span class="caps">UID</span></strong>. The value of this key is what you will need to use for the Blog <span class="caps">ID.</span></p>

<p>Note: Because of errors in the implementation of the MetaWeblog <span class="caps">API, </span>you will see a Zope error after posting, however the post will be correctly saved.</p>]]></content:encoded>
			<wfw:commentRss>http://davidmccuskey.com/2006/02/setup-marsedit-with-quills-09-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

