<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/feed.php">
        <title>Thomas Pani</title>
        <description></description>
        <link>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/</link>
        <image rdf:resource="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2009-11-24T21:55:50+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=start&amp;rev=1258211781&amp;do=diff"/>
                <rdf:li rdf:resource="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=projects:thinkhdaps&amp;rev=1257857862&amp;do=diff"/>
                <rdf:li rdf:resource="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=projects&amp;rev=1257857826&amp;do=diff"/>
                <rdf:li rdf:resource="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=blog:publishing_various_scm_s_repositories_over_ssh&amp;rev=1257639428&amp;do=diff"/>
                <rdf:li rdf:resource="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=blog:gitosis_in_completely_non-root_setups&amp;rev=1255804225&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/lib/images/favicon.ico">
        <title>Thomas Pani</title>
        <link>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/</link>
        <url>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=start&amp;rev=1258211781&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-14T16:16:21+01:00</dc:date>
        <dc:creator>Thomas Pani</dc:creator>
        <title>start</title>
        <link>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=start&amp;rev=1258211781&amp;do=diff</link>
        <description>Welcome to my personal website.
Within you will find information on my recent and past (software) projects and my interests and hobbies, as well as contact information.</description>
    </item>
    <item rdf:about="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=projects:thinkhdaps&amp;rev=1257857862&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-10T13:57:42+01:00</dc:date>
        <dc:creator>Thomas Pani</dc:creator>
        <title>projects:thinkhdaps</title>
        <link>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=projects:thinkhdaps&amp;rev=1257857862&amp;do=diff</link>
        <description>[ThinkHDAPS logo]
A pygtk based HDAPS monitor.

News

Dec 26, 2008 v0.2: multiple device support, support for kernel &gt;=2.6.28 sysfs layout.

Dec 20, 2008 v0.1.1: fix: show error icon when no HDAPS ready drive is found

Dec 14, 2008 Initial release (v0.1)</description>
    </item>
    <item rdf:about="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=projects&amp;rev=1257857826&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-10T13:57:06+01:00</dc:date>
        <dc:creator>Thomas Pani</dc:creator>
        <title>projects</title>
        <link>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=projects&amp;rev=1257857826&amp;do=diff</link>
        <description>This is a list of my current (software) projects.
For software not (yet) listed here, you can visit my list of old projects and my Git repositories here or at GitHub.

ThinkHDAPS


[ThinkHDAPS Logo] A pygtk based HDAPS monitor. Project homepage.

iPod on Linux


[IPod] Copying TV Shows to your iPod using Python + libgpod</description>
    </item>
    <item rdf:about="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=blog:publishing_various_scm_s_repositories_over_ssh&amp;rev=1257639428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-08T01:17:08+01:00</dc:date>
        <dc:creator>Thomas Pani</dc:creator>
        <title>blog:publishing_various_scm_s_repositories_over_ssh</title>
        <link>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=blog:publishing_various_scm_s_repositories_over_ssh&amp;rev=1257639428&amp;do=diff</link>
        <description>Subversion

Repository Setup


On the server:


svnadmin create svnrepo


Repository Checkout


svn co svn+ssh://username@name.of.your.server/absolute/path/to/svnrepo


Git

Repository Setup


On the server (in $HOME):


mkdir gitrepo
cd gitrepo/
git init</description>
    </item>
    <item rdf:about="http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=blog:gitosis_in_completely_non-root_setups&amp;rev=1255804225&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-17T20:30:25+01:00</dc:date>
        <dc:creator>Thomas Pani</dc:creator>
        <title>blog:gitosis_in_completely_non-root_setups</title>
        <link>http://web.student.tuwien.ac.at/~e0726415/dokuwiki/doku.php?id=blog:gitosis_in_completely_non-root_setups&amp;rev=1255804225&amp;do=diff</link>
        <description>This is an extension to scie.nti.st » Hosting Git repositories, The Easy (and Secure) Way by Garry Dolley describing how to install gitosis in completely non-root environments.

Setting up Python

Append to ''~/.bashrc''


Adapt this for your login shell, if you're not using bash.</description>
    </item>
</rdf:RDF>
