Put the checkboxes -hubs, -install, and -www into a new "limited
lists" section. This is the way the Handbook presents them, and I think it makes things a litle cleaner.
This commit is contained in:
parent
53037a1271
commit
a1cbbd2675
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9189
1 changed files with 19 additions and 39 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.63 2001/04/11 22:57:17 dd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.64 2001/04/13 02:16:56 dd Exp $">
|
||||
<!ENTITY title "Search">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/search/search.sgml,v 1.63 2001/04/11 22:57:17 dd Exp $ -->
|
||||
<!-- $FreeBSD: www/en/search/search.sgml,v 1.64 2001/04/13 02:16:56 dd Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -273,12 +273,6 @@ yield inaccurate results.</em></p>
|
|||
<td>General technical discussions</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-hubs"> <strong>Hubs</strong></td>
|
||||
<td>People running mirror sites (infrastructural support)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-i18n"> <strong>I18n</strong></td>
|
||||
|
@ -291,12 +285,6 @@ yield inaccurate results.</em></p>
|
|||
<td>Porting FreeBSD to Intel's upcoming IA64 systems</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-install"> <strong>Install</strong></td>
|
||||
<td>Installation system development</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-ipfw"> <strong>ipfw</strong></td>
|
||||
|
@ -393,7 +381,6 @@ yield inaccurate results.</em></p>
|
|||
<td>Using FreeBSD in embedded applications</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-smp"> <strong>SMP</strong></td>
|
||||
|
@ -412,37 +399,30 @@ yield inaccurate results.</em></p>
|
|||
<td>Support Token Ring in FreeBSD</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Limited lists</h3>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-hubs"> <strong>Hubs</strong></td>
|
||||
<td>People running mirror sites (infrastructural support)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-install"> <strong>Install</strong></td>
|
||||
<td>Installation system development</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source"
|
||||
value="freebsd-www"> <strong>WWW</strong></td>
|
||||
<td>Web site maintainers</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<!--
|
||||
<input type="checkbox" name="source" value="freebsd-hubs">
|
||||
<b>Hubs:</b> Managers of FreeBSD ftp/www mirrors and mail relays<br>
|
||||
|
||||
<input type="checkbox" name="source" value="freebsd-install">
|
||||
<b>Install:</b> Installation development<br>
|
||||
|
||||
<input type="checkbox" name="source" value="freebsd-atm">
|
||||
<b>Atm:</b> <br>
|
||||
|
||||
<input type="checkbox" name="source" value="freebsd-ircops">
|
||||
<b>Ircops:</b> <br>
|
||||
|
||||
<input type="checkbox" name="source" value="freebsd-security-notifications">
|
||||
<b>Security-notifications:</b> <br>
|
||||
|
||||
<input type="checkbox" name="source" value="freebsd-stats">
|
||||
<b>Stats:</b> <br>
|
||||
|
||||
<input type="checkbox" name="source" value="freebsd-www">
|
||||
<b>WWW:</b> <br>
|
||||
-->
|
||||
|
||||
<p><input type="submit"></p>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue