2
1

lists.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!--#include file="header.html" -->
  2. <!-- Begin Introduction section -->
  3. <h3>Mailing List Information</h3>
  4. Buildroot has a <a href="/lists/buildroot/">mailing list</a> for discussion and
  5. development. You can subscribe by visiting
  6. <a href="http://lists.busybox.net/mailman/listinfo/buildroot">this page</a>.
  7. Only subscribers to the Buildroot mailing list are allowed to post
  8. to this list.
  9. <p>
  10. The list is also available through <a
  11. href="http://gmane.org">Gmane</a> at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
  12. <p>
  13. <h3>Search the List Archives</h3>
  14. Please search the mailing list archives before asking questions on the mailing
  15. list, since there is a good chance someone else has asked the same question
  16. before. Checking the archives is a great way to avoid annoying everyone on the
  17. list with frequently asked questions...
  18. <p>
  19. <center>
  20. <div id="cse" style="width: 100%;">Loading</div>
  21. <script src="http://www.google.com/jsapi" type="text/javascript"></script>
  22. <script type="text/javascript">
  23. google.load('search', '1', {language : 'en'});
  24. google.setOnLoadCallback(function() {
  25. var customSearchControl = new google.search.CustomSearchControl(
  26. '009810735161915413714:3rfmqierl8s');
  27. customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
  28. var customSearchOptions = new google.search.DrawOptions();
  29. customSearchOptions.enableSearchboxOnly("http://google.com/cse?cx=009810735161915413714:3rfmqierl8s");
  30. customSearchControl.draw('cse', customSearchOptions);
  31. }, true);
  32. </script>
  33. <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
  34. </center>
  35. <!--#include file="footer.html" -->