Date: Sat, 5 Apr 2003 00:06:16 -0600 (CST) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: www/50617: [patch] add missing mailing lists to WWW search page Message-ID: <200304050606.h3566Grp098599@lonesome.lonesome.com> Resent-Message-ID: <200304050610.h356ABAn091667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50617 >Category: www >Synopsis: [patch] add missing mailing lists to WWW search page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 04 22:10:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: N/A >Description: Unless I'm looking in the wrong place, it looks like it is not currently possible to search some of the newer FreeBSD mailing lists. I don't understand enough on how all that works to understand if there are back-end (indexing) changes needed, but I thinkg this may at least update the web page (http://www.freebsd.org/search/search.html) and encourage someone to take a look at the larger problem. Note that I haven't added the following (I don't know whether it is intended that they be left out): ia32, ircops, performance, stats, test, testing, vendors. Also NOTE: someone with better knowledge of the www tree than I have, ought to review this patch for possible major brain damage. This is simply my best-guess. >How-To-Repeat: N/A >Fix: Patch /usr/www/en/search/search.sgml with the following: --- search.sgml.dist Fri Apr 4 23:43:08 2003 +++ search.sgml Fri Apr 4 23:58:42 2003 @@ -146,6 +146,12 @@ <tr> <td><input type="checkbox" name="source" + value="freebsd-security-notifications"> <strong>Security Notification</strong></td> + <td>Annoucements 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> <td>A forum for FreeBSD user groups</td> </tr> @@ -244,8 +250,32 @@ <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> @@ -317,6 +347,12 @@ <tr> <td><input type="checkbox" name="source" + value="freebsd-i386"> <strong>i386</strong></td> + <td>Porting FreeBSD to Intel x86 systems and workalikes</td> +</tr> + +<tr> + <td><input type="checkbox" name="source" value="freebsd-ia64"> <strong>ia64</strong></td> <td>Porting FreeBSD to Intel's upcoming IA64 systems</td> </tr> @@ -407,6 +443,12 @@ <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-ppc"> <strong>PPC</strong></td> <td>Porting FreeBSD to the PowerPC</td> </tr> @@ -443,14 +485,20 @@ <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> <td><input type="checkbox" name="source" value="freebsd-standards"> <strong>Standards</strong></td> <td>FreeBSD Conformance to the C99 and the POSIX standards</td> +</tr> + +<tr> + <td><input type="checkbox" name="source" + value="freebsd-threads"> <strong>Threads</strong></td> + <td>Discussion about threading models in FreeBSD, including KSE and others</td> </tr> <tr> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304050606.h3566Grp098599>