o Add several mailing lists, correct the entry for sparc64 [1]
o Add a note about the mailman/pipermail list archive [1] PR: 50617 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
43c963a347
commit
a368a75dfa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16661
1 changed files with 58 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.82 2002/11/26 21:55:01 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.83 2003/04/06 21:37:14 ceri Exp $">
|
||||
<!ENTITY title "Search">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -63,6 +63,11 @@ Limit the number of results to <select name="max"
|
|||
<p>The <a href="http://www.FreeBSD.org/mail/">mailing list archive</a>
|
||||
indexes are now updated weekly!</p>
|
||||
|
||||
<p>An alternative way to read the mailing lists archives is to use the
|
||||
<a href="http://lists.freebsd.org/mailman/listinfo">Mailman/Pipermail
|
||||
list archive</a> (note that this archive only carries messages from
|
||||
March 2003 onward).</p>
|
||||
|
||||
<p>The mailing lists (as well as many others) have also been archived by <a
|
||||
href="http://www.geocrawler.com/">GeoCrawler</a>.</p>
|
||||
|
||||
|
@ -142,6 +147,12 @@ yield inaccurate results.</em></p>
|
|||
<td>General questions</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-security-notifications"> <strong>Security Notifications</strong></td>
|
||||
<td>Announcements regarding FreeBSD security issues (including, e.g., CERT notices)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-user-groups"> <strong>User-Groups</strong></td>
|
||||
|
@ -242,8 +253,32 @@ yield inaccurate results.</em></p>
|
|||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="cvs-all"> <strong>Commit</strong></td>
|
||||
<td>Changes made to the FreeBSD source tree</td>
|
||||
value="cvs-all"> <strong>Commit (all)</strong></td>
|
||||
<td>All Changes made to all FreeBSD source trees</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="cvs-doc"> <strong>Commit (doc)</strong></td>
|
||||
<td>Changes made to the FreeBSD documents source tree</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="cvs-ports"> <strong>Commit (ports)</strong></td>
|
||||
<td>Changes made to the FreeBSD ports source tree</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="cvs-projects"> <strong>Commit (projects)</strong></td>
|
||||
<td>Changes made to the FreeBSD projects source tree</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="cvs-src"> <strong>Commit (src)</strong></td>
|
||||
<td>Changes made to the FreeBSD main source tree</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -313,6 +348,18 @@ yield inaccurate results.</em></p>
|
|||
<td>FreeBSD Internationalization</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-i386"> <strong>i386</strong></td>
|
||||
<td>i386-specific issues for FreeBSD</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-ia32"> <strong>ia32</strong></td>
|
||||
<td>FreeBSD on the IA32 platform</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-ia64"> <strong>ia64</strong></td>
|
||||
|
@ -397,6 +444,12 @@ yield inaccurate results.</em></p>
|
|||
<td>FreeBSD core team policy decisions.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-ports-bugs"> <strong>Ports Bugs</strong></td>
|
||||
<td>Bug reports concerning FreeBSD's ports collection</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-ports"> <strong>Ports</strong></td>
|
||||
|
@ -441,8 +494,8 @@ yield inaccurate results.</em></p>
|
|||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-sparc"> <strong>SPARC</strong></td>
|
||||
<td>Porting FreeBSD to the SPARC</td>
|
||||
value="freebsd-sparc64"> <strong>SPARC64</strong></td>
|
||||
<td>Porting FreeBSD to the SPARC64</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue