<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/docs/website/js, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2019-02-05T08:43:27+00:00</updated>
<entry>
<title>docs/website/js/buildroot.js: fix unterminated statements</title>
<updated>2019-02-05T08:43:27+00:00</updated>
<author>
<name>Adam Duskett</name>
<email>Aduskett@gmail.com</email>
</author>
<published>2019-02-04T14:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fcf418d0a49c843b27a695f7647556535b50ac5f'/>
<id>urn:sha1:fcf418d0a49c843b27a695f7647556535b50ac5f</id>
<content type='text'>
Some statements are missing their semicolons.

Signed-off-by: Adam Duskett &lt;Aduskett@gmail.com&gt;
Acked-by: &lt;angelo@amarulasolutions.com&gt;
Tested-by: &lt;angelo@amarulasolutions.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>docs/website/js/buildroot.js: fix possible type coercion</title>
<updated>2019-02-05T08:43:25+00:00</updated>
<author>
<name>Adam Duskett</name>
<email>Aduskett@gmail.com</email>
</author>
<published>2019-02-04T14:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0fac5df7e6f6ba92005082aeaabcca5ed69d7667'/>
<id>urn:sha1:0fac5df7e6f6ba92005082aeaabcca5ed69d7667</id>
<content type='text'>
With javascript, when comparing variables, using === instead of ==
is preferred.

Signed-off-by: Adam Duskett &lt;Aduskett@gmail.com&gt;
Acked-by: &lt;angelo@amarulasolutions.com&gt;
Tested-by: &lt;angelo@amarulasolutions.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>docs/website/js/buildroot.js: switch var to let</title>
<updated>2019-02-05T08:43:09+00:00</updated>
<author>
<name>Adam Duskett</name>
<email>Aduskett@gmail.com</email>
</author>
<published>2019-02-04T14:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=385e08d54f4b193e4b973a37a55455a33ee272dc'/>
<id>urn:sha1:385e08d54f4b193e4b973a37a55455a33ee272dc</id>
<content type='text'>
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 &lt;Aduskett@gmail.com&gt;
Acked-by: &lt;angelo@amarulasolutions.com&gt;
Tested-by: &lt;angelo@amarulasolutions.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>docs/website: fixing query.yahooapis.com shutdown</title>
<updated>2019-02-04T14:06:20+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo@amarulasolutions.com</email>
</author>
<published>2019-02-04T13:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9dcb5c581b8fddfdbbea5d2942618a5f0ddeceb9'/>
<id>urn:sha1:9dcb5c581b8fddfdbbea5d2942618a5f0ddeceb9</id>
<content type='text'>
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 &lt;angelo@amarulasolutions.com&gt;
[Peter: use sha256 integrity]
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/website: Free Electrons is now Bootlin</title>
<updated>2018-02-14T20:30:26+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@bootlin.com</email>
</author>
<published>2018-02-13T13:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=98b5f5e71da3196e833578c7bf81eadfac81a49d'/>
<id>urn:sha1:98b5f5e71da3196e833578c7bf81eadfac81a49d</id>
<content type='text'>
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 &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>docs/website: Speedup javascript query</title>
<updated>2017-02-22T20:31:03+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2017-02-22T20:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=059029edf3c58907a605e84ca6860719dc1b084b'/>
<id>urn:sha1:059029edf3c58907a605e84ca6860719dc1b084b</id>
<content type='text'>
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 &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/website: switching from gmane to nabble</title>
<updated>2017-02-05T21:47:29+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2017-02-05T16:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=18426200e629166595d7f35f3cd7647698f5b7e9'/>
<id>urn:sha1:18426200e629166595d7f35f3cd7647698f5b7e9</id>
<content type='text'>
Gmane mailing list infrastructure is broken from some time,
switching to nabble both for rss and search services.

Signed-off-by: Angelo Compagnucci &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/website: fix google feed API</title>
<updated>2017-02-05T21:47:21+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2017-02-05T16:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=aa32078ed8cb1cd61daf6c08c0f1e320db32b4df'/>
<id>urn:sha1:aa32078ed8cb1cd61daf6c08c0f1e320db32b4df</id>
<content type='text'>
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 &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>docs/website: fixing mixing content error</title>
<updated>2016-01-13T22:07:57+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2016-01-13T20:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=b6b5f2c481cf617913ba99ff1e23283843f06c35'/>
<id>urn:sha1:b6b5f2c481cf617913ba99ff1e23283843f06c35</id>
<content type='text'>
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 &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>docs/website: New website</title>
<updated>2015-11-23T21:56:59+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2015-10-13T19:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=97ab48658d574ded87f8af799795ba7ed76f6ba4'/>
<id>urn:sha1:97ab48658d574ded87f8af799795ba7ed76f6ba4</id>
<content type='text'>
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 &lt;angelo.compagnucci@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
