rss2
----

Provides an RSS2 feed of items from LDM database.

Can be used in two ways:

a) install local_links_rss.php into your forum directory
   use http://path/to/forum/local_links_rss.php?args as the feed url

Optional parameters
catid=n1,n2,3 : limits search to these categories; default=all
hot=1 : selects entries according to number of hits; default=by date
count=N : returns N hits; default=LDM links_seen_on_portal setting


b) install local_links_rss.php into your forum directory
   and install the rss-plugin.xml plugin in the normal way

Adds parameters to the LDM admin settings page

- active
- limits search to these categories; default=all
- selects entries according to number of hits; default=by date
- returns N hits; default=LDM links_seen_on_portal setting

When the plugin is active, LDM pages will include an html <link>
tag, which browsers can detect as an active feed


Checked: 21/4/2009