svn commit: r45922 - head/en_US.ISO8859-1/htdocs/search

Gavin Atkinson gavin at FreeBSD.org
Tue Nov 4 05:36:11 UTC 2014


Author: gavin
Date: Tue Nov  4 05:36:10 2014
New Revision: 45922
URL: https://svnweb.freebsd.org/changeset/doc/45922

Log:
  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.

Modified:
  head/en_US.ISO8859-1/htdocs/search/search.xml

Modified: head/en_US.ISO8859-1/htdocs/search/search.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/search/search.xml	Tue Nov  4 05:12:06 2014	(r45921)
+++ head/en_US.ISO8859-1/htdocs/search/search.xml	Tue Nov  4 05:36:10 2014	(r45922)
@@ -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>


More information about the svn-doc-head mailing list