lists.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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. <form method="GET" action="http://www.google.com/custom">
  21. <input type="hidden" name="domains" value="lists.busybox.net">
  22. <input type="hidden" name="sitesearch" value="lists.busybox.net">
  23. <input type="text" name="q" size="31" maxlength="255" value="">
  24. <br>
  25. <input type="submit" name="sa" value="search the mailing list archives">
  26. <br>
  27. <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" height="32" width="75" align="middle"></a>
  28. <br>
  29. </form>
  30. </center>
  31. <!--#include file="footer.html" -->