<?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>Jkx@home &#187; xmlrpc</title>
	<atom:link href="http://www.larsen-b.com/tags/xmlrpc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Wed, 20 May 2026 16:33:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Test Post from PyMT</title>
		<link>http://www.larsen-b.com/Article/30.html</link>
		<comments>http://www.larsen-b.com/Article/30.html#comments</comments>
		<pubDate>Tue, 21 Oct 2003 10:47:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Using RPC for bloging is funny no ? In fact it&#8221;s really usefull to post thought email.. or console tools so This is my first post w/ XML-RPC mainly using PyMT check out: http://pymt.sf.net for more infos import PyMT mt &#8230; <a href="http://www.larsen-b.com/Article/30.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Using RPC for bloging is funny no ? In fact it&#8221;s really usefull to post thought email.. or console tools so</p>
<p>This is my first post w/ XML-RPC mainly using PyMT check out: <a class="reference" href="http://pymt.sf.net">http://pymt.sf.net</a> for more infos</p>
<pre class="literal-block">import PyMT
mt = PyMT.PyMT("http://larsen-b.com/cgi-bin/mt/mt-xmlrpc.cgi","user","xxxx")
p = {'title':'Test Post from PyMT','description':'This is my first post w/ XML-RPC mainly using  PyMT','categories':[] }
mt.newPost(1,p,1)</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.larsen-b.com/Article/30.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
