Comment 0 for bug 195248

Revision history for this message
Graham Binns (gmb) wrote : Clog should be able to handle different blogging APIs

There are several different blogging APIs: MetaWeblog, Blogger, LiveJournal, etc. At the moment Clog only supports MetaWeblog, but it should be able to support others.

This is simple to do insofar as implementing different versions of the Post action (see the Markdown branch for an example). But this requires the user to know something about how to access the different Action types, which isn't right. Instead, we should be able to use a config setting to decide which API should be used.