<?xml version="1.0" encoding="iso-8859-1" ?><?xml-stylesheet type="text/css" href="http://resources.encodo.ch/webcore/styles/atom.css" ?><feed xmlns="http://www.w3.org/2005/Atom">
  <generator uri="http://encodo.com/de/" version="3.2.0">
    Encodo Blogs 3.2.0
  </generator>
    <title type="html" xml:lang="en-us">
    <![CDATA[all &gt; Encodo Blogs 3.2.0]]>
  </title>
  <id>http://encodo.com/de/</id>
  <link rel="self" href="http://encodo.com/index_rss.php?format=atom"/>
  <updated>2010-06-18T14:23:07+02:00</updated>
  <icon>http://encodo.com/de/icons/webcore_gif_silver/app/news_100px.gif</icon>
    <subtitle type="html" xml:lang="en-us">
    <![CDATA[]]>
  </subtitle>
    <rights type="html" xml:lang="en-us">
    <![CDATA[Copyright &copy; 2005-2010 Encodo Systems AG. All Rights Reserved.]]>
  </rights>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[WM 2010 bei Encodo]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=203</id>
    <link href="http://encodo.com/de/view_article.php?id=203"/>
    <updated>2010-06-18T13:42:51+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p>Encodo fiebert mit! Dank Beamer, Lautsprecher und Live-Streaming sind jetzt alle auf dem Laufenden.</p>
<div style="margin: auto; display: table"><a href="http://data.encodo.ch/news/attachments/entry/203/dsc00535.jpg"><img src="http://data.encodo.ch/news/attachments/entry/203/dsc00535_tn.jpg" alt=" " class="frame" style="float: left; margin-right: .5em; margin-bottom: .5em"></a><a href="http://data.encodo.ch/news/attachments/entry/203/dsc00536.jpg"><img src="http://data.encodo.ch/news/attachments/entry/203/dsc00536_tn.jpg" alt=" " class="frame" style="float: left; margin-right: .5em; margin-bottom: .5em"></a></div>]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">18. Jun 2010 13:42:51 (GMT-5)</span>
</div>
<div>
Updated by <a href="http://encodo.com/de/view_user.php?name=Marco" title="Marco Von Ballmoos" style="cursor: help" class="visible">Marco</a> on <span class="date-time">18. Jun 2010 14:23:07 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p>Encodo fiebert mit! Dank Beamer, Lautsprecher und Live-Streaming sind jetzt alle auf dem Laufenden.</p>
<div style="margin: auto; display: table"><a href="http://data.encodo.ch/news/attachments/entry/203/dsc00535.jpg"><img src="http://data.encodo.ch/news/attachments/entry/203/dsc00535_tn.jpg" alt=" " class="frame" style="float: left; margin-right: .5em; margin-bottom: .5em"></a><a href="http://data.encodo.ch/news/attachments/entry/203/dsc00536.jpg"><img src="http://data.encodo.ch/news/attachments/entry/203/dsc00536_tn.jpg" alt=" " class="frame" style="float: left; margin-right: .5em; margin-bottom: .5em"></a></div>      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[Sealed classes and methods]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=200</id>
    <link href="http://encodo.com/de/view_article.php?id=200"/>
    <updated>2010-05-10T14:55:39+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p><small class="notes">This article originally appeared on <a href="http://earthli.com/news/view_article.php?id=2382">earthli News</a> and has been cross-posted here.</small></p>
