<?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>Hauru &#187; Miscellaneous</title>
	<atom:link href="http://hauru.eu/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://hauru.eu</link>
	<description>Personal techblog by Tomek Paczkowski</description>
	<lastBuildDate>Wed, 07 Apr 2010 22:49:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Gedit rewrap plugin</title>
		<link>http://hauru.eu/2010/04/07/gedit-rewrap-plugin/</link>
		<comments>http://hauru.eu/2010/04/07/gedit-rewrap-plugin/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 22:49:14 +0000</pubDate>
		<dc:creator>oinopion</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://hauru.eu/?p=145</guid>
		<description><![CDATA[Ola is writing her dissertation in LaTeX using gedit (GNOME Text Editor). Gedit is nice, but it can&#8217;t do hard wrap, not to mention text reformatting. Now she has lots of extremely long lines. As vim has both mentioned features (gq) I don&#8217;t have this problem, but I decided to help her, knowing that gedit [...]]]></description>
			<content:encoded><![CDATA[<p>Ola is writing her dissertation in LaTeX using <a rel="external" href="http://www.gedit.org">gedit</a> (GNOME Text Editor). Gedit is nice, but it can&#8217;t do hard wrap, not to mention text reformatting. Now she has lots of extremely long lines. </p>
<p>As vim has both mentioned features (gq) I don&#8217;t have this problem, but I decided to help her, knowing that gedit supports python plugins. Two hours of browsing documentation and, lo and behold, rewrap plugin is finished. You can see it on bitbucket: <a href="http://bitbucket.org/oinopion/gedit-rewrap-plugin/">http://bitbucket.org/oinopion/gedit-rewrap-plugin/</a></p>
<p>I know that there probably is something similar (and probably better) done already, but it&#8217;s great fun to hack for your girlfriend!</p>
]]></content:encoded>
			<wfw:commentRss>http://hauru.eu/2010/04/07/gedit-rewrap-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enter Tasklight</title>
		<link>http://hauru.eu/2010/03/26/enter-tasklight/</link>
		<comments>http://hauru.eu/2010/03/26/enter-tasklight/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 21:14:16 +0000</pubDate>
		<dc:creator>oinopion</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://hauru.eu/?p=130</guid>
		<description><![CDATA[My time at University of the West of Scotland is about to end shortly. In two weeks I will submit my project along with lengthy dissertation for assessment. This is honours year project and should be a real-world web-application of considerable complexity including integration with some proprietary APIs. My project, Tasklight, is lightweight task management [...]]]></description>
			<content:encoded><![CDATA[<p>My time at <a href="http://uws.ac.uk">University of the West of Scotland</a> is about to end shortly. In two weeks I will submit my project along with lengthy dissertation for assessment. This is honours year project and should be a real-world web-application of considerable complexity including integration with some proprietary APIs.</p>
<p>My project, Tasklight, is lightweight task management system. It&#8217;s running on <a href="http://code.google.com/appengine/">Google App Engine</a> (Python runtime). It is build with libraries such as <a href="http://werkzeug.pocoo.org/">Werkzeug</a>, <a href="http://jinja.pocoo.org/2/">Jinja2</a>, <a href="http://wtforms.simplecodes.com/">wtforms</a> and <a href="http://jquery.com/">jQuery</a>.</p>
<p>Tasklight is fairly complete, in terms of university project. So that is why I&#8217;m announcing public beta testing. If you feel like trashing my little, cute Python app than go to: <a href="http://tasklight.appspot.com">Tasklight</a> log in with your Google Account and &#8230; well, test it!</p>
<div style="margin: 10px; text-align: center">
<a href="http://tasklight.appspot.com"><img src="http://hauru.eu/wp-content/uploads/2010/03/task_big.png" alt="Tasklight logo" title="Tasklight logo" width="287" height="52" class="size-full wp-image-136"/></a></div>
<p>PS: Any feedback can go here or to <a href="http://hauru.uservoice.com/forums/48185-tasklight">uservoice forum</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://hauru.eu/2010/03/26/enter-tasklight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gone WordPress</title>
		<link>http://hauru.eu/2008/12/14/gone-wordpress/</link>
		<comments>http://hauru.eu/2008/12/14/gone-wordpress/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 00:06:22 +0000</pubDate>
		<dc:creator>oinopion</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://hauru.eu/?p=32</guid>
		<description><![CDATA[Quick and obvious info: I moved to wordpress. That&#8217;s kind of treason: wordpress is not in Python, but after evaluating it for a few hours it seems nice and very usable. I don&#8217;t know internal code, but from outside it&#8217;s quite good piece of software. Theme used: Elite.]]></description>
			<content:encoded><![CDATA[<p>Quick and obvious info: I moved to <a href="http://wordpress.org">wordpress</a>. That&#8217;s kind of treason: wordpress is not in Python, but after evaluating it for a few hours it seems nice and very usable. I don&#8217;t know internal code, but from outside it&#8217;s quite good piece of software. Theme used: <a href="http://wpzone.net/free-wordpress-themes/elite/">Elite</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hauru.eu/2008/12/14/gone-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
