Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50916 invoked from network); 2 Jun 2011 22:42:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2011 22:42:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rileyrg@googlemail.com; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.12 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.12 lo.gmane.org Linux 2.6 Received: from [80.91.229.12] ([80.91.229.12:46315] helo=lo.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/D1-38878-AD118ED4 for ; Thu, 02 Jun 2011 18:42:35 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QSGb0-0004Sv-Ig for internals@lists.php.net; Fri, 03 Jun 2011 00:42:30 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jun 2011 00:42:30 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jun 2011 00:42:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: internals@lists.php.net Reply-To: internals@lists.php.net To: internals@lists.php.net Date: Fri, 03 Jun 2011 00:41:32 +0200 Organization: aich tea tea pea dicky riley dot net Lines: 40 Message-ID: References: <4F1A26B7-A17F-48E4-AAE0-0C735F89C69F@roshambo.org> Mime-Version: 1.0 Content-Type: text/plain X-Gmane-NNTP-Posting-Host: 85.183.18.158 Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:XG3i+vht1aiHl7a58cMIXBSJMQ4= Subject: Re: [PHP-DEV] Local PHP docs with search facility From: rileyrg@googlemail.com (Richard Riley) Nathan Nobbe writes: > On Thu, Jun 2, 2011 at 4:01 PM, Philip Olson wrote: > >> >> On Jun 2, 2011, at 2:46 PM, Richard Riley wrote: >> >> > Hannes Magnusson writes: >> > >> >> On Thu, Jun 2, 2011 at 21:03, Richard Riley >> wrote: >> >>> >> >>> Could some kind soul advise me on how to install php docs localy and >> >>> have the excellent patterns search work based on an sqllite database? >> >> >> >> https://wiki.php.net/doc/phd/view >> >> >> >> Please ask any followup questions on the proper mailinglist, >> >> phpdoc@lists.php.net for questions about the docs, or >> >> php-webmaster@lists.php.net for questions about the website. >> >> >> > >> > Yes, please excuse the wrong group. I realised that after posting. >> >> But while we're here, pman is another option: >> >> $ pear install phpdocs/pman >> $ pman mysql_connect >> >> That'll show the mysql_connect() documentation as a local man page. >> > > not to shabby ;) > > and to Richard's question about search the -K option may be just the ticket. > > -nathan All very nice - thanks for the info. And if anyone has an emacs interface to this please drop me a line .