<?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: Trackbacks on Banjo</title>
	<atom:link href="http://coderseye.com/2007/trackbacks-on-banjo.html/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com/2007/trackbacks-on-banjo.html</link>
	<description>Stuff that catches a Passionate Programmer's Eye</description>
	<lastBuildDate>Tue, 16 Mar 2010 15:30:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kent Johnson</title>
		<link>http://coderseye.com/2007/trackbacks-on-banjo.html/comment-page-1#comment-27869</link>
		<dc:creator>Kent Johnson</dc:creator>
		<pubDate>Thu, 06 Dec 2007 20:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/trackbacks-on-banjo.html#comment-27869</guid>
		<description>We just released a free (BSD license) blogging app for Django.  It includes trackbacks, ping and comments with moderation and honeypot spam prevention.  See today&#039;s post for details: http://blog.blogcosm.com/2007/12/06/developers-we-just-released-blogmaker-free-blogging-app-django/</description>
		<content:encoded><![CDATA[<p>We just released a free (BSD license) blogging app for Django.  It includes trackbacks, ping and comments with moderation and honeypot spam prevention.  See today&#8217;s post for details: <a href="http://blog.blogcosm.com/2007/12/06/developers-we-just-released-blogmaker-free-blogging-app-django/" rel="nofollow">http://blog.blogcosm.com/2007/12/06/developers-we-just-released-blogmaker-free-blogging-app-django/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal McBurnett</title>
		<link>http://coderseye.com/2007/trackbacks-on-banjo.html/comment-page-1#comment-27231</link>
		<dc:creator>Neal McBurnett</dc:creator>
		<pubDate>Sat, 01 Dec 2007 23:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/trackbacks-on-banjo.html#comment-27231</guid>
		<description>See also the trackback code in the djog project at http://dev.oebfare.com/projects/djog/</description>
		<content:encoded><![CDATA[<p>See also the trackback code in the djog project at <a href="http://dev.oebfare.com/projects/djog/" rel="nofollow">http://dev.oebfare.com/projects/djog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://coderseye.com/2007/trackbacks-on-banjo.html/comment-page-1#comment-23589</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sun, 11 Nov 2007 18:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/trackbacks-on-banjo.html#comment-23589</guid>
		<description>Thanks Malcolm.  I hadn&#039;t thought of using a &#8220;&lt;a href=&quot;http://en.wikipedia.org/wiki/Monkey_patch&quot; rel=&quot;nofollow&quot;&gt;monkey patch&lt;/a&gt;&#8221; in this case.

I wonder if there is a way to monkey-patch the XMLRPC services to be available so that I can test actually performing the trackback against the test server.</description>
		<content:encoded><![CDATA[<p>Thanks Malcolm.  I hadn&#8217;t thought of using a &ldquo;<a href="http://en.wikipedia.org/wiki/Monkey_patch" rel="nofollow">monkey patch</a>&rdquo; in this case.</p>
<p>I wonder if there is a way to monkey-patch the XMLRPC services to be available so that I can test actually performing the trackback against the test server.</p>
 <a href="http://coderseye.com/wp-content/plugins/cubepoints/cp_about.php?u=2&width=500&height=200" title="CubePoints - About" class="thickbox">?</a>]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Tredinnick</title>
		<link>http://coderseye.com/2007/trackbacks-on-banjo.html/comment-page-1#comment-23513</link>
		<dc:creator>Malcolm Tredinnick</dc:creator>
		<pubDate>Sun, 11 Nov 2007 10:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/trackbacks-on-banjo.html#comment-23513</guid>
		<description>A reasonably standard alternative for testing things like this is to write your own urlopen() mock and then do urllib.urlopen=my_version early in your code. urllib is only imported once, so the changes stick.

You can hard-code it to be a hash-based function -- for a given input string, return this hard-coded string back -- in the simplest cases. I&#039;ve often had to use this for unittesting socket-based distributed systems. Python&#039;s designed to make it easy, too.</description>
		<content:encoded><![CDATA[<p>A reasonably standard alternative for testing things like this is to write your own urlopen() mock and then do urllib.urlopen=my_version early in your code. urllib is only imported once, so the changes stick.</p>
<p>You can hard-code it to be a hash-based function &#8212; for a given input string, return this hard-coded string back &#8212; in the simplest cases. I&#8217;ve often had to use this for unittesting socket-based distributed systems. Python&#8217;s designed to make it easy, too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->