After some tweaking, adding new changes, Beta 2 of the Linklist Module is complete. You can download the beta 2 from the left side under downloads. Please be sure to read the README file for instructions on how to install/upgrade from beta 1.
Here are the CHANGES:
5/17/05 – Beta 2.0 Release
Bug Fixes/Changes
- fixed an issue with call-tim pass-by-reference warning. (mcp.linklist.php)
- changed the query method of the linklist tag. (mod.linklist.php)
- fixed issue with OPML import not having a date inserted along with the link. (mcp.linklist.php)
- fixed documentation error {xfn_linkcode} description was labeled as {normal_linkcode}. oops! (mcp.linklist.php)
- changed the OPML parser class into a generic parser class that will also parse out the RSS URL of a given website. (mcp.linklist.php)
- added RSS discovery : this will attempt to get the RSS URL of a given link. this will work provided the site in question is using the link rel=alternate rss tag in their site. (mcp.linklist.php)
- added recently updated : If a site has been recently updated, then when displaying using the {normal_linkcode} or {xfn_linkcode} this will be denoted by the prepend/append string, which are set within the linklist preferences.
- added tag checkupdated : This tag must be run on a regular basis to “spider” your links which have RSS feeds to find out if they have been updated or not. This tag will check each individual site every hour, in batches of 5. (So if you have 20 sites with RSS feeds, it will take 4 hours for all of them to be actually checked to see if they’ve been updated.) (mod.linklist.php)
- added new variables and conditional statements. – please see documentation for details. (mod.linklist.php)




