]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OStatus/README
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / plugins / OStatus / README
1 Plugin to support importing updates from external RSS and Atom feeds into your timeline.
2
3 Uses PubSubHubbub for push feed updates; currently non-PuSH feeds cannot be subscribed.
4
5 Todo:
6 * set feed icon avatar for actual profiles as well as for preview
7 * use channel image and/or favicon for avatar?
8 * garbage-collect subscriptions that are no longer being used
9 * administrative way to kill feeds?
10 * functional l10n
11 * clean up subscription form look and workflow
12 * use ajax for test/preview in subscription form
13 * rssCloud support? (Does anything use it that doesn't support PuSH as well?)
14 * possibly a polling daemon to support non-PuSH feeds?
15 * likely problems with multiple feeds from the same site, such as category feeds on a blog
16   (currently each feed would publish a separate notice on a separate profile, but pointing to the same post URI.)
17   (could use the local URI I guess, but that's so icky!)
18 * problems with Atom feeds that list <link rel="alternate" href="..."/> but don't have the type
19   (such as http://atomgen.appspot.com/feed/5 demo feed); currently it's not recognized and we end up with the feed's master URI
20 * make it easier to see what you're subscribed to and unsub from things
21 * saner treatment of fullname/nickname?
22 * make use of tags/categories from feeds
23 * update feed profile data when it changes
24 * XML_Feed_Parser has major problems with category and link tags; consider replacing?