<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OpenWorkdesk in YOUR custom language in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219865#M172995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At the moment, OpenWorkdesk (OWD) Community Edition comes in three languages:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;STRONG&gt;English&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;STRONG&gt;German&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;STRONG&gt;Romanian&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://openworkdesk.org/img/languages.JPG" rel="nofollow noopener noreferrer"&gt;http://openworkdesk.org/img/languages.JPG&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The language can be changed by clicking the desired language in the upper right corner of the OWD login screen. For translating OWD, OWD development team introduced keys for every OWD String output, which are listed together with their respective "language" value in a properties file (e.g. oecmlocalize_en.properties for the english language). Those properties files can be found in the &lt;/SPAN&gt;&lt;STRONG&gt;oecmlocalize_3000.jar &lt;/STRONG&gt;&lt;SPAN&gt; file in the &lt;/SPAN&gt;&lt;EM&gt;WEB-INFlib&lt;/EM&gt;&lt;SPAN&gt; folder of your OWD Community Edition deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The selectable languages on the login screen are configurable by editing following lines in the &lt;/SPAN&gt;&lt;EM&gt;WEB-INFconfcmisowbootstrap.xml&lt;/EM&gt;&lt;SPAN&gt; file of your deployment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;availablelocals display='true'&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for German also de_au.gif (Austria) or de_ch.gif (Swiss) flag available –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/de.gif" displayname="Deutsch"&amp;gt;de&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for English also en_gb.gif (British) flag available&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/en.gif" displayname="English"&amp;gt;en&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– &amp;lt;lang icon="/images/lang/debugmode.gif" displayname="Debug Mode (for developers only)"&amp;gt;debugmode&amp;lt;/lang&amp;gt; –&amp;gt;&lt;BR /&gt;&amp;lt;/availablelocals&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two ways to translate OWD Community Edition to &lt;/SPAN&gt;&lt;STRONG&gt;YOUR&lt;/STRONG&gt;&lt;SPAN&gt; language&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;Method 1:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Open an existing properties file from the &lt;/SPAN&gt;&lt;STRONG&gt;oecmlocalize_3000.jar &lt;/STRONG&gt;&lt;SPAN&gt; file, translate every key value to your language, rename the properties file (e.g. to oecmlocalize_ex.properties) and save it to the jar file. Add the new language to the code shown above in &lt;/SPAN&gt;&lt;EM&gt;owbootstrap.xml&lt;/EM&gt;&lt;SPAN&gt; like in following example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;availablelocals display='true'&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for German also de_au.gif (Austria) or de_ch.gif (Swiss) flag available –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/de.gif" displayname="Deutsch"&amp;gt;de&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for English also en_gb.gif (British) flag available&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/en.gif" displayname="English"&amp;gt;en&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for YOUR language –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/ex.gif" displayname="Example"&amp;gt;ex&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– &amp;lt;lang icon="/images/lang/debugmode.gif" displayname="Debug Mode (for developers only)"&amp;gt;debugmode&amp;lt;/lang&amp;gt; –&amp;gt;&lt;BR /&gt;&amp;lt;/availablelocals&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You can even add a flag symbol for your language to the &lt;/SPAN&gt;&lt;EM&gt;designdefault20imageslang&lt;/EM&gt;&lt;SPAN&gt; folder of your deployment. In the code example the image was specified to be named &lt;/SPAN&gt;&lt;EM&gt;ex.gif&lt;/EM&gt;&lt;SPAN&gt;. After a server restart, you should now be able to choose your language from the OWD login screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="text-decoration: underline;"&gt;Method 2:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new properties file (e.g. oecmlocalize_ex.properties) and enter OWD´s keys with your respective language value. The keys for the output strings are shwon in so called &lt;/SPAN&gt;&lt;STRONG&gt;debug mode&lt;/STRONG&gt;&lt;SPAN&gt;. To enable debug mode, uncomment the debug mode part like in the following lines of owbootstrap.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;availablelocals display='true'&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for German also de_au.gif (Austria) or de_ch.gif (Swiss) flag available –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/de.gif" displayname="Deutsch"&amp;gt;de&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for English also en_gb.gif (British) flag available&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/en.gif" displayname="English"&amp;gt;en&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/debugmode.gif" displayname="Debug Mode (for developers only)"&amp;gt;debugmode&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;lt;/availablelocals&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Change language to Debug Mode from OWD´s login screen and you will see the original keys instead of OWD´s output strings. Add a key to the properties file with his respective "language" value like the following example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;key=value&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seperate the different key-value pairs by entering each pair in a new line. Save the new properties file into the &lt;/SPAN&gt;&lt;STRONG&gt;oecmlocalize_3000.jar &lt;/STRONG&gt;&lt;SPAN&gt; file. If your properties file would be named oecmlocalize_ex.properties, you´d have to add the language to &lt;/SPAN&gt;&lt;EM&gt;owbootstrap.xml&lt;/EM&gt;&lt;SPAN&gt; like in the following example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;availablelocals display='true'&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for German also de_au.gif (Austria) or de_ch.gif (Swiss) flag available –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/de.gif" displayname="Deutsch"&amp;gt;de&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for English also en_gb.gif (British) flag available&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/en.gif" displayname="English"&amp;gt;en&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– for YOUR language –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;lang icon="/images/lang/ex.gif" displayname="Example"&amp;gt;ex&amp;lt;/lang&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;!– &amp;lt;lang icon="/images/lang/debugmode.gif" displayname="Example (for developers only)"&amp;gt;debugmode&amp;lt;/lang&amp;gt; –&amp;gt;&lt;BR /&gt;&amp;lt;/availablelocals&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;You can even add a flag symbol for your language to the &lt;/SPAN&gt;&lt;EM&gt;designdefault20imageslang&lt;/EM&gt;&lt;SPAN&gt; folder of your deployment. In the code example the image was specified to be named &lt;/SPAN&gt;&lt;EM&gt;ex.gif&lt;/EM&gt;&lt;SPAN&gt;. After a server restart, you should now be able to choose your language from the OWD login screen.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jul 2010 12:17:21 GMT</pubDate>
    <dc:creator>deko</dc:creator>
    <dc:date>2010-07-02T12:17:21Z</dc:date>
    <item>
      <title>OpenWorkdesk in YOUR custom language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219865#M172995</link>
      <description>At the moment, OpenWorkdesk (OWD) Community Edition comes in three languages:- English- German- Romanian[img]http://openworkdesk.org/img/languages.JPG[/img]The language can be changed by clicking the desired language in the upper right corner of the OWD login screen. For translating OWD, OWD develop</description>
      <pubDate>Fri, 02 Jul 2010 12:17:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219865#M172995</guid>
      <dc:creator>deko</dc:creator>
      <dc:date>2010-07-02T12:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: OpenWorkdesk in YOUR custom language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219866#M172996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Of course feel free to attach your properties files and let them, by this way, be part of the OpenWorddesk Community Edition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 12:19:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219866#M172996</guid>
      <dc:creator>deko</dc:creator>
      <dc:date>2010-07-02T12:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: OpenWorkdesk in YOUR custom language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219867#M172997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about support for RTL?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindest regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hadi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 10:14:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219867#M172997</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2011-05-09T10:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: OpenWorkdesk in YOUR custom language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219868#M172998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Hadi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we were able to proof support of RTL in an exemplary PoC for an OpenWorkdesk project in Dubai already. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RTL support is achieved not only through the OpenWorkdesk application itself, but also through a RTL supported web browser and operating system on the client side. If the client side web browser and operating system are supporting RTL, you just would have to change the encoding of the localize properties file to a RTL supported language, like Arabic, Hebrew, Pashto, Persian, Sindhi, Syriac, Thaana, Urdu, Yiddish, etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a chance, that you could translate the strings on the OpenWorkdesk welcome page to your desired language, so I could demonstrate RTL support with a screenshot or by attaching the adapted RTL encoded localize properties file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The default strings on the welcome page are the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Welcome to WeWebU OpenWorkdesk (used as welcome text)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Name (used for the username field)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Password (used for the password field)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Login (for the login button)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Reset (for the reset button)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:38:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219868#M172998</guid>
      <dc:creator>deko</dc:creator>
      <dc:date>2011-05-10T07:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: OpenWorkdesk in YOUR custom language</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219869#M172999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi depf,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;… RTL support is achieved not only through the OpenWorkdesk application itself, but also through a RTL supported web browser and operating system on the client side…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is Great news &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this will close a sizable gab with Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a chance, that you could translate the strings on the OpenWorkdesk welcome page …&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Gladly … the javascript escapes equivalent in Arabic for the strings you posted:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;welcome=\u0645\u0631\u062d\u0628\u0627 \u0628\u0643 \u0641\u064a \u0646\u0638\u0627\u0645 WeWebU OpenWorkdesk&lt;BR /&gt;name=\u0625\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645&lt;BR /&gt;password=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631&lt;BR /&gt;login=\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644&lt;BR /&gt;reset=\u0645\u0633\u062d \u0627\u0644\u062d\u0642\u0648\u0644&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll do some testing with Alfresco (may be in a month time-hopefully); if successful I'll translate it to Arabic &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hadi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 08:38:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openworkdesk-in-your-custom-language/m-p/219869#M172999</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2011-05-11T08:38:29Z</dc:date>
    </item>
  </channel>
</rss>

