<?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 Fischer dot Name &#187; rpc4django</title>
	<atom:link href="http://davidfischer.name/tag/rpc4django/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidfischer.name</link>
	<description>Some Things to Some People</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:53:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RPC4Django updates November 2011 edition</title>
		<link>http://davidfischer.name/2011/11/rpc4django-updates-november-2011-edition/</link>
		<comments>http://davidfischer.name/2011/11/rpc4django-updates-november-2011-edition/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 08:30:33 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[rpc4django]]></category>

		<guid isPermaLink="false">http://davidfischer.name/?p=879</guid>
		<description><![CDATA[I released v0.1.10 of RPC4Django.]]></description>
			<content:encoded><![CDATA[<p>I released v0.1.10 of RPC4Django. I fixed an issue so that setup.py has no requirements on anything outside of the standard library and I set the project up such that <span style="font-family: monospace">python setup.py test</span> runs the unit tests.</p>
<p>The bigger change is that I moved the project from Launchpad to <a href="https://github.com/davidfischer/rpc4django">Github</a>. I&#8217;ve already been using Github quite a bit and I thought that I&#8217;d bite the bullet and do the move. While I liked Launchpad, I think it is better suited to larger projects that will use the features like Blueprints and Translations. For a small project like RPC4Django, Github&#8217;s code-centric approach works better.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidfischer.name/2011/11/rpc4django-updates-november-2011-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPC4Django Updates March 2011 Edition</title>
		<link>http://davidfischer.name/2011/03/rpc4django-updates-march-2011-edition/</link>
		<comments>http://davidfischer.name/2011/03/rpc4django-updates-march-2011-edition/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 01:40:52 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[rpc4django]]></category>

		<guid isPermaLink="false">http://davidfischer.name/?p=711</guid>
		<description><![CDATA[I&#8217;ve been ignoring RPC4Django for]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been ignoring RPC4Django for a while, and I figured it was time to revisit it. There have been a couple <a href="https://bugs.launchpad.net/rpc4django/+bug/727879">bug</a> <a href="https://bugs.launchpad.net/rpc4django/+bug/727884">reports</a> as well as a bug <a href="http://south.aeracode.org/ticket/586">reported</a> against South. On a slight tangent, <a href="http://south.aeracode.org/">South</a> works amazingly well. Getting back to RPC4Django, there is also a <a href="https://code.launchpad.net/~jnaous/rpc4django/urlgroups/+merge/41388">merge request</a> on Launchpad to &#8220;allow specific methods to be available at specific URLs&#8221;. It sounds like it might be useful. What do you &#8212; the nebulous community &#8212; think? You can take a look at the code <a href="http://bazaar.launchpad.net/~jnaous/rpc4django/urlgroups/revision/16">here</a>.</p>
<p>I&#8217;ll be out of town for the next month on vacation through South-East Asia. I&#8217;ll be sure to post a picture or two.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidfischer.name/2011/03/rpc4django-updates-march-2011-edition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RPC4Django v0.1.8 is Available</title>
		<link>http://davidfischer.name/2010/10/rpc4django-v0-1-8-is-available/</link>
		<comments>http://davidfischer.name/2010/10/rpc4django-v0-1-8-is-available/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 06:21:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[rpc4django]]></category>

		<guid isPermaLink="false">http://www.davidfischer.name/?p=660</guid>
		<description><![CDATA[Go get it! Changes Added]]></description>
			<content:encoded><![CDATA[<p>Go <a href="http://www.davidfischer.name/rpc4django">get</a> it!</p>
<h5>Changes</h5>
<ul>
<li>Added cross referenced Sphinx based <a href="http://packages.python.org/rpc4django">documentation</a></li>
<li>Fixed <a href="https://bugs.launchpad.net/rpc4django/+bug/570852">bug #570852</a> which caused incompatibilities with MongoDB because of the name class with the variable is_rpcmethod.</li>
<li>Fixed <a href="https://bugs.launchpad.net/rpc4django/+bug/658788">bug #658788</a> which caused CSRF issues with serve_rpc_request.</li>
<li>Added <a href="http://packages.python.org/rpc4django/usage/auth.html#ootb-auth">out of the box authentication</a> as per the <a href="https://blueprints.launchpad.net/rpc4django/+spec/handle-authentication">blueprint</a> on Launchpad.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://davidfischer.name/2010/10/rpc4django-v0-1-8-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates April 2010 Edition</title>
		<link>http://davidfischer.name/2010/04/updates-april-2010-edition/</link>
		<comments>http://davidfischer.name/2010/04/updates-april-2010-edition/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:57:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[django-pyodbc]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[mod_wsgi]]></category>
		<category><![CDATA[rpc4django]]></category>
		<category><![CDATA[sphinx]]></category>

		<guid isPermaLink="false">http://www.davidfischer.name/?p=503</guid>
		<description><![CDATA[Django tickets There&#8217;s been only]]></description>
			<content:encoded><![CDATA[<h5>Django tickets</h5>
<p>There&#8217;s been only a little movement on the ticket (<a href="http://code.djangoproject.com/ticket/13101">#13101</a>) I patched for 1.2. However, there&#8217;s been some new developments on the ticket (<a href="http://code.djangoproject.com/ticket/10809">#10809</a>) I patched regarding authentication with mod_wsgi. There&#8217;s been a suggestion to add group based authorization to Django&#8217;s mod_wsgi auth handler. There&#8217;s still some debate as to whether to use Django groups or Django permissions. </p>
<h5>django-pyodbc is dead?</h5>
<p>In a <a href="/2010/03/updates-march-2010-edition/">previous post</a>, I talked about getting involved in <a href="http://code.google.com/p/django-pyodbc/">django-pyodbc</a> development. We are using django-pyodbc at work but the project is languishing a little bit. The project has never had a formal release, the documentation (other than source documentation) is a little light, and despite patches being submitted to get the code in shape for Django&#8217;s upcoming 1.2 release, nothing has been checked in by the developers. In fact, there&#8217;s been nothing on the project from the developers since January. I emailed the developers a few days ago offering to help and I haven&#8217;t heard anything back yet. I&#8217;d much rather keep the project together, but if I continue to get nothing I will probably branch the code line and begin development and maintenance. I&#8217;m not looking forward to having to find a Windows box on which to setup multiple versions of SQL Server but I&#8217;m hoping to be able to virtualize it.</p>
<p><strong>Edit (June 23, 2010):</strong> The developers have gotten involved again and I killed my fork of the project.</p>
<h5>RPC4Django updates</h5>
<p>I&#8217;m planning to put some effort into RPC4Django this weekend and make a release in the next week or two. The main features I&#8217;m looking at is the existing blueprint in Launchpad to <a href="https://blueprints.launchpad.net/rpc4django/+spec/handle-authentication">handle authentication</a> out of the box. Other than that, I got a little feedback on the HTTP access control functionality back in January that I need to test. I also plan to rip out the existing documentation and go to a <a href="http://sphinx.pocoo.org/">Sphinx</a> based system. We&#8217;ve been using Sphinx at work and I&#8217;ve been very impressed with its capabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidfischer.name/2010/04/updates-april-2010-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPC4Django is Now Hosted in Launchpad</title>
		<link>http://davidfischer.name/2010/03/rpc4django-is-now-hosted-in-launchpad/</link>
		<comments>http://davidfischer.name/2010/03/rpc4django-is-now-hosted-in-launchpad/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 06:05:30 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[rpc4django]]></category>

		<guid isPermaLink="false">http://www.davidfischer.name/?p=446</guid>
		<description><![CDATA[After some discussion in my]]></description>
			<content:encoded><![CDATA[<p>After some discussion in my <a href="http://www.davidfischer.name/2010/03/updates-march-2010-edition/">last post</a>, I decided to host RPC4Django in <a href="https://code.launchpad.net/rpc4django/main">Launchpad</a>. Every release dating back to 0.1.0 is uploaded and hosted properly there. I also created a 0.1.8 milestone which I hope to work on in the next couple weeks. I tried to request a Launchpad import from subversion but it didn&#8217;t go smoothly. Launchpad isn&#8217;t really setup to handle imports from password protected subversion repositories to which the password doesn&#8217;t give full access. Regardless, all future releases will be from the publicly hosted Bazaar repo in Launchpad.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidfischer.name/2010/03/rpc4django-is-now-hosted-in-launchpad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

