On Wed, Sep 3, 2008 at 1:25 PM, Jason Jones <[EMAIL PROTECTED]> wrote: > > I would recommend writing a plugin that leverages one of the existing > "multicasting" services, such as ping.fm, rather than doing that work > in the plugin. That way, someone else owns the interfaces to the > various services. > > Ping.fm is the only one I have experience with, but others may have > suggestions. > There is a C# wrapper here: > http://groups.google.com/group/pingfm-developers/web/code-libraries > The api docs are here: > http://groups.google.com/group/pingfm-developers/web/api-documentation > >
Another route could be adding dbus support to something like gwibber that already has support for multiple services. After all, you'll want to read the items from those services anyway so you're not going to remove the client. Then this way the plugin work is small and only a method to post through gwibber to the services already setup. Rick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en -~----------~----~----~----~------~----~------~--~---
