123456789101112131415161718192021222324252627282930313233343536 |
- <!--#include file="header.html" -->
- <!-- Begin Introduction section -->
- <h3>Mailing List Information</h3>
- Buildroot has a <a href="/lists/buildroot/">mailing list</a> for discussion and
- development. You can subscribe by visiting
- <a href="http://lists.busybox.net/mailman/listinfo/buildroot">this page</a>.
- Only subscribers to the Buildroot mailing list are allowed to post
- to this list.
- <p>
- The list is also available through <a
- href="http://gmane.org">Gmane</a> at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
- <p>
- <h3>Search the List Archives</h3>
- Please search the mailing list archives before asking questions on the mailing
- list, since there is a good chance someone else has asked the same question
- before. Checking the archives is a great way to avoid annoying everyone on the
- list with frequently asked questions...
- <p>
- <center>
- <form method="GET" action="http://www.google.com/custom">
- <input type="hidden" name="domains" value="lists.busybox.net">
- <input type="hidden" name="sitesearch" value="lists.busybox.net">
- <input type="text" name="q" size="31" maxlength="255" value="">
- <br>
- <input type="submit" name="sa" value="search the mailing list archives">
- <br>
- <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>
- <br>
- </form>
- </center>
- <!--#include file="footer.html" -->
|