<?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>bugfox blog &#187; aLinks</title>
	<atom:link href="http://bugfox.net/blog/tag/alinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://bugfox.net/blog</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 01:41:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>aLinks with WordPress 3.0</title>
		<link>http://bugfox.net/blog/2010/07/28/alinks-with-wordpress-3-0/</link>
		<comments>http://bugfox.net/blog/2010/07/28/alinks-with-wordpress-3-0/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 01:41:06 +0000</pubDate>
		<dc:creator>Jonathan Tappan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://bugfox.net/blog/?p=208</guid>
		<description><![CDATA[I have updated my original aLinks post with a version that works with WP 3.0.]]></description>
			<content:encoded><![CDATA[<p>I have updated my original <a href="http://bugfox.net/blog/2008/11/14/alinks-20-bug-fixes/">aLinks post</a> with a version that works with WP 3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugfox.net/blog/2010/07/28/alinks-with-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Original aLinks 2.0 code</title>
		<link>http://bugfox.net/blog/2009/07/25/original-alinks-2-0-code/</link>
		<comments>http://bugfox.net/blog/2009/07/25/original-alinks-2-0-code/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 16:55:46 +0000</pubDate>
		<dc:creator>Jonathan Tappan</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://bugfox.net/blog/?p=175</guid>
		<description><![CDATA[I got a request for Sean Hickey&#8217;s original aLinks code. Here it is Download &#8230;but be warned that it has some serious bugs. However it includes features that are not in my fixed version. Go here for my fixed version, which omits some broken features that I never got around to fixing (because I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I got a request for Sean Hickey&#8217;s original aLinks code.</p>
<p>Here it is </p>
<p><a href="http://bugfox.net/public/alinks/alinks2.0.2.zip">Download</a></p>
<p>&#8230;but be warned that it has some serious bugs. However it includes features that are not in my fixed version.</p>
<p>Go <a href="http://bugfox.net/blog/2008/11/14/alinks-20-bug-fixes/">here</a> for my fixed version, which omits some broken features that I never got around to fixing (because I don&#8217;t use them.)</p>
]]></content:encoded>
			<wfw:commentRss>http://bugfox.net/blog/2009/07/25/original-alinks-2-0-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aLinks 2.0 Bug Fixes</title>
		<link>http://bugfox.net/blog/2008/11/14/alinks-20-bug-fixes/</link>
		<comments>http://bugfox.net/blog/2008/11/14/alinks-20-bug-fixes/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 01:19:16 +0000</pubDate>
		<dc:creator>Jonathan Tappan</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[aLinks]]></category>

		<guid isPermaLink="false">http://bugfox.net/blog/?p=133</guid>
		<description><![CDATA[I had been happily using the &#8220;aLinks&#8221; WordPress plugin by Sean Hickey for quite a while. The plugin automatically generates links for keywords that you specify. Version 1 did everything that I wanted, but it broke when I upgraded to WordPress 2.6. I found that Sean had written a completely new aLinks 2.0, so I [...]]]></description>
			<content:encoded><![CDATA[<p>I had been happily using the &#8220;aLinks&#8221; WordPress plugin by Sean Hickey for quite a while. The plugin automatically generates links for keywords that you specify. Version 1 did everything that I wanted, but it broke when I upgraded to WordPress 2.6. I found that Sean had written a completely new aLinks 2.0, so I installed it and found that it mostly worked, though with some minor problems.</p>
<p>Then Sean seemed to vanish from the face of the Internet. His <a href="http://www.headzoo.com">web server</a> went off line, making it impossible to even send him an email, and has been that way for several months.</p>
<p>So I had no choice but to go into the source code and fix the bugs that were bothering me. Since the code is released under the GNU General Public License (GPL) I am making the revised plugin available to anyone who is interested.</p>
<p><a href="http://bugfox.net/public/alinks/alinks2.0.2[jt]wp3.zip">New WordPress 3.x compatible version.</a></p>
<p><a href="http://bugfox.net/public/alinks/alinks2.0.2[jt].zip">Old WordPress 2.x compatible version.</a></p>
<h3>Bugs Fixed</h3>
<ol>
<li>aLinks failed to respect word boundaries when identifying keyphrases, causing links to be inserted in the middle of words.</li>
<li>aLinks was ignoring the &#8220;classes&#8221; setting which allows you to assign one or more CSS classes to the links.</li>
</ol>
<h3>Warning</h3>
<p>If you are upgrading from aLinks 1.x you must first export your keyphrases to a file, then import them back in after you have installed version 2.0. Otherwise you will lose your keyphrases.</p>
<h3>Other Notes</h3>
<p>To install, unzip and copy the entire alinks directory to your wp-content/plugins directory.</p>
<p>The documentation is included as a PDF file in the alinks/includes directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugfox.net/blog/2008/11/14/alinks-20-bug-fixes/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
