diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-10 12:08:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-10 12:08:20 +0000 |
commit | 539eef6f2841377b6daa5d805ebb614d5df956fa (patch) | |
tree | 2a2416fcb7f500d592d84f5aa53aa0db2c60c94e /docs/busybox.net/lists.html | |
parent | d5c746f3a8afa86cf9e068527a728f8ae8dade00 (diff) | |
download | busybox-w32-539eef6f2841377b6daa5d805ebb614d5df956fa.tar.gz busybox-w32-539eef6f2841377b6daa5d805ebb614d5df956fa.tar.bz2 busybox-w32-539eef6f2841377b6daa5d805ebb614d5df956fa.zip |
update website
Diffstat (limited to 'docs/busybox.net/lists.html')
-rw-r--r-- | docs/busybox.net/lists.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/busybox.net/lists.html b/docs/busybox.net/lists.html new file mode 100644 index 000000000..6c38c1d54 --- /dev/null +++ b/docs/busybox.net/lists.html | |||
@@ -0,0 +1,41 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | |||
4 | <!-- Begin Introduction section --> | ||
5 | |||
6 | <h3>Mailing List Information</h3> | ||
7 | BusyBox has a <a href="/lists/busybox/">mailing list</a> for discussion and | ||
8 | development. You can subscribe by visiting | ||
9 | <a href="http://codepoet.org/mailman/listinfo/busybox">this page</a>. | ||
10 | |||
11 | <p> | ||
12 | There is also a mailing list for <a href="/lists/busybox-cvs/">active developers</a> | ||
13 | wishing to read the complete diff of each and every change to busybox -- not for the | ||
14 | faint of heart. Active developers can subscribe by visiting | ||
15 | <a href="http://codepoet.org/mailman/listinfo/busybox-cvs">this page</a>. | ||
16 | |||
17 | <p> | ||
18 | |||
19 | |||
20 | <h3>Search the List Archives</h3> | ||
21 | Please search the mailing list archives before asking questions on the mailing | ||
22 | list, since there is a good chance someone else has asked the same question | ||
23 | before. Checking the archives is a great way to avoid annoying everyone on the | ||
24 | list with frequently asked questions... | ||
25 | |||
26 | <center> | ||
27 | <form method="GET" action="http://www.google.com/custom"> | ||
28 | <input type="hidden" name="domains" value="busybox.net"> | ||
29 | <input type="hidden" name="sitesearch" value="busybox.net"> | ||
30 | <input type="text" name="q" size="31" maxlength="255" value=""> | ||
31 | <br> | ||
32 | <input type="submit" name="sa" value="search the mailing list archives"> | ||
33 | <br> | ||
34 | <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> | ||
35 | <br> | ||
36 | </form> | ||
37 | </center> | ||
38 | |||
39 | |||
40 | |||
41 | <!--#include file="footer.html" --> | ||