<?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>Jake &#187; Development</title>
	<atom:link href="http://blog.jakeapp.com/category/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jakeapp.com</link>
	<description>about passion &#38; pain developing lil' jake</description>
	<lastBuildDate>Mon, 16 Nov 2009 05:03:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Encryption of P2P traffic</title>
		<link>http://blog.jakeapp.com/2009/11/encryption-of-p2p-traffic/</link>
		<comments>http://blog.jakeapp.com/2009/11/encryption-of-p2p-traffic/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 05:03:14 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jakeapp.com/?p=61</guid>
		<description><![CDATA[Good news everyone! I made socket connections encrypted. These are used when two clients can directly talk to each others because they are in the same network. This is a shortcut to use instead of traffic over the server. These were unencrypted before, which always gave me a bad gut feeling.
Well, AES 128 bit is [...]]]></description>
			<content:encoded><![CDATA[<p>Good news everyone! I made socket connections encrypted. These are used when two clients can directly talk to each others because they are in the same network. This is a shortcut to use instead of traffic over the server. These were unencrypted before, which always gave me a bad gut feeling.</p>
<p>Well, AES 128 bit is here.</p>
<p>(Code can be found in the ics repo).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/11/encryption-of-p2p-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pre-release version</title>
		<link>http://blog.jakeapp.com/2009/11/pre-release-version/</link>
		<comments>http://blog.jakeapp.com/2009/11/pre-release-version/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 07:46:16 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jakeapp.com/?p=52</guid>
		<description><![CDATA[Just wanted to mention that the version advertised on the website, &#8220;Pre-release version built March 23, 2009&#8243;, is the most recent official and tested version.
It is based on the commit 2138676a800ae07ba172ef2f7ae46f2bce1c942d.
Everything after that is in flux, and not necessarily stable.
Stable means, functionality has been tested to work across Windows, MacOS and some Linux by a [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to mention that the version advertised on the website, &#8220;Pre-release version built March 23, 2009&#8243;, is the most recent official and tested version.<br />
It is based on the commit 2138676a800ae07ba172ef2f7ae46f2bce1c942d.<br />
Everything after that is in flux, and not necessarily stable.</p>
<p>Stable means, functionality has been tested to work across Windows, MacOS and some Linux by a test protocol, there are screenshots or videos and executables for Windows and MacOS.</p>
<p>Future versions will be announced here. Subscribe to this blog&#8217;s feed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/11/pre-release-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Git repository</title>
		<link>http://blog.jakeapp.com/2009/06/git-repository/</link>
		<comments>http://blog.jakeapp.com/2009/06/git-repository/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 23:59:10 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jakeapp.com/?p=35</guid>
		<description><![CDATA[You can now fetch the source easily from Jake&#8217;s github site:
git clone git://github.com/JohannesBuchner/Jake.git
Also, I updated the license file (GPL3). Don&#8217;t try to sue us for violating software patents, there is no such thing.
Update: See the document &#8220;How to get the source&#8221; at http://dev.jakeapp.com/documents/2
]]></description>
			<content:encoded><![CDATA[<p>You can now fetch the source easily from <a title="Jake's git site" href="http://github.com/JohannesBuchner/Jake">Jake&#8217;s github site</a>:</p>
<pre>git clone git://github.com/JohannesBuchner/Jake.git</pre>
<p>Also, I updated the license file (GPL3). Don&#8217;t try to sue us for violating software patents, there is no such thing.</p>
<p><em>Update:</em> See the document &#8220;How to get the source&#8221; at <a href="http://dev.jakeapp.com/documents/2">http://dev.jakeapp.com/documents/2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/06/git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAQ</title>
		<link>http://blog.jakeapp.com/2009/06/faq/</link>
		<comments>http://blog.jakeapp.com/2009/06/faq/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 22:19:11 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jakeapp.com/?p=31</guid>
		<description><![CDATA[Check out the FAQ page! It tries to answer questions from the comments.
Also, I saw this: http://www.downloadsquad.com/2009/06/26/jake-keeps-collaborative-file-sharing-in-sync/
]]></description>
			<content:encoded><![CDATA[<p>Check out the FAQ page! It tries to answer questions from the comments.</p>
<p>Also, I saw this: <a href="http://www.downloadsquad.com/2009/06/26/jake-keeps-collaborative-file-sharing-in-sync/">http://www.downloadsquad.com/2009/06/26/jake-keeps-collaborative-file-sharing-in-sync/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/06/faq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta Binaries</title>
		<link>http://blog.jakeapp.com/2009/06/beta-binaries/</link>
		<comments>http://blog.jakeapp.com/2009/06/beta-binaries/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 00:52:34 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jakeapp.com/?p=22</guid>
		<description><![CDATA[Available at http://dev.jakeapp.com/projects/jake/files and also linked now on the main page. A howto is missing to introduce the concepts and what one has to do &#8230; volunteers?
]]></description>
			<content:encoded><![CDATA[<p>Available at <a href="http://dev.jakeapp.com/projects/jake/files">http://dev.jakeapp.com/projects/jake/files</a> and also linked now on the main page. A howto is missing to introduce the concepts and what one has to do &#8230; volunteers?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/06/beta-binaries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source code</title>
		<link>http://blog.jakeapp.com/2009/05/source-code/</link>
		<comments>http://blog.jakeapp.com/2009/05/source-code/#comments</comments>
		<pubDate>Sun, 31 May 2009 14:25:23 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jakeapp.com/?p=18</guid>
		<description><![CDATA[So I added a comparison section and tried to polish the blog and website a bit.
I added the promised comparison and feature list at http://www.jakeapp.com/about.
Unfortunately, we don&#8217;t have a git server yet, but you are welcome to clone the existing repository if you are interested. The full source is available, see the small introduction for [...]]]></description>
			<content:encoded><![CDATA[<p>So I added a comparison section and tried to polish the blog and website a bit.</p>
<p>I added the promised comparison and feature list at <a href="http://www.jakeapp.com/about">http://www.jakeapp.com/about</a>.</p>
<p>Unfortunately, we don&#8217;t have a git server yet, but you are welcome to clone the existing repository if you are interested. The full source is available, see the small <a href="http://dev.jakeapp.com/documents/3">introduction for new developers</a>.</p>
<p>I&#8217;ll try to get Jake into slashdot&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/05/source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jake development status</title>
		<link>http://blog.jakeapp.com/2009/05/jake-development-status/</link>
		<comments>http://blog.jakeapp.com/2009/05/jake-development-status/#comments</comments>
		<pubDate>Sun, 31 May 2009 11:41:06 +0000</pubDate>
		<dc:creator>johannes</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jakeapp.com/?p=12</guid>
		<description><![CDATA[Well, Jake was released at the end of March 2009 and we completed the Software Engineering class we did it for.
However, all developers are pretty burned out since then and are not active.
Anyone interested in development is welcome, just drop me a line and we can chat about it. I&#8217;ll try to set up an [...]]]></description>
			<content:encoded><![CDATA[<p>Well, Jake was released at the end of March 2009 and we completed the Software Engineering class we did it for.</p>
<p>However, all developers are pretty burned out since then and are not active.</p>
<p>Anyone interested in development is welcome, just drop me a line and we can chat about it. I&#8217;ll try to set up an overview that introduces new developers.</p>
<p>Also, if you have any questions what Jake is, does etc., please let me know. I&#8217;ll try to add a comparison to other tools.</p>
<p>Johannes Buchner<br />
xmpp:J13R@jabber.fsinf.at<br />
mail:buchner.johannes[ät]gmx.at</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/05/jake-development-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get git!</title>
		<link>http://blog.jakeapp.com/2009/03/get-git/</link>
		<comments>http://blog.jakeapp.com/2009/03/get-git/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 14:00:11 +0000</pubDate>
		<dc:creator>studpete</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.steinberger.in/?p=5</guid>
		<description><![CDATA[git]]></description>
			<content:encoded><![CDATA[<p>We are in the process of moving from subversion to git. Git&#8217;s just plain cool, damn faaast and the concept of decentralized repositories is simply a leap forward.</p>
<p>The last days i fiddled around with redmine &amp; git and gitosis &#8211; at first they were a bit iffy but now they&#8217;re playing nice.</p>
<p><a href="http://git-scm.com/course/svn.html">First, get onto the SVN &#8211;&gt; GIT Crash Course</a></p>
<p>To get the most out of git, here are some configuration tipps:</p>
<p><strong>Set your Name</strong></p>
<blockquote><p>git config &#8211;global user.name &#8220;Your Name Comes Here&#8221;<br />
git config &#8211;global user.email you@yourdomain.example.com</p></blockquote>
<p><strong>Colors!</strong></p>
<blockquote><p>git config &#8211;global color.diff auto<br />
git config &#8211;global color.status auto<br />
git config &#8211;global color.branch auto</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/03/get-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Development platform launched</title>
		<link>http://blog.jakeapp.com/2009/03/new-developmentplatform-launched/</link>
		<comments>http://blog.jakeapp.com/2009/03/new-developmentplatform-launched/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 00:46:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.steinberger.in/?p=3</guid>
		<description><![CDATA[Jake&#8217;s coming&#8230;.
]]></description>
			<content:encoded><![CDATA[<p>Jake&#8217;s coming&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jakeapp.com/2009/03/new-developmentplatform-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
