summaryrefslogtreecommitdiffstats
path: root/docs/website
Commit message (Collapse)AuthorAgeFilesLines
* docs/website: download.html: correct version number in titlePeter Korsgaard2019-03-191-1/+1
| | | | | | | | | | Fixes #11716 Latest release is 2019.02. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 964d525970e8d6dfd7807dc965d07e0d2bcc49f7) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2019.02Peter Korsgaard2019-03-042-11/+32
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2019.02-rc3Peter Korsgaard2019-03-012-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.11.3Peter Korsgaard2019-02-242-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.02.11Peter Korsgaard2019-02-232-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2019.02-rc2Peter Korsgaard2019-02-232-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2019.02-rc1 announcement linkPeter Korsgaard2019-02-131-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2019.02-rc1Peter Korsgaard2019-02-132-11/+34
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: correct association e-mail addressArnout Vandecappelle (Essensium/Mind)2019-02-081-1/+1
| | | | | | | It is buildroot-association@buildroot.org, not @lists.buildroot.org. Reported-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* docs/website: fix Paypal account addressThomas Petazzoni2019-02-081-1/+1
| | | | | | | | As noticed by Yann E. Morin, the address of the Paypal account is @buildroot.org, not @lists.buildroot.org. Reported-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website: add page for the Buildroot AssociationThomas Petazzoni2019-02-082-0/+124
| | | | | | | | | | | | | | | | | | | | | | | | For about two years, a legal entity called "Buildroot Association" was created in France to support the Buildroot project. Until fall 2018, this legal entity has not been used. In fall 2018, we started using it in order to receive donations from companies in order to organize the Buildroot Developers Meeting that took place before the Embedded Linux Conference Europe 2018 in Edinburgh. This commit creates a new page on our web site that documents the existence of this Buildroot Association, and details how to become a member. Both individuals and companies can become members. It is worth stating that the Buildroot Association does not control the Buildroot project: it remains a fully open-source and community-driven project. The Buildroot Association only serves as a legal entity to handle donations and money needed to organize the Buildroot Developers Meeting, and pay for a few expenses related to the project (such as domain names). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [Arnout: small improvements] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* 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-042-10/+10
| | | | | | | | | | | | | | 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-042-6/+6
| | | | | | | | | | | | | | 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>
* docs/website: update for 2018.02.10Peter Korsgaard2019-01-312-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.11.2Peter Korsgaard2019-01-302-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/sponsors.html: Zillabit webserver does not support HTTPSPeter Korsgaard2019-01-131-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/sponsors.html: add Zillabit as sponsor of the buildroot.org domainPeter Korsgaard2019-01-122-0/+17
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Makefile, manual, website: Bump copyright yearPeter Korsgaard2019-01-061-1/+1
| | | | | | Happy 2019! Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.02.9Peter Korsgaard2018-12-202-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.08.4Peter Korsgaard2018-12-201-0/+21
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.11.1Peter Korsgaard2018-12-192-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2018.11 announcement linkPeter Korsgaard2018-12-021-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.11Peter Korsgaard2018-12-012-11/+29
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.11-rc3Peter Korsgaard2018-11-302-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.02.8Peter Korsgaard2018-11-272-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.08.3Peter Korsgaard2018-11-262-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.11-rc2Peter Korsgaard2018-11-212-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: update for 2018.11-rc1Peter Korsgaard2018-11-101-0/+24
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.11-rc1Peter Korsgaard2018-11-091-11/+11
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.02.7Peter Korsgaard2018-10-252-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.08.2Peter Korsgaard2018-10-252-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/sponsors: credit Smile for the LLVM/Clang internshipRomain Naour2018-10-203-3/+5
| | | | | | | Update Smile url and logo. Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website: add TkOS to the sponsorsThomas Petazzoni2018-10-172-0/+17
| | | | | | | Tk Open Systems has sponsored the Buildroot Association to organize the Buildroot Developers Meeting. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website/sponsors: add sponsors of the Buildroot Developers Meeting @ ↵Thomas Petazzoni2018-10-085-0/+105
| | | | | | | ELCE 2018 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/sponsors: credit Scaleway for the HackathonThomas Petazzoni2018-10-082-0/+18
| | | | | | | | Better late than never: let's thank Scaleway who provided some excellent hosting conditions for our March 2018 Hackathon in Paris. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/sponsors: remove "current sponsors", update "past sponsors"Thomas Petazzoni2018-10-081-47/+3
| | | | | | | | | This commit removes Google and Mind as "Current sponsors" and credits them as "Past sponsors" for the FOSDEM 2018 Buildroot Developers Meeting. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.08.1Peter Korsgaard2018-10-072-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.02.6Peter Korsgaard2018-10-072-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.05.3Peter Korsgaard2018-10-071-0/+19
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: add paragraph about the IRC channel restrictionsThomas Petazzoni2018-09-111-0/+6
| | | | | | | | | Due to excessive spamming on Freenode, the IRC channel is currently restricted to registered users. Since this may not be obvious for people not familiar with IRC, let's mention it on our website, with a link to the relevant documentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* docs/website: use https:// link for patchworkThomas Petazzoni2018-09-111-1/+1
| | | | | Suggested-by: 'popsulfr' on IRC Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* website/news.html: add 2018.08 announcement linkPeter Korsgaard2018-09-061-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.08Peter Korsgaard2018-09-062-11/+29
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.08-rc3Peter Korsgaard2018-09-012-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.02.5Peter Korsgaard2018-08-292-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2018.05.2Peter Korsgaard2018-08-282-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2018.08-rc2Peter Korsgaard2018-08-202-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud