<?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>mattdorn.com &#187; web services</title>
	<atom:link href="http://www.mattdorn.com/content/tag/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattdorn.com</link>
	<description>Generously funded by Matt Dorn</description>
	<lastBuildDate>Sun, 07 Feb 2010 00:07:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gnapsack 0.2 released</title>
		<link>http://www.mattdorn.com/content/gnapsack-02-released/</link>
		<comments>http://www.mattdorn.com/content/gnapsack-02-released/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 16:03:33 +0000</pubDate>
		<dc:creator>mdorn</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[backpack]]></category>
		<category><![CDATA[gnapsack]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://67.207.132.145/wordpress/?p=40</guid>
		<description><![CDATA[


Version 0.2 of my client for the Backpack Web Services API, Gnapsack, was released today, and now has a new home.  The two main enhancements are Windows compatibility and ability to handle multiple lists.

]]></description>
			<content:encoded><![CDATA[
<div class="document">
<!-- -*- mode: rst -*- -->
<p>Version 0.2 of my client for the <a class="reference" href="http://www.backpackit.com/">Backpack</a> Web Services API, Gnapsack, was released today, and now has a <a class="reference" href="http://gnapsack.textmethod.com/">new home</a>.  The two main enhancements are Windows compatibility and ability to handle multiple lists.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mattdorn.com/content/gnapsack-02-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnapsack 0.1.0 released</title>
		<link>http://www.mattdorn.com/content/gnapsack-010-released/</link>
		<comments>http://www.mattdorn.com/content/gnapsack-010-released/#comments</comments>
		<pubDate>Fri, 28 Apr 2006 18:51:29 +0000</pubDate>
		<dc:creator>mdorn</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://67.207.132.145/wordpress/?p=33</guid>
		<description><![CDATA[


I have just released Gnapsack, a desktop client for Linux that uses the Backpack API.  Check out the site for info, screenshots, etc.  This is an open source (GPL) project.
While it only runs on Linux currently, I&#8217;m hoping to get someone to help me out with a Windows port.  It uses the [...]]]></description>
			<content:encoded><![CDATA[
<div class="document">
<!-- -*- mode: rst -*- -->
<p>I have just released <a class="reference" href="http://www.mattdorn.com/open/gnapsack">Gnapsack</a>, a desktop client for Linux that uses the Backpack API.  Check out the site for info, screenshots, etc.  This is an open source (GPL) project.</p>
<p>While it only runs on Linux currently, I&#8217;m hoping to get someone to help me out with a Windows port.  It uses the Python bindings to the GTK widget set.  A good example of a PyGTK app that has been ported to Windows is the <a class="reference" href="http://griffith.vasconunes.net/">Griffith</a> film collection manager.</p>
<p>I may unwittingly be using some non-standard Python libraries&#8211;if any Linux users can give it a try and let me know if I should add items to the dependencies list, I&#8217;d appreciate it.</p>
<p>Anyone interesting in contributing to this project in general, please let me know, and I&#8217;ll get you oriented.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mattdorn.com/content/gnapsack-010-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimenting with the del.icio.us API</title>
		<link>http://www.mattdorn.com/content/experimenting-with-the-delicious-api/</link>
		<comments>http://www.mattdorn.com/content/experimenting-with-the-delicious-api/#comments</comments>
		<pubDate>Sat, 11 Jun 2005 14:21:20 +0000</pubDate>
		<dc:creator>mdorn</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://67.207.132.145/wordpress/?p=7</guid>
		<description><![CDATA[


The links you see in the sidebar of the home page of this Weblog are generated by a Python script which is executed nightly and collects any links I&#8217;ve posted to my del.icio.us account that have been tagged with an information technology-related keyword. del.icio.us permits this kind of keyword aggregation via a relatively new feature [...]]]></description>
			<content:encoded><![CDATA[
<div class="document">
<!-- -*- mode: rst -*- -->
<p>The links you see in the sidebar of the home page of this Weblog are generated by a Python script which is executed nightly and collects any links I&#8217;ve posted to my del.icio.us account that have been tagged with an information technology-related keyword. del.icio.us permits this kind of keyword aggregation via a relatively new feature called &quot;bundles.&quot; Unfortunately, there&#8217;s currently no way to get del.icio.us to show you all the most recent posts for a particular bundle. So I access the del.icio.us Web API via a delicious.py that I&#8217;ve modified to be able to work with these bundles, plus my own script:</p>
<p>(NOTE: MISSING CODE HERE) Inline code samples discontinued until I can fix the CSS for the HTML &quot;pre&quot; tag not to expand the window in I.E.).</p>
<p>As you can see from the comments (if not the code itself), it&#8217;s a little ugly right now, but it works. Looking forward to sharpening my Python skills by working with del.icio.us and other Web APIs.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mattdorn.com/content/experimenting-with-the-delicious-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
