<?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>Hello, I am Sean Murphy &#187; auto-linking</title>
	<atom:link href="http://iamseanmurphy.com/tag/auto-linking/feed/" rel="self" type="application/rss+xml" />
	<link>http://iamseanmurphy.com</link>
	<description>Thoughts, news, code by Sean Murphy</description>
	<lastBuildDate>Thu, 26 Jan 2012 02:37:51 +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>Auto-Linking URLs with PHP</title>
		<link>http://iamseanmurphy.com/2008/12/01/auto-linking-urls-with-php/</link>
		<comments>http://iamseanmurphy.com/2008/12/01/auto-linking-urls-with-php/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 23:54:30 +0000</pubDate>
		<dc:creator>Sean Murphy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[auto-linking]]></category>
		<category><![CDATA[laconica]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://iamseanmurphy.com/2008/12/01/auto-linking-urls-with-php/</guid>
		<description><![CDATA[A week or so ago I was working on a bug in the auto-linking code for Laconica, the software that powers Indenti.ca. Squashing that particular bug wasn&#8217;t too hard, but I wanted to take the functionality a step further (closer to the calibre of Gmail) and it turns out, writing robust auto-linking code is more [...]]]></description>
			<content:encoded><![CDATA[<p>A week or so ago I was working on a bug in the auto-linking code for <a href="http://laconi.ca">Laconica</a>, the software that powers <a href="http://identi.ca">Indenti.ca</a>. Squashing that particular bug wasn&#8217;t too hard, but I wanted to take the functionality a step further (closer to the calibre of Gmail) and it turns out, writing robust auto-linking code is more difficult than it initially seems. So I played with it a little at a time here and there, testing as many edge cases as I could think of. The result is a function that&#8217;s more robust than most URL auto-linking code I&#8217;ve come across.</p>
<p>I still need to add support of internationalized TLDs and HTML. So, although it only works with plain text for now, I think it&#8217;s off to a good start. Check out the <a href="http://iamseanmurphy.com/autolinking/demo.php">demo</a> or <a href="http://iamseanmurphy.com/autolinking/demo.php?download">download the source</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://iamseanmurphy.com/2008/12/01/auto-linking-urls-with-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

