Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38711 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29230 invoked from network); 2 Jul 2008 20:41:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jul 2008 20:41:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.181 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.166.181 py-out-1112.google.com Received: from [64.233.166.181] ([64.233.166.181:48658] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/DD-37564-AE7EB684 for ; Wed, 02 Jul 2008 16:41:15 -0400 Received: by py-out-1112.google.com with SMTP id a25so274143pyi.16 for ; Wed, 02 Jul 2008 13:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=LtI3sMnWB53NwtoDE58tmHoBvQFrnHt+19pVWtaBtkg=; b=O1j5D/7VBrC8t8/FpdTMhaTb2LJ40WhckAk6XuykPYICeVRyAoQFQY+p3QfU2JoZO4 z4hEIXkhHOSAtL+nqfXSu9TL+13mgNsLq3C81gZVxUOKF4sXDX6A5z8CJb86NmtM2MNv TEOCL7pjZAeJ+KAG0N7kystDTi3qwDbCSDSNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=AjZXkRl+/xuCZanMuSTCPveIeHq3fbCUbXk0PqtnkngvRet2s1rofo4E9s7YSLLjwp qG490R4jFkg0Pnkks9ZsRK9+H+spFzRyJibRkPmMszcSw9XOC4weCFyLfbSgo/C8Z5Mo 6EfRfNu1w/DXmOaKyXvcT+5/ipTDE55eRZROE= Received: by 10.115.109.1 with SMTP id l1mr7459265wam.90.1215031270602; Wed, 02 Jul 2008 13:41:10 -0700 (PDT) Received: by 10.114.144.16 with HTTP; Wed, 2 Jul 2008 13:41:10 -0700 (PDT) Message-ID: <7f3ed2c30807021341u1f48e8a3vb78d7105239eb0bc@mail.gmail.com> Date: Wed, 2 Jul 2008 22:41:10 +0200 To: "Lukas Kahwe Smith" Cc: "PHP Developers Mailing List" , "=?ISO-8859-1?Q?Rudy_Napp=E9e?=" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] towards a 5.3 release From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Wed, Jul 2, 2008 at 22:00, Lukas Kahwe Smith wrote: > Summary: > Everybody review [1] and make sure all items you care about are on the list > and your name only appears next to stuff you are actually able to complete > in a timely manner. ..One more thing: My GSoC student, Rudy (CCed), is working on a man page rendering format for the documentations (functions, methods and class reference pages).. How do you guys feel about bundling those? We already bundle the CHM for the windows downloads (actually quite old one, someone needs to remind me to show Derick how to build the new ones), it would be pretty sweet if we could bundle the man pages for the source downloads. The idea is to install them into a "non-standard location" and then install a two-liners-shell script ("phpman") to display them.. -Hannes