docs/website: switching from gmane to nabble
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Sun, 5 Feb 2017 16:59:32 +0000 (17:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Feb 2017 21:47:29 +0000 (22:47 +0100)
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/js/buildroot.js
docs/website/support.html

index 83983e6793046b3f69b6b6ba51651235c2ffb7b9..da43664162a5a3d63e9d12b81259be96b4980550 100644 (file)
@@ -87,7 +87,7 @@ jQuery(document).ready(function($) {
     url = url.split(/[\\/]/).pop()
     $('.nav a[href="/' + url + '"]').parent().addClass('active');
 
-    load_activity("http://rss.gmane.org/topics/excerpts/gmane.comp.lib.uclibc.buildroot", "mailing-list-activity");
+    load_activity("http://buildroot-busybox.2317881.n4.nabble.com/Buildroot-busybox-ft2.xml", "mailing-list-activity");
     load_activity("http://git.buildroot.org/buildroot/atom/?h=master", "commit-activity");
 
     $('#slides').html('<iframe src="https://docs.google.com/gview?url=http://free-electrons.com/doc/training/buildroot/buildroot-slides.pdf&embedded=true" style="position:absolute; width:100%; height:100%; top:0; left:0;" frameborder="0"></iframe>')
index 92ee03b02e1d7dfd123aa184bc07859e3aab7c13..a1184c8b673f0796da6ed77b24470da459dd6d22 100644 (file)
                    list, since there is a good chance someone else has asked the same question
                    before.</p>
 
-                 <form method="get" action="http://search.gmane.org/">
+                 <form method="get" action="http://buildroot-busybox.2317881.n4.nabble.com/template/NamlServlet.jtp">
                    <input type="text" name="query">
-                   <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot">
+                   <input type="hidden" name="macro" value="search_page">
+                   <input type="hidden" name="node" value="2">
+                   <input type="hidden" name="sort" value="date">
                    <button type="submit" class="btn btn-default">Submit</button>
                  </form>
                </div>