Le dimanche 09 novembre 2008 à 23:32 +0200, Dimitris Glezos a écrit : > On Sun, Nov 9, 2008 at 1:07 AM, Claude Paroz <[EMAIL PROTECTED]> wrote: > > Le samedi 08 novembre 2008 à 10:09 -0200, Leonardo F. Fontenelle a > > écrit : > >> Replacing the XML files for a database had a collateral effect for me, > >> though. My pet scripts "tsfx" and "review" relied on those XML files to > >> find out if updating a po/ or help/ was just a matter of "svn up" or if > >> there was a branch and thus the correct command would be "svn sw". > >> > >> Is there any way to get data from this database using a remote computer? > > > > We should be able to produce any output you want. > > Ideally, what data and in which format would you like to have ? > > Exposing the API as JSON instead of XML-RPC hits two birds with a > stone, by allowing us to do AJAX as well.
Yeah, I'm more enclined to use RESTful API than XML-RPC (Og, this is also an answer to your mail). Thanks to the flexibility of Django, it's relatively easy to serve several formats. Le samedi 08 novembre 2008 à 21:57 -0200, Leonardo F. Fontenelle a écrit : > I'd like to know: > 1. the list of release sets; (...) As a first step, I implemented an XML and a JSON output of the release list: http://l10n.gnome.org/releases/xml http://l10n.gnome.org/releases/json Is this a good direction? Claude _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
