Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Atom grabbing Widget
I've just been looking through the apple dashboard developer site. I want to create a dashbaord widget which will grab the last 5,10,whatever posts from a specified forum and display in a widget. There are some out there which do this already, but they use RSS feeds and not Atom, so it's more than a simple case open changing the feed URL to the one of the forum. Anyone else fancying having a crack at this?
edit: more info here - http://www.36-degrees.co.uk/vanilla2/comments.php?DiscussionID=75
0
This discussion has been closed.
Comments
Alternately: You could make a variation of the file that generates the atom feed to make an RSS one instead.
Worst-case scenario: You could set up a FeedBurner account which will do auto-conversion for your feeds (Atom to RSS, RSS 2 to RSS 0.92, etc.), but they'll need to be publically accessible for their service to read them.
RSS Feed Generator source code.
Save that in your
feeds
directory and try using that. A few caveats:1- it does not get added automatically to the head of the document so it can't be used automatically for a live-bookmark in firefox/mozilla.
2- it does not get added automatically to the list of feeds on the feeds page.
3- if you want to change the language on it, you'll need to do it by hand by editing the two-letter language code in the
<language>
tags (line 209).