<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to document_item</title><link>https://sourceforge.net/p/openrokn/home/document_item/</link><description>Recent changes to document_item</description><atom:link href="https://sourceforge.net/p/openrokn/home/document_item/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 11 Nov 2012 02:24:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openrokn/home/document_item/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage document_item modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document_item/</link><description>&lt;pre&gt;--- v15
+++ v16
@@ -83,8 +83,8 @@
 &lt;u&gt;Supported values&lt;/u&gt;
 true|false
 &lt;u&gt;Notes&lt;/u&gt;
-This attribute accepts any valid regular expression. It should support nearly every regex option that the perl language supports. Do not use parentheses in this expression. It is intended to filter out unwanted content rather than matching a specific sequence of characters. For example, if you have linked to a html document and you know that the content you want to display is located in a div element with an id of "news_article" then you could use the example below to filter out everything before and after the div element. You will need to encode any xml entities (e.g., [&amp;&lt;&gt;"]) and if your regex statement includes quotes I would recommend using \x22 for each quote instead of &amp;quot;
-&lt;u&gt;Example:&lt;/u&gt; "^.+?&amp;lt;div id=\x22news_article\x22&amp;gt;|&amp;lt;/div&amp;gt;.+$"
+This attribute accepts any valid regular expression. It should support nearly every regex option that the perl language supports. Do not use parentheses in this expression. It is intended to filter out unwanted content rather than matching a specific sequence of characters. For example, if you have linked to a html document and you know that the content you want to display is located in a div element with an id of "news_article" then you could use the example below to filter out everything before and after the div element. You will need to encode any xml entities (e.g., [&amp;&lt;&gt;"]) and if your regex statement includes quotes I would recommend using \x22 for each quote instead of the `&amp;quot;` entity.
+&lt;u&gt;Example:&lt;/u&gt; `"^.+?&amp;lt;div id=\x22news_article\x22&amp;gt;|&amp;lt;/div&amp;gt;.+$"`
 
 ***
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Sun, 11 Nov 2012 02:24:24 -0000</pubDate><guid>https://sourceforge.net721cf1305080c508f448a752b8c5a6293e8ac9fd</guid></item><item><title>WikiPage document_item modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document_item/</link><description>&lt;pre&gt;--- v14
+++ v15
@@ -21,26 +21,70 @@
 
 &lt;b&gt;Supported Attributes&lt;/b&gt;
 
-title
-sdposterurl
-hdposterurl
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;title&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+any string of text
 
-shortdesc
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;sdposterurl&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+any url pointing to a jpg, png or gif image
+
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;hdposterurl&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+any url pointing to a jpg, png or gif image
+
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;shortdesc&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+any string of text
 &lt;u&gt;Notes&lt;/u&gt;
-The short description value will be displayed beneath the title and under the poster on poster screens. This attribute is only used if BOTH the author and date attributes are omitted.
+The short description value will be displayed beneath the title and under the poster on poster screens. This attribute is only used for documents if BOTH the author and date attributes are omitted.
 
-author
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;author&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+the author's name
 &lt;u&gt;Notes&lt;/u&gt;
-If you know the name of author who wrote the document then include the author's name in this attribute. The author's name will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
+If you know the name of the author who wrote the document then include the author's name in this attribute. The name will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. If either an author OR date attribute is specified then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed instead.
 
-date
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;date&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+any string of text
 &lt;u&gt;Notes&lt;/u&gt;
-If you know the original publication date of the document then include the date in this attribute. The date will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
+If you know the original publication date of the document then include the date in this attribute. The date will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. There is no specific format required for the date string. If either an author OR date attribute is specified then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed instead.
 
-url
-striphtml
-stripews
-regexfilter
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;url&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+any url pointing to a text document
+&lt;u&gt;Notes&lt;/u&gt;
+There are two ways to provide the content for document screens. The first option is to embed the text directly into the orml feed using the body element. The second option is to link to a remote text document. When the document item is selected the remote document will be downloaded and formatted according to the attributes below prior to being displayed.
+
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;striphtml&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;boolean&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+true|false
+&lt;u&gt;Notes&lt;/u&gt;
+If enabled all html tags will be removed from the text.
+
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;stripews&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;boolean&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+true|false
+&lt;u&gt;Notes&lt;/u&gt;
+If enabled all extra whitespace will be removed from the text. That includes spaces at the beginning or end of the file, more than one space back to back, or more than 2 new lines back to back.
+
+&lt;u&gt;Name:&lt;/u&gt; &lt;b&gt;regexfilter&lt;/b&gt;
+&lt;u&gt;Type:&lt;/u&gt; &lt;i&gt;string&lt;/i&gt;
+&lt;u&gt;Supported values&lt;/u&gt;
+true|false
+&lt;u&gt;Notes&lt;/u&gt;
+This attribute accepts any valid regular expression. It should support nearly every regex option that the perl language supports. Do not use parentheses in this expression. It is intended to filter out unwanted content rather than matching a specific sequence of characters. For example, if you have linked to a html document and you know that the content you want to display is located in a div element with an id of "news_article" then you could use the example below to filter out everything before and after the div element. You will need to encode any xml entities (e.g., [&amp;&lt;&gt;"]) and if your regex statement includes quotes I would recommend using \x22 for each quote instead of &amp;quot;
+&lt;u&gt;Example:&lt;/u&gt; "^.+?&amp;lt;div id=\x22news_article\x22&amp;gt;|&amp;lt;/div&amp;gt;.+$"
 
 ***
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Sun, 11 Nov 2012 02:17:57 -0000</pubDate><guid>https://sourceforge.netc973691bdb888da14df4399a8cd4658c18232ff2</guid></item><item><title>WikiPage document_item modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document_item/</link><description>&lt;pre&gt;--- v13
+++ v14
@@ -1,9 +1,9 @@
-&lt;b&gt;Item type:&lt;/b&gt; document
-&lt;b&gt;Roku component:&lt;/b&gt; roParagraphScreen + roImageCanvas
+&lt;u&gt;Item type:&lt;/u&gt; &lt;b&gt;document&lt;/b&gt;
+&lt;u&gt;Roku component:&lt;/u&gt; &lt;b&gt;roParagraphScreen + roImageCanvas&lt;/b&gt;
 
 ***
 
-&lt;b&gt;Example:&lt;/b&gt;
+&lt;u&gt;Example&lt;/u&gt;
 
     &lt;item type="document"
           title="My document example"
@@ -19,22 +19,22 @@
 
 ***
 
-&lt;strong&gt;Supported Attributes&lt;/strong&gt;
+&lt;b&gt;Supported Attributes&lt;/b&gt;
 
 title
 sdposterurl
 hdposterurl
 
 shortdesc
-&lt;b&gt;Notes:&lt;/b&gt;
+&lt;u&gt;Notes&lt;/u&gt;
 The short description value will be displayed beneath the title and under the poster on poster screens. This attribute is only used if BOTH the author and date attributes are omitted.
 
 author
-&lt;b&gt;Notes:&lt;/b&gt;
+&lt;u&gt;Notes&lt;/u&gt;
 If you know the name of author who wrote the document then include the author's name in this attribute. The author's name will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
 
 date
-&lt;b&gt;Notes:&lt;/b&gt;
+&lt;u&gt;Notes&lt;/u&gt;
 If you know the original publication date of the document then include the date in this attribute. The date will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
 
 url
@@ -44,7 +44,7 @@
 
 ***
 
-&lt;strong&gt;Supported Child Nodes&lt;/strong&gt;
+&lt;b&gt;Supported Child Nodes&lt;/b&gt;
 
 [description](https://sourceforge.net/p/openrokn/home/description_element/)
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Fri, 09 Nov 2012 19:11:08 -0000</pubDate><guid>https://sourceforge.netbcdcd726fc7f87b53e628f1dd6474d3d47e8c6b0</guid></item><item><title>WikiPage document_item modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document_item/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Fri, 09 Nov 2012 06:42:11 -0000</pubDate><guid>https://sourceforge.netf37f452a646a5a400b07d70a9e4b7711fd36f0c8</guid></item><item><title>WikiPage document_item modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document_item/</link><description>&lt;pre&gt;--- v11
+++ v12
@@ -1,76 +1,51 @@
-UNDER CONSTRUCTION
-
-[&lt;b&gt;Home&lt;/b&gt;](https://sourceforge.net/p/openrokn/home/ORML/)&lt;br&gt;
-&lt;b&gt;Item types:&lt;/b&gt; [poster](https://sourceforge.net/p/openrokn/home/poster/), [grid](https://sourceforge.net/p/openrokn/home/grid/), 
-[audio](https://sourceforge.net/p/openrokn/home/audio/), 
-[video](https://sourceforge.net/p/openrokn/home/video/), 
-[slideshow](https://sourceforge.net/p/openrokn/home/slideshow/), 
-[document](https://sourceforge.net/p/openrokn/home/document/), 
-[settings](https://sourceforge.net/p/openrokn/home/settings/), 
-[search](https://sourceforge.net/p/openrokn/home/searchitem/)
+&lt;b&gt;Item type:&lt;/b&gt; document
+&lt;b&gt;Roku component:&lt;/b&gt; roParagraphScreen + roImageCanvas
 
 ***
 
-&lt;b&gt;Item type:&lt;/b&gt; document&lt;/b&gt;
-&lt;b&gt;Roku Component:&lt;/b&gt; roParagraphScreen
-&lt;b&gt;Synonymous terms:&lt;/b&gt;
-&lt;i&gt;document, document item, document screen, paragraph screen, roParagraphScreen&lt;/i&gt;
+&lt;b&gt;Example:&lt;/b&gt;
 
-Below is a list of supported attributes for document items.
-
-&lt;b&gt;Attribute:&lt;/b&gt; title
-&lt;b&gt;Supported values:&lt;/b&gt;
-any string of text
-&lt;b&gt;Description:&lt;/b&gt;
-The title will be displayed in the upper-right portion of the screen (the breadcrumb text) when the item is selected and as a bold header on document screens. Prior to being selected the title will be displayed beneath the poster on category screens.
-
-&lt;b&gt;Attribute:&lt;/b&gt; author
-&lt;b&gt;Supported values:&lt;/b&gt;
-any string of text representing the author's name
-&lt;b&gt;Description:&lt;/b&gt;
-If you know the name of author who wrote the document then include the author's name in this attribute. The author's name will be displayed beneath the poster in category screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
-
-&lt;b&gt;Attribute:&lt;/b&gt; date
-&lt;b&gt;Supported values:&lt;/b&gt;
-any string of text representing the publication date
-&lt;b&gt;Description:&lt;/b&gt;
-If you know the original publication date of the document then include the date in this attribute. The date will be displayed beneath the poster in category screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
-
-&lt;b&gt;Attribute:&lt;/b&gt; shortdesc
-&lt;b&gt;Supported values:&lt;/b&gt;
-any string of text
-&lt;b&gt;Description:&lt;/b&gt;
-The short description value will be displayed beneath the title under the poster on category screens. This attribute is only used if BOTH the author and date attributes are omitted.
-
-&lt;b&gt;Attribute:&lt;/b&gt; sdposterurl
-&lt;b&gt;Supported values:&lt;/b&gt;
-a local or remote url pointing to an image of type gif, jpg or png
-&lt;b&gt;Remote example:&lt;/b&gt; http://openrokn.sourceforge.net/images/sddocuments.png
-&lt;b&gt;Local example:&lt;/b&gt; pkg:/images/sddocuments.png
-&lt;b&gt;Description:&lt;/b&gt;
-The image that this url points to will be displayed as the poster art for this document on standard definition category screens.
-
-&lt;b&gt;Attribute:&lt;/b&gt; hdposterurl
-&lt;b&gt;Supported values:&lt;/b&gt;
-a local or remote url pointing to an image of type gif, jpg or png
-&lt;b&gt;Remote example:&lt;/b&gt; http://openrokn.sourceforge.net/images/hddocuments.png
-&lt;b&gt;Local example:&lt;/b&gt; pkg:/images/hddocuments.png
-&lt;b&gt;Description:&lt;/b&gt;
-The image that this url points to will be displayed as the poster art for this document on high definition category screens.
+    &lt;item type="document"
+          title="My document example"
+          sdposterurl="http://yoursite.com/document_sd.jpg"
+          hdposterurl="http://yoursite.com/document_hd.jpg"
+          author="me"
+          date="today"&gt;
+       &lt;body&gt;
+    This is the first line.
+    This is the second line.
+       &lt;/body&gt;
+    &lt;/item&gt;
 
 ***
 
-&lt;b&gt;The &amp;lt;body&amp;gt; element&lt;/b&gt;
-The text contents of the document must be embedded in a body element that is a child node of the &amp;lt;item type="document"&amp;gt; element.
+&lt;strong&gt;Supported Attributes&lt;/strong&gt;
 
-&amp;lt;item type="document"&amp;gt;
- &amp;lt;body&amp;gt;
-This is line one.
-This is line two.
-This is line three.
- &amp;lt;/body&amp;gt;
-&amp;lt;/item&amp;gt;
+title
+sdposterurl
+hdposterurl
 
-All new lines are preserved in the text embedded within the body tag. When the text is displayed on the document screen it will be displayed with the same line breaks that exist in your xml feed.
+shortdesc
+&lt;b&gt;Notes:&lt;/b&gt;
+The short description value will be displayed beneath the title and under the poster on poster screens. This attribute is only used if BOTH the author and date attributes are omitted.
 
-If you are using episodic category screens and display a document item on an episodic screen then a few lines of text will be extracted from the document body and used for the full description. The full description will appear beneath the title and author/date/shortdesc values on episodic category screens.
+author
+&lt;b&gt;Notes:&lt;/b&gt;
+If you know the name of author who wrote the document then include the author's name in this attribute. The author's name will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
+
+date
+&lt;b&gt;Notes:&lt;/b&gt;
+If you know the original publication date of the document then include the date in this attribute. The date will be displayed beneath the poster on poster screens and will be added to the beginning of the body of text on document screens. If you include an author or date attribute then they will be used instead of the shortdesc attribute. If the author AND date attributes are omitted then the shortdesc value will be displayed beneath the poster instead.
+
+url
+striphtml
+stripews
+regexfilter
+
+***
+
+&lt;strong&gt;Supported Child Nodes&lt;/strong&gt;
+
+[description](https://sourceforge.net/p/openrokn/home/description_element/)
+
+[body](https://sourceforge.net/p/openrokn/home/body_element/)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Fri, 09 Nov 2012 06:41:56 -0000</pubDate><guid>https://sourceforge.net90c08879217747d6f14a7d5d975446595d4d4360</guid></item><item><title>WikiPage document_item modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document_item/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Thu, 08 Nov 2012 20:52:09 -0000</pubDate><guid>https://sourceforge.net378f01d30b0d5d6a7d4ac293ab94a5df531eda22</guid></item><item><title>WikiPage document modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -1,3 +1,5 @@
+UNDER CONSTRUCTION
+
 [&lt;b&gt;Home&lt;/b&gt;](https://sourceforge.net/p/openrokn/home/ORML/)&lt;br&gt;
 &lt;b&gt;Item types:&lt;/b&gt; [poster](https://sourceforge.net/p/openrokn/home/poster/), [grid](https://sourceforge.net/p/openrokn/home/grid/), 
 [audio](https://sourceforge.net/p/openrokn/home/audio/), 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Fri, 30 Mar 2012 23:43:31 -0000</pubDate><guid>https://sourceforge.netd0f28de7d10dc84b294d04804dd6e7a69c209024</guid></item><item><title>WikiPage document modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -5,7 +5,7 @@
 [slideshow](https://sourceforge.net/p/openrokn/home/slideshow/), 
 [document](https://sourceforge.net/p/openrokn/home/document/), 
 [settings](https://sourceforge.net/p/openrokn/home/settings/), 
-[search](https://sourceforge.net/p/openrokn/home/search/)
+[search](https://sourceforge.net/p/openrokn/home/searchitem/)
 
 ***
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Thu, 29 Mar 2012 06:34:45 -0000</pubDate><guid>https://sourceforge.net584e9ab4138e27aa19bc14863d39924b1a553b48</guid></item><item><title>WikiPage document modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -1,10 +1,10 @@
 [&lt;b&gt;Home&lt;/b&gt;](https://sourceforge.net/p/openrokn/home/ORML/)&lt;br&gt;
-&lt;b&gt;Item types:&lt;/b&gt; [category](https://sourceforge.net/p/openrokn/home/category/), 
+&lt;b&gt;Item types:&lt;/b&gt; [poster](https://sourceforge.net/p/openrokn/home/poster/), [grid](https://sourceforge.net/p/openrokn/home/grid/), 
+[audio](https://sourceforge.net/p/openrokn/home/audio/), 
+[video](https://sourceforge.net/p/openrokn/home/video/), 
+[slideshow](https://sourceforge.net/p/openrokn/home/slideshow/), 
 [document](https://sourceforge.net/p/openrokn/home/document/), 
 [settings](https://sourceforge.net/p/openrokn/home/settings/), 
-[video](https://sourceforge.net/p/openrokn/home/video/), 
-[audio](https://sourceforge.net/p/openrokn/home/audio/), 
-[slideshow](https://sourceforge.net/p/openrokn/home/slideshow/), 
 [search](https://sourceforge.net/p/openrokn/home/search/)
 
 ***
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Thu, 29 Mar 2012 06:31:30 -0000</pubDate><guid>https://sourceforge.net303aaadb55b00a706f140512e46d33b46923ccfe</guid></item><item><title>WikiPage document modified by kavulix</title><link>https://sourceforge.net/p/openrokn/home/document/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -56,6 +56,8 @@
 &lt;b&gt;Description:&lt;/b&gt;
 The image that this url points to will be displayed as the poster art for this document on high definition category screens.
 
+***
+
 &lt;b&gt;The &amp;lt;body&amp;gt; element&lt;/b&gt;
 The text contents of the document must be embedded in a body element that is a child node of the &amp;lt;item type="document"&amp;gt; element.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kavulix</dc:creator><pubDate>Fri, 14 Oct 2011 04:44:49 -0000</pubDate><guid>https://sourceforge.net2278923d4a6886002f3f615aa27470fe9fa61919</guid></item></channel></rss>