<?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 Lynch &#187; del.icio.us</title>
	<atom:link href="http://davidlynch.org/blog/tag/delicious/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidlynch.org/blog</link>
	<description>has a blog</description>
	<lastBuildDate>Fri, 18 Jun 2010 07:37:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Deliciously rebranded</title>
		<link>http://davidlynch.org/blog/2008/08/deliciously-rebranded/</link>
		<comments>http://davidlynch.org/blog/2008/08/deliciously-rebranded/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 04:12:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://davidlynch.org/blog/?p=41</guid>
		<description><![CDATA[Del.icio.us rebranded to Delicious, along with a new URL. This happened a week or two ago. Incidentally, this new URL broke my delicious widget. I just noticed that a half-hour ago. So it&#8217;s fixed.]]></description>
			<content:encoded><![CDATA[<p>Del.icio.us rebranded to Delicious, along with a new URL.  This happened a week or two ago.</p>
<p><em>Incidentally</em>, this new URL broke my delicious widget.  I just noticed that a half-hour ago.</p>
<p>
<a  href="http://wordpress.org/extend/plugins/delicious-plus/">So it&#8217;s fixed.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://davidlynch.org/blog/2008/08/deliciously-rebranded/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>del.icio.us plus 1.1</title>
		<link>http://davidlynch.org/blog/2008/04/delicious-plus-11/</link>
		<comments>http://davidlynch.org/blog/2008/04/delicious-plus-11/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 21:18:51 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://davidlynch.org/blog/?p=36</guid>
		<description><![CDATA[New version of my del.icio.us widget. The only real change is that it now allows for multiple instances of the widget. So you can have one showing the &#8216;food&#8217; tag, and the other showing the &#8216;yodeling&#8217; tag, say.]]></description>
			<content:encoded><![CDATA[<p>New version of my 
<a  href="http://wordpress.org/extend/plugins/delicious-plus/">del.icio.us widget</a>.</p>
<p>The only real change is that it now allows for multiple instances of the widget.  So you can have one showing the &#8216;food&#8217; tag, and the other showing the &#8216;yodeling&#8217; tag, say.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidlynch.org/blog/2008/04/delicious-plus-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>del.icio.us widget</title>
		<link>http://davidlynch.org/blog/2008/03/delicious-widget/</link>
		<comments>http://davidlynch.org/blog/2008/03/delicious-widget/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 19:21:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://davidlynch.org/blog/?p=26</guid>
		<description><![CDATA[I couldn&#8217;t find a WordPress widget that produced output similar to del.icio.us&#8217;s linkrolls script. (You can just put their script into a Text widget, but its output doesn&#8217;t always mesh well with WordPress themes &#8212; it hardcodes h2s, and so forth.) The Automattic example widget came close, but was a bit lacking on the customization [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t find a WordPress widget that produced output similar to 
<a  href="http://del.icio.us/help/linkrolls">del.icio.us&#8217;s linkrolls script</a>.  (You <em>can</em> just put their script into a Text widget, but its output doesn&#8217;t always mesh well with WordPress themes &#8212; it hardcodes h2s, and so forth.)</p>
<p>The 
<a  href="http://automattic.com/code/widgets/">Automattic example widget</a> came close, but was a bit lacking on the customization front.</p>
<p>
<a  href="http://rick.jinlabs.com/code/delicious/">del.icio.us for WordPress</a> also came close, but I disagree with having your server fetch the RSS feed, instead of using the perfectly good JSON API.</p>
<p>So I took the Automattic widget, hacked some extra features into it, made it configurable, and you can now see it in my sidebar.  Well, footer currently.  It&#8217;s a theme thing.</p>
<p>If you want it yourself, here&#8217;s the link:  
<a  href='http://wordpress.org/extend/plugins/delicious-plus/'>del.icio.us plus</a></p>
<p><ins>Edit on 2008-03-27: This is now in the wordpress.org plugins repository.</ins><br />
<ins>Edit on 2008-04-16: Version 1.1 released, granting multiple widget instances.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://davidlynch.org/blog/2008/03/delicious-widget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
