<?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>Caramboo Dot Com &#187; Wordpress</title>
	<atom:link href="http://caramboo.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://caramboo.com</link>
	<description>The Web Log  (b-log) of Dave Naylor</description>
	<lastBuildDate>Mon, 06 Sep 2010 10:20:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress, The GPL and Me</title>
		<link>http://caramboo.com/2010/07/wordpress-the-gpl-and-me/</link>
		<comments>http://caramboo.com/2010/07/wordpress-the-gpl-and-me/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 15:34:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[gpl]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=26725</guid>
		<description><![CDATA[<p class="announce">
I&#8217;ve woken up today (23rd Jul &#8217;10) to find that Chris Pearson has made Thesis split licence.  The PHP is GPL, the css, javascript and images aren&#8217;t.  It&#8217;s a good thing.  Details over at <a href="http://mashable.com/2010/07/22/thesis-relents/">Mashable</a>
</p>
<p><a href="http://caramboo.com/2010/07/wordpress-the-gpl-and-me/" class="more-link">Read more on WordPress, The GPL and Me&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p class="announce">
I&#8217;ve woken up today (23rd Jul &#8217;10) to find that Chris Pearson has made Thesis split licence.  The PHP is GPL, the css, javascript and images aren&#8217;t.  It&#8217;s a good thing.  Details over at <a href="http://mashable.com/2010/07/22/thesis-relents/">Mashable</a>
</p>
<p>This post is a reaction to, or perhaps it&#8217;s better described as my thoughts on, the situation that exists regarding <a href="http://wordpress.org">WordPress</a> and its licence, the <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License (GPL)</a>.  </p>
<p>I&#8217;m also going to be quoting and answering points raised on Liz Jamieson&#8217;s website over at <a href="http://www.lizjamieson.co.uk/">Big Satchurday</a>.  Liz wrote a blog-post titled <a href="http://www.lizjamieson.co.uk/2010/07/17/thesis-the-gpl-and-wordpress-what-does-it-all-mean/">Thesis, The GPL and WordPress – What Does It All Mean?</a> which was prompted by <a href="http://mixergy.com/chris-pearson-matt-mullenweg/">a discussion</a> over at <a href="http://mixergy.com">Mixergy</a> between <a href="http://ma.tt/">Mat Mullenweg</a> and <a href="http://pearsonified.com/">Chris Pearson</a>.  Mat is a lead developer at WordPress and is its public face.  Chris is the developer of <a href="http://diythemes.com/">Thesis</a>, a theme for WordPress.</p>
<p>I was going to reply to Liz on her site but realised that it would be a lengthy entry, so I decided to expand my reply into an entry on my site, right here.</p>
<p><span id="more-26725"></span></p>
<h3>What are WordPress and The GPL?</h3>
<p>It&#8217;s probable, if you&#8217;re a seasoned internet user, that you&#8217;ve heard of <a href="http://wordpress.org">WordPress</a>.  If you haven&#8217;t, it&#8217;s <em>web software you can use to create a beautiful website or blog</em>.  It&#8217;s what&#8217;s in use right here on this website.  </p>
<p>You may not have heard of the <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>, or, perhaps you have heard of it but didn&#8217;t read it because it looks like some boring terms and conditions that come with stuff you&#8217;ve bought or downloaded.  The GPL is:</p>
<blockquote><p>
&#8230;a free, copyleft license for software and other kinds of works.</p>
<p>The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.</p>
<p>When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.</p>
<p>To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.</p>
<p>For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.
</p></blockquote>
<p>An important part of the above quote is the one referring to free software meaning freedom and not price.  This is from WikiPedia:</p>
<blockquote>
<p>With the advent of the free software movement, license schemes were created to give developers more freedom in terms of code sharing, commonly called open source or FOSS. As the English adjective &#8220;free&#8221; does not distinguish between &#8220;for zero price&#8221; and &#8220;liberty&#8221;, the phrases &#8220;free as in beer&#8221; (gratis, freeware) and &#8220;free as in speech&#8221; (libre, open source) were adopted.  </p>
<p>These phrases have become common, along with gratis and libre, in the software development and computer law fields for encapsulating this distinction.
</p></blockquote>
<p>There&#8217;s a good video from The Free Software Foundation that explains the GPL and Free Software:</p>
<p><span class="youtube">
<object width="580" height="350">
<param name="movie" value="http://www.youtube.com/v/te1Vbt-BGMA&amp;color1=234900&amp;color2=4e9e00&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/te1Vbt-BGMA&amp;color1=234900&amp;color2=4e9e00&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="580" height="350"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=te1Vbt-BGMA">www.youtube.com/watch?v=te1Vbt-BGMA</a></p></p>
<p>Then of course, there&#8217;s Stephen Fry&#8217;s video wishing GNU a Happy 25th birthday:</p>
<p><span class="youtube">
<object width="580" height="350">
<param name="movie" value="http://www.youtube.com/v/cT7Vl4UpCEM&amp;color1=234900&amp;color2=4e9e00&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/cT7Vl4UpCEM&amp;color1=234900&amp;color2=4e9e00&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="580" height="350"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=cT7Vl4UpCEM">www.youtube.com/watch?v=cT7Vl4UpCEM</a></p></p>
<p>So what we have in the GPL and Free Software is an ideology that promotes sharing, social interaction and advancement in an open and free way.  You are entitled to use, modify and build upon the work of others and the only thing asked of you is that anything you produce that derives from the free software, adopts the same licence.  You are given freedom, you should pass-on freedom.   </p>
<p>So where&#8217;s the problem, how can anyone not like this concept?</p>
<h3>The GPL and Business</h3>
<p>Chris Pearson, the aforementioned Thesis author, is an apparently successful WordPress developer.  His Thesis theme is popular and sells.  You buy Thesis and you get a slick addition to WordPress together with support in the form of tutorials and a web based community.  The problem is, Pearson doesn&#8217;t release Thesis under the GPL in direct violation of the GPL itself.  He builds upon WordPress therefore Thesis automatically must adopt the GPL.  Pearson is entitled to sell you his theme <strong>BUT IT MUST</strong> be GPL.  He could divide his theme into two parts, one that contains code derived from or built upon WordPress and then one part that contains files that don&#8217;t, such as CSS files or Javascript.  He doesn&#8217;t, in fact, he adds his own terms of service:</p>
<blockquote><p>
Use or distribution of Thesis in violation of the terms and conditions of membership contained in this document will result in termination of your membership, without refund. Also, please be civil and considerate when making use of the support forums, as bad behavior is also grounds for termination of your membership.
</p></blockquote>
<p>So Pearson is freely taking the work of others whose expressed wish is that he can have it, use it and build on it <strong>PROVIDED</strong> his derivative work adopts the same licence. </p>
<p>How wonderful and how altruistic of the large numbers of WordPress developers to do such a thing.  What does Pearson do?  He decides to ignore them and apply his own licensing terms with a view to making money.  I personally find that disgusting.  </p>
<p>Pearson can bleat all he wants about how he wants a payout for all his time and effort but he misses the point that&#8217;s sat there right in front of him.  He can make money from the GPL through his support and website but he simply cannot break the GPL licence for his own gain.  The GPL is there to protect people&#8217;s freedoms and he&#8217;s trampling all over them.  Pearson will argue that the GPL doesn&#8217;t apply to Thesis because it&#8217;s a separate entity from WordPress.  Well how can it be?  As Mat Mullenweg says, WordPress without Thesis (using its default 2010 GPL theme), you have something to look at.  Thesis without WordPress, nothing.  So there&#8217;s no argument, Thesis absolutely relies on WordPress and is therefore derived from it and inherits the GPL.</p>
<p>But what does Mat Mullenweg do in response in the interview at Mixergy and Pearson&#8217;s blindness over the issue?  He asks Pearson to join the WordPress family.  He says, in a tongue-in-cheek way that he&#8217;ll use Thesis if it becomes GPL.  He asks Pearson to take a leap of faith and dismantle the restrictive walls surrounding his work and embrace the open community.  I don&#8217;t think he will and he should be ashamed.</p>
<p>I already respected Mat Mullenweg prior to listening to the Mixergy interview but I now admire him immeasurably.  He has this wonderful software that millions of people use and he has the vision to allow it to be GPL.  How can anyone criticise Mat for his adoption and use of the GPL.  He and others are giving you their work, free of charge.  Let&#8217;s put that in bold in case you didn&#8217;t see it, <strong>FREE OF CHARGE</strong> </p>
<h3>Me</h3>
<p>I suppose this is a good place for me to talk about how I came to be such a staunch supporter of the GPL and Free Software.  </p>
<p>When I started regularly using computers, my chosen platform of choice was Amiga.  It was by accident because some software that I wanted to use was based on that platform and so that&#8217;s the direction I took.  The Amiga OS was/is a proprietary system, meaning that it has a closed restrictive licence.  Nevertheless, in those days I was blissfully unaware of the GPL and since the Amiga was a platform running in direct competition to the future behemoth of the Microsoft hegemony, it suited me.  I even became one of the founders of an Amiga User group and I wrote some small pieces of software for the platform.</p>
<p>When the future of Amiga began to look uncertain I clung onto the hope that it would somehow undergo a renewal and be developed into a realistic and viable alternative to Windows.  It didn&#8217;t happen.  It was around this time that I decided to look at Linux.  I grabbed a copy off a magazine cover disk and installed the software to my PC.  It was a crazy new world and I was a little bit bedazzled.  Fortunately, I&#8217;m quite at home on the command line and so changing over to the Linux shell was an easy transition for me.  </p>
<p>One of the first things I wanted to install was a FTP server so that I could transfer files between machines.  I&#8217;d used a some proprietary licensed FTP software on my Amiga so I began searching for a Linux one.  It was a little confusing and my search results didn&#8217;t help.  Then I wondered if perhaps, somehow, there was already a client in my newly installed Linux box.  I opened a terminal and typed &#8220;ftp localhost&#8221;.  I was instantly logged into my own machine because it was already running a FTP server out of the box.  I really was gobsmacked.  The software that I was looking to pay for was already there, and it was free.  It was GPL. </p>
<p>Now this is going to sound a bit silly, but from that moment on my outlook on life has changed.  The fact that people are prepared to effectively give away their work for the benefit of the community at large did and still does blow my mind.  I&#8217;d love to be able to release my own software in a similar way but I&#8217;m not a programmer. So what I do is help out in other ways.  I encourage people to use Free software, I answer question from Free software users and I go out of my way to help them.  </p>
<p>This way of thinking, this ideology has stirred something in me that I didn&#8217;t know was there.  The very core of who I am these days is centred around community, helping people and sharing.  It&#8217;s called socialism.  It&#8217;s the reason I feel very passionate about protecting freedom.  It&#8217;s the reason I hate the big guys hitting on the little guys.  It&#8217;s the reason I despise the bankers bonus culture. It&#8217;s the reason I&#8217;ve decided to join a political party with it&#8217;s roots in socialism.  It&#8217;s the reason I pound the streets of Leeds shoving leaflets into people&#8217;s letterboxes, without being paid to do it.  It&#8217;s the reason I will stop and help someone when others will drive past. It&#8217;s the reason why I&#8217;ll let others go first.  It&#8217;s the reason I consider myself to be a better person than I was in my youth.  </p>
<p>It&#8217;s not about me, me me.  It&#8217;s about us.</p>
<p>There&#8217;s a Bantu word: Ubuntu.  You may know it as a <a href="http://www.ubuntu.com/">Linux Distribution  </a>.  That distribution is so called because of the meaning of Ubuntu.  Nelson Mandela explained Ubuntu as follows:</p>
<blockquote><p>
A traveler through a country would stop at a village and he didn&#8217;t have to ask for food or for water. Once he stops, the people give him food, entertain him. That is one aspect of Ubuntu but it will have various aspects. Ubuntu does not mean that people should not enrich themselves. The question therefore is: Are you going to do so in order to enable the community around you to be able to improve?</p>
</blockquote>
<p>That&#8217;s why I love and fiercely defend the GPL, Free Software, GNU and Linux.  It&#8217;s because <em> I am what I am because of who we all are</em>. </p>
<h3>Richard Stallman</h3>
<p>It&#8217;s worth pointing out that the GPL exists because of <a href="http://en.wikipedia.org/wiki/Richard_Stallman">Richard Stallman</a> (RMS).  The hacker (and that&#8217;s not a bad thing) culture in which he existed promoted sharing and openness.  When he was denied access to source code to try and fix something, the result was the start of his crusade for Free Software.</p>
<h3>Liz Jamieson</h3>
<p>I&#8217;m not singling out Liz here, I&#8217;m actually just answering her blog-post within my blog-post.  I quite like Liz and although I&#8217;ve never conversed with him her husband Russell seems like an OK guy.  </p>
<p>Firstly Liz asks:</p>
<blockquote><p>We built a free GPL compliant WordPress plugin and because we have a high adherence to quality and service, it takes a lot of effort in support and development time. I don’t mind that but I do want to make a paid version of it that protects my time investment in the overall offering. Given that I willingly give the free plugin away for free along with support for said plugin, how can I get paid for the extra effort I place into the paid features? How do I do that? It’s not obvious to me at all – I see Chris’s point of view. I’m not trying to be awkward here – I really want to know the answer. Maybe someone who can pay their mortgage based on their work (non client based please) with wholly compliant GPL plugins and themes could help me out here.</p></blockquote>
<p>I understand your point, I really do.  The thing is though, your plugin (which I like btw!) inherits the GPL.  So you can charge for it but you must make the source available for it.  If you&#8217;re not happy with that, then you should concentrate on writing plugins for non-GPL software.  It&#8217;s cold and harsh, but it really is as simple as that. </p>
<p>A point that I often repeat is that you have chosen the leader in the blogging world: WordPress, because it&#8217;s exactly that.  It has the largest userbase.  So it&#8217;s a bigger market for you.  WordPress however, is given away free of charge because it comes without restriction.  Yet you want to restrict the use of a plugin for it?  That&#8217;s selfish isn&#8217;t it?   You&#8217;re happy to accept the WordPress licence allowing you to do what you want with the software, but you want to then disregard it for your own profit?  You know that can&#8217;t be right.</p>
<p>If this means that it effects you as a small business, because no-one is going to pay for support, well again, it&#8217;s harsh but it&#8217;s a bullet you have to bite.  The bullet was fired your way when you started developing for WordPress.  Software built on sharing and co-operation. </p>
<blockquote><p>
I think that writing something that merely sits on top of something else doesn’t make it derivative. Thesis for me is not a derivative work in common sense terms, only in GPL terms.
</p></blockquote>
<p>Now I really don&#8217;t understand this.  Thesis without WordPress is nothing.  WordPress without Thesis is a blogging platform.  The GPL is there to protect the rights of the authors of WordPress.  If Pearson profits because of Thesis, that profit is <strong>DIRECTLY</strong> linked to Thesis running on WordPress.   Of course, that profit is fine if someone wants to pay, but the <em>price</em> Pearson <strong>MUST</strong> pay is to release Thesis as GPL.  Now that&#8217;s a sensible business model isn&#8217;t it.  What&#8217;s the alternative, enforce a restrictive licence on WordPress thereby requiring all its users to pay a fee for its use?  The blogging world would collapse overnight!</p>
<blockquote><p>
If I go my local supermarket (Waitrose, let’s say it’s a GPL supermarket) and buy a GPL cake, then take it home, cover it in icing and stick a couple of icing sugar roses on it then enter it into a cake competition, which I then win, people might say I cheated (analogy for breaking rules of the GPL). But under the GPL, if I go to Waitrose and buy other GPL products such as flour, eggs, sugar, and some other stuff, take them home, make a cake and enter the result into a cake competition and win it, then that’s also not OK. Because it’s still a derivative cake.</p>
<p>GPL supporters will say that’s right – so base your cake on non-GPL supermarket products if that’s how you feel. But I like shopping at Waitrose.
</p></blockquote>
<p>Your analogy is flawed here Liz.  In the first case, your purchased GPL cake is forked by you when you ice it and decorate it.  If you then win a cake competition, good for you!  Everyone can see what you did.  Are you really going to try and pass it off as completely your own?  The cake world would out you and you&#8217;d just look silly.</p>
<p>In your second case I don&#8217;t even see a problem?  You use GPL products to make another product which then wins you a competition, what&#8217;s wrong with that? </p>
<p>I think the problem is that cakes and ingredients are tangible things.  Software isn&#8217;t.  What you look at are just pixels on a screen.  It doesn&#8217;t exist in the real world.  What does exist is service.  A service to support those ethereal pixels and bytes is tangible and therefore chargeable.  </p>
<blockquote><p>
So this is what we all have to do? Create free and pro versions of plugins that we can offer to those who want to learn from and re-use the code, but keep the tricky bits on remote servers so that we can be paid and so provide quality updates and support to our users.
</p></blockquote>
<p>Provided the <em>tricky</em> bits don&#8217;t inherit the GPL, that&#8217;s fine.  It&#8217;s not my cup of tea since I believe that all software should be free but in this instance we&#8217;re talking about the GPL.</p>
<h3>Grokking Free Software and the GPL</h3>
<p>In my opinion, developers who want to release software derived from or forked from GPL licensed work don&#8217;t actually <a href="http://en.wikipedia.org/wiki/Grok">grok</a> the whole free software ethos.  They see large userbases such as the one surrounding WordPress and simply want to cash-in.  It&#8217;s understandable.  However, they fail to realise the reason why the GPL exists and choose to ignore it for their own reward.  </p>
<p>I don&#8217;t have a solution, other than to recommend a paid-support based service.  Keep your software free and open, bill for your service man-hours.  If it doesn&#8217;t suit your needs, you need to develop for another platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2010/07/wordpress-the-gpl-and-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SteadyOffload</title>
		<link>http://caramboo.com/2009/05/steadyoffload/</link>
		<comments>http://caramboo.com/2009/05/steadyoffload/#comments</comments>
		<pubDate>Wed, 27 May 2009 15:08:56 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[SteadyOffload]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=320</guid>
		<description><![CDATA[<p><a href="http://caramboo.com/wp-content/uploads/2009/05/logo.png" rel="lightbox[320]"><img src="http://caramboo.com/wp-content/uploads/2009/05/logo.png" alt="logo" title="logo" width="233" height="50" class="alignleft size-full wp-image-319" style="border: none;"/></a>I&#8217;ve been meaning to write about <a href="http://www.steadyoffload.com/">SteadyOffload</a> for a few days now but I got tied up with the recent bank holiday and never got round to it.  So, better late than never, here we go.  This article isn&#8217;t exactly a how-to, more of a go-look-see but it&#8217;s really simple once you start using it.</p>
<p><a href="http://caramboo.com/2009/05/steadyoffload/" class="more-link">Read more on SteadyOffload&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://caramboo.com/wp-content/uploads/2009/05/logo.png" rel="lightbox[320]"><img src="http://caramboo.com/wp-content/uploads/2009/05/logo.png" alt="logo" title="logo" width="233" height="50" class="alignleft size-full wp-image-319" style="border: none;"/></a>I&#8217;ve been meaning to write about <a href="http://www.steadyoffload.com/">SteadyOffload</a> for a few days now but I got tied up with the recent bank holiday and never got round to it.  So, better late than never, here we go.  This article isn&#8217;t exactly a how-to, more of a go-look-see but it&#8217;s really simple once you start using it.</p>
<h3>What is SteadyOffload?</h3>
<p>SteadyOffload is a content delivery service. Here&#8217;s how the service describes itself:</p>
<blockquote><p>
SteadyOffload is an innovative service designed to reduce the load of your web server seamlessly. It enables you to offload all kinds of static web content &#8211; images, documents, movies, presentations, software downloads, you name it. The content you offload remains stored on your server while synchronized copies are delivered from us. It all happens transparently &#8211; all you have to do is point the files to offload, the rest is done by our cachebot.
</p></blockquote>
<p>So, what&#8217;s all that about then.  Well, in all honesty if you visit the <a href="http://www.steadyoffload.com/">SteadyOffload</a> site they do a good job of explaining what they are all about.  In a nutshell they save your server from excessive work by serving up static files held on the SteadyOffload servers.  It works much in the way that <a href="http://aws.amazon.com/s3/">Amazon S3</a> does but with hardly any hassle at all.  You simply upload your static image, document or whatever file and it gets mirrored and then subsequently served by the SteadyOffload server.  All your own server need do is then serve up the dynamic content at a fraction of the server load. </p>
<h3>So How Does it Work?</h3>
<p>In order for the SteadyOffload integration to start working you obviously need to sign up for an account.  New signups get 5GB of bandwidth free.  Once that&#8217;s expired it works on a pay as you go basis but the fees are very competitive compared to other more well known delivery services.  Once you have your account up and running you simply have to put a small piece of HTML code in pages that show static content.  Here&#8217;s the code:</p>
<p><code><br />
script type="text/javascript" src="http://steadyoffload.com/serve/name of script.js">/script<br />
</code></p>
<p>Then, by using custom tags, your static content is offloaded to SteadyOffload and your server can take a breather.  Here&#8217;s an example custom tag:</p>
<p><code><br />
img srcx="/home/www/site/example.jpg" /<br />
</code></p>
<p><em>Note the custom scrx tag</em></p>
<p>There&#8217;s also a funky plugin for WordPress Users that takes care of all the business for you.  Grab it from here: <a href="http://wordpress.org/extend/plugins/wp-offload/">WP-Offload</a>.</p>
<p>An obvious benefit of SteadyOffload is that whilst the files are served remotely, if you cancel your account, your original files are still in place and ready to be served once again by your server, which probably won&#8217;t thank you too much for all the work you&#8217;re giving it back.</p>
<h3>Control Panel</h3>
<p>When you have your SteadyOffload setup running sweetly, you can monitor what&#8217;s being offloaded by visiting the Control Panel.  Here you can set URL Filters to ensure no-one is stealing your bandwidth, monitor offloaded files and keep tabs on your subscription. </p>
<p><small><i>Added 28/5/09</i></small></p>
<p>I found a really useful Video at Google produced by SteadyOffload themselves that shows how simple it is to use the Control Panel.  It also shows something that I neglected to mention and that&#8217;s dynamic image manipulation by using the &#8220;xmanip&#8221; tag.  The video is <a href="http://video.google.com/videoplay?docid=-8193919167634099306">here</a>.  </p>
<h3>And so&#8230;</h3>
<p>I think SteadyOffload is a great service that deserves support and can provide obvious performance benefits for your site.  It&#8217;s simple to set up, free to trial and cheap once you use up your free bandwidth.  Once I start paying <em>(and yes, I haven&#8217;t used up my freebies yet</em>) then I&#8217;ll make an effort to produce some stats and figures to show just how cheapo it really is.</p>
<p>Give it a go!</p>
<p><em>NB.  Nearly forgot, I recently Tweeted on Twitter about SteadyOffload since I stupidly misplaced my password.  As far as I can tell I was the first person to tweet about it.  Ever.  Unreal! <a href="http://twitter.com/caramboo/status/1836676654">My Original Tweet</a></em>  </p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2009/05/steadyoffload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweetcron</title>
		<link>http://caramboo.com/2009/04/sweetcron/</link>
		<comments>http://caramboo.com/2009/04/sweetcron/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 11:20:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Glastonbury]]></category>
		<category><![CDATA[Rants and Causes]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[primary]]></category>
		<category><![CDATA[secondary]]></category>
		<category><![CDATA[sweetcron]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://caramboo.com/?p=29</guid>
		<description><![CDATA[<p><img alt="Sweetcron" src="http://caramboo.com/wp-content/uploads/2009/04/sc.gif" class="alignright" width="150" height="156" />I thought I&#8217;d start off the re-born blog with a post about <a href="http://www.sweetcron.com/">Sweetcron</a>.  I very nearly abandoned <a href="http://wordpress.org">WordPress</a>  and considered  completely switching to Sweetcron the second I found it.  I haven&#8217;t done though and this site will continue to use WordPress.  However,  I&#8217;ve set up a sub-domain to run Sweetcron at <a href="http://me.caramboo.com">me.caramboo.com</a>.  So why <em>two</em> sites?</p>
<p><a href="http://caramboo.com/2009/04/sweetcron/" class="more-link">Read more on Sweetcron&#8230;</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img alt="Sweetcron" src="http://caramboo.com/wp-content/uploads/2009/04/sc.gif" class="alignright" width="150" height="156" />I thought I&#8217;d start off the re-born blog with a post about <a href="http://www.sweetcron.com/">Sweetcron</a>.  I very nearly abandoned <a href="http://wordpress.org">WordPress</a>  and considered  completely switching to Sweetcron the second I found it.  I haven&#8217;t done though and this site will continue to use WordPress.  However,  I&#8217;ve set up a sub-domain to run Sweetcron at <a href="http://me.caramboo.com">me.caramboo.com</a>.  So why <em>two</em> sites?</p>
<h3>Automated Lifestream Blog Software</h3>
<p>Sweetcron is software that pulls in the <em>feeds</em> offered by other sites, ideally your own or your own accounts. In particular it&#8217;s an excellent tool to aggregate all your social networking updates, uploaded images, loved songs, bookmarked links, favourited videos etc etc.  If you use a site and you have a presence there, if that site has an <a href="http://en.wikipedia.org/wiki/RSS_(file_format)">RSS</a> feed of your activities, Sweetcron can deal with it.     </p>
<p>Having a site pull in a boat load of stuff is cool, but what&#8217;s the point.  Well, you can serve up those feeds in any way you want and each individual feed item can display as much or as little information about itself as you want, provided of course that the information is in the feed in the first place.  My personal preference is for bite sized chunks or excerpts which is probably the way most people go.</p>
<p>The really cool thing about it all is that once you&#8217;ve decided which feeds to import, figured out how you want them to be displayed and tweaked things a little, you can pretty much walk away and let it get on with things all on its own.  If you haven&#8217;t got access to a <a href="http://en.wikipedia.org/wiki/Cron">cron</a> utility, which is how the thing is automated, Sweetcron has a built in pseudo cron to update every 30 minutes.  </p>
<p>So you end up with an automated sort-of-blog that records your activities.  If you can&#8217;t be bothered blogging for a while but nevertheless continue <em>tweeting</em> or other such funky things, your legions of readers can see what you&#8217;re up to.  If you still don&#8217;t get it, no worries, there&#8217;s plenty more other things to get excited about.  The bottom line is, I think it&#8217;s fun.</p>
<h3>Blogging</h3>
<p>I mentioned that I nearly abandoned WordPress completely when I found Sweetcron.  Well; as well as having all the super cool feed capabilities, Sweetcron has a built-in blogging feature.  You can either have the blog posts feature amongst all the other items or even have them displayed more prominently, as in WordPress et al.  The blogging facility isn&#8217;t as complex as WordPress&#8217; but to be honest I don&#8217;t think it&#8217;s meant to be.  It&#8217;s just there if you want it and it&#8217;s more than adequate for the task. I suppose you could say that you use WordPress for blogging but hey it can import RSS if you want, you can use Sweetcron as an RSS aggregator but hey it can do blogging if you want.  Easy.</p>
<p>I&#8217;ve decided that the fun thing would be to interlink the two.  Sweetcron takes the WordPress feed and WordPress can be made to list the Sweetcron latest items.  Your <em>blog</em> then doesn&#8217;t get all cluttered and your <em>lifestream</em> just becomes that, a record of your day to day interaction with the interweb, all on its lonesome.  Sweet.</p>
<h3>Themes</h3>
<p><a href="http://me.caramboo.com"><img alt="" src="http://caramboo.com/wp-content/uploads/2009/04/mecron.png" title="Me Dot Caramboo Dot Com" class="alignleft" width="150" height="127" /></a>Just as in WordPress, Sweetcron is themeable.  OK there aren&#8217;t kazillions of themes out there but it&#8217;s relatively easy to get build your own theme based on the default ones that come supplied with the software or one of the third party themes available.  </p>
<p>I&#8217;m currently using the <a href="http://code.google.com/p/socialcubes-theme/">SocialCubes Theme</a> by Derek Punsalan.  Tweaked a bit as usual by me.  As always I&#8217;m intending to build my own theme from scratch but hey, I&#8217;m a slow worker remember!</p>
<p>I found a couple of pages that list Sweetcron themes:</p>
<ul>
<li><a href="http://www.sweetcronthemes.com/">Sweetcron Themes</a></li>
<li><a href="http://www.carbongraffiti.com/notebook/2008/11/24/25-of-the-best-sweetcron-powered-lifestreams/">25 of the best sweetcron powered lifestreams</a></li>
</ul>
<h3>So Let it Roll</h3>
<p>So there you go, my Sweetcron lifestream is up and running and there for all to see.  If you fancy one yourself and want some help, you can join the <a href="http://groups.google.com/group/sweetcron/">Sweetcron Google Group</a> or just <a href="http://caramboo.com/contact">contact me</a> and I&#8217;ll be glad to help out where I can.</p>
<h4>Sweetcron and Nginx</h4>
<p>I use the alternative (to Apache) web server <a href="http://wiki.nginx.org">Nginx</a> to run my sites.  It took me a while to figure out how to get Sweetcron to work happily under Nginx as there&#8217;s some rewriting to be done.  After ages I finally figured out a way to make it work.  The details are below after the read more: </p>
<p><span id="more-29"></span></p>
<p><em>Server Config:</em></p>
<p># &#8212;&#8212;&#8212;-<br />
<code><br />
server {</p>
<p>            listen   80;<br />
            server_name foo.bar.com;</p>
<p>            access_log /var/log/nginx/foo.bar_access.log;<br />
            error_log /var/log/nginx/foo.bar_error.log;</p>
<p>            location / {</p>
<p>                        root   /var/www/foo.bar.com/;<br />
                        index  index.php index.html;<br />
                        if (!-e $request_filename) {<br />
                        rewrite ^(.*)$ /index.php last;<br />
                        break;<br />
                        }<br />
                        }</p>
<p>            # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000</p>
<p>            location ~ .php$ {<br />
            fastcgi_pass 127.0.0.1:9000;<br />
            fastcgi_index index.php;<br />
            include /etc/nginx/fastcgi_params;<br />
            fastcgi_param SCRIPT_FILENAME /var/www/foo.bar.com/index.php;<br />
            }<br />
      }<br />
</code><br />
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><em>The /etc/nginx/fastcgi_params are unchanged from those that work for WordPress etc:</em></p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<code><br />
fastcgi_param  QUERY_STRING       $query_string;<br />
fastcgi_param  REQUEST_METHOD     $request_method;<br />
fastcgi_param  CONTENT_TYPE       $content_type;<br />
fastcgi_param  CONTENT_LENGTH     $content_length;</p>
<p>fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;<br />
fastcgi_param  REQUEST_URI        $request_uri;<br />
fastcgi_param  DOCUMENT_URI       $document_uri;<br />
fastcgi_param  DOCUMENT_ROOT      $document_root;<br />
fastcgi_param  SERVER_PROTOCOL    $server_protocol;</p>
<p>fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;<br />
fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;</p>
<p>fastcgi_param  REMOTE_ADDR        $remote_addr;<br />
fastcgi_param  REMOTE_PORT        $remote_port;<br />
fastcgi_param  SERVER_ADDR        $server_addr;<br />
fastcgi_param  SERVER_PORT        $server_port;<br />
fastcgi_param  SERVER_NAME        $server_name;</p>
<p># PHP only, required if PHP was built with --enable-force-cgi-redirect<br />
fastcgi_param  REDIRECT_STATUS    200;</p>
<p></code></p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><em>In system/application/config/config.php I made sure this line read like so:</em></p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<code><br />
$config['uri_protocol'] = "REQUEST_URI";<br />
</code> </p>
<p>#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Hope that helps someone out.</p>
]]></content:encoded>
			<wfw:commentRss>http://caramboo.com/2009/04/sweetcron/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
