scronide / scuttle

Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links online.
http://scuttle.org/
GNU General Public License v2.0
199 stars 85 forks source link

Feeds with JSON support #3

Closed morfran closed 8 years ago

morfran commented 13 years ago

Hi, I've modified rss.php to create this new feeds.php that supports RSS and JSON output.

This is a partial implementation of the delicious feeds URL format that I have developed to work with the delicious-plus Wordpress widget.

I've been using the details at: www.delicious.com/help/json as a guide.

Cheers,

Matt.

makoshark commented 12 years ago

Greetings!

I noticed that some of these pull requests have been sitting here for a while and I thought I would try to collect a few of things that people have done in different branches of Scuttle.

What is remaining to be done on this? Is it useful and mergeable now even though only part of the delicious feeds format is implemented?

morfran commented 12 years ago

I've been using it for a while with a lightly edited Wordpress plugin (changed to point at my domain rather than delicious.com) and it's been working fine, so I'd conclude that it's already useful.

Currently it's a partial implementation of the things documented here:

http://www.delicious.com/help/feeds

It supports a callback function, RSS and JSON formats, username specification, and has partial support for specifying a category (not that I've tested that much).

Cheers,

Matt.