<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Go To Topic</title>
        <description> This module implements the Go To Topic concept from Phorum 3.

It allows the user to jump back to the exact list page on which a message that was read or written resides. Phorum 5 only implements the Message List link, which will always jump to the first list page.


Changelog:
----------

2016-08-31 v1.2.3 by Oliver Riesen-Mallmann &amp;lt;oliver@riesen.org&amp;gt;

    - Made XHTML 1.0 Transitional compliant.

2011-04-01 v1.2.2 by Maurice Makaay

    - Some small changes to the database layer, trying to work around
      a possible performance issue.

2011-01-21 v1.2.1 by Maurice Makaay

    - Fixed redirection when coming from a sticky thread. Without this
      fix, the module redirected to the page on which the sticky message
      had been when it had been unsticky. Now, when returning from a
      sticky message, the first page is always loaded.

2010-10-09 v1.2.0 by Maurice Makaay

    - Fixed an edge case situation, where the module would not jump back
      to the correct list page, when there were a few messages bearing
      the same timestamp around the page separation.

    - Make use of new hooks in Phorum 5.2.16+ to optimize the module.

    - Added a configurable feature to automatically replace list URLs
      on the read page with the Go To Topic URL. This takes away the
      need to modify the templates.

      If you are upgrading from an older version of this module, then
      beware that this option is enabled by default in the settings.
      If you are using both {URL-&amp;gt;LIST} and {GO_TO_TOPIC_URL} in your
      templates, then disable the feature.

    - When using the above feature, the breadcrumb that points to the
      forum will also be modified to use the Go To Topic URL instead
      of the plain forum URL.

    - Added new German language files. Thanks to Oliver Riesen!

2008-07-30 v1.1.2 by Maurice Makaay

    - A README documentation update to make the template variables
      that are referenced for modifying the template compatible
      with those that are used in the Phorum 5.2 templates.

2008-04-21 v1.1.1 by Maurice Makaay

    - Jumping to the posted message in the message list after posting
      a message is now only enabled if in the &amp;quot;General Settings&amp;quot; admin page
      the option &amp;quot;After posting goto&amp;quot; is set to &amp;quot;Message List Page&amp;quot;.

2007-04-12 v1.1.0 by Maurice Makaay

    - Branched the module for separating 5.1 and 5.2 support (5.2 uses
      a different database layer API).

2007-04-12 v1.0.2 by Maurice Makaay

    - If a forum is read in threaded mode, then the anchor
      #msg-&amp;lt;message id&amp;gt; is used instead of #msg-&amp;lt;thread id&amp;gt;.

    - Added a workaround for an MSIE redirect bug (MSIE strips anchor info
      from URLs when the redirect is done by a script that received a
      multi-part POST request). Now, jumping to the #msg-... anchor works
      after posting from MSIE too.

2007-04-12 v1.0.1 by Maurice Makaay

    - Turned the module into a multi file module, to be able to add
      some features.

    - Added language file support.

    - Typo &amp;quot;gotogopic&amp;quot; -&amp;gt; &amp;quot;gototopic&amp;quot; fixed.

    - Changed some deprecated code constructions which were in the module
      because they were introduced at the time of writing for the
      dealnews.com website.

    - Fixed an off-by-one bug in determining what page to show. Jumping
      back to the very first message on a list page let the user jump
      to the page before the correct page instead.

    - Made the module work when jumping back from the read page on a forum
      that has &amp;quot;float to top&amp;quot; enabled.

    - Implemented code for handling multiple database layers (mysql, mysqli
      and postgresql).

2007-04-12 v1.0.0 by Brian Moon

    - Initial release

