1. RSS Feed
- Posted by jeremy (admin) Sep 08, 2009
- 956 views
The old RSS feed has been turned off in favor of the new one just deployed. It allows access to latest News, Forum Posts, Tickets and Ticket Comments. Further, you can customize it via the Query String. The base RSS feed is: http://openeuphoria.org/rss.wc. By default, it includes all possible feeds. If you want, say, just news then you can use http://openeuphoria.org/rss.wc?news=1
Possible options are:
- news: include news posts
- forum: include forum posts
- ticket: include new tickets
- ticket_comment: include new comments on tickets
You can use any combination you would like, for instance, maybe you want only news and forum posts? http://openeuphoria.org/rss.wc?news=1&forum=1
You can also control how many results are returned. The maximum amount is 50. The default is 20. You can control this by the count parameter.
Jeremy