<?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>OpenSourceEditor</title>
	<atom:link href="http://www.open-source-editor.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.open-source-editor.com</link>
	<description>Thoughts on software and webservices.</description>
	<lastBuildDate>Thu, 18 Feb 2010 04:39:46 +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>Translating with PoEdit</title>
		<link>http://www.open-source-editor.com/editors/translating-with-poedit.html</link>
		<comments>http://www.open-source-editor.com/editors/translating-with-poedit.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 04:39:46 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[poEdit]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[translating]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=305</guid>
		<description><![CDATA[
			
				
			
		
Is your favorite application possible to translate? If the developers used the GNU gettext library, yes, with poEdit or similar editor. Wordpress is an example.
To translate you do not have to be able to code, but of course you have to know the language well. So dont be afraid to try! :) 
Step 1, the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Ftranslating-with-poedit.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Ftranslating-with-poedit.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Is your favorite application possible to translate? If the developers used the GNU <a href="http://se2.php.net/manual/en/ref.gettext.php" target="_blank" class="external">gettext</a> library, yes, with <a href="http://www.poedit.net/" target="_blank" class="external">poEdit</a> or similar editor. Wordpress is an example.</p>
<p>To translate you <strong>do not have to be able to code</strong>, but of course you have to know the language well. So dont be afraid to try! :) </p>
<p><strong>Step 1, the POT</strong><br />
This is a step which should already have been taken care of by the developer. poEdit scans the files in a catalog for translatable strings to <a href="http://codex.wordpress.org/User:Skippy/Creating_POT_Files" target="_blank" rel="external">create a file named .pot</a> (<em>Portable Object Template</em>). If there is a .pot-file, use it to create a .po for your language. </p>
<p><strong>Step 2, the PO</strong><br />
The .po-file (<em>Portable Object</em>) is the one you will work with, it contains the strings and values for the translation. The naming of files can be different between projects. For example, a common way to make a swedish translation: choose to open the POT and generate a .po-file, save as <code>sv_SE.po</code> for the swedish language.</p>
<p><strong>Step 3, the MO</strong><br />
When you translate the strings you have the original text to the left, and the translation to the right. Mark the word you want to translate and fill in the form at the bottom. Each time the file is saved, a .mo (<em>Machine Object</em>) file is generated. It is this file the webbapplication will use.</p>
<div align="center"><a href="http://www.open-source-editor.com/wp-content/uploads/2010/02/poedit.png" rel="lightbox"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/02/poedit-300x193.png" alt="Translating with poEdit" title="poedit" width="300" height="193" class="aligncenter size-medium wp-image-313" /></a></div>
<div style="background: #ffc; padding: 5px; margin: 10px auto;">
The reason I write this post is to make people understand that to translate applications using this technique, you don&#8217;t have to know how to code. Does your favorite application miss translation for your language? If it supports gettext, all you need is poEdit and the .po(t)-file. What are you waiting for? ;) </div>
<p>Some more reading on this subject:</p>
<ul>
<li><a href="http://codex.wordpress.org/Translating_WordPress">Translating Wordpress</a></li>
<li><a href="http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/">Translating Wordpress plugins and themes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/translating-with-poedit.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First submit to Wordpress plugin database</title>
		<link>http://www.open-source-editor.com/wordpress/plugin/first-submit-to-wordpress-plugin-database.html</link>
		<comments>http://www.open-source-editor.com/wordpress/plugin/first-submit-to-wordpress-plugin-database.html#comments</comments>
		<pubDate>Sat, 13 Feb 2010 07:57:47 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[retrocamera]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[woordpress-plugin]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=299</guid>
		<description><![CDATA[
			
				
			
		
I have made the first submit to Wordpress plugin database with my Random Post Box plugin. It&#8217;s nice to see that they are using Subversion, my favorite versioning-system :) 
If you want to see an example of the plugin in use, check out below the first post on Retrocamera.net.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Fwordpress%2Fplugin%2Ffirst-submit-to-wordpress-plugin-database.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Fwordpress%2Fplugin%2Ffirst-submit-to-wordpress-plugin-database.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I have made the first submit to Wordpress plugin database with my <a href="http://wordpress.org/extend/plugins/random-post-box/" target="_blank" class="external">Random Post Box plugin</a>. It&#8217;s nice to see that they are using Subversion, my favorite versioning-system :) </p>
<p>If you want to see an example of the plugin in use, check out below the first post on <a href="http://www.retrocamera.net" rel="me" target="_blank" class="external">Retrocamera.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/wordpress/plugin/first-submit-to-wordpress-plugin-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Post Box</title>
		<link>http://www.open-source-editor.com/wordpress/random-post-box.html</link>
		<comments>http://www.open-source-editor.com/wordpress/random-post-box.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:47:54 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[random-post-box]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=277</guid>
		<description><![CDATA[
			
				
			
		
Download Random Post Box from Wordpress.org
See the plugin in use on Retrocamera.net (the little box below the first post).
Random Post Box is a Wordpress plugin. It will let you place a box (div) anywhere on your blog, with templatetag or shortcode, and load random posts with an interval and fade effect. It uses jQuery (Ajax) [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Fwordpress%2Frandom-post-box.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Fwordpress%2Frandom-post-box.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href='http://wordpress.org/extend/plugins/random-post-box' target="_blank" class="external"><strong>Download</strong> Random Post Box from Wordpress.org</a><br />
<a href="http://www.retrocamera.net" target="_blank" rel="me" class="external">See the plugin in use on Retrocamera.net</a> (the little box below the first post).</p>
<p><em>Random Post Box</em> is a <a href="http://www.wordpress.org" target="_blank">Wordpress</a> plugin. It will let you place a box (div) anywhere on your blog, with templatetag or shortcode, and load random posts with an interval and fade effect. It uses <a href="http://jquery.com/" target="_blank">jQuery</a> (Ajax) which means that the content is loaded without loading the rest of the page. The timing can be controlled in the Admin Options-panel.</p>
<p>The template tag is <code>&lt;?php random_post_box(); ?&gt;</code>. You can also use the shortcode <code>[random-post-box]</code> in a page or post.</p>
<h3>Features</h3>
<ul>
<li>Insert placeholder with template tag</li>
<li>Insert placeholder with shortcode</li>
<li>Set time for displaying the post</li>
<li>Set times for fade in and fade out affect</li>
<li>Exclude or include posts by category</li>
<li>Exclude posts by age (in days)</li>
<li>Use title only</li>
<li>Use post excerpt or bodycontent</li>
<li>Strip tags from body</li>
<li>Show/hide post metadata</li>
<li>Prepared for translation</li>
</ul>
<p><span id="more-277"></span></p>
<h3>Installation</h3>
<p>The installation is like mosts plugins:</p>
<ol>
<li>Download and extract the files</li>
<li>Upload `random-post-box` folder to the `/wp-content/plugins/` directory</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
<li>Place `<code>&lt;?php random_post_box(); ?&gt;</code>` in your templates, or <code>[random-post-box]</code> in a page or post.</li>
</ol>
<p>The install doesn&#8217;t touch the database much, it just adds one option post.</p>
<h3>Frequently Asked Questions</h3>
<p><strong>Is there an option to display several posts?</strong><br />
Not at the moment, but it might be included in future versions. It&#8217;s not recommended to use the<br />
template tag several times on the same page.</p>
<p><strong>How can I style the box?</strong><br />
The box is a div with id &#8220;random-post-box&#8221;, and the markup inside is quite similar to the<br />
default theme.</p>
<p><strong>The box changes size when loading a new post</strong><br />
You need to set the size to something static with CSS, or use some means to control the size. Use the id &#8220;random-post-box&#8221; as described<br />
in the previous answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/wordpress/random-post-box.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A confession about editors</title>
		<link>http://www.open-source-editor.com/editors/a-confession-about-editors.html</link>
		<comments>http://www.open-source-editor.com/editors/a-confession-about-editors.html#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:09:33 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Confessions]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[auto-completion]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=268</guid>
		<description><![CDATA[
			
				
			
		
I have a confession about editors to make. I hate(!) auto-completion.
In theory it sounds great with suggestions and auto-features. In real life it&#8217;s an obstacle to overcome.
The plan is, I guess, to make me faster. But instead it slows me down. If I know what I&#8217;m going to write in a script I don&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fa-confession-about-editors.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fa-confession-about-editors.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I have a confession about editors to make. <strong>I <span style="color: #ff0000;">hate</span>(!) auto-completion</strong>.</p>
<p>In theory it sounds great with suggestions and auto-features. In real life it&#8217;s an obstacle to overcome.<br />
The plan is, I guess, to make me faster. But instead it slows me down. If I know what I&#8217;m going to write in a script I don&#8217;t get faster with popups and shit.</p>
<p>Can I tweak the auto-completion in most editors? Yes of course, but <em>almost never enough</em>. So I just either get more and more annoyed during the day, or I turn it off. The editor that gives me the complete control over this features gets my love.</p>
<p><img class="aligncenter size-full wp-image-272" title="auto-completion-suggestions" src="http://www.open-source-editor.com/wp-content/uploads/2010/02/auto-completion-suggestions.jpg" alt="" width="400" height="308" style="border: 1px solid #333;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/a-confession-about-editors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Netbeans use tabs for indention</title>
		<link>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html</link>
		<comments>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:16:51 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[indention]]></category>
		<category><![CDATA[spaces]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=257</guid>
		<description><![CDATA[
			
				
			
		
I&#8217;m really starting to like it, but got stuck on how to make Netbeans use tabs for indention. Deselecting the option &#8220;Extend tabs to spaces&#8221; didn&#8217;t work for me, I still got those damn spaces (I hate indention by spaces).
I found the solution though, go to your &#8220;Options&#8220;-panel, choose the &#8220;Editor&#8221; page, select &#8220;Formatting&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fhow-to-make-netbeans-use-tabs-for-indention.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fhow-to-make-netbeans-use-tabs-for-indention.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m really starting to like it, but got stuck on how to make <strong>Netbeans</strong> use <strong>tabs</strong> for indention. Deselecting the option &#8220;<em>Extend tabs to spaces</em>&#8221; didn&#8217;t work for me, I still got those damn spaces (<span style="color: #ff0000;">I hate indention by spaces</span>).</p>
<p>I found the solution though, go to your &#8220;<em>Options</em>&#8220;-panel, choose the &#8220;<em>Editor</em>&#8221; page, select &#8220;<em>Formatting</em>&#8221; and set &#8220;<em>Tab size</em>&#8221; and &#8220;<em>Number of spaces to indent</em>&#8221; to the same size.</p>
<div><a href="http://www.open-source-editor.com/wp-content/uploads/2010/01/netbeans-tabs-spaces.jpg"><img class="aligncenter size-full wp-image-263" title="netbeans-tabs-spaces" src="http://www.open-source-editor.com/wp-content/uploads/2010/01/netbeans-tabs-spaces.jpg" alt="" width="386" height="357" /></a></div>
<p><strong>Update:</strong> <a href="http://daveyshafik.com/archives/743-netbeans-for-php-continues-to-impress.html">More PHP&#8217;ers falling for Netbeans.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/how-to-make-netbeans-use-tabs-for-indention.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find your texteditor</title>
		<link>http://www.open-source-editor.com/news/find-your-texteditor.html</link>
		<comments>http://www.open-source-editor.com/news/find-your-texteditor.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:17:51 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[News and blog]]></category>
		<category><![CDATA[editorlists]]></category>
		<category><![CDATA[Platform]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=227</guid>
		<description><![CDATA[
			
				
			
		
If you look in my second column I have started to make some lists to help you find your texteditor. There is lists for Mac OS X, Linux and Windows. If you think some editor is missing, please feel free to make suggestions. My plans are to review all of them, but that of course [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Fnews%2Ffind-your-texteditor.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Fnews%2Ffind-your-texteditor.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>If you look in my second column I have started to make some lists to help you <strong>find your texteditor</strong>. There is lists for <em>Mac OS X</em>, <em>Linux</em> and <em>Windows</em>. If you think some editor is missing, please feel free to <a href="http://www.open-source-editor.com/contact">make suggestions</a>. My plans are to review all of them, but that of course will take some time to finish ;) </p>
<p><img src="http://www.open-source-editor.com/wp-content/uploads/2010/01/find-your-text-editor.jpg" alt="" title="find-your-text-editor" width="350" height="264" class="aligncenter size-full wp-image-228" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/news/find-your-texteditor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideas from LinkedPHPers</title>
		<link>http://www.open-source-editor.com/editors/ideas-from-linkedphpers.html</link>
		<comments>http://www.open-source-editor.com/editors/ideas-from-linkedphpers.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:39:38 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linkedphpers]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[quanta]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=196</guid>
		<description><![CDATA[
			
				
			
		
I got some ideas from LinkedPHPers, a group on LinkedIn. There is a discussion going on, &#8220;What is the best free application that runs in Ubuntu 9.10 &#8211; the Karmic Koala for development of websites in PHP?&#8221; My own anser was Quanta Plus or Eclipse PDT for projects and gEdit for lighter/faster edits. But a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fideas-from-linkedphpers.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fideas-from-linkedphpers.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I got some ideas from <a href="http://www.linkedin.com/groups?gid=40870" target="_blank" class="external">LinkedPHPers, a group on LinkedIn</a>. There is a discussion going on, &#8220;<em>What is the best free application that runs in Ubuntu 9.10 &#8211; the Karmic Koala for development of websites in PHP?</em>&#8221; My own anser was Quanta Plus or Eclipse PDT for projects and gEdit for lighter/faster edits. But a lot of people mentioned Netbeans. So I&#8217;m giving Netbeans a try on my Ubuntu and my OS X machine.</p>
<p>A brief try today I like it, but I think the use of snippets/templates/palettes/macros (different names in different editors for the recycling of code) should be made easier. I like the way Quanta handles them, drag and drop to create but the option for more advanced edit. And stored in a common format like .txt. The whole idea with snippets is to speed up your coding, at least to me. But I still need to check further in Netbeans, as I said I only had a brief look today. So this is NOT a review &#8230; yet ;) </p>
<div align="center"><a href="http://www.linkedin.com/groups?gid=40870"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/01/linkedphpers.png" alt="" title="linkedphpers" width="414" height="190" class="aligncenter size-full wp-image-198" style="border: 1px solid #000" /></a></div>
<p>By the way you might have noticed I got some new pages up, <a href="http://www.open-source-editor.com/free-editors-for-os-x">&#8220;Free editors for OS X&#8221;</a> and <a href="http://www.open-source-editor.com/free-texteditors-for-linux">&#8220;Free texteditors for Linux&#8221;</a>. I intend to continue with Windows editors soon, and the review them all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/ideas-from-linkedphpers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freemind 0.9 on Xubuntu</title>
		<link>http://www.open-source-editor.com/other-software/freemind-0-9-on-xubuntu.html</link>
		<comments>http://www.open-source-editor.com/other-software/freemind-0-9-on-xubuntu.html#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:57:55 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Other software]]></category>
		<category><![CDATA[freemind]]></category>
		<category><![CDATA[mindmapping]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=182</guid>
		<description><![CDATA[
			
				
			
		
Now you can get Freemind 0.9 on Xubuntu Linux (and OS X and Windows). Freemind is the free mindmapping software. I think it is great for planning and thinking sometimes. There is an old version in the Ubuntu repositories, but I had a hard time getting it to work and it couldn&#8217;t open the maps [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Fother-software%2Ffreemind-0-9-on-xubuntu.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Fother-software%2Ffreemind-0-9-on-xubuntu.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Now you can <a href="http://sourceforge.net/projects/freemind" target="_blank" class="external"><strong>get Freemind 0.9 on Xubuntu Linux</strong></a> (and OS X and Windows). Freemind is the free mindmapping software. I think it is great for planning and thinking sometimes. There is an old version in the Ubuntu repositories, but I had a hard time getting it to work and it couldn&#8217;t open the maps I made on my Mac or Windows (since they had later versions of the software).</p>
<p>I just downloaded <code>freemind-bin-max-0.9.0_RC_6.zip</code> and extracted, made <code>freemind.sh</code> executable and now I got a new version of this great little program :) </p>
<p><a href="http://sourceforge.net/projects/freemind" target="_blank"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/01/freemind-start-09.jpg" alt="" title="freemind-start-09" width="432" height="292" class="alignleft size-full wp-image-183" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/other-software/freemind-0-9-on-xubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quanta Plus on Mac OS X</title>
		<link>http://www.open-source-editor.com/editors/quanta-editors/quanta-plus-on-mac-os-x.html</link>
		<comments>http://www.open-source-editor.com/editors/quanta-editors/quanta-plus-on-mac-os-x.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 20:30:27 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Quanta]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[quanta]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=143</guid>
		<description><![CDATA[
			
				
			
		
The image you see below is the editor Quanta Plus on Mac OS X. It is a port of KDE WebDev and is usually run on Linux. Since I&#8217;ve been working with it for a while I tought it would be nice to get it going on Apples Mac OS X too.

Macports
I began by installing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fquanta-editors%2Fquanta-plus-on-mac-os-x.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Feditors%2Fquanta-editors%2Fquanta-plus-on-mac-os-x.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The image you see below is <strong>the editor Quanta Plus on Mac OS X</strong>. It is a port of <a href="http://kdewebdev.org/" target="_blank" class="external">KDE WebDev</a> and is usually run on Linux. Since I&#8217;ve been working with it for a while I tought it would be nice to get it going on Apples Mac OS X too.</p>
<p><a href="http://www.open-source-editor.com/wp-content/uploads/2010/01/quanta-plus-on-mac-osx.png"><img src="http://www.open-source-editor.com/wp-content/uploads/2010/01/quanta-plus-on-mac-osx.png" alt="You can run Quanta Plus on Apples platform OS X" title="quanta-plus-on-mac-osx" width="480" height="310" class="aligncenter size-full wp-image-145" /></a></p>
<p><strong>Macports</strong><br />
I began by installing <a href="http://www.macports.org/" target="_blank" class="external">MacPorts</a> (<em>an &#8220;an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the Mac OS X operating system&#8221;</em>).<br />
<span id="more-143"></span><br />
Before you install MacPorts be sure to have  Apples X11 User/window environment (installed as default in OS X 10.5+) ans <a href="http://developer.apple.com/tools/xcode/" target="_blank" class="external">XCode Developer Tools</a>.</p>
<p>The next step was to install the base for the <em>K Desktop Environment</em> (KDE3). This is done by opening the Terminal and write:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> kdebase3</pre></div></div>

<p>The instal might take a while. Now for the programs. Install kdewebdev3, a webdeveloping package including Quanta Plus.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> port <span style="color: #c20cb9; font-weight: bold;">install</span> kdewebdev3</pre></div></div>

<p>Once again, the install can take some time so be patient. When it&#8217;s done you can find the apps in <code>/opt/local/bin</code>. Good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/editors/quanta-editors/quanta-plus-on-mac-os-x.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laptop hickups</title>
		<link>http://www.open-source-editor.com/hardware/laptop-hickups.html</link>
		<comments>http://www.open-source-editor.com/hardware/laptop-hickups.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 19:30:34 +0000</pubDate>
		<dc:creator>Mattias Wirf</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[trouble]]></category>

		<guid isPermaLink="false">http://www.open-source-editor.com/?p=72</guid>
		<description><![CDATA[
			
				
			
		
I work a lot on an old Notebook, and today it got laptop hickups. Actually it all started years ago when the harddrive (IBM &#8220;deathstar&#8221; Deskstar) started giving &#8220;Non system disk&#8221; error. About a month ago I replaced it. Great. Happy days.

This morning when I arrived to work (2 hours late, due to error in [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.open-source-editor.com%2Fhardware%2Flaptop-hickups.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.open-source-editor.com%2Fhardware%2Flaptop-hickups.html&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I work a lot on an old Notebook, and today it got laptop hickups. Actually it all started years ago when the harddrive (IBM &#8220;<em>deathstar</em>&#8221; Deskstar) started giving &#8220;Non system disk&#8221; error. About a month ago I replaced it. Great. Happy days.</p>
<p><img class="size-full wp-image-74 alignleft" title="brokenlaptop" src="http://www.open-source-editor.com/wp-content/uploads/2010/01/brokenlaptop.gif" alt="" width="218" height="226" /></p>
<p>This morning when I arrived to work (2 hours late, due to error in the local traffic) I think it stopped working while I was writing to the disk, resulting in an filsystem error. I managed to fix is with the <a href="http://en.wikipedia.org/wiki/Fsck" target="_blank" class="external"><strong>fsck</strong></a> from terminal, but it took a couple of hours more. Half a day gone and nothing done&#8230; but at least the laptop works again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-editor.com/hardware/laptop-hickups.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