</description>
        <link>https://www.phorum.org/support/read.php?62,123953,123953#msg-123953</link>
        <lastBuildDate>Sun, 13 Sep 2026 15:01:48 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,160797#msg-160797</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,160797#msg-160797</link>
            <description><![CDATA[ New version:<br />
<br />
<pre class="bbcode">
2016-08-31 v1.2.3 by Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;
    - Made XHTML 1.0 Transitional compliant.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 31 Aug 2016 07:24:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,147555#msg-147555</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,147555#msg-147555</link>
            <description><![CDATA[ I released version 1.2.1 of this module.<br />
<br />
This release fixes redirection when coming from a sticky thread. Without the fix, the module redirected to the page on which the sticky message had been when it had been unsticky. Now, when returning from a sticky message, the first page is always loaded.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 20 Jan 2011 17:07:59 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,145827#msg-145827</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,145827#msg-145827</link>
            <description><![CDATA[ Hi, <br />
  Thanks for the guidance. I am using Emarald Template. I have added, the following line in read.tpl, read_hybrid.tpl and read_threads.tpl<br />
[code=&quot;html4strict&quot;]<br />
&lt;a href=&quot;{GO_TO_TOPIC_URL}&quot;&gt;{GO_TO_TOPIC}&lt;/a&gt;<br />
[/code]<br />
 And the following line in list.tpl and list_threads.tpl<br />
[code=&quot;html4strict&quot;]<br />
&lt;a name=&quot;msg-{MESSAGES-&gt;message_id}&quot; href=&quot;{MESSAGES-&gt;URL-&gt;READ}&quot; class=&quot;{newclass}&quot; title=&quot;{title}&quot;&gt;{MESSAGES-&gt;subject}&lt;/a&gt;<br />
[/code]<br />
 But nothing happened. These links are not appearing anywhere. I am not editing the wrong template for sure, because I am enabling many modules and making corresponding changes as told in the template files and all of them are working fine. Go_To_Topic, User_Avatar, User Thak/Flame, Mood etc are last in my list related which I am getting problems. Almost all other modules are working fine for me as of now. <br />
 Am I doing any mistake in the above section?  <br />
Regards,<br />
Sreenadh]]></description>
            <dc:creator>Sreenadh OG</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 21 Sep 2010 15:21:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,145802#msg-145802</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,145802#msg-145802</link>
            <description><![CDATA[ What exactly did you do?<br />
What exact file or files did you edit?<br />
<br />
When following the README, this should not be to hard. Simply add the &quot;&lt;a href=&quot;{GO_TO_TOPIC_URL}&quot;&gt;{GO_TO_TOPIC}&lt;/a&gt;&quot; code at an appropriate spot in the read.tpl, read_hybrid.tpl and read_threads.tpl.<br />
<br />
If the link is not appearing after doing this, you probably have edited the wrong template files (maybe one from another directory than the template that you are using).]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 20 Sep 2010 16:05:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,145791#msg-145791</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,145791#msg-145791</link>
            <description><![CDATA[ Hi, <br />
  Even after doing all  the said changes the &quot;Go To Topic&quot; link is not appearing appearing for me in the read page. Can someone help please. I am using phorum 5.2.15a.<br />
Regards,<br />
Sreenadh]]></description>
            <dc:creator>Sreenadh OG</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 20 Sep 2010 10:49:13 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,141999#msg-141999</guid>
            <title>Thank you Maurice, that was fast</title>
            <link>https://www.phorum.org/support/read.php?62,123953,141999#msg-141999</link>
            <description><![CDATA[ .]]></description>
            <dc:creator>Reto</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 19 Nov 2009 00:14:36 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,141980#msg-141980</guid>
            <title>Re: Module: GO_TO_TOPIC - please note that there is a syntax error in the instructions &gt;&gt;&gt;</title>
            <link>https://www.phorum.org/support/read.php?62,123953,141980#msg-141980</link>
            <description><![CDATA[ Thanks for the report. I updated the module package with this fix.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 18 Nov 2009 03:05:20 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,141979#msg-141979</guid>
            <title>Module: GO_TO_TOPIC - please note that there is a syntax error in the instructions &gt;&gt;&gt;</title>
            <link>https://www.phorum.org/support/read.php?62,123953,141979#msg-141979</link>
            <description><![CDATA[ on how to modify the list.tpl and the list_threads.tpl.<br />
<br />
The original README says:<br />
<br />
<b>- If you want your browser to jump down the page to the thread from<br />
      which you are returning on the message list page, then edit<br />
      list.tpl and list_threads.tpl and find:<br />
<br />
        &lt;a href=&quot;{MESSAGES-&gt;URL-&gt;READ}&quot;<br />
<br />
      Replace that code with:<br />
<br />
        <span style="color:#FF9933">&lt;a name=&quot;msg-{MESSAGES-&gt;message_id} href=&quot;{MESSAGES-&gt;URL-&gt;READ}&quot;</span><br />
<br />
      Without this code change, Phorum will jump to the correct list page,<br />
      but the page will not scroll down to the message that you are returning<br />
      from.</b><br />
<br />
There is a little syntax error, a missing quotation mark. Here is the correct form for the code replacement:<br />
<br />
<b><span style="color:#66CC33">&lt;a name=&quot;msg-{MESSAGES-&gt;message_id}&quot; href=&quot;{MESSAGES-&gt;URL-&gt;READ}&quot;</span></b><br />
<br />
Without that quotation mark after the message_id curly bracket, the Phorum main page does not display correctly. You can see the topics, but they do not appear as links]]></description>
            <dc:creator>Reto</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 18 Nov 2009 02:09:14 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,133100#msg-133100</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,133100#msg-133100</link>
            <description><![CDATA[ I updated the module package&#039;s info.txt with a URL.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 10 Sep 2008 02:05:32 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,133099#msg-133099</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,133099#msg-133099</link>
            <description><![CDATA[ Not a big deal, but I noticed the info.txt does not contain a url to this post.  This mod was flagged as updated in my CMU mod but I couldn&#039;t jump straight to this post to get the update as no url was available.]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 09 Sep 2008 21:28:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,130111#msg-130111</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,130111#msg-130111</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
according to <a href="http://www.phorum.org/phorum5/read.php?14,129937" target="_blank" >structuring the language file and charset support</a> I attach new german languages files in ISO-8859-1 and UTF-8. Please add them to the next release of your module.<br />
<br />
Regards<br />
Oliver<br />
<br />
(Files removed. Oliver)]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 12 May 2008 14:30:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129926#msg-129926</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129926#msg-129926</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
for reconciling miscellaneous german language files please add the attached files (originally from the <a href="http://www.phorum.org/phorum5/read.php?65,129717" target="_blank" >German Language Files Package</a>) to the next version of your module. Please remove any german_sie.php or german_du.php from module language folder (if existent). Thanks.<br />
<br />
Regards<br />
Oliver<br />
<br />
[File removed]]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 07 May 2008 00:55:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129875#msg-129875</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129875#msg-129875</link>
            <description><![CDATA[ I am using a variation of the &#039;Classic&#039; template. I have changed the links to the Message List from:<br />
            &lt;a class=&quot;PhorumNavLink&quot; href=&quot;{URL-&gt;LIST}&quot;&gt;{LANG-&gt;MessageList}&lt;/a&gt;<br />
to:<br />
           &lt;a class=&quot;PhorumNavLink&quot; href=&quot;{GO_TO_TOPIC_URL}&quot;&gt;{LANG-&gt;MessageList}&lt;/a&gt;<br />
<br />
However, in the posting template (posting_menue.tpl) it doesn&#039;t work when the Posting template is on a seperate page (when you click New Topic).  The {GO_TO_TOPIC_URL} is empty.  Is there a way to fix this?  It does work fine when you on a read page where the Posting template is included at the end for replies.<br />
<br />
Thanks,]]></description>
            <dc:creator>treble</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 03 May 2008 18:33:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129692#msg-129692</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129692#msg-129692</link>
            <description><![CDATA[ Maurice: The errors I was receiving in the admin.tpl application seemed to have been fixed.<br />
<br />
However, in the Readme file of this package, where &quot;exactly&quot; to place modified code in the read.tpl and and read_threads.tpl has eluded me. Also, in the list.tpl and list_threads.tpl, I could not find the code to modify (as per the Readme instructions), in order to use the &quot;Go To Topic&quot; module in these template files. Note, that I am trying to modify the above template files from the emerald template. In other words, the Readme instructions, I think, should be a little more clearer to me. Thanks for your help so far, it is really appreciated.<br />
<br />
rambro]]></description>
            <dc:creator>rambro</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 23 Apr 2008 06:44:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129664#msg-129664</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129664#msg-129664</link>
            <description><![CDATA[ @rambro: Please try downloading the new 1.1.1 package. It turned out that the required change was already in our development repository, but that the packages in this thread were not fully up-to-date. With the repackages 1.1.0, the warning should be history for you.<br />
<br />
@Oliver: check if 1.1.1 fixes your problem with the jumping to the list page. I changed the code to make it only jump if the after posting goto option is set to &quot;list page&quot;. So people that require the Phorum 3 behavior, can still use this jump behavior and you can disable it by using &quot;read page&quot; for the goto option.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 21 Apr 2008 23:27:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129650#msg-129650</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129650#msg-129650</link>
            <description><![CDATA[ It is not an error. It is just a hook name that was named differently in Phorum 5.2. The module should work fine with that warning, because the module admin will make sure that internally the new hook name is used. So go ahead and don&#039;t worry. We will have to update this module to package it with the new hook name instead, so you can get rid of the warning message. I&#039;ll do that when I get back home from my vacation.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 21 Apr 2008 18:48:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129640#msg-129640</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129640#msg-129640</link>
            <description><![CDATA[ Hello,<br />
<br />
I installed the Go to topic module in the phorum forum. I am using the emerald template.<br />
<br />
Here is the error I received:<br />
<br />
One or more deprecated hook names were detected in the installed modules. Although the modules will still work, we advice you to update the hook names in the module info and/or contact the module author.<br />
Deprecated hook(s):<br />
<br />
    * Mod go_to_topic: rename &quot;post_post&quot;; to &quot;after_post&quot;<br />
<br />
Any way to resolve the above error, any help will be appreciated.<br />
<br />
rambro]]></description>
            <dc:creator>rambro</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 21 Apr 2008 12:04:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129639#msg-129639</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129639#msg-129639</link>
            <description><![CDATA[ The purpose of this is to emulate the Phorum 3 behavior.  That product redirected to the list.  Perhaps it could be added as an option by someone interested.]]></description>
            <dc:creator>Brian Moon</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 21 Apr 2008 11:54:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,129416#msg-129416</guid>
            <title>Re: Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,129416#msg-129416</link>
            <description><![CDATA[ Hi Maurice,<br />
<br />
i think, that the after_post hook should be removed from this module since it kicks of the &quot;After posting goto&quot; option from general settings. At least I removed it for my installation.<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 11 Apr 2008 11:15:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,123953,123953#msg-123953</guid>
            <title>Module: Go To Topic</title>
            <link>https://www.phorum.org/support/read.php?62,123953,123953#msg-123953</link>
            <description><![CDATA[ This module implements the Go To Topic concept from Phorum 3.<br />
<br />
It allows the user to jump back to the exact list page on which a message that was read or written resides. Phorum 5 only implements the Message List link, which will always jump to the first list page.<br />
<br />
<pre class="bbcode">
Changelog:
----------

2016-08-31 v1.2.3 by Oliver Riesen-Mallmann &lt;oliver@riesen.org&gt;

    - Made XHTML 1.0 Transitional compliant.

2011-04-01 v1.2.2 by Maurice Makaay

    - Some small changes to the database layer, trying to work around
      a possible performance issue.

2011-01-21 v1.2.1 by Maurice Makaay

    - Fixed redirection when coming from a sticky thread. Without this
      fix, the module redirected to the page on which the sticky message
      had been when it had been unsticky. Now, when returning from a
      sticky message, the first page is always loaded.

2010-10-09 v1.2.0 by Maurice Makaay

    - Fixed an edge case situation, where the module would not jump back
      to the correct list page, when there were a few messages bearing
      the same timestamp around the page separation.

    - Make use of new hooks in Phorum 5.2.16+ to optimize the module.

    - Added a configurable feature to automatically replace list URLs
      on the read page with the Go To Topic URL. This takes away the
      need to modify the templates.

      If you are upgrading from an older version of this module, then
      beware that this option is enabled by default in the settings.
      If you are using both {URL-&gt;LIST} and {GO_TO_TOPIC_URL} in your
      templates, then disable the feature.

    - When using the above feature, the breadcrumb that points to the
      forum will also be modified to use the Go To Topic URL instead
      of the plain forum URL.

    - Added new German language files. Thanks to Oliver Riesen!

2008-07-30 v1.1.2 by Maurice Makaay

    - A README documentation update to make the template variables
      that are referenced for modifying the template compatible
      with those that are used in the Phorum 5.2 templates.

2008-04-21 v1.1.1 by Maurice Makaay

    - Jumping to the posted message in the message list after posting
      a message is now only enabled if in the &quot;General Settings&quot; admin page
      the option &quot;After posting goto&quot; is set to &quot;Message List Page&quot;.

2007-04-12 v1.1.0 by Maurice Makaay

    - Branched the module for separating 5.1 and 5.2 support (5.2 uses
      a different database layer API).

2007-04-12 v1.0.2 by Maurice Makaay

    - If a forum is read in threaded mode, then the anchor
      #msg-&lt;message id&gt; is used instead of #msg-&lt;thread id&gt;.

    - Added a workaround for an MSIE redirect bug (MSIE strips anchor info
      from URLs when the redirect is done by a script that received a
      multi-part POST request). Now, jumping to the #msg-... anchor works
      after posting from MSIE too.

2007-04-12 v1.0.1 by Maurice Makaay

    - Turned the module into a multi file module, to be able to add
      some features.

    - Added language file support.

    - Typo &quot;gotogopic&quot; -&gt; &quot;gototopic&quot; fixed.

    - Changed some deprecated code constructions which were in the module
      because they were introduced at the time of writing for the
      dealnews.com website.

    - Fixed an off-by-one bug in determining what page to show. Jumping
      back to the very first message on a list page let the user jump
      to the page before the correct page instead.

    - Made the module work when jumping back from the read page on a forum
      that has &quot;float to top&quot; enabled.

    - Implemented code for handling multiple database layers (mysql, mysqli
      and postgresql).

2007-04-12 v1.0.0 by Brian Moon

    - Initial release

</pre>]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 20 Aug 2007 14:05:07 -0500</pubDate>
        </item>
    </channel>
</rss>
