<?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>Cyrille Berger &#187; Braindump</title>
	<atom:link href="http://blog.cberger.net/category/open-source/braindump/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cberger.net</link>
	<description>What I do, where I live, what I think.</description>
	<lastBuildDate>Sat, 12 Jun 2010 20:36:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Braindump 0.8.0</title>
		<link>http://blog.cberger.net/2010/03/18/braindump-0-8-0-2/</link>
		<comments>http://blog.cberger.net/2010/03/18/braindump-0-8-0-2/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:31:02 +0000</pubDate>
		<dc:creator>Cyrille Berger</dc:creator>
				<category><![CDATA[Braindump]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[KOffice]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.cberger.net/?p=1027</guid>
		<description><![CDATA[A bit overdue, the first release of Braindump is available. It has been a while since I announced the project of making a tool that gather allow to dump your thoughts into an electronic form. For those who have forget (which is probably most of you), Braindump is a collection of whiteboards on which you [...]]]></description>
			<content:encoded><![CDATA[<p>A bit overdue, the first release of Braindump is available. It has been a while since I <a href="/?p=137">announced the project</a> of making a tool that gather allow to dump your thoughts into an electronic form. For those who have forget (which is probably most of you), Braindump is a collection of whiteboards on which you can put your notes, whether text notes, or drawing. It is entirely based on <a href="http://www.koffice.org">KOffice</a> technologies. Which made Braindump quick and easy to develop, and it makes it very small, around <a href="http://www.ohloh.net/p/braindump_kde/analyses/latest">8000</a> lines of code.</p>
<p>I have been delaying that release because I wanted to make a video of Braindump in action, and have been too lazy to make one until now. On that video I first create new whiteboards, then I demonstrate how to add shapes, manipulate them, and finally the different layout:</p>
<p><center><br />
<a href="http://cyrille.diwi.org/images/braindump/braindumpinaction.ogv"><img src="http://cyrille.diwi.org/images/braindump/braindumpinaction.png" /></a><br />
</center></p>
<p>I you look at <a href="http://bitbucket.org/cyrille/braindump/overview/">Braindump development history</a>, you will notice that over the past six months the development has been really slow, there are a few reasons to that, the first one is that most of the development is done by other people than me in the KOffice repository, the second one is that I feel that Braindump is already doing exactly what I want, with a few glitches, but as a geek I tend to live happily with those&#8230;</p>
<p>That said there is a couple of features I want:</p>
<ul>
<li>Search (and replace)</li>
<li>Tagging, but then <a href="http://monkeyiq.blogspot.com/2010/01/koffice-rdf-who-what-when-where.html">someone else</a> (yeah again) is doing the work for me in KOffice</li>
<li>Auto-growing text shape</li>
<li>A solution to this problem: (almost) each time I create a new whiteboard, the first thing I do is to add a text shape. So I wonder about either having always a permanent text shape in the background, or always add a text shape when creating a white board.</li>
</ul>
<p>I am also starting to be curious about <a href="http://blog.karlitschek.de/2010/03/owncloud-development-started.html">ownCloud</a>, since personally I find it to be the right direction of cloud computing, so I would probably be interested in the possibility of storing whiteboards on an ownCloud server. Lets see how it evolves.</p>
<p>If you have other ideas, do not hesitate to mention them, who knows, if I find them interesting, I might go on and implement them !</p>
<p><a href="http://cberger.net/download/braindump-0.8.0.tar.bz2">Download Braindump 0.8.0</a>, this release will work <b>only</b> with KOffice 2.1.x, from now on I will work on porting Braindump to the upcoming KOffice 2.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cberger.net/2010/03/18/braindump-0-8-0-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://cyrille.diwi.org/images/braindump/braindumpinaction.ogv" length="8078772" type="video/ogg" />
		</item>
		<item>
		<title>braindump</title>
		<link>http://blog.cberger.net/2009/05/20/braindump/</link>
		<comments>http://blog.cberger.net/2009/05/20/braindump/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:18:00 +0000</pubDate>
		<dc:creator>Cyrille Berger</dc:creator>
				<category><![CDATA[Braindump]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://cyrilleberger.wordpress.com/2009/05/20/braindump</guid>
		<description><![CDATA[Missing an application to gather notes and ideas in KDE4, and willing to play with koffice&#8217;s flake library, I have decided to start a new application called braindump which is a tool to dump the content of your brain (ideas, bookmarks, images&#8230;) to your computer.
 
For those who wonder why I did, apparently, start from [...]]]></description>
			<content:encoded><![CDATA[<p>Missing an application to gather notes and ideas in KDE4, and willing to play with koffice&#8217;s flake library, I have decided to start a new application called braindump which is a tool to dump the content of your brain (ideas, bookmarks, images&#8230;) to your computer.</p>
<p><a href="http://cyrille.diwi.org/images/kritablog/braindump-textmusic.png"><img> </a></p>
<p>For those who wonder why I did, apparently, start from scratch instead of helping with the port of a similar tool (like basket), the main two reasons is that I wanted to write a non-koffice based application to test the limit of the use of flake outside the koffice document based world, and the second reason is that I think that flake is the right technologie to do it:
<ul>
<li>it gives for free a lot of shapes (texts, images, music, chart&#8230; other still in developement such as formula, marble&#8230; or in planning: video)
<li>if I miss a shape (such as a todo/progress), writting it is rather easy and makes it available for reuse
<li>it also gives quick access to ODF capabilities (for copy/paste, and importing/exporting information)
<li>and currently someone is adding change tracking (for history, and collaborative editing) to flake which should allow braindump to allow collaborative editing of sections.</ul>
<p>The main application is 2300 lines of code, I expect that the size will double in order to connect all the missing bits of the UI. But then everything else will be in shared libraries.</p>
<p>Being in a playfull mood I also implemented a web shape for flake, making possible to insert web pages in koffice documents and in braindump:</p>
<p><a href="http://cyrille.diwi.org/images/kritablog/braindump-webpage.png"><img> </a></p>
<p>The source code is hosted in the <a href="http://bitbucket.org/cyrille/braindump/overview/">Braindump repository</a>. You will need KOffice from trunk to be able to build. It&#8217;s already somewhat usuable, and I am hopping that the first stable release can happen with KOffice 2.1 in October.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cberger.net/2009/05/20/braindump/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
