+
-
diff --git a/docs/js/buildroot.js b/docs/js/buildroot.js
index 55e5eb3ca9..03c3968d19 100644
--- a/docs/js/buildroot.js
+++ b/docs/js/buildroot.js
@@ -11,17 +11,12 @@ function load_activity(feedurl, divid) {
if (entry.title.indexOf("git commit") != -1)
continue;
loaded += 1;
- if (loaded >= nb_display)
+ if (loaded > nb_display)
break;
var div = document.createElement("p");
var link = document.createElement("a");
var d = new Date(entry.publishedDate);
var data = '[' + d.toLocaleDateString() + '] ' + entry.title
- // Ensure all titles are the same length
- if (data.length > 60) {
- data = data.substr(0, 57)
- data += '...'
- }
var text = document.createTextNode(data);
link.appendChild(text);
link.title = entry.title;
@@ -29,6 +24,10 @@ function load_activity(feedurl, divid) {
div.appendChild(link);
container.appendChild(div);
}
+ var empty = nb_display - loaded;
+ for (var i = 0; i < empty; i++) {
+ container.appendChild(document.createElement("p"));
+ }
console.log(loaded);
}
});
diff --git a/docs/news.html b/docs/news.html
index ee2e9c446d..2f1b168c75 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -1,5 +1,8 @@
+
+
+
News
@@ -1314,5 +1317,8 @@
+
+
+
diff --git a/docs/sponsors.html b/docs/sponsors.html
index a1eb0bdfc8..4c47e5c524 100644
--- a/docs/sponsors.html
+++ b/docs/sponsors.html
@@ -1,146 +1,149 @@
-
Sponsors
+
+
+
Sponsors
-
Current sponsors
-
-
-
-
-
-
-
-
Mind is the Embedded
- Software division of Essensium, which provides consultancy
- and services specifically in the field of Linux and Open
- Source SW for Embedded Systems.
-
-
Mind is sponsoring
- the Buildroot
- Developers Meeting colocated with the Embedded Linux
- Conference Europe, taking place on October 11-12 2014 in
- Düsseldorf, Germany. Mind is helping with the logistics of
- the meeting room, as well as the Saturday dinner for the
- participants.
-
-
-
+
Current sponsors
-
Past sponsors
-
-
Throughout its history, the Buildroot project has been sponsored by
- various companies, that we would like to thank below.
-
-