From owner-freebsd-doc@FreeBSD.ORG Mon Apr 23 18:44:16 2007 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E401D16A40E for ; Mon, 23 Apr 2007 18:44:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 9726F13C46E for ; Mon, 23 Apr 2007 18:44:16 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l3NIVFFj049437 for ; Mon, 23 Apr 2007 14:31:15 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: doc@freebsd.org Date: Mon, 23 Apr 2007 13:53:49 -0400 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704231353.50082.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 23 Apr 2007 14:31:15 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3151/Mon Apr 23 12:11:26 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: search engine for FreeBSD PRs.. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2007 18:44:17 -0000 If you use FireFox and surf over to http://people.FreeBSD.org/~jhb/ you will see that if you click on the search engines menu, you will be able to add a new "FreeBSD PRs" search to your list of search engines. This is done via an OpenSearch xml file (people.freebsd.org/~jhb/FreeBSD_PRs.xml) and the following in the of my index.html: ... ... The way this search works is that you can type a PR number (or cat/number, such as kern/12345) in the search box and it will pull up that PR. Does anyone else find this useful? If so, I think it would be neat to add it to either the front page (you can have multiple searches for a page, so we could also add a generic FreeBSD.org search too if desired), http://www.freebsd.org/support.html, or http://www.freebsd.org/cgi/query-pr-summary.cgi?query. -- John Baldwin