<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>mijane Blog</title>
    <link>http://blog.mijane.de/</link>
    <description>ein paar interessante Sachen gibt es immer</description>
    <dc:language>de</dc:language>

    <image rdf:resource="http://blog.mijane.de/templates/default/img/s9y_banner_small.png" />

    <items>
      <rdf:Seq>
        <rdf:li resource="http://blog.mijane.de/artikel/28.html" />
      </rdf:Seq>
    </items>
</channel>

<image rdf:about="http://blog.mijane.de/templates/default/img/s9y_banner_small.png">
        <url>http://blog.mijane.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: mijane Blog - ein paar interessante Sachen gibt es immer</title>
        <link>http://blog.mijane.de/</link>
        <width>100</width>
        <height>21</height>
    </image>


<item rdf:about="http://blog.mijane.de/artikel/28.html">
    <title>Versteckte SVN Ordner löschen</title>
    <link>http://blog.mijane.de/artikel/Versteckte-SVN-Ordner-loeschen.html</link>
    <description>
    &lt;p&gt;Da ich nun dabei bin von Subversion auf GIT zu wechseln, wollte ich aus meinem alten SVN Repository die ganzen versteckten SVN Ordner löschen. Zum Glück geht dies unter Linux / Ubuntu ganz einfach.&lt;br /&gt; &lt;br /&gt;
&lt;pre&gt;find /pfad/zum/git/repository/ -type d -name &quot;.svn&quot; -exec rm -Rf {} \;&lt;/pre&gt;&lt;br /&gt;That&#039;s all folks.&lt;/p&gt; 
    </description>

    <dc:publisher>mijane Blog</dc:publisher>
    <dc:creator>nospam@example.com (Peter Rother)</dc:creator>
    <dc:subject>
    GIT, </dc:subject>
    <dc:date>2010-09-25T19:16:44Z</dc:date>
    <wfw:comment>http://blog.mijane.de/wfwcomment.php?cid=28</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.mijane.de/rss.php?version=1.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    
    <dc:subject>git</dc:subject>
<dc:subject>subversion</dc:subject>
<dc:subject>svn</dc:subject>
<dc:subject>ubuntu</dc:subject>

</item>

</rdf:RDF>