<p><span class="horizontal-separator"></span></p>
<p>According to the official documentation, the <code>sealed</code> keyword in C# serves the following dual purpose:</p>
<blockquote class="quote quote-block"><div>&ldquo;When applied to a class, the <strong>sealed</strong> modifier prevents other classes from inheriting from it. [&#8230;] You can also... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=200">More</a>]&rdquo;</div></blockquote>]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marco" title="Marco Von Ballmoos" style="cursor: help" class="visible">Marco</a> on <span class="date-time">10. May 2010 14:55:39 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p><small class="notes">This article originally appeared on <a href="http://earthli.com/news/view_article.php?id=2382">earthli News</a> and has been cross-posted here.</small></p>
<p><span class="horizontal-separator"></span></p>
<p>According to the official documentation, the <code>sealed</code> keyword in C# serves the following dual purpose:</p>
<blockquote class="quote quote-block"><div>&ldquo;When applied to a class, the <strong>sealed</strong> modifier prevents other classes from inheriting from it. [&#8230;] You can also use the <strong>sealed</strong> modifier on a method or property that overrides a virtual method or property in a base class. This enables you to allow classes to derive from your class and prevent them from overriding... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=200">More</a>]&rdquo;</div></blockquote>      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[Warum wollen Programmierer immer so viel wissen?]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=199</id>
    <link href="http://encodo.com/de/view_article.php?id=199"/>
    <updated>2010-05-01T09:59:24+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p>Mit dem anrollenden Testen von ersten Munjari-Versionen ist mal wieder das Thema „Testen von Software&#8220; bzw. &minus; damit verbunden &#8211; das „Melden von Problemen&#8220; aufgekommen. Eigentlich ist das fr&uuml;her oder sp&auml;ter bei jedem Software-Projekt ein Thema. Irgendwann gibt es immer Software-Probleme zu melden.<br>
... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=199">More</a>]</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">1. May 2010 09:59:24 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p>Mit dem anrollenden Testen von ersten Munjari-Versionen ist mal wieder das Thema „Testen von Software&#8220; bzw. &minus; damit verbunden &#8211; das „Melden von Problemen&#8220; aufgekommen. Eigentlich ist das fr&uuml;her oder sp&auml;ter bei jedem Software-Projekt ein Thema. Irgendwann gibt es immer Software-Probleme zu melden.</p>
<p>Also nimmt man als Anwender fix das Telefon oder Emailprogramm und meldet das kurz und b&uuml;ndig beim zust&auml;ndigen Programmierer. Und schon geht&rsquo;s los! Was der alles von mir als einfacher Anwender seiner... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=199">More</a>]</p>
      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[How to configure a local firewall for OpenVPN (Part II)]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=198</id>
    <link href="http://encodo.com/de/view_article.php?id=198"/>
    <updated>2010-04-28T12:44:18+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p><small class="notes">The following tip was developed using Ubuntu 9.1x (Hardy Heron) with OpenVPn 2.1rc19. It builds on the the setup from <a href="http://encodo.com/de/view_article.php?id=196">Part I</a>.</small></p>
<p><small class="notes">This post has been updated since publication to include <code>FORWARD</code> directives for the strangers list as well.</small></p>
<p><span class="horizontal-separator"></span></p>
<p><a href="http://encodo.com/de/view_article.php?id=196">Part I</a> of this guide to configuring a local firewall for... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=198">More</a>]</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marco" title="Marco Von Ballmoos" style="cursor: help" class="visible">Marco</a> on <span class="date-time">28. Apr 2010 12:44:18 (GMT-5)</span>
</div>
<div>
Updated by <a href="http://encodo.com/de/view_user.php?name=Marco" title="Marco Von Ballmoos" style="cursor: help" class="visible">Marco</a> on <span class="date-time">28. Apr 2010 21:00:24 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p><small class="notes">The following tip was developed using Ubuntu 9.1x (Hardy Heron) with OpenVPn 2.1rc19. It builds on the the setup from <a href="http://encodo.com/de/view_article.php?id=196">Part I</a>.</small></p>
<p><small class="notes">This post has been updated since publication to include <code>FORWARD</code> directives for the strangers list as well.</small></p>
<p><span class="horizontal-separator"></span></p>
<p><a href="http://encodo.com/de/view_article.php?id=196">Part I</a> of this guide to configuring a local firewall for OpenVPN introduced you to using <code>iptables</code> on Linux. It also included a script for OpenVPN that opened and closed the firewall for specific IP addresses. If you haven&rsquo;t read it already, you should probably... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=198">More</a>]</p>
      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[Warum Screenshots für Software-Produkte wichtig sind?]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=197</id>
    <link href="http://encodo.com/de/view_article.php?id=197"/>
    <updated>2010-04-21T14:35:19+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p>Wir von der Encodo arbeiten aktuell an Produkteunterlagen und dabei ist Frage nach Screenshots aufgekommen. Wir IT-Fritzen waren der Meinung, dass ein Screenshoot unbedingt in die Unterlagen geh&ouml;rt. Auf die Frage hin, warum wir denn unbedingt einen Screenshot relativ prominent in den Produkte- bzw.... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=197">More</a>]</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">21. Apr 2010 14:35:19 (GMT-5)</span>
</div>
<div>
Updated by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">22. Apr 2010 18:02:26 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p>Wir von der Encodo arbeiten aktuell an Produkteunterlagen und dabei ist Frage nach Screenshots aufgekommen. Wir IT-Fritzen waren der Meinung, dass ein Screenshoot unbedingt in die Unterlagen geh&ouml;rt. Auf die Frage hin, warum wir denn unbedingt einen Screenshot relativ prominent in den Produkte- bzw. Verkaufsunterlagen wollten, antworteten wir: &ldquo;Wir verwenden Screenshots als ein sehr gewichtiges Auswahlkriterium bei der Evaluation neuer Software&rdquo;.</p>
<p>Soweit so gut, aber m&uuml;ssen auf dem Screenshots... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=197">More</a>]</p>
      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[How to configure a local firewall for OpenVPN]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=196</id>
    <link href="http://encodo.com/de/view_article.php?id=196"/>
    <updated>2010-04-20T22:37:27+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p><small class="notes">The following tip was developed using Ubuntu 9.1x (Hardy Heron) with OpenVPn 2.1rc19.</small></p>
<p><span class="horizontal-separator"></span></p>
<p><small class="notes">Once you&rsquo;re done with this tutorial, make sure to read <a href="http://encodo.com/de/view_article.php?id=198">Part II</a>, which includes some crucial updates.</small></p>
<p>There are dozens of guides around that describe how to optimally configure the <code>iptables</code> firewall on Linux... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=196">More</a>]</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marco" title="Marco Von Ballmoos" style="cursor: help" class="visible">Marco</a> on <span class="date-time">20. Apr 2010 22:37:27 (GMT-5)</span>
</div>
<div>
Updated by <a href="http://encodo.com/de/view_user.php?name=Marco" title="Marco Von Ballmoos" style="cursor: help" class="visible">Marco</a> on <span class="date-time">28. Apr 2010 13:22:08 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p><small class="notes">The following tip was developed using Ubuntu 9.1x (Hardy Heron) with OpenVPn 2.1rc19.</small></p>
<p><span class="horizontal-separator"></span></p>
<p><small class="notes">Once you&rsquo;re done with this tutorial, make sure to read <a href="http://encodo.com/de/view_article.php?id=198">Part II</a>, which includes some crucial updates.</small></p>
<p>There are dozens of guides around that describe how to optimally configure the <code>iptables</code> firewall on Linux for OpenVPN. There&rsquo;s even a script installed by default that is extremely well-commented and shows to how close down the firewall, then open up only very selected ports and protocols for optimal... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=196">More</a>]</p>
      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[Cross MonoTouch off the list]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=195</id>
    <link href="http://encodo.com/de/view_article.php?id=195"/>
    <updated>2010-04-12T07:03:32+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p><small class="notes">This article originally appeared on <a href="http://earthli.com/news/view_article.php?id=2362">earthli News</a> and has been cross-posted here.</small></p>
<p><span class="horizontal-separator"></span></p>
<p>Apple presented the iPhone OS 4.0 late last week. The new version includes hundreds of new API calls for third-party developers, including long-sought-after support for multi-tasking. The changes extended to the... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=195">More</a>]</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marco" title="Marco Von Ballmoos" style="cursor: help" class="visible">Marco</a> on <span class="date-time">12. Apr 2010 07:03:32 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p><small class="notes">This article originally appeared on <a href="http://earthli.com/news/view_article.php?id=2362">earthli News</a> and has been cross-posted here.</small></p>
<p><span class="horizontal-separator"></span></p>
<p>Apple presented the iPhone OS 4.0 late last week. The new version includes hundreds of new API calls for third-party developers, including long-sought-after support for multi-tasking. The changes extended to the licensing agreement for iPhone developers, with section 3.3.1 getting considerable modification, as documented in the article, <a href="http://www.theregister.co.uk/2010/04/10/adobe_man_on_apple/">Adobe man to Apple: &lsquo;Go screw yourself&rsquo;</a> by <cite>Cade Metz</cite> (<cite><a href="http://www.theregister.co.uk/">The Register</a></cite>). That section now reads:</p>
<blockquote class="quote quote-block"><div>&ldquo;Applications... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=195">More</a>]&rdquo;</div></blockquote>      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[17.03.2010]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=194</id>
    <link href="http://encodo.com/de/view_article.php?id=194"/>
    <updated>2010-03-30T13:33:41+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p><img src="http://data.encodo.ch/news/attachments/entry/190/shamrock_tn.png" alt=" " style="float: left; margin-right: .5em; margin-bottom: .5em">Encodo hat Quino 1.3.0.0 f&uuml;r lizenzierte Kunden freigegben; da es Saint Patrick&rsquo;s day ist, nennen wir diese den &ldquo;shamrock release&rdquo;! Test-Lizenzen sind auf Wunsch verf&uuml;gbar; z&ouml;gern Sie nicht uns unter &ldquo;info [at] encodo [dot] ch&rdquo; zu kontaktieren. F&uuml;r einen detailierten &Uuml;berblick empfehlen wir einen... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=194">More</a>]</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">30. Mar 2010 13:33:41 (GMT-5)</span>
</div>
<div>
Updated by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">31. Mar 2010 08:52:54 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p><img src="http://data.encodo.ch/news/attachments/entry/190/shamrock_tn.png" alt=" " style="float: left; margin-right: .5em; margin-bottom: .5em">Encodo hat Quino 1.3.0.0 f&uuml;r lizenzierte Kunden freigegben; da es Saint Patrick&rsquo;s day ist, nennen wir diese den &ldquo;shamrock release&rdquo;! Test-Lizenzen sind auf Wunsch verf&uuml;gbar; z&ouml;gern Sie nicht uns unter &ldquo;info [at] encodo [dot] ch&rdquo; zu kontaktieren. F&uuml;r einen detailierten &Uuml;berblick empfehlen wir einen Blick in das <a href="http://encodo.com/en/documents.php#quino-fact-sheet">Quino Fact Sheet</a>. Detailierte Release-Informationen sind f&uuml;r Kunden ab sofort verf&uuml;gbar.</p>
<p>Diese Version beinhaltet u.a. folgende &Auml;nderungen und Erweiterungen [1]:</p>
<ul>
<li>Support for dedicated... [<a class="complete-text-link" href="http://encodo.com/de/view_article.php?id=194">More</a>]</li></ul>      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[29.03.2010]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=193</id>
    <link href="http://encodo.com/de/view_article.php?id=193"/>
    <updated>2010-03-30T13:18:39+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p>We just published a few <a href="http://encodo.com/en/events.php?folder_id=11">pictures</a> from the first Encodo Networking Event of this year. After an ap&eacute;ro and a short demo about Quino&rsquo;s modeled Methods, we went to the billiard hall near here.</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">30. Mar 2010 13:18:39 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p>We just published a few <a href="http://encodo.com/en/events.php?folder_id=11">pictures</a> from the first Encodo Networking Event of this year. After an ap&eacute;ro and a short demo about Quino&rsquo;s modeled Methods, we went to the billiard hall near here.</p>
      </div>
  ]]>
  </content>
  </entry>
  <entry>
      <title type="html" xml:lang="en-us">
    <![CDATA[29.03.2010]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=192</id>
    <link href="http://encodo.com/de/view_article.php?id=192"/>
    <updated>2010-03-30T13:08:46+02:00</updated>
    <author>
        <name type="html" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="html" xml:lang="en-us">
    <![CDATA[<p>Ein paar <a href="http://encodo.com/de/events.php?folder_id=11">Bilder</a> des ersten Encodo Networking Events im 2010 sind online. Nach einem Apero und einer kurzen Demo von modellierten Business-Methoden ging es zu ein paar Runden Billard.</p>
]]>
  </summary>
      <content type="html" xml:lang="en-us">
    <![CDATA[<div class="info-box-top">
<div>
Published by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">30. Mar 2010 13:08:46 (GMT-5)</span>
</div>
<div>
Updated by <a href="http://encodo.com/de/view_user.php?name=Marc" title="Marc D&uuml;rst" style="cursor: help" class="visible">Marc</a> on <span class="date-time">30. Mar 2010 13:18:36 (GMT-5)</span>
</div>
</div>
      <div class="text-flow">
  <p>Ein paar <a href="http://encodo.com/de/events.php?folder_id=11">Bilder</a> des ersten Encodo Networking Events im 2010 sind online. Nach einem Apero und einer kurzen Demo von modellierten Business-Methoden ging es zu ein paar Runden Billard.</p>
      </div>
  ]]>
  </content>
  </entry>
</feed>
