<?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/"
	>

<channel>
	<title>dwc's Development Blog</title>
	<atom:link href="http://dev.webadmin.ufl.edu/~dwc/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.webadmin.ufl.edu/~dwc</link>
	<description>Ramblings by University of Florida Web Developer Daniel Westermann-Clark</description>
	<pubDate>Mon, 29 Sep 2008 20:45:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.2-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New versions of http-authentication</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/09/29/new-versions-of-http-authentication/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2008/09/29/new-versions-of-http-authentication/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:45:59 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=54</guid>
		<description><![CDATA[I&#8217;ve released two updated versions of the http-authentication plugin, for better compatibility with certain PHP setups on Apache:

2.2, for WordPress 2.6
1.8.1, for WordPress 2.0

You can download either version from the WordPress plugin directory.
The updated versions add support for the REDIRECT_REMOTE_USER environment variable that you may see with PHP running as a CGI or running under [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released two updated versions of the <a href="http://wordpress.org/extend/plugins/http-authentication/">http-authentication plugin</a>, for better compatibility with certain PHP setups on Apache:</p>
<ul>
<li>2.2, for WordPress 2.6</li>
<li>1.8.1, for WordPress 2.0</li>
</ul>
<p>You can <a href="http://wordpress.org/extend/plugins/http-authentication/download/">download either version</a> from the WordPress plugin directory.</p>
<p>The updated versions add support for the <code>REDIRECT_REMOTE_USER</code> environment variable that you may see with PHP running as a CGI or running under FastCGI with a <code><a href="http://httpd.apache.org/docs/2.2/mod/mod_alias.html#scriptalias">ScriptAlias</a></code> configuration.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2008/09/29/new-versions-of-http-authentication/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSCON 2008</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/09/11/oscon-2008/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2008/09/11/oscon-2008/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 21:07:42 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[UF]]></category>

		<category><![CDATA[conferences]]></category>

		<category><![CDATA[crawler]]></category>

		<category><![CDATA[failure]]></category>

		<category><![CDATA[moose]]></category>

		<category><![CDATA[openid]]></category>

		<category><![CDATA[oscon]]></category>

		<category><![CDATA[oscon2008]]></category>

		<category><![CDATA[perl]]></category>

		<category><![CDATA[productivity]]></category>

		<category><![CDATA[seaside]]></category>

		<category><![CDATA[stress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=20</guid>
		<description><![CDATA[At the end of July I traveled to Portland, OR, to attend OSCON. This was my first time at OSCON, and it was a blast.
UF sent me to the tutorials, which took place on the first two days of the convention, and the sessions, which lasted for the following three days. Since I&#8217;m primarily a [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of July I traveled to Portland, OR, to attend <a href="http://conferences.oreillynet.com/oscon/"><acronym title="O'Reilly Open Source Convention">OSCON</acronym></a>. This was my first time at OSCON, and it was a blast.</p>
<p>UF sent me to the tutorials, which took place on the first two days of the convention, and the sessions, which lasted for the following three days. Since I&#8217;m primarily a Perl programmer, I focused on the Perl track when choosing what to attend, but there were often multiple sessions that looked interesting in any given time slot.</p>
<p><strong>Day 1</strong></p>
<p>I was pretty impressed with my second tutorial, <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/4216">Introduction to Seaside: Powerful Web Application Development in Smalltalk</a>, taught by Perl guru <a href="http://www.stonehenge.com/merlyn/">Randal Schwartz</a>. It was my first real look at Smalltalk, specifically the <a href="http://www.squeak.org/">Squeak</a> implementation. The <a href="http://damien.cassou.free.fr/squeak-dev.html">development environment</a> for Squeak seemed very intuitive. Randal made me wish for more iterative development, where you can interact with a debugger in the middle of your work. Perl has some of this but it isn&#8217;t as easy.</p>
<p>Seaside also had an interesting take on templating, in that there isn&#8217;t a separate language for displaying content to users. It structures the content and user interface and automatically handles HTML escaping, which is a nice change from e.g. PHP.</p>
<p><strong>Day 2</strong></p>
<p>I attended two Perl tutorials: <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2443">Perl Worst Practices</a>, taught by <a href="http://damian.conway.org/">Damian Conway</a>, and <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2804">Catalyst: 21st Century Perl Web Development</a>, taught by <a href="http://www.trout.me.uk/">Matt S Trout</a>. Both of these guys are pretty insane Perl programmers, and it was cool to see them speak.</p>
<p>Damian&#8217;s talk showed how to abuse Perl. He used his <a href="http://www.perlfoundation.org/perl5/index.cgi?selfgol">SelfGOL</a> program as a source of counterexamples. Most of the techniques wouldn&#8217;t (shouldn&#8217;t?) ever show up in your programs, but it was educational and entertaining to see them in action.</p>
<p>Matt&#8217;s talk wasn&#8217;t as in-depth as I would have liked. It was a good overview of <a href="http://www.catalystframework.org/">Catalyst</a>, but primarily for me it was informative to see how he works.</p>
<p>In the evening I went to the keynotes and got to see <a href="http://www.markshuttleworth.com/">Mark Shuttleworth</a> and <a href="http://r0ml.net/blog/">r0ml</a> speak. r0ml compared various software development methodologies (<a href="http://en.wikipedia.org/wiki/Extreme_Programming">XP</a>, <a href="http://en.wikipedia.org/wiki/Scrum_(development)">Scrum</a>, etc.), showed how similar they are, and related them to <a href="http://en.wikipedia.org/wiki/Quintillian#Quintilian_on_Rhetoric">Quintilian&#8217;s take on rhetoric</a> and also juggling. <a href="http://blip.tv/file/1108217">His talk</a> is definitely worth watching.</p>
<p>Damian rounded out the evening with a very amusing talk entitled <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/4549">Temporally Quaquaversal Virtual Nanomachine Programming In Multiple Topologically Connected Quantum-Relativistic Parallel Timespaces&#8230;Made Easy!</a>. chromatic has a <a href="http://news.oreilly.com/2008/07/at-oscon-with-the-mad-scientes.html">great summary up on the O&#8217;Reilly site</a>.</p>
<p><strong>Day 3</strong></p>
<p><a href="http://www.wall.org/~larry/">Larry Wall</a> and Damian&#8217;s <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2437">Perl 6 Update</a> was a little over my head. I haven&#8217;t been following Perl 6 much in the past few years, but some of the syntax and new language features they discussed seemed helpful.</p>
<p>The <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2226">Critical View of OpenID</a> talk was amusing, mostly because it devolved into <a href="http://twitter.com/dwc/statuses/866573691">something of a shouting match</a>. Despite that it was a good discussion of some of the problems with OpenID, including why there are so many providers and not very many consumers.</p>
<p>Stevan Little gave a really informative talk called <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2469">Moose: A Postmodern Object System for Perl 5</a>. I&#8217;ve recently started using <a href="http://search.cpan.org/dist/Moose/">Moose</a> in my Perl projects and it&#8217;s been liberating.</p>
<p>I finished up the day at <a href="http://perltraining.com.au/">Paul Fenwick</a>&#8217;s <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/3072">Illustrated History of Failure</a> talk. Paul looked at various incidents where human error has caused huge monetary or productivity losses, such as the <a href="http://en.wikipedia.org/wiki/Northeast_Blackout_of_2003">2003 blackouts in the Northeast</a>. Where possible, he used estimates of the losses and put them in terms of the productivity of a human being. The talk was so popular that the organizers of OSCON asked him to give it again as one of the final keynotes, and <a href="http://blip.tv/file/1137169">that version is available online</a>.</p>
<p><strong>Day 4</strong></p>
<p><a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2580">The Effects of Stress on Programmers&#8217; and Groups&#8217; Performance</a> explained a lot of the problems with working as a programmer in office environments where interruptions are common. The speaker, <a href="http://www.the-programmers-stone.com/">Alan Carter</a>, pointed out that:</p>
<ul>
<li>Programming is a mix of composition and productivity</li>
<li>Stress is bad for composition activities because it reduces the size of your working memory</li>
<li>With a smaller working memory, it is harder to perceive if we are right</li>
<li>Thus, we end up using processes (&#8221;rituals&#8221;) as a guide</li>
</ul>
<p>Following that talk, I went to a talk given by two of the <a href="http://subversion.tigris.org/">Subversion</a> developers called <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2887">Do You Believe in the Users?</a>. They talked about what makes software successful, focusing on the aspects of marketing, customer service (they mentioned letting users participate through issue trackers and forums), low barriers to entry (e.g. <a href="http://www.tripit.com/">TripIt</a>), and hiding complexity.</p>
<p>The rest of my afternoon was spent at the <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2501">Perl Lightning Talks</a> and Larry&#8217;s <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/4871">State of the Onion Address</a>. I was excited to finally experience these parts of the Perl community.</p>
<p><strong>Day 5</strong></p>
<p>I was intrigued by <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/3168">a talk</a> given by <a href="http://gojomo.blogspot.com/">Gordon Mohr</a>, from the <a href="http://www.archive.org/">Internet Archive</a>, about their indexing technology. All of it is open source, including <a href="http://crawler.archive.org/">their crawler</a>. Gordon&#8217;s demo made it seem like the crawler is easily extensible, so I may be looking more into it for some projects here.</p>
<p><strong>Wrap-up</strong></p>
<p>There was much more to OSCON - I listened to and took place in lots of interesting hallway conversations. There was too much to take in.</p>
<p>Portland was a great city to visit (I got to see the <a href="http://www.derektrucks.com/">Derek Trucks Band</a>!). Hopefully there&#8217;s nothing to the rumors that starting next year, <a href="http://blog.internetnews.com/skerner/2008/09/oscon-leaving-oregon-and-movin.html">OSCON will be held in San Francisco</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2008/09/11/oscon-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>http-authentication 2.0</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 21:51:20 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=18</guid>
		<description><![CDATA[I&#8217;ve finished updating the http-authentication plugin for WordPress 2.5.
This version of the plugin will work with WordPress 2.5.1 and above, due to a change in the wp_authenticate plugin hook.
This plugin will not work on WordPress 2.5, but if you want to test it you can download a nightly build or use Subversion WordPress 2.5.1.
You can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finished updating the http-authentication plugin for WordPress 2.5.</p>
<p>This version of the plugin will work with WordPress 2.5.1 and above, due to <a href="http://trac.wordpress.org/ticket/6675">a change</a> in the <code>wp_authenticate</code> plugin hook.</p>
<p><em>This plugin will not work on WordPress 2.5</em>, but if you want to test it you can <a href="http://wordpress.org/download/">download <s>a nightly build or use Subversion</s> WordPress 2.5.1</a>.</p>
<p>You can download <a href="http://wordpress.org/extend/plugins/http-authentication/">the plugin</a> from the WordPress Plugin Directory.</p>
<p>Finally, for this release, I&#8217;m starting a new post for the plugin. Refer to the <a href="http://dev.webadmin.ufl.edu/~dwc/2005/03/10/http-authentication-plugin/">previous post</a> for support issues, and if you don&#8217;t find an answer there, please ask here. Questions asked on the old post about this version will not be answered.</p>
<p><strong>Update</strong> (2008-04-25): <a href="http://wordpress.org/development/2008/04/wordpress-251/">WordPress 2.5.1 is out</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2008/04/16/http-authentication-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>http-authentication on WordPress 2.5</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2008/04/03/http-authentication-on-wordpress-25/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2008/04/03/http-authentication-on-wordpress-25/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:15:46 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/2008/04/03/http-authentication-on-wordpress-25/</guid>
		<description><![CDATA[As noted elsewhere on this blog, the http-authentication plugin does not run smoothly on WordPress 2.5.
Ryan P and Ben Chun have tracked down some of the changes to WordPress core that have caused problems for the plugin.
As time permits, I&#8217;ll be updating the plugin to take into account the new login code. Unfortunately I cannot [...]]]></description>
			<content:encoded><![CDATA[<p>As noted elsewhere on this blog, the <a href="http://dev.webadmin.ufl.edu/~dwc/2005/03/10/http-authentication-plugin/">http-authentication plugin</a> does not run smoothly on WordPress 2.5.</p>
<p>Ryan P and <a href="http://benchun.net/">Ben Chun</a> have tracked down <a href="http://dev.webadmin.ufl.edu/~dwc/2007/03/15/minor-plugin-updates/#comment-17391">some of the changes</a> to WordPress core that have caused problems for the plugin.</p>
<p>As time permits, I&#8217;ll be updating the plugin to take into account the new login code. Unfortunately I cannot guarantee a delivery date - work is keeping me incredibly busy right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2008/04/03/http-authentication-on-wordpress-25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Minor Plugin Updates</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2007/03/15/minor-plugin-updates/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2007/03/15/minor-plugin-updates/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 04:37:27 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=16</guid>
		<description><![CDATA[I just tagged new versions of the http-authentication and ical-events plugins:

http-authentication 1.7
ical-events 1.10

The releases include updated readme files for the really slick WordPress plugin directory that was released today.
The ical-events plugin also contains a minor fix for to avoid a case where a repeat was added after the RRULE end time.
]]></description>
			<content:encoded><![CDATA[<p>I just tagged new versions of the http-authentication and ical-events plugins:</p>
<ul>
<li><a href="http://dev.wp-plugins.org/changeset/8271">http-authentication 1.7</a></li>
<li><a href="http://dev.wp-plugins.org/changeset/8273">ical-events 1.10</a></li>
</ul>
<p>The releases include updated readme files for the really slick <a href="http://wordpress.org/development/2007/03/plugin-directory/">WordPress plugin directory</a> that was released today.</p>
<p>The ical-events plugin also contains a minor fix for to avoid a case where a repeat was added after the RRULE end time.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2007/03/15/minor-plugin-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ical-events 1.9</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2007/01/01/ical-events-19/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2007/01/01/ical-events-19/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 21:26:43 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=15</guid>
		<description><![CDATA[Another quick release of code that&#8217;s been sitting in trunk for a while - ical-events 1.9.
This contains fixes to boundary coniditions, support for wp_remote_fopen instead of the url-cache plugin, improvements for repeating events with specific repeat days, and basic support for RFC 2445 event status.
You should be able to download a zip file from Owen [...]]]></description>
			<content:encoded><![CDATA[<p>Another quick release of code that&#8217;s been sitting in trunk for a while - <a href="http://dev.wp-plugins.org/changeset/7194">ical-events 1.9</a>.</p>
<p>This contains <a href="http://dev.wp-plugins.org/changeset/6350">fixes to boundary coniditions</a>, <a href="http://dev.wp-plugins.org/changeset/6367">support for <code>wp_remote_fopen</code> instead of the url-cache plugin</a>, <a href="http://dev.wp-plugins.org/changeset/6384">improvements for repeating events with specific repeat days</a>, and <a href="http://dev.wp-plugins.org/changeset/6402">basic support for RFC 2445 event status</a>.</p>
<p>You should be able to <a href="http://redalt.com/External/Plugins/?plugin=ical-events">download a zip file</a> from Owen Winkler’s site shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2007/01/01/ical-events-19/feed/</wfw:commentRss>
		</item>
		<item>
		<title>http-authentication 1.6</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2007/01/01/http-authentication-16/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2007/01/01/http-authentication-16/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 20:27:51 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=14</guid>
		<description><![CDATA[I just tagged version 1.6 of the http-authentication plugin, which adds nonce support for improved WordPress 2.0 compatibility. This had actually sat in trunk for a while; I was lazy about doing a new release.
You should be able to download a zip file from Owen Winkler’s site shortly.
]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://dev.wp-plugins.org/changeset/7193">just tagged</a> version 1.6 of the http-authentication plugin, which adds nonce support for improved WordPress 2.0 compatibility. This had actually sat in trunk for a while; I was lazy about doing a new release.</p>
<p>You should be able to <a href="http://redalt.com/External/Plugins/?plugin=http-authentication">download a zip file</a> from Owen Winkler’s site shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2007/01/01/http-authentication-16/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ical-events 1.8</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2006/08/20/ical-events-18/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2006/08/20/ical-events-18/#comments</comments>
		<pubDate>Sun, 20 Aug 2006 19:49:32 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=13</guid>
		<description><![CDATA[I just tagged version 1.8 of the ical-events plugin, with some formatting fixes for untimed and long-running events.
Also included is support for the cURL library, via the url-cache plugin. If your host has turned off allow_url_fopen, you can still use this plugin. See the readme for more information.
You can download a zip file from Owen [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://dev.wp-plugins.org/changeset/6316">just tagged</a> version 1.8 of the ical-events plugin, with some formatting fixes for untimed and long-running events.</p>
<p>Also included is support for the cURL library, via the <a href="http://mcnicks.org/software/wordpress/url-cache/">url-cache</a> plugin. If your host has turned off <code>allow_url_fopen</code>, you can still use this plugin. See <a href="http://dev.wp-plugins.org/file/ical-events/tags/1.8/readme.txt?format=txt">the readme</a> for more information.</p>
<p>You can <a href="http://www.redalt.com/External/plugins.php?p=ical-events">download a zip file</a> from Owen Winkler’s site.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2006/08/20/ical-events-18/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ical-events 1.7</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2006/05/22/ical-events-17/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2006/05/22/ical-events-17/#comments</comments>
		<pubDate>Tue, 23 May 2006 03:40:18 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=12</guid>
		<description><![CDATA[Thanks to some very helpful users, a new version of the ical-events plugin is available. It contains mostly minor updates to the iCalendar parser, a fix for all-day events (thanks, Jennie!), and a fix for repeating events (thanks, Pete!).
As usual, you can download a zip file from Owen Winkler’s site.
]]></description>
			<content:encoded><![CDATA[<p>Thanks to some very helpful users, a new version of the ical-events plugin is available. It contains mostly minor updates to the iCalendar parser, a fix for all-day events (thanks, Jennie!), and a fix for repeating events (thanks, Pete!).</p>
<p>As usual, you can <a href="http://www.redalt.com/External/plugins.php?p=ical-events">download a zip file</a> from Owen Winkler’s site.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2006/05/22/ical-events-17/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ical-events 1.6</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2006/04/20/ical-events-16/</link>
		<comments>http://dev.webadmin.ufl.edu/~dwc/2006/04/20/ical-events-16/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 15:00:05 +0000</pubDate>
		<dc:creator>dwc</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=11</guid>
		<description><![CDATA[I just tagged version 1.6 of the ical-events plugin, with a minor formatting fix and a fix for Google Calendar URLs. The caching code didn&#8217;t always generate a unique filename, depending on the URL.
You can download a zip file from Owen Winkler&#8217;s site.
]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://dev.wp-plugins.org/changeset/5886">just tagged</a> version 1.6 of the ical-events plugin, with a minor formatting fix and a fix for Google Calendar URLs. The caching code didn&#8217;t always generate a unique filename, depending on the URL.</p>
<p>You can <a href="http://www.redalt.com/External/plugins.php?p=ical-events">download a zip file</a> from Owen Winkler&#8217;s site.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.webadmin.ufl.edu/~dwc/2006/04/20/ical-events-16/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
