summaryrefslogtreecommitdiffstats
path: root/docs/website
Commit message (Collapse)AuthorAgeFilesLines
...
* docs/website: update for 2017.02.4Peter Korsgaard2017-07-042-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2017.02.3Peter Korsgaard2017-06-022-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2017.05 announcement linkPeter Korsgaard2017-06-011-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2017.052017.05Peter Korsgaard2017-05-312-2/+55
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2017.05-rc3Peter Korsgaard2017-05-302-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2017.05-rc2Peter Korsgaard2017-05-172-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2017.05-rc1Peter Korsgaard2017-05-082-11/+35
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2017.02.2Peter Korsgaard2017-05-022-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: update for 2017.02.1Peter Korsgaard2017-04-052-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: mention that 2017.02 is a LTS releasePeter Korsgaard2017-03-101-0/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2017.02 announcement linkPeter Korsgaard2017-03-101-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2016.11.3 releasePeter Korsgaard2017-03-101-0/+21
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: improve website speedAngelo Compagnucci2017-03-011-0/+62
| | | | | | | | | | | | | Currently the buildroot website is not leveraging common techniques to have a better loading speed (browser caching, gzip compression, deflating). This commit provides an .htaccess files with all the needed to enable mentioned features. This .htaccess only works if the webserver has deflate, expires and headers modules enabled. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update for 2017.022017.02Peter Korsgaard2017-02-282-11/+29
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2017.02-rc3Peter Korsgaard2017-02-262-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.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>
* Update for 2017.02-rc2Peter Korsgaard2017-02-212-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: fix link to 2017.02-rc1 tarballThomas Petazzoni2017-02-131-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: update release announcement with mailing list linkThomas Petazzoni2017-02-111-3/+4
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Prepare for 2017.02-rc1Thomas Petazzoni2017-02-112-11/+35
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: switching from gmane to nabbleAngelo Compagnucci2017-02-052-3/+5
| | | | | | | | 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-052-47/+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: bump jquery and bootstrapAngelo Compagnucci2017-02-052-3/+3
| | | | | | | 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/sponsors.html: Google and Mind sponsors of FOSDEM 2017 meetingThomas Petazzoni2017-02-011-26/+31
| | | | | | | | This commit updates the sponsors page on our web site to indicate that Google and Mind are sponsoring the Buildroot Developers Meeting at FOSDEM 2017 in Brussels. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update for 2016.11.2Peter Korsgaard2017-01-252-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: correct announcement link end tags (</a> vs <a>)Peter Korsgaard2017-01-251-6/+6
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.11.1Peter Korsgaard2016-12-292-9/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2016.11 announcement linkPeter Korsgaard2016-12-191-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.112016.11Peter Korsgaard2016-11-302-11/+29
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.11-rc3Peter Korsgaard2016-11-282-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.11-rc2Thomas Petazzoni2016-11-132-9/+33
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: update news with 2016.11-rc1 release e-mail linkThomas Petazzoni2016-11-041-1/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Update for 2016.11-rc1Thomas Petazzoni2016-11-032-11/+35
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: add Free Electrons as a current sponsorThomas Petazzoni2016-10-201-0/+17
| | | | | | | | Free Electrons sponsored the Buildroot Developers Meeting at ELCE 2016 in Berlin by making a donation to IN-Berlin, the organization who hosted the 3-day event. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: update Free Electrons logoThomas Petazzoni2016-10-201-0/+0
| | | | | | | This commit updates the Free Electrons logo of the Buildroot website to the new logo of the company. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: add Mind as a sponsor for the ELCE16 meetingArnout Vandecappelle2016-10-061-10/+29
| | | | | | | | | | | Also move Openwide/SMILE down to the past sponsors. This also requires all the row endings to move. Note that I chose to mention Mind twice, once as current sponsor and once as past sponsor. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs: website: update for 2016.08.1Peter Korsgaard2016-09-212-9/+30
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2016.08 announcement linkPeter Korsgaard2016-09-011-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.082016.08Peter Korsgaard2016-09-012-11/+29
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.08-rc3Peter Korsgaard2016-08-302-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: remove reference to GManeThomas Petazzoni2016-08-291-5/+0
| | | | | | | | GMane is dead (at least its web interface), so it's no longer really useful to reference it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.08-rc2Peter Korsgaard2016-08-172-9/+31
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* website/news.html: fix 2016.08-rc1 release datePeter Korsgaard2016-08-171-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* website/news.html: add 2016.08-rc1 announcement linkPeter Korsgaard2016-08-171-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2016.08-rc1Peter Korsgaard2016-08-062-11/+35
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website: adjust presentation of Mind sponsoringThomas Petazzoni2016-07-162-2/+2
| | | | | | | | Make the font size of the Mind block the same as all other blocks (it was smaller) and re-adjust the min height of all blocks so that they look the same. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: remove FOSDEM sponsors from "current sponsors"Thomas Petazzoni2016-07-161-44/+0
| | | | | | | Google and Mind are already credited in the "Past Sponsors" section for their contribution to the FOSDEM 2016 meeting. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/website: add OpenWide/Smile as sponsorRomain Naour2016-07-162-0/+17
| | | | | | | | | | | | | | | | As mentionned in http://lists.busybox.net/pipermail/buildroot/2016-July/167050.html, OpenWide/Smile has sponsored the Buildroot Summer Camp, by allowing Romain Naour to participate, and by paying the food expenses for the event. Signed-off-by: Romain Naour <romain.naour@smile.fr> Cc: Jérémy Rosen <jeremy.rosen@smile.fr> [Thomas: - renamed the logo file - remove useless white area in the logo, so that it appears bigger on the website] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: rephrase several hundreds of packagesFrank Hunleth2016-06-281-1/+1
| | | | | | | | | | | The phrase "Supports several hundreds of packages" is unusual to hear in English (or at least American English). The more common alternatives are "Supports several hundred packages" or "Supports hundreds of packages". The latter sounds like a larger amount, so change the phrase to that. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/website/news.html: add 2016.05 announcement linkPeter Korsgaard2016-06-011-1/+2
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud