lists.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!--#include file="header.html" -->
  2. <!-- Begin Introduction section -->
  3. <h3>Mailing List Information</h3>
  4. Buildroot has a <a href="/lists/busybox/">mailing list</a> for discussion and
  5. development. You can subscribe by visiting
  6. <a href="/mailman/listinfo/busybox">this page</a>.
  7. Only subscribers to the Buildroot mailing list are allowed to post
  8. to this list.
  9. <p>
  10. <h3>Search the List Archives</h3>
  11. Please search the mailing list archives before asking questions on the mailing
  12. list, since there is a good chance someone else has asked the same question
  13. before. Checking the archives is a great way to avoid annoying everyone on the
  14. list with frequently asked questions...
  15. <p>
  16. <center>
  17. <form method="GET" action="http://www.google.com/custom">
  18. <input type="hidden" name="domains" value="buildroot.uclibc.org">
  19. <input type="hidden" name="sitesearch" value="buildroot.uclibc.org">
  20. <input type="text" name="q" size="31" maxlength="255" value="">
  21. <br>
  22. <input type="submit" name="sa" value="search the mailing list archives">
  23. <br>
  24. <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>
  25. <br>
  26. </form>
  27. </center>
  28. <!--#include file="footer.html" -->