summaryrefslogtreecommitdiffstats
path: root/docs/website/js
Commit message (Collapse)AuthorAgeFilesLines
* docs/website/js/buildroot.js: fix unterminated statementsAdam Duskett2019-02-051-3/+3
| | | | | | | | | Some statements are missing their semicolons. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Acked-by: <angelo@amarulasolutions.com> Tested-by: <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website/js/buildroot.js: fix possible type coercionAdam Duskett2019-02-051-3/+3
| | | | | | | | | | With javascript, when comparing variables, using === instead of == is preferred. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Acked-by: <angelo@amarulasolutions.com> Tested-by: <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website/js/buildroot.js: switch var to letAdam Duskett2019-02-051-20/+20
| | | | | | | | | | In javascript, let is preferred for local, var is preferred for global. Change any local variables from "var" to "let" Signed-off-by: Adam Duskett <Aduskett@gmail.com> Acked-by: <angelo@amarulasolutions.com> Tested-by: <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website: fixing query.yahooapis.com shutdownAngelo Compagnucci2019-02-041-10/+9
| | | | | | | | | | | | | | 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: Free Electrons is now BootlinThomas Petazzoni2018-02-141-1/+1
| | | | | | | | Free Electrons has been renamed to Bootlin, so update the Documentation section of our website describing the Buildroot training course to use the new company name and domain name. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website: Speedup javascript queryAngelo Compagnucci2017-02-221-4/+4
| | | | | | | | This commit limits results from the javascript query for selecting messages from the mailing list. It was not limited before. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: switching from gmane to nabbleAngelo Compagnucci2017-02-051-1/+1
| | | | | | | | Gmane mailing list infrastructure is broken from some time, switching to nabble both for rss and search services. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: fix google feed APIAngelo Compagnucci2017-02-051-46/+27
| | | | | | | | | Google deprecated feed api to cenvert rss to json, switching to yahoo yql. This patch also reorganize the javascript code to accomodate the fixings. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: fixing mixing content errorAngelo Compagnucci2016-01-131-1/+1
| | | | | | | | | Firefox recently activated mixing content mode protection (http elements in an https page). This patch changes the external slides service to https. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: New websiteAngelo Compagnucci2015-11-233-10/+48
| | | | | | | | | | | | | | This patch introduces a new buildroot website based on a modern flat layout inspired by material design. Each page of the old website is converted to the new css/layout, the big bump is in main page which is completely rewritten. Content of the old website is copied more or less verbatim, planning to add more content in the future. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs: really move the websiteYann E. MORIN2015-01-253-0/+75
Now that the automated scripts that deply our website have been updated, really move the website to its final location. We still keep a symlink for the images, as they are used both for the website, and for the manual. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud