summaryrefslogtreecommitdiffstats
path: root/docs/js
Commit message (Collapse)AuthorAgeFilesLines
* docs: really move the websiteYann E. MORIN2015-01-253-75/+0
| | | | | | | | | | | | 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>
* website: Javascript code cleanupMaxime Hadjinlian2014-12-091-26/+27
| | | | | | | | By inversing the "if (!result.error)" we gain one level of indent. Also moving variable declarations into a more correct block of code. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: Fix indentationMaxime Hadjinlian2014-12-091-39/+41
| | | | | | | [Thomas: fix commit title.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: Remove debug messageMaxime Hadjinlian2014-12-091-1/+0
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: responsive web design websiteAngelo Compagnucci2014-11-011-6/+5
| | | | | | | | | | | This patch migrate the layout to a responsive web design one. * Fixing the layout of all pages to be fully responsive * Adding panels around "Recent commints" and "Recent discussion" * Adding fonts for glyphs in buttons Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs: responsive web design website - upgrading bootstrap/jqueryAngelo Compagnucci2014-11-014-2170/+9
| | | | | | | | | * Upgrading to Bootstrap 3.2.0 * Upgrading to Jquery 1.11.1 * Removing older files Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: remove remaining references to uclibc.orgThomas De Schampheleire2014-05-251-1/+1
| | | | | | | | The website still used some uclibc.org URLs which can now use buildroot.org. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* website: add Buildroot javascriptMaxime Hadjinlian2014-03-031-0/+64
| | | | | | | | | Add some specific Javascript to display commit and mailing recent entries. Note that the git commit mail are ignored. Also load Google Analytics. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* website: add Bootstrap and JQuery frameworksMaxime Hadjinlian2014-03-033-0/+2171
Add Bootstrap framework, along with JQuery. Theses files were downloaded from: - http://getbootstrap.com - http://jquery.com/ Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud