sebatl
12-02-2006, 02:53 AM
http://pixelpost.org/v1/index.php?x=downloads&details=192
This addon provides functionalities similar to the "Photoblogs.org Bookmarks feed" addon, the ability to generate a list of links from an RSS feed, but it has more features and options.
You can see an example at the bottom of my about page:
http://www.windal.net/photoblog/index.php?x=about
Here is what it does:
+ The addon supports multiple feed downloads. You can specify more than one feed and it will merge them together into a single link table. Most RSS feeds have a limited number of items, delicious feeds for instance are limited o 31 links. Splitting your favorites photoblogs into several tags and downloading multiple feeds allow you have more than 31 favorite photoblogs if you use delicious to maintain your list of favorite photoblogs. I have close to 50 that I split into three delicious feeds.
+ It uses magpie (http://magpierss.sourceforge.net/) to download and parse the RSS feed(s). The advantages of using a well known RSS php reader like Magpie is that you get all the features it comes with: caching, support for RSS, RSS2 and most ATOM, etc...
+ The generated output is an html table, not a list, and the number of columns is configurable. If you prefer lists, you can always use a one column table.
+ It can optionally sorts your links alphabetically, links inside the feed(s) do not have to be sorted.
+ I don't like to have to change anything in the code to have my addons working and I wrote this addon so that you should not have to change anything to have it working. The one and only template tag of this addon takes arguments so you can specify the feed and other options along with the tag in your template rather than in the addon code...
For instance:
<RSSTOLINKS sFeedUrl="http://your.rss.feed" nCols="2">
Will get the links from the feed http://your.rss.feed and will generate a 2-column table of links.
TAG:
<RSSTOLINKS ...>
See http://pixelpost.org/v1/index.php?x=...ds&details=192 for a full list of parameters.
INSTALL: unzip the addon at your pixelpost main directory.
This addon provides functionalities similar to the "Photoblogs.org Bookmarks feed" addon, the ability to generate a list of links from an RSS feed, but it has more features and options.
You can see an example at the bottom of my about page:
http://www.windal.net/photoblog/index.php?x=about
Here is what it does:
+ The addon supports multiple feed downloads. You can specify more than one feed and it will merge them together into a single link table. Most RSS feeds have a limited number of items, delicious feeds for instance are limited o 31 links. Splitting your favorites photoblogs into several tags and downloading multiple feeds allow you have more than 31 favorite photoblogs if you use delicious to maintain your list of favorite photoblogs. I have close to 50 that I split into three delicious feeds.
+ It uses magpie (http://magpierss.sourceforge.net/) to download and parse the RSS feed(s). The advantages of using a well known RSS php reader like Magpie is that you get all the features it comes with: caching, support for RSS, RSS2 and most ATOM, etc...
+ The generated output is an html table, not a list, and the number of columns is configurable. If you prefer lists, you can always use a one column table.
+ It can optionally sorts your links alphabetically, links inside the feed(s) do not have to be sorted.
+ I don't like to have to change anything in the code to have my addons working and I wrote this addon so that you should not have to change anything to have it working. The one and only template tag of this addon takes arguments so you can specify the feed and other options along with the tag in your template rather than in the addon code...
For instance:
<RSSTOLINKS sFeedUrl="http://your.rss.feed" nCols="2">
Will get the links from the feed http://your.rss.feed and will generate a 2-column table of links.
TAG:
<RSSTOLINKS ...>
See http://pixelpost.org/v1/index.php?x=...ds&details=192 for a full list of parameters.
INSTALL: unzip the addon at your pixelpost main directory.