I've noticed one detail to correct: Boolean values in JSON should be unquoted:<br><br><div><div>>>> print json.dumps({'a': True})</div><div>{"a": true}</div></div><div><br></div><br><div class="gmail_quote">Maciej (Matchek) Bliziński <<a href="mailto:maciej@opencsw.org">maciej@opencsw.org</a>> escreveu no dia Sun Nov 02 2014 at 11:03:59:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm leaving for vacations very soon, I won't be able to incorporate this into the maintainer status page before I leave. I'll get back to it after the 20th.<br><br><div class="gmail_quote">Ben Walton <<a href="mailto:bdwalton@gmail.com" target="_blank">bdwalton@gmail.com</a>> escreveu no dia Sat Nov 01 2014 at 22:32:53:</div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Looks pretty good to me.<br><br><div class="gmail_quote">On Sat Nov 01 2014 at 10:03:50 PM Dagobert Michelsen <<a href="mailto:dam@opencsw.org" target="_blank">dam@opencsw.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Maciej,<br>
<br>
Am 28.10.2014 um 12:10 schrieb Maciej (Matchek) Bliziński via buildfarm:<br>
<br>
> Hi buildfarm admins,<br>
><br>
> Is it possible/easy to export, over http in JSON, the list of all active maintainer accounts? We could use it to cross-match the buildfarm account statuses with the CSW database, which is used by the website. This would help us maintain a consistent maintainer status.<br>
><br>
> Something like:<br>
><br>
> [<br>
> {<br>
>   "name": "maciej",<br>
>   "type": "maintainer",<br>
>   "active": true<br>
> },<br>
> {<br>
>   "name": "somebody",<br>
>   "type": "maintainer",<br>
>   "active": false<br>
> },<br>
> {<br>
>   "name": "somebodyelse",<br>
>   "type": "upstream",<br>
>   "active": true<br>
> }<br>
> ]<br>
<br>
Please try<br>
  <a href="http://buildfarm.opencsw.org/cgi-bin/maintainerstatus" target="_blank">http://buildfarm.opencsw.org/<u></u>c<u></u>gi-bin/maintainerstatus</a><br>
<br>
This is pretty hacky at the moment, but it is late and I just wanted to get this done.<br>
Just let me know if this fits your needs.<br>
<br>
<br>
Best regards<br>
<br>
  -- Dago<br>
<br>
</blockquote></div>
</blockquote></div></blockquote></div>