summaryrefslogtreecommitdiffstats
path: root/docs/website/footer.html
Commit message (Collapse)AuthorAgeFilesLines
* docs/website: fixing query.yahooapis.com shutdownAngelo Compagnucci2019-02-041-0/+1
| | | | | | | | | | | | | | 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: consolidate CDN's and enable SRIJames Hilliard2019-02-041-3/+3
| | | | | | | | | | | | | | Some of our cdn's are going discontinued (rawgit) and some others are not recommended anymore, thus we update to the recommended cdnjs. This patch enables also SRI protection on js to be sure the modules we download are not manipulated in any way. About SRI: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* website: footer.html: really use version 1.7.1 of clipboard.jsPeter Korsgaard2018-04-281-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* website: footer.html: use 1.7.1 release of clipboard.jsPeter Korsgaard2018-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | The clipboard javascript code causes an error: Uncaught TypeError: Illegal constructor at buildroot.js:58 Which is caused by a recent change in upstream clipboard.js: https://github.com/zenorocha/clipboard.js/releases/tag/v2.0.0 Changes constructor from new Clipboard() to new ClipboardJS() The issue was that we were using the master version of clipboard.js instead of a specific release. Fix it by using the 1.7.1 version (latest release before the constructor change) instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: fix google feed APIAngelo Compagnucci2017-02-051-1/+0
| | | | | | | | | 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: bump jquery and bootstrapAngelo Compagnucci2017-02-051-2/+2
| | | | | | | This patch bumps jquery and bootstrap to the latest versions. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: New websiteAngelo Compagnucci2015-11-231-6/+6
| | | | | | | | | | | | | | 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-251-0/+7
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