Tags: horde, php, ansel
Ansel, which is the Horde Project's photo application now has support for RSS feeds.
Ansel feed seen on My Yahoo page
There are a number of 'photo streams' available via RSS. You can subscribe to streams from a particular user, a specific gallery, a stream for all publicly available images, or even a stream for all images tagged with a specific tag. Also planned are streams for particular categories. To subscribe to a feed, use a URL such as the following in your feed reader:
| Entire Ansel site |
http://path/to/horde/ansel/rss.php |
| Specific user |
http://path/to/horde/ansel/rss.php?stream_type=user&id=username |
| Specific gallery |
http://path/to/horde/ansel/rss.php?stream_type=gallery&id=gallery_id |
| Specific Tag |
http://path/to/horde/ansel/rss.php?stream_type=tag&id=tagexample |
| If you would prefer a RSS 0.91 feed (without media extensions) add type=rss to the parameters. | |
Ansel is not yet released in a stable version, but is quickly nearing a 1.0-alpha release. It is currently available via CVS snapshots or directly from the CVS tree.