docs/website: fixing query.yahooapis.com shutdown
authorAngelo Compagnucci <angelo@amarulasolutions.com>
Mon, 4 Feb 2019 13:30:04 +0000 (14:30 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 4 Feb 2019 14:06:20 +0000 (15:06 +0100)
commit9dcb5c581b8fddfdbbea5d2942618a5f0ddeceb9
tree090b665cacf754d6363ca4e6c58dd74ff6ebb63d
parentbdd84208ce6f82e52104a423af535aaff21a1f2a
docs/website: fixing query.yahooapis.com shutdown

This patch rework the use of query.yahooapis.com to do the conversion
from xml to json required by our script and moves to the use of a js
library. Datas are therefore now converted in json format on the client.

Unfortunately, cause of the CORS restriction on nabble and
buildroot.org, we cannot retrieve directly the xml data from these
servers and we need a CORS proxy to do that.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
[Peter: use sha256 integrity]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/website/footer.html
docs/website/js/buildroot.js