[wp-trac] [WordPress Trac] #25639: Implement a JSON feed using rssjs.org spec

WordPress Trac noreply at wordpress.org
Mon Oct 21 07:11:41 UTC 2013


#25639: Implement a JSON feed using rssjs.org spec
-----------------------------+------------------------------
 Reporter:  nacin            |       Owner:
     Type:  feature request  |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Feeds            |     Version:
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Comment (by pento):

 Having played around rss.js a bit, I can confirm that it's terrible. The
 primary problems are:

 * As @rmccue mentioned, the spec for RSS 2.0 exists, but it isn't good
 * JSON has no standard method for extensions, so there's no equivalent of
 the namespaces we use in the RSS2 feed

 Next experiment: [http://activitystrea.ms/specs/json/1.0/ Activity
 Streams]! I've written a sample plugin based on
 [http://wordpress.org/plugins/activitystream-extension/ this plugin], it's
 showing significantly more potential.

 [https://github.com/pento/7B There's a repo, too].

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25639#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list