I took a quick stab this past weekend at trying something out.  It's not
perfect (more of a proof of concept), but it seems to work.  If someone
wants to try it out:

http://testing.gimp.org/about/meta/social/

A couple of notes:

1. In order to query the relevant API (twitter mostly), I had to use a
server as a back-end to bridge the query.  Because WGO is a static site, I
purposely tried to avoid any server/dynamic querying.  I actually had this
working with FB w/o needing a server through JSONP, but twitter hates us.
So I use an endpoint on pixls.us just to pass the JSONP data from the
server.

2. I queried two types of data from each service: a) posts made by the
official GIMP account and b) posts mentioning the GIMP account.

3. I _might_ be able to turn this into a single endpoint that generates an
rss/atom feed.  No promises, but if it's something that will truly be
helpful to folks I'll look into it.
-- 
pat david
https://pixls.us
http://blog.patdavid.net
_______________________________________________
gimp-web-list mailing list
gimp-web-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-web-list

Reply via email to