<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SoC: AtomPub Week 2 Status</title>
	<atom:link href="http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/feed/" rel="self" type="application/rss+xml" />
	<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/</link>
	<description>Tech in the eyes of cavemonkey50.</description>
	<lastBuildDate>Thu, 14 May 2009 00:59:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ronald Heft</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83281</link>
		<dc:creator>Ronald Heft</dc:creator>
		<pubDate>Sat, 21 Jun 2008 04:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83281</guid>
		<description>Well, Toru, unfortunately the different endpoint made no difference. I&#039;m still not able to pass authentication, even using the special API password. Do you know if MT is doing anything special outside of the traditional WSSE base64-encoded SHA1 hash password?</description>
		<content:encoded><![CDATA[<p>Well, Toru, unfortunately the different endpoint made no difference. I&#8217;m still not able to pass authentication, even using the special API password. Do you know if MT is doing anything special outside of the traditional WSSE base64-encoded SHA1 hash password?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toru</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83274</link>
		<dc:creator>Toru</dc:creator>
		<pubDate>Fri, 20 Jun 2008 06:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83274</guid>
		<description>I haven&#039;t tested MT since I did the last time.
http://www.witha.jp/eXeries/2008/02/17/movable-type-41-and-atompub/

MT4.1 supports (kind of..) 2 kinds of AtomAPI. One was the old pre-draft version of AtomAPI, and another was the IETF&#039;s AtomPub. That&#039;s why MT4.1 had 2 endpoints. It took me a while to figure this out.

Anyway, the SixApart dev team told me that they&#039;re gonna overhaul the code for the API like I posted to the blog.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tested MT since I did the last time.<br />
<a href="http://www.witha.jp/eXeries/2008/02/17/movable-type-41-and-atompub/" rel="nofollow">http://www.witha.jp/eXeries/2008/02/17/movable-type-41-and-atompub/</a></p>
<p>MT4.1 supports (kind of..) 2 kinds of AtomAPI. One was the old pre-draft version of AtomAPI, and another was the IETF&#8217;s AtomPub. That&#8217;s why MT4.1 had 2 endpoints. It took me a while to figure this out.</p>
<p>Anyway, the SixApart dev team told me that they&#8217;re gonna overhaul the code for the API like I posted to the blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Heft</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83273</link>
		<dc:creator>Ronald Heft</dc:creator>
		<pubDate>Thu, 19 Jun 2008 15:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83273</guid>
		<description>There was no difference in using that URI. Have you been successful in using MT&#039;s Atom API?</description>
		<content:encoded><![CDATA[<p>There was no difference in using that URI. Have you been successful in using MT&#8217;s Atom API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Heft</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83271</link>
		<dc:creator>Ronald Heft</dc:creator>
		<pubDate>Thu, 19 Jun 2008 12:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83271</guid>
		<description>Toru, if that is the correct endpoint, then Movable Type is advertising the wrong URI in the RSD. Regardless, I&#039;ll try the URI you suggested and see if it makes any difference.</description>
		<content:encoded><![CDATA[<p>Toru, if that is the correct endpoint, then Movable Type is advertising the wrong URI in the RSD. Regardless, I&#8217;ll try the URI you suggested and see if it makes any difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toru</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83269</link>
		<dc:creator>Toru</dc:creator>
		<pubDate>Thu, 19 Jun 2008 09:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83269</guid>
		<description>Hi!

Actually, if you are using AtomPub, correct endpoint is

/mt-atom.cgi/1.0

Not

/mt-atom.cgi/weblog

So, in your case,
http://mt.cavemonkey50.com/mt/mt-atom.cgi/1.0

And &quot;the same cryptographic error message&quot; seems to be a bug in MT. It suppors to display an error message such as invalid login.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Actually, if you are using AtomPub, correct endpoint is</p>
<p>/mt-atom.cgi/1.0</p>
<p>Not</p>
<p>/mt-atom.cgi/weblog</p>
<p>So, in your case,<br />
<a href="http://mt.cavemonkey50.com/mt/mt-atom.cgi/1.0" rel="nofollow">http://mt.cavemonkey50.com/mt/mt-atom.cgi/1.0</a></p>
<p>And &#8220;the same cryptographic error message&#8221; seems to be a bug in MT. It suppors to display an error message such as invalid login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoC: Week 3 Status &#183; cavemonkey50.com</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83234</link>
		<dc:creator>SoC: Week 3 Status &#183; cavemonkey50.com</dc:creator>
		<pubDate>Sat, 14 Jun 2008 02:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83234</guid>
		<description>[...] started the week off by writing the custom XML parser I talked about last week. To do this, I researched several different methods for utilizing PHP&#8217;s xml_parse function. [...]</description>
		<content:encoded><![CDATA[<p>[...] started the week off by writing the custom XML parser I talked about last week. To do this, I researched several different methods for utilizing PHP&#8217;s xml_parse function. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Heft</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83195</link>
		<dc:creator>Ronald Heft</dc:creator>
		<pubDate>Sat, 07 Jun 2008 05:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83195</guid>
		<description>Yes, I&#039;m well aware of SimplePie. However, it has been discussed in the past amongst WordPress developers that SimplePie should not be included in core. Regardless, writing a custom parser should be fairly straightforward, and will take less space than the whole SimplePie library.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m well aware of SimplePie. However, it has been discussed in the past amongst WordPress developers that SimplePie should not be included in core. Regardless, writing a custom parser should be fairly straightforward, and will take less space than the whole SimplePie library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Scott</title>
		<link>http://cavemonkey50.com/2008/06/soc-atompub-week-2-status/comment-page-1/#comment-83194</link>
		<dc:creator>Joseph Scott</dc:creator>
		<pubDate>Sat, 07 Jun 2008 03:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://cavemonkey50.com/?p=1407#comment-83194</guid>
		<description>Have you tried SimplePie for ATOM parsing?

http://simplepie.org/</description>
		<content:encoded><![CDATA[<p>Have you tried SimplePie for ATOM parsing?</p>
<p><a href="http://simplepie.org/" rel="nofollow">http://simplepie.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
