Factor out searching man pages and ported applications into their own
section, using man.cgi and ports.cgi, ready to switch the main search over to DuckDuckGo.
This commit is contained in:
parent
f754a77481
commit
2511fd8ae9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45922
1 changed files with 26 additions and 2 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="#web">Web pages</a></li>
|
||||
<li><a href="#manpages">Manual pages</a></li>
|
||||
<li><a href="#ports">Ported applications</a></li>
|
||||
<li><a href="#mailinglists">Mailing list archives</a></li>
|
||||
<li><a href="search-mid.html">Message-ID</a></li>
|
||||
<li><a href="https://bugs.FreeBSD.org/search/">
|
||||
|
@ -71,13 +73,11 @@
|
|||
<td><input type="checkbox" name="source" value="www-hu"/>Hungarian Web Pages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source" value="pkgdescr"/>Ported Applications</td>
|
||||
<td><input type="checkbox" name="source" value="www-fr"/>French Web Pages</td>
|
||||
<td><input type="checkbox" name="source" value="www-it"/>Italian Web Pages</td>
|
||||
<td><input type="checkbox" name="source" value="www-zh"/>Chinese Web Pages</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="checkbox" name="source" value="manpages"/>Manual Pages</td>
|
||||
<td><input type="checkbox" name="source" value="www-ja"/>Japanese Web Pages</td>
|
||||
<td><input type="checkbox" name="source" value="www-ru"/>Russian Web Pages</td>
|
||||
<td></td>
|
||||
|
@ -87,6 +87,30 @@
|
|||
|
||||
<hr noshade="noshade"/>
|
||||
|
||||
<a name="manpages"></a><h2>Manual Pages</h2>
|
||||
|
||||
<h3>Search for:</h3>
|
||||
|
||||
<form action="&cgibase;/man.cgi" method="get">
|
||||
<input type="text" name="query" size="50"/><br/>
|
||||
<input type="submit" value="Submit Query"/>
|
||||
<input type="reset" value="Reset"/>
|
||||
</form>
|
||||
|
||||
<hr noshade="noshade"/>
|
||||
|
||||
<a name="ports"></a><h2>Ported applications</h2>
|
||||
|
||||
<h3>Search for:</h3>
|
||||
|
||||
<form action="&cgibase;/ports.cgi" method="get">
|
||||
<input type="text" name="query" size="50"/><br/>
|
||||
<input type="submit" value="Submit Query"/>
|
||||
<input type="reset" value="Reset"/>
|
||||
</form>
|
||||
|
||||
<hr noshade="noshade"/>
|
||||
|
||||
<a name="mailinglists"></a><h2>Mailing list archives</h2>
|
||||
|
||||
<p>The <a href="http://www.FreeBSD.org/mail/">mailing list archive</a>
|
||||
|
|
Loading…
Reference in a new issue