<?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>Andrew R. Jones &#187; Software</title>
	<atom:link href="http://andrew-jones.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrew-jones.com</link>
	<description>Andrew Jones' Site</description>
	<lastBuildDate>Tue, 01 Dec 2009 20:30:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Chrome is Coming of Age on Linux</title>
		<link>http://andrew-jones.com/2009/10/08/google-chrome-is-coming-of-age-on-linux/</link>
		<comments>http://andrew-jones.com/2009/10/08/google-chrome-is-coming-of-age-on-linux/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 08:00:03 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=400</guid>
		<description><![CDATA[
Its taken a while, but the Linux version of Google&#8217;s Chrome is really starting to catch up with its Windows counterpart, both in terms of features and stability.
I have been using the dev releases of Chrome for a while now and recently I have been able to make the switch to using it as my [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; padding: 0 0 5px 5px;"><img src="/wp-content/uploads/chrome-shortcuts.png" alt="Chrome application shortcuts in Linux" /></div>
<p>Its taken a while, but the Linux version of Google&#8217;s Chrome is really starting to catch up with its Windows counterpart, both in terms of features and stability.</p>
<p>I have been using the dev releases of Chrome for a while now and recently I have been able to make the switch to using it as my default channel. In fact, I haven&#8217;t used Firefox in weeks!</p>
<p>Getting the web browser is easy if you are using a Debian based distribution, such as Ubuntu. Simply download the package from the <a href="http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux">Chromium website</a> and the package manager will do the rest. Not only will it install the browser, it will also add the Google repository so you are kept up to date.</p>
<p>Most of the features that you would expect from a web browser are now complete, including Flash support. Extensions are also now available, although not yet completely implemented on Linux. One of the main features that you might miss is printing, so keep another browser available.</p>
<p>I have made the move to using Chrome as my default browser on Linux mainly because Firefox 3 is just so slow, and not just at the rendering of pages. On my desktop, start up takes upwards of 10 seconds. Chrome doesn&#8217;t take more than 3.</p>
<p>Where Chrome really shines is on my netbook. Once Firefox loads, it can only handle around 4 tabs before it really starts to feel sluggish, and GMail is just unusable. Chrome does not have these problems. I can have half a dozen tabs open, including GMail, and my netbook is still just as responsive.</p>
<p>Of course, it is still an early release, so there is the odd problem. I have noticed once or twice that Chrome can eat up the CPU, and playing a Flash video can sometimes be a bit flaky. But these happen rarely, and even with this I already feel that Chrome is the best web browser available on Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/10/08/google-chrome-is-coming-of-age-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kino Search Add-On Released for Foswiki</title>
		<link>http://andrew-jones.com/2009/09/24/kino-search-add-on-released-for-foswiki/</link>
		<comments>http://andrew-jones.com/2009/09/24/kino-search-add-on-released-for-foswiki/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 20:42:30 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Foswiki]]></category>
		<category><![CDATA[Kino Search]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=386</guid>
		<description><![CDATA[After a lot of work I have finally released the new Kino Search extensions for Foswiki.
Kino Search is a Perl port of the Lucene indexed based search engine from Apache. The Foswiki extensions use this to provide fast, full text search of both topics and attachments. The attachments that can be indexed include MS Office [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of work I have finally released the new Kino Search extensions for Foswiki.</p>
<p><a href="http://www.rectangular.com/kinosearch/">Kino Search</a> is a Perl port of the <a href="http://lucene.apache.org/java/docs/">Lucene</a> indexed based search engine from Apache. The Foswiki extensions use this to provide fast, full text search of both topics and attachments. The attachments that can be indexed include MS Office 2003 and 2007 documents and PDF files.</p>
<p>This original add-on was available for TWiki but I have now ported this over as a new <a href="http://foswiki.org/Extensions/KinoSearchContrib">KinoSearchContrib</a> and <a href="http://foswiki.org/Extensions/KinoSearchPlugin">KinoSearchPlugin</a> and made many improvements, including:</p>
<ul>
<li>Fast CGI and mod_perl support</li>
<li>Indexing MS Office 2007 files</li>
<li>Much more resilient indexing
<ul>
<li>In particular when indexing password protected files or when an incorrect file type is supplied (such as attaching a image and calling it myfile.txt)</li>
</ul>
</li>
<li>Using more of the official Foswiki API</li>
<li>Improved documentation and templates</li>
</ul>
<p>There have been other technical improvements that are behind the scenes. The extensions also comes with a good testing suite, helping to ensure that it is of good quality.</p>
<p>For more information, see my posting on the <a href="http://blog.foswiki.org/2009/09/new-kino-search-extensions-released-for-foswiki/">official Foswiki blog</a> (although remember that I wrote both, so the wording is similar&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/09/24/kino-search-add-on-released-for-foswiki/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improving the Web Index in Foswiki using the Filter Plugin</title>
		<link>http://andrew-jones.com/2009/08/15/improving-the-web-index-in-foswiki-using-the-filter-plugin/</link>
		<comments>http://andrew-jones.com/2009/08/15/improving-the-web-index-in-foswiki-using-the-filter-plugin/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 20:46:56 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Foswiki]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=369</guid>
		<description><![CDATA[In a standard Foswiki setup there is a topic in every web called WebTopicList, which is linked to from the side bar as Index. By default it simply lists all the topics in one big list, as shown below (or view on foswiki.org):

This certainly isn&#8217;t very elegant. Luckily by using Michael Daum&#8217;s Filter Plugin we [...]]]></description>
			<content:encoded><![CDATA[<p>In a standard Foswiki setup there is a topic in every web called <em>WebTopicList</em>, which is linked to from the side bar as <em>Index</em>. By default it simply lists all the topics in one big list, as shown below (or view on <a href="http://foswiki.org/System/WebTopicList" title="Web index on foswiki.org">foswiki.org</a>):</p>
<p><a href="http://andrew-jones.com/wp-content/uploads/2009/08/old-webtopiclist.png"><img src="http://andrew-jones.com/wp-content/uploads/2009/08/old-webtopiclist.png" alt="old-webtopiclist" title="old-webtopiclist" width="350" height="250" class="aligncenter size-full wp-image-371" /></a></p>
<p>This certainly isn&#8217;t very elegant. Luckily by using Michael Daum&#8217;s <a href="http://foswiki.org/Extensions/FilterPlugin" title="Filter Plugin on foswiki.org">Filter Plugin</a> we can improve the index by giving it some structure and making it more like a directory, as shown below:</p>
<p><a href="http://andrew-jones.com/wp-content/uploads/2009/08/new-webtopiclist.png"><img src="http://andrew-jones.com/wp-content/uploads/2009/08/new-webtopiclist.png" alt="new-webtopiclist" title="new-webtopiclist" width="350" height="250" class="aligncenter size-full wp-image-377" /></a></p>
<p>To do this we only need to make a small change to the <em>WebTopicList</em> in the <em>System</em> web. Since all the other webs simply import that page the changes will be immediately visible across the wiki with just the one change.</p>
<p>Edit the WebTopicList topic and replace this line:</p>
<pre>
%TOPICLIST{"   * [[%BASEWEB%.$name][$name]]"}%
</pre>
<p>With this:</p>
<pre>
%MAKEINDEX{"%TOPICLIST{"$name" separator=","}%" cols="3" header="$anchors" format="[[%BASEWEB%.$item][$item]]"}%
</pre>
<p>Thats it! You now get a much more friendly and useful index in all of your webs.</p>
<p><em>Note: This tip has also been made available on <a href="http://foswiki.org/Support/BestPracticeTip3">foswiki.org</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/08/15/improving-the-web-index-in-foswiki-using-the-filter-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Social Bookmarks for Foswiki</title>
		<link>http://andrew-jones.com/2009/04/14/social-bookmarks-for-foswiki/</link>
		<comments>http://andrew-jones.com/2009/04/14/social-bookmarks-for-foswiki/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:45:12 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Foswiki]]></category>
		<category><![CDATA[Social Bookmarks]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=151</guid>
		<description><![CDATA[I have knocked up a small add on for Foswiki that makes it easy to add social bookmarking and news links to a Foswiki page. It is called the SocialBookmarkingAddOn and is available at http://foswiki.org/Extensions/SocialBookmarkingAddOn. It relies on no other extensions and currently supports the following five sites:

Delicious
Digg
Facebook
Reddit
StumbleUpon

The add on is used with the %INCLUDE% [...]]]></description>
			<content:encoded><![CDATA[<p>I have knocked up a small add on for Foswiki that makes it easy to add social bookmarking and news links to a Foswiki page. It is called the SocialBookmarkingAddOn and is available at <a title="Social Bookmarking Add On on foswiki.org" href="http://foswiki.org/Extensions/SocialBookmarkingAddOn">http://foswiki.org/Extensions/SocialBookmarkingAddOn</a>. It relies on no other extensions and currently supports the following five sites:</p>
<ul>
<li>Delicious</li>
<li>Digg</li>
<li>Facebook</li>
<li>Reddit</li>
<li>StumbleUpon</li>
</ul>
<p>The add on is used with the <code>%INCLUDE%</code> macro, which among other things can grab a section of a topic. For example, to create a link to Digg, you would include the &#8220;digg&#8221; section of the SocialBookmarkingAddOn topic with the following macro:</p>
<pre>%INCLUDE{"System.SocialBookmarkingAddOn" section="digg" }%</pre>
<p>This would be fine if you only wanted one link on a small amount of pages, but is obviously a lot of typing if you want to add five links to many pages. Luckily in Foswiki we can easily create our own macros in our SitePreferences topic, or our WebPreferences topic if we only want them in one web. So by adding the following, we can use the <code>%SOCIALBOOKMARKS%</code> macro in any topic we want it:</p>
<pre>   * Set SOCIALBOOKMARKS = %INCLUDE{"System.SocialBookmarkingAddOn" section="delicious" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="digg" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="reddit" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="facebook" }% %INCLUDE{"System.SocialBookmarkingAddOn" section="stumbleupon" }%</pre>
<p>Hopefully some might this useful. This add on also shows just how flexible and powerfull Foswiki can be straight out of the box.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/04/14/social-bookmarks-for-foswiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JS Syntax Highlighter Re-released as Donationware</title>
		<link>http://andrew-jones.com/2009/02/07/js-syntax-highlighter-re-released-as-donationware/</link>
		<comments>http://andrew-jones.com/2009/02/07/js-syntax-highlighter-re-released-as-donationware/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 17:40:18 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=142</guid>
		<description><![CDATA[Earlier this week a new version of the JavaScript Syntax Highlighter by Alex Gorbatchev was released. This 2.0 version is a bit thin on new features and supported languages but does have a new home and, significantly, has been released as donationware.
History of the Project
The syntax highlighter started life as the dp.SyntaxHighlighter in 2004 and [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this week a new version of the JavaScript Syntax Highlighter by Alex Gorbatchev was released. This 2.0 version is a bit thin on new features and supported languages but does have a new home and, significantly, has been released as <a title="Donationware on Wikipedia" href="http://en.wikipedia.org/wiki/Donationware">donationware</a>.</p>
<h4 id="toc-history-of-the-project">History of the Project</h4>
<p>The syntax highlighter started life as the dp.SyntaxHighlighter in 2004 and was hosted at dreamprojections.com<sup>[1]</sup>.</p>
<p>In May 2007 the 1.5 version was released and the syntax highlighter was moved onto Google Code<sup>[2]</sup> with some good improvements. The 1.5.1 version was released in August 2007 with some bug fixes<sup>[3]</sup>, and this was the last release before the new 2.0 version this week.</p>
<p>In between the 1.5 versions and the 2.0 version there has been very little activity. Bug reports and support for more languages were posted but there was very little response from Alex Gorbatchev and the project seem stagnate<sup>[4]</sup>.</p>
<h4 id="toc-popularity">Popularity</h4>
<p>The syntax highlighter became fairly popular and is used on the site for the YUI JavaScript Library<sup>[5]</sup> and on the Mozilla Developer Center<sup>[6]</sup>.</p>
<p>There has also been plugins developed to implement the highlighter in Wordpress<sup>[7]</sup>, and I have developed a plugin for TWiki<sup>[8]</sup> and Foswiki<sup>[9]</sup> that integrates version 1.5.1 of the syntax highlighter into these platforms.</p>
<h4 id="toc-the-new-license">The New License</h4>
<p>The 2.0 version of the syntax highlighter is released under the GNU Lesser General Public License, as was the 1.5 release. However the 2.0 version has one major exception to the license which classes the software as donationware. This is the quote from the website:</p>
<blockquote><p>SyntaxHighlighter is donationware. You are allowed to download, modify and distribute the source code in accordance with LGPL 2.1 license, however <strong>if you are using SyntaxHighlighter 2.0 on your site or including it in your product, you must donate</strong>.<sup>[10]</sup></p></blockquote>
<p>Whilst many open source software developers ask for donations, this exception seems to suggest you <strong>must</strong> donate to Alex Gorbatchev if you want to use the highlighter on their site. There is no set amount that you need to donate, with Alex just stating that &#8220;you&#8217;d at least buy me a beer&#8221;<sup>[11]</sup>.</p>
<p>So while we are free to upgrade any plugins for Wordpress or Foswiki to the 2.0 version, any site that used it would be forced to pay for it. From my point of view, there is no way I would think of using the 2.0 version with this restriction. While many users may be happy to donate, by using it in my Foswiki plugin I would be forcing everyone to donate to use the plugin.</p>
<h4 id="toc-summary">Summary</h4>
<p>The JS Syntax Highlighter is a nice piece of software, but with the new release it is no longer free to use on your site or in a product. Since the 2.0 version has no big improvements over the 1.5 version released two years ago it would be hard justify paying for it, unless you really want to donate.</p>
<p>There are also many other client side syntax highlighters, such as <a title="SHJS" href="http://shjs.sourceforge.net/">SHJS</a>, <a title="Prettify" href="http://code.google.com/p/google-code-prettify/">Prettify</a> and <a title="JUSH" href="http://jush.sourceforge.net/">JUSH</a>, and since the 1.5 version is open source it would be possible to <a title="Fork on Wikipedia" href="http://en.wikipedia.org/wiki/Fork_(software_development)">fork</a> the software and continue development on it. So for me there really does not seem to be any incentive to pay for a client side syntax highlighter.</p>
<h4 id="toc-links">Links</h4>
<ul>
<li><a title="SyntaxHighlighter" href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter</a></li>
<li><a title="Donationware on Wikipedia" href="http://en.wikipedia.org/wiki/Donationware">Donationware on Wikipedia</a></li>
</ul>
<h4>References</h4><ol class="footnotes"><li id="footnote_0_142" class="footnote">Way Back Machine: <a title="dreanprojections.com on the Way Back Machine" href="http://web.archive.org/web/20050306062439/http://www.dreamprojections.com/syntaxhighlighter/">http://web.archive.org/web/20050306062439/http://www.dreamprojections.com/syntaxhighlighter/</a></li><li id="footnote_1_142" class="footnote"><a title="http://code.google.com/p/syntaxhighlighter/wiki/Version_1_5" href="http://code.google.com/p/syntaxhighlighter/wiki/Version_1_5">http://code.google.com/p/syntaxhighlighter/wiki/Version_1_5</a></li><li id="footnote_2_142" class="footnote"><a title="http://code.google.com/p/syntaxhighlighter/wiki/Version_1_5_1" href="http://code.google.com/p/syntaxhighlighter/wiki/Version_1_5_1">http://code.google.com/p/syntaxhighlighter/wiki/Version_1_5_1</a></li><li id="footnote_3_142" class="footnote">Issues list on Google Code: <a title="http://code.google.com/p/syntaxhighlighter/issues/list" href="http://code.google.com/p/syntaxhighlighter/issues/list">http://code.google.com/p/syntaxhighlighter/issues/list</a></li><li id="footnote_4_142" class="footnote">Syntax Highlighter on YUI Home Page (still using version 1.3): <a title="http://developer.yahoo.com/yui/connection/" href="http://developer.yahoo.com/yui/connection/">http://developer.yahoo.com/yui/connection/</a></li><li id="footnote_5_142" class="footnote">Syntax Highlighter on the Mozilla Developer Center (using version 1.5.1): <a title="https://developer.mozilla.org/en/New_in_JavaScript_1.7" href="https://developer.mozilla.org/en/New_in_JavaScript_1.7">https://developer.mozilla.org/en/New_in_JavaScript_1.7</a></li><li id="footnote_6_142" class="footnote">Syntax Highlighter Plus plugin for Wordpress: <a title="http://wordpress.org/extend/plugins/syntaxhighlighter-plus/" href="http://wordpress.org/extend/plugins/syntaxhighlighter-plus/">http://wordpress.org/extend/plugins/syntaxhighlighter-plus/</a></li><li id="footnote_7_142" class="footnote">DpSyntaxHighlighter plugin for TWiki: <a title="http://twiki.org/cgi-bin/view/Plugins/DpSyntaxHighlighterPlugin" href="http://twiki.org/cgi-bin/view/Plugins/DpSyntaxHighlighterPlugin">http://twiki.org/cgi-bin/view/Plugins/DpSyntaxHighlighterPlugin</a></li><li id="footnote_8_142" class="footnote">DpSyntaxHighlighter plugin for Foswiki: <a title="http://foswiki.org/Extensions/DpSyntaxHighlighterPlugin" href="http://foswiki.org/Extensions/DpSyntaxHighlighterPlugin">http://foswiki.org/Extensions/DpSyntaxHighlighterPlugin</a></li><li id="footnote_9_142" class="footnote">SyntaxHighlighter license: <a title="http://alexgorbatchev.com/wiki/SyntaxHighlighter#License" href="http://alexgorbatchev.com/wiki/SyntaxHighlighter#License">http://alexgorbatchev.com/wiki/SyntaxHighlighter#License</a></li><li id="footnote_10_142" class="footnote">SyntaxHighlighter donate page: <a title="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate" href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate">http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate</a></li></ol>]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/02/07/js-syntax-highlighter-re-released-as-donationware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foswiki 1.0 Released</title>
		<link>http://andrew-jones.com/2009/01/09/foswiki-1dot0-released/</link>
		<comments>http://andrew-jones.com/2009/01/09/foswiki-1dot0-released/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 18:51:12 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Foswiki]]></category>
		<category><![CDATA[TWiki]]></category>

		<guid isPermaLink="false">http://andrew-jones.com/?p=101</guid>
		<description><![CDATA[Today Foswiki 1.0 has been released. Foswiki is an enterprise wiki and was started as a fork from TWiki back in October 2008[1].
With the 1.0 release the software has been re-branded in order to remove any trademark violations that could potentially be sued by the TWiki trademark holders. There has also been a number of [...]]]></description>
			<content:encoded><![CDATA[<p>Today Foswiki 1.0 has been released. Foswiki is an enterprise wiki and was started as a fork from TWiki back in October 2008<sup>[1]</sup>.</p>
<p>With the 1.0 release the software has been re-branded in order to remove any trademark violations that could potentially be sued by the TWiki trademark holders. There has also been a number of bug fixes (~120)<sup>[2]</sup> from the version of TWiki that it was forked from (TWiki 4.2.3).</p>
<h4 id="toc-foswiki-1-0-vs-twiki-4-2-4">Foswiki 1.0 vs TWiki 4.2.4</h4>
<p>The significant difference between Foswiki 1.0 and TWiki 4.2.4 is the branding. With TWiki being a trademarked name, the fork needed to rebrand the namespace of the code and many of the topics. For example, in TWiki all the documentation is stored in the TWiki web. This has had to be renamed to the System web.</p>
<p>Although there are no differences in main features between the two, Foswiki includes all the bug fixes from TWiki up to 4.2.4, plus the others that have been submitted by the Foswiki community. Therefore it could be said that Foswiki 1.0 is slightly more mature than TWiki 4.2.4.</p>
<h4 id="toc-compatibility-with-twiki">Compatibility with TWiki</h4>
<p>Nothing has changed in the way data is stored in Foswiki. Therefore webs and topics can easily be moved between the two software. However, as the namespace of the code has had to be re-branded, TWiki plugins are no longer compatible. This is why the <a title="TWiki Compatibility Plugin" href="http://foswiki.org/Extensions/TWikiCompatibilityPlugin">TWikiCompatabilityPlugin</a> has been written. It enables you to install any plugins available on TWiki.org on Foswiki (well, as long as they used the official plugins API). The other option is to port the TWiki plugins over to the Foswiki namespace.</p>
<p>On Foswiki.org you are able to download plugins that have been ported to the Foswiki namespace. There are also plugins available to download that are still in the TWiki namespace. This is because a lot of developers have been locked out of TWiki.org and so they can only contribute to the fork, but they still need to support their TWiki installs until the time is right for them to be upgraded. Therefore they are able to contribute upgraded versions of their extensions while keeping them compatible with TWiki.</p>
<h4 id="toc-foswiki-or-twiki">Foswiki or TWiki?</h4>
<p>If you are new to both these projects then I would recommend Foswiki. Having been subscribed to both mailing lists it is clear that there is much more activity in the Foswiki community and many more checkins to their Subversion repository<sup>[3]</sup>. On the other hand there has been hardly any activity on the TWiki mailing lists, with many days the only emails sent out is the warning of unit test failures<sup>[4]</sup>.</p>
<p>If you are comming from TWiki and are wondering if you should move with the fork, then its a tough decision. While there is clearly more activity on Foswiki, at the end of the day both of these have the same features and a stable code base. So for the moment the best thing is probably to wait until Foswiki has had time to innovate and release some new features and/or extensions that TWiki does not have. If/when this happens then it may be time to move with the fork.</p>
<p>So what&#8217;s the future for TWiki? Well, it recently had its 10th birthday when project leader (and TWIKI.NET founder) Peter Theony promised a new release in January or February that will &#8220;advance TWiki as a web 2.0 player&#8221;<sup>[5]</sup>. It will be interesting to see if they meet that release target and what new features it has. Who knows, perhaps he has something special up his sleeve that will bring back some developers and activity to the TWiki project? Only time will tell.</p>
<h4 id="toc-links">Links</h4>
<ul>
<li><a href="http://foswiki.org">Foswiki.org</a></li>
<li><a title="Foswiki.org" href="http://foswiki.org">TWiki.org</a></li>
</ul>
<h4>References</h4><ol class="footnotes"><li id="footnote_0_101" class="footnote">Earlier blog post: <a title="TWiki and the Fork" href="/2008/11/02/twiki-and-the-fork/">TWiki and the Fork</a></li><li id="footnote_1_101" class="footnote"><a title="Foswiki.org download page" href="http://foswiki.org/Download/WebHome">Foswiki.org download page</a></li><li id="footnote_2_101" class="footnote"><a title="Foswiki mailing lists" href="http://sourceforge.net/mail/?group_id=245751">Foswiki mailing lists</a></li><li id="footnote_3_101" class="footnote"><a title="TWiki mailing list archives" href="http://sourceforge.net/mail/?group_id=3657">TWiki mailing lists</a></li><li id="footnote_4_101" class="footnote"><a title="TWiki is 10" href="http://twiki.org/cgi-bin/view/Blog/BlogEntry200901x1#BlogPosts">10 Years TWiki blog post from TWiki.org</a></li></ol>]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2009/01/09/foswiki-1dot0-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TWiki and the Fork</title>
		<link>http://andrew-jones.com/2008/11/02/twiki-and-the-fork/</link>
		<comments>http://andrew-jones.com/2008/11/02/twiki-and-the-fork/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 19:12:07 +0000</pubDate>
		<dc:creator>Andrew Jones</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Foswiki]]></category>
		<category><![CDATA[TWiki]]></category>

		<guid isPermaLink="false">http://www.arjones.co.uk/?p=59</guid>
		<description><![CDATA[On the 27 October the TWiki community was split and a fork was started with the temporary name of NextWiki. Although I don&#8217;t know all the politics behind this, it seems there has been friction between the community and TWIKI.NET for a long time. There are many other blogs and news pages that summarises the [...]]]></description>
			<content:encoded><![CDATA[<p>On the 27 October the TWiki community was split and a fork was started with the temporary name of NextWiki. Although I don&#8217;t know all the politics behind this, it seems there has been friction between the community and TWIKI.NET for a long time. There are many other blogs and news pages that summarises the fork and some are linked at the bottom of this post.</p>
<p>In my opinion I sympathise with the fork. It does seem that TWiki has become commercialised and TWIKI.NET want to use the project to create a product it can make money from. The ads all over twiki.org seem to confirm this. The statement from Tom Barton clearly defined what they want TWiki to be in the future, which many in the community did not agree on. This meant they needed to get rid of the community that wanted to go a different path in order to have it their own way.</p>
<p>So for now I have agreed to the Terms of Use at twiki.org so I can continue to maintain and support the plugins I have there. I also plan to move my plugins to the fork as soon as possible. I then hope to keep my plugins compatible with both for as long as practical. By then, it should be clear which project I want to support and this will get my full attention.</p>
<p><strong>Update 18/11/08: </strong>The community decided name for the fork is Foswiki &#8211; Free and Open Source Wiki.</p>
<h3 id="toc-links">Links</h3>
<p>TWiki</p>
<ul>
<li><a title="TWiki.org" href="http://twiki.org">TWiki.org</a></li>
<li><a title="TWiki relaunch statment" href="http://twiki.org/cgi-bin/view/Codev/RelaunchTWikiOrgProject">TWiki relaunch statement</a></li>
<li><a title="TWiki.org Code of Conduct" href="http://twiki.org/cgi-bin/view/TWiki/TWikiCodeOfConduct">TWiki.org Code of Conduct</a></li>
</ul>
<p><span style="text-decoration: line-through;">NextWiki</span> Foswiki</p>
<ul>
<li><span style="text-decoration: line-through;">NextWiki.org</span> <a title="Foswiki.org" href="http://foswiki.org">Foswiki.org</a></li>
<li><a title="Why this fork" href="http://foswiki.org/Main/WhyThisFork">Overview of events</a></li>
<li><a title="How the fork affects users" href="http://www.foswiki.org/Community/WhatTheForkMeans">How the fork affects users</a></li>
</ul>
<p>Blogs/News (in no particular order)</p>
<ul>
<li><a title="Wiki Ring Blog" href="http://blog.wikiring.com/Blog/BlogEntry28">WikiRing</a> (members of the TWiki community that support the fork)</li>
<li><a title="Slashdot" href="http://tech.slashdot.org/tech/08/10/29/146201.shtml">Slashdot</a></li>
<li><a href="http://news.cnet.com/8301-13505_3-10078682-16.html">CNET</a></li>
<li><a title="osdir" href="http://www.osdir.com/Article10186.phtml">osdir</a></li>
<li><a title="The fork on Digg" href="http://digg.com/software/Hostile_takeover_of_Open_Source_Project_TWiki">Digg</a></li>
<li><a title="Colas Nahaboo's blog" href="http://www.twikifork.org/Community/WhatTheForkMeans">Colas Nahaboo Blog<br />
</a></li>
<li><span class="user"><a title="Sven Dowideit's Blog" href="http://fosiki.com/blog/2008/10/29/twiki-stops-being-open-source/">Sven Dowideit Blog</a><br />
</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://andrew-jones.com/2008/11/02/twiki-and-the-fork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
