<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>renemoser.net</title>
	<link>http://www.renemoser.net</link>
	<description>more or less a tech blog</description>
	<lastBuildDate>Mon, 15 Feb 2010 08:49:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>mod_auth_openid: The Apache OpenID Module</title>
		<description><![CDATA[mod_auth_openid [1] is an authentication module for the Apache 2 webserver. It handles the functions of an OpenID  consumer as specified in the OpenID 2.0 specification.
[1] http://trac.butterfat.net/public/mod_auth_openid
]]></description>
		<link>http://www.renemoser.net/2010/02/mod_auth_openid-the-apache-openid-module/</link>
			</item>
	<item>
		<title>git-ftp.sh: Pushing changed files to a website via FTP</title>
		<description><![CDATA[I scripted a small but useful shell tool named git-ftp.sh licensed under GPL v3 helps you saving time while pushing changed files to a ftp server. It uses git to find out which files have been changed since the last upload. 
If you have multiple branches, which is very common with git, it also finds [...]]]></description>
		<link>http://www.renemoser.net/2010/02/git-ftp-sh-pushing-changed-files-to-a-website-via-ftp/</link>
			</item>
	<item>
		<title>Eagle DNS: DNS server in Java</title>
		<description><![CDATA[Eagle DNS [1] a powerful, multithreaded, platform independent authorative DNS server written in Java. It is based on the very reliable and proven dnsjava API and it supports both primary zones and secondary zones using secured AXFR transfers.
Eagle DNS is copyright Robert &#8220;Unlogic&#8221; Olofsson and released under the LGPLv3 license.
[1] http://www.unlogic.se/projects/eagledns
]]></description>
		<link>http://www.renemoser.net/2010/01/eagle-dns-dns-server-in-java/</link>
			</item>
	<item>
		<title>Gnome Do: Simple, sleek, swift, smart. Do.</title>
		<description><![CDATA[If I am  sitting in front of a Mac, I use Cmd + Space for finding all my stuff like searching e-mails and launching applications. I missed that on Gnome.
GNOME Do [1] allows you to quickly search for many items present on your desktop or the web, and perform useful actions on those items. [...]]]></description>
		<link>http://www.renemoser.net/2010/01/gnome-do-simple-sleek-swift-smart-do/</link>
			</item>
	<item>
		<title>Cappuccino: Objective-J Web Framework</title>
		<description><![CDATA[Cappuccino [1] is an open source application framework for developing applications that look and feel like the desktop software users are familiar with.
Cappuccino is built on top of standard web technologies like JavaScript, and it implements most of the familiar APIs from GNUstep and Apple&#8217;s Cocoa frameworks. When you program in Cappuccino, you don&#8217;t need [...]]]></description>
		<link>http://www.renemoser.net/2010/01/cappuccino-objective-j-web-framework/</link>
			</item>
	<item>
		<title>GCALDaemon: Sync your Google Calendar</title>
		<description><![CDATA[GCALDaemon [1] is an OS-independent Java program that offers two-way synchronization between Google Calendar [2] and various iCalendar compatible calendar applications. GCALDaemon is primarily designed as a calendar synchronizer but it can also be used as a Gmail notifier, Address Book importer, Gmail terminal and RSS feed converter.
GCALDaemon is released under Apache License version 2.0.
[1] [...]]]></description>
		<link>http://www.renemoser.net/2009/12/gcaldaemon-sync-your-google-calendar/</link>
			</item>
	<item>
		<title>Convert .avi into .mp3 on Linux</title>
		<description><![CDATA[From time to time I have to google for this, now I am making a post so I know where I can find  
This converts the complete avi into mp3:

1
ffmpeg -i movieSample.avi -ab 256k -vn autioSample.mp3

This extracts from 00:21:24 for 40s and converts avi into mp3:

1
ffmpeg -ss 00:21:24 -t 00:00:40 -i movieSample.avi -ab 256k [...]]]></description>
		<link>http://www.renemoser.net/2009/11/convert-avi-into-mp3-on-linux/</link>
			</item>
	<item>
		<title>SLF4J &#8211; Simple Logging Facade for Java</title>
		<description><![CDATA[The Simple Logging Facade for Java or (SLF4J) [1] serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end user to plug in the desired logging framework at deployment time. 
SLF4J source code and binaries are distributed under the MIT license. 
[1] http://www.slf4j.org/
]]></description>
		<link>http://www.renemoser.net/2009/11/slf4j-simple-logging-facade-for-java/</link>
			</item>
	<item>
		<title>jcouchdb &#8211; Java5 couchdb driver</title>
		<description><![CDATA[jcouchdb [1] is a java5 couchdb driver using the svenson JSON library.
It offers features to support the full range from totally dynamic parsing to parsing into concrete java POJOs, including a mix in between.
jcouchdb is in the early stages of development but there&#8217;s a test suite proving that it does at least most of the [...]]]></description>
		<link>http://www.renemoser.net/2009/11/jcouchdb-java5-couchdb-driver/</link>
			</item>
	<item>
		<title>Zeya &#8211; Streaming music server using HTML 5</title>
		<description><![CDATA[Zeya [1] is a streaming music server that brings your music to any computer with a web browser. It reads your music library, lets you browse your files, and streams them on demand.
The client runs entirely in the browser using the HTML 5 draft standard technologies— no Flash needed! No Silverlight, no applets, no plugins, [...]]]></description>
		<link>http://www.renemoser.net/2009/10/zeya-streaming-musicserver/</link>
			</item>
</channel>
</rss>
