Plausible deniability.
authorRob Landley <rob@landley.net>
Fri, 14 Jul 2006 20:01:58 +0000 (20:01 -0000)
committerRob Landley <rob@landley.net>
Fri, 14 Jul 2006 20:01:58 +0000 (20:01 -0000)
docs/header.html
docs/lists.html [new file with mode: 0644]

index 94938612f6a9ffeafee0336c20118b6d354b3ac1..5aa7974520797ad1eafe5c2a62d82f68726a564d 100644 (file)
@@ -50,6 +50,7 @@
     <br><a href="/subversion.html">Accessing Source</a>
     <br><a href="http://bugs.uclibc.org/">Bug Tracking</a>
     <br><a href="/docs.html">Documentation</a>
+    <br><a href="/lists.html">Mailing Lists</a>
 
     <p><b>Related Sites</b>
     <br><a href="http://busybox.net/">BusyBox</a>
diff --git a/docs/lists.html b/docs/lists.html
new file mode 100644 (file)
index 0000000..47d83a7
--- /dev/null
@@ -0,0 +1,34 @@
+<!--#include file="header.html" -->
+
+<!-- Begin Introduction section -->
+
+<h3>Mailing List Information</h3>
+Buildroot has a <a href="/lists/busybox/">mailing list</a> for discussion and
+development.  You can subscribe by visiting
+<a href="/mailman/listinfo/busybox">this page</a>.
+Only subscribers to the Buildroot mailing list are allowed to post
+to this list.
+
+<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="buildroot.uclibc.org">
+<input type="hidden" name="sitesearch" value="buildroot.uclibc.org">
+<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" -->