<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Last Forum Post</title>
        <description>This module keeps track of the last post that has been done in each forum (similar to the last post functionality that is already available for each thread).

The name of the last author and message subject will be made available through the template variables for the forums on the index page. These can be shown on the forum index page by modifying the template. See the installation instructions in the README file for more info.

[code]
Changelog:
----------
2007-07-08 v1.2.0

    - Incorporated functionality as proposed by James Revillini for also
      keeping track of the most recently posted subjects (before this change,
      only the recent authors were tracked). Thanks to James for the primary
      investigation and implementation.

    - Added standard Phorum formatting to the author and subject, so things
      like subject smileys work too.

    - Updated the README to let the docs match the new code.

    - Refactored the module to &quot;Last Forum Post&quot; to better represent its
      new functionality.

    - Added a settings screen for rebuilding the data for all forums.

2007-07-08 v1.1.1

    - Honor (hidden) $PHORUM[&quot;custom_display_name&quot;] setting.

2007-07-08 v1.1.0

    - Made the module compatible with 5.2.

2007-07-07 v1.0.1

    - Also store the user_id for the recent author per forum and create
      the template variable {FORUMS-&gt;URL-&gt;PROFILE} for each forum, which
      isset and points to the use profile if the user is a registered
      user.

2007-05-19 v1.0.0

    - Initial revision
[/code]</description>
        <link>https://www.phorum.org/support/read.php?62,123482,123482#msg-123482</link>
        <lastBuildDate>Tue, 08 Sep 2026 10:48:13 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,160750#msg-160750</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,160750#msg-160750</link>
            <description><![CDATA[ Thank you for the workaround, but following your recommendation, I have downgraded to 5.2.20. :)]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 15 Aug 2016 03:32:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,160749#msg-160749</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,160749#msg-160749</link>
            <description><![CDATA[ Hi Ulf,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Ulf Dunkel</strong><br />
This module still uses ./include/format_functions.php which is deprecated in the current 3.0-dev version of Phorum.</div></blockquote>
<br />
&quot;current 3.0-Dev&quot; means branch 5.3... <br />
<br />
format_functions.php doesn&#039;t exist in 5.3 but the included functions are automatically available via /api/deprecated.php. So as a workaround it should be sufficient to add a &quot;@&quot; before the include command. <br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 15 Aug 2016 03:12:21 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,160747#msg-160747</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,160747#msg-160747</link>
            <description><![CDATA[ This module still uses ./include/format_functions.php which is deprecated in the current 3.0-dev version of Phorum.]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 12 Aug 2016 08:22:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,147120#msg-147120</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,147120#msg-147120</link>
            <description><![CDATA[ There is no option, nor a module for that. At least, if I understand your question right. Do you want to display the last post for a group of forums within a folder? If your requirement does not match what this module does, then there&#039;s no option.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 12 Dec 2010 04:39:22 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,147118#msg-147118</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,147118#msg-147118</link>
            <description><![CDATA[ Is there a way to pull the last post from a forum inside a folder on the main page ?]]></description>
            <dc:creator>Akaris</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 12 Dec 2010 02:45:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,144758#msg-144758</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,144758#msg-144758</link>
            <description><![CDATA[ Posts imported with the External Phorummail Module doesn&#039;t jive with this Last Forum Post module. I even modified External Phorummail to call the after_post hook (for other reasons than this).<br />
<br />
What can I change and where can I add it so that after the email gets saved to the database, the Last Forum Post information gets updated as well (author and subject)?]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 03 Jun 2010 08:13:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,144438#msg-144438</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,144438#msg-144438</link>
            <description><![CDATA[ Phorum works differently: it is designed and programmed for speed. Therefore the module does not retrieve the information on the fly on every index page request. Instead, it stores the info when a new message is posted. By doing so, not a single extra SQL query is used for showing the last post info.<br />
<br />
Anyway, enjoy Phorum and this module!]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 12 May 2010 02:17:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,144436#msg-144436</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,144436#msg-144436</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />
<ul><li> When updating the subject, there would be a race condition between the update action and a possible newer thread that is posted at the same time. That race condition could result in the new thread subject being overwritten by the updated subject from the edited thread. </li></ul>
I could put a lot of effort and time into designing a system that would keep the last forum message on the index page exactly in sync with updates to that message, but I frankly see no gain in doing so when comparing it to the effort it would cost.</div></blockquote>
<br />
Of course; if it&#039;s something that isn&#039;t solvable by a quick fix - and it certainly doesn&#039;t sound like that - then it&#039;s not worth the effort. I thought index.php might be dynamically generated and would simply read the current title of the latest post (mind you, this is coming from a non-programmer).<br />
<br />
Anyhow, thanks for the module and for the explanation! :)<br />
<br />
Cheers]]></description>
            <dc:creator>2009address</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 11 May 2010 23:42:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,144429#msg-144429</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,144429#msg-144429</link>
            <description><![CDATA[ I do not consider that to be a bug.<br />
I consider that nitpicking ;-)<br />
<br />
<ul><li> The case where the subject of the last post is edited, is not a very frequent one. </li><li> The moment a newer thread is posted, the subject will be gone anyway. </li><li> When updating the subject, there would be a race condition between the update action and a possible newer thread that is posted at the same time. That race condition could result in the new thread subject being overwritten by the updated subject from the edited thread. </li></ul>
<br />
I could put a lot of effort and time into designing a system that would keep the last forum message on the index page exactly in sync with updates to that message, but I frankly see no gain in doing so when comparing it to the effort it would cost.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 11 May 2010 18:00:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,144427#msg-144427</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,144427#msg-144427</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
I might have found a bug in the module.<br />
<br />
Editing a post title doesn&#039;t affect the post&#039;s title in the index.php view. There you still see the version before the edit was done.<br />
<br />
I already posted it here: [<a href="http://www.phorum.org/phorum5/read.php?61,144385" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>2009address</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 11 May 2010 16:55:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,135606#msg-135606</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,135606#msg-135606</link>
            <description><![CDATA[ I have this mod implemented on my forum, and date format on this mod is the 12h AM/PM format, unlike the default values on rest of forum. Where should I change this in order to get  same date time format than rest of forum?<br />
<br />
thanks]]></description>
            <dc:creator>Diego</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 23 Dec 2008 10:38:21 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,130949#msg-130949</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,130949#msg-130949</link>
            <description><![CDATA[ This module works perfectly, thanks!<br />
One addendum to the documentation for a suggested change to the Emerald template is to remove the <b>nowrap=&quot;nowrap&quot;</b> tag from the relevant &lt;td&gt;<br />
If you don&#039;t do this, posts with reasonably long subject headers will force the &quot;last post&quot; column to expand greatly, spoiling the look of the main forum list.<br />
<br />
I&#039;ve also wrapped my output with &lt;small&gt; but that&#039;s just preference.<br />
<br />
/\dam]]></description>
            <dc:creator>sheik</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 20 Jun 2008 06:57:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,130135#msg-130135</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,130135#msg-130135</link>
            <description><![CDATA[ @amnesia: Are you familiar with comments in HTML code? You will probably have damaged one of them in your template file <b>index_new.tpl</b> to which I already pointed you.<br />
<br />
HTML comments are always formatted like this:<br />
<pre class="bbcode">&lt;!-- Comment text --&gt;</pre>]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 13 May 2008 02:11:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,130089#msg-130089</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,130089#msg-130089</link>
            <description><![CDATA[ I ended up adding &lt;!-- after  &lt;!-- END TEMPLATE index_new.tpl --&gt;<br />
<br />
so it looks like this<br />
<br />
 &lt;!-- END TEMPLATE index_new.tpl --&gt;&lt;!--<br />
<br />
to get rid of the ex_new.tpl --&gt; because I don&#039;t know where that it showing up from.<br />
<br />
<br />
edit: I just deleted the whole line at the end of the day.]]></description>
            <dc:creator>amnesia</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 12 May 2008 09:11:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,130088#msg-130088</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,130088#msg-130088</link>
            <description><![CDATA[ nope sadly that wasn&#039;t it.]]></description>
            <dc:creator>amnesia</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 12 May 2008 09:02:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,130087#msg-130087</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,130087#msg-130087</link>
            <description><![CDATA[ @maurice, yep<br />
<br />
@ulf, I&#039;ll check it as soon as i&#039;m off work]]></description>
            <dc:creator>amnesia</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 12 May 2008 04:33:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129992#msg-129992</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129992#msg-129992</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>amnesia</strong><br />I thought I should mention that &gt; ex_new.tpl --&gt; pops up at the bottom of my forum</div></blockquote>
<br />
@amnesia: When you grep the phorum files, you will find that index_new.tpl has two lines which end with &#039;ex_new.tpl --&gt;&#039;.<br />
You will probably have damaged the code of your template&#039;s index_new.tpl when adding the Last Forum Post stuff.<br />
<br />
Check out that the first and last lines are intact and look like these:<br />
<br />
1: &lt;!-- BEGIN TEMPLATE index_new.tpl --&gt;<br />
55: &lt;!-- END TEMPLATE index_new.tpl --&gt;<br />
<br />
Good luck.]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 14:41:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129987#msg-129987</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129987#msg-129987</link>
            <description><![CDATA[ Sorry... is this about this module? Is &quot;&gt; ex_new.tpl --&gt;&quot; a bit of text that you see in your forum? If yes, then it&#039;s probably something that has gone wrong in the template editing or so. If you disable this module, does this addition disappear?]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 12:16:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129984#msg-129984</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129984#msg-129984</link>
            <description><![CDATA[ I thought I should mention that &gt; ex_new.tpl --&gt; pops up at the bottom of my forum<br />
<br />
[<a href="http://iloveqatar.net/forum" target="_blank"  rel="nofollow">iloveqatar.net</a>]]]></description>
            <dc:creator>amnesia</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 11:53:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129974#msg-129974</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129974#msg-129974</link>
            <description><![CDATA[ I did so when I did the migration work from ANSI to UTF in order not to mix things up ...]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 05:20:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129973#msg-129973</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129973#msg-129973</link>
            <description><![CDATA[ Why did you rename a core file? I don&#039;t know why we should put such thing in any documentation frankly. It&#039;s the default fallback language file and Phorum cannot guess for it if you rename it. You should not rename it in the same way as you should not rename list.php to list_something.php.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 05:16:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129972#msg-129972</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129972#msg-129972</link>
            <description><![CDATA[ I guess it might be a good idea to point admins to the fact that the english base language file is expected to be named <b>english.php</b> only! (Mine was named english_utf8.php which didn&#039;t even throw an error message.)]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 05:11:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129971#msg-129971</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129971#msg-129971</link>
            <description><![CDATA[ Hi Maurice.<br />
<br />
I&#039;m afraid my &quot;Manuage Language Files&quot; doesn&#039;t work right. I choose an existing language, e.g. &quot;Dansk - Danish&quot;, click on &quot;Generate updated language file&quot; and the page redraws. No file has been written or updated.<br />
<br />
When I check the source code of the redrawn admin web page, I see that the page output stops somewhere ...<br />
<br />
I will dig the code and come back soon.]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 04:32:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129970#msg-129970</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129970#msg-129970</link>
            <description><![CDATA[ To check if a language file is complete, go to the admin interface -&gt; Language Tools. There you can generate a language file for the active Phorum version, which will get extra keys put in there if they are missing. Still a bit experimental and freaky code, but it is what I use for checking my Dutch files too.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 04:17:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129969#msg-129969</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129969#msg-129969</link>
            <description><![CDATA[ well, that would still be a double include instead of a single one.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 04:11:18 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129968#msg-129968</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129968#msg-129968</link>
            <description><![CDATA[ This is exactly what I understood, Thomas.<br />
<br />
To give this thread a sensible turnaround:<br />
I wonder if there is any fallback mechanism if a requested phrase isn&#039;t available in $PHORUM[&#039;DATA&#039;][&#039;LANG&#039;].<br />
<br />
It should be easy to implement it where loading $PHORUM[&#039;DATA&#039;][&#039;DEFAULTLANG&#039;] into $PHORUM[&#039;DATA&#039;][&#039;LANG&#039;] first, then load the /lang/ specific file, rather than running through the whole $PHORUM[&#039;DATA&#039;] to see if a $PHORUM[&#039;DATA&#039;][&#039;LANG&#039;] phrase is empty.]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 04:06:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129967#msg-129967</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129967#msg-129967</link>
            <description><![CDATA[ I guess that means you were using that one which is for 5.1 only? ;)]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 03:20:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129966#msg-129966</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129966#msg-129966</link>
            <description><![CDATA[ Oops ... (where is the &#039;shame on me&#039; smiley?)]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 03:19:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129965#msg-129965</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129965#msg-129965</link>
            <description><![CDATA[ you are not talking about [<a href="http://www.phorum.org/phorum5/read.php?17,122553,122553" target="_blank" >www.phorum.org</a>] , right?]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 02:24:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123482,129964#msg-129964</guid>
            <title>Re: Module: Last Forum Post</title>
            <link>https://www.phorum.org/support/read.php?62,123482,129964#msg-129964</link>
            <description><![CDATA[ I found the bug:<br />
<br />
I use the UTF-8 files from the language package but most of them miss the entries:<br />
<br />
$PHORUM[&#039;long_date_time&#039;]<br />
$PHORUM[&#039;short_date_time&#039;]<br />
<br />
Dutch does not, so I could find out.]]></description>
            <dc:creator>Ulf Dunkel</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 May 2008 02:19:20 -0500</pubDate>
        </item>
    </channel>
</rss>
