<?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>Frank Groeneveld &#187; release</title>
	<atom:link href="http://frankgroeneveld.nl/tag/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://frankgroeneveld.nl</link>
	<description>Just another weblog</description>
	<lastBuildDate>Tue, 20 Dec 2011 08:59:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Dropbox on Your Own Server</title>
		<link>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/</link>
		<comments>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:21:57 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sparkleshare]]></category>

		<guid isPermaLink="false">http://frankgroeneveld.nl/?p=243</guid>
		<description><![CDATA[I've always liked Dropbox, except for one thing: I don't trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and ...]]></description>
			<content:encoded><![CDATA[<p>I've always liked <a href="https://www.dropbox.com/referrals/NTU3NDI2Njk5">Dropbox</a>, except for one thing: I don't trust them with my data. Also, it seems wrong to pay $ 10,00 for 50 GB of storage when you have your own server with much more storage and available on a fast network.</p>
<p>Well, finally there is a solution. It's called <a href="http://www.sparkleshare.org/">SparkleShare</a> and it's completely open source and uses <a href="http://git-scm.com/">Git</a> as a backend. Today <a href="http://www.bomahy.nl/hylke/blog/sparkleshare-02-alpha-1-for-linux/">they released </a>a very early alpha version and I tried it out immediately. After having some trouble with the interface (you need to insert &lt;username&gt;/&lt;reponame&gt; in the folder input box if you use Github), everything worked great. However, I don't advice anybody to use it in production. It's still in development and can contain serious bugs. I can't wait till it gets more mature and ready for production usage!</p>
<p class="wp-flattr-button"></p> <p><a href="http://frankgroeneveld.nl/?flattrss_redirect&amp;id=243&amp;md5=ec04bc270de29d156335c5a044b0091f" title="Flattr" target="_blank"><img src="http://frankgroeneveld.nl/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2010/08/03/dropbox-on-your-own-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crawljax 1.8 released</title>
		<link>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/</link>
		<comments>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 20:32:58 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[1.8]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[crawling]]></category>
		<category><![CDATA[crawljax]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[mirroring]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[webdriver]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=169</guid>
		<description><![CDATA[I'm working on a cool project for my master thesis: Crawljax. Crawljax is a website crawler that supports JavaScript. This is done by opening a real browser such as Firefox and controlling it via WebDriver. The core of Crawljax ...]]></description>
			<content:encoded><![CDATA[<p>I'm working on a cool project for my master thesis: <a href="http://crawljax.com">Crawljax</a>. Crawljax is a website crawler that supports JavaScript. This is done by opening a real browser such as <a href="http://firefox.com">Firefox</a> and controlling it via <a href="http://code.google.com/p/webdriver/">WebDriver</a>. The core of Crawljax does only that: crawling websites. However, there is a very flexible plugin system available that allows you to do all kinds of cool things such as creating a static mirror of an AJAX website or creating test suites for you AJAX webapplications.</p>
<p><a href="http://crawljax.com/download/">Download Crawljax</a> now and give it a try!</p>
<p>To get a better grasp of what is possible, have a look at the Google Tech Talk a colleague of mine did:</p>
<p><iframe width="584" height="329" src="http://www.youtube.com/embed/rYAO94GnBlY?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/12/29/crawljax-1-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 released</title>
		<link>http://frankgroeneveld.nl/2009/12/19/wordpress-2-9-released/</link>
		<comments>http://frankgroeneveld.nl/2009/12/19/wordpress-2-9-released/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:15:42 +0000</pubDate>
		<dc:creator>Frank Groeneveld</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[2.9]]></category>
		<category><![CDATA[image editing]]></category>
		<category><![CDATA[plugin upgrade]]></category>
		<category><![CDATA[posts trash]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techfield.org/?p=167</guid>
		<description><![CDATA[Wordpress 2.9 was just released. All in all this seems to be a great release again, including some features I had been looking forward to:

Easier bulk plugin upgrades
In browser image editing
A trash for posts you remove, so you can ...]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.9 was just <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">released</a>. All in all this seems to be a great release again, including some features I had been looking forward to:</p>
<ul>
<li>Easier bulk plugin upgrades</li>
<li>In browser image editing</li>
<li>A trash for posts you remove, so you can undo it if necessary</li>
</ul>
<p>Upgrade now!</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://frankgroeneveld.nl/2009/12/19/wordpress-2-9-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

