Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39340 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2537 invoked from network); 25 Jul 2008 22:29:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2008 22:29: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 209.85.134.190 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: 209.85.134.190 mu-out-0910.google.com Received: from [209.85.134.190] ([209.85.134.190:35068] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/A6-00520-AB35A884 for ; Fri, 25 Jul 2008 18:29:15 -0400 Received: by mu-out-0910.google.com with SMTP id i2so2486923mue.3 for ; Fri, 25 Jul 2008 15:29: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=kDUYFlvi0Pfi2o4NsqRAY5y0ydxyJptWRa5Zo8addf0=; b=Ruit5ge2jOdymBU0sEQGDFRrr1VQJg1rooe7/Uf4WfbX4CPpj/OMbAZyVv+U+ZJOZH QeZ++ixl9cMD+ILuy50DvskOevapVmlaKzE2ZezIxlvsMdCVGp8p41T5qmmcAGEQyFii ly73g5ufu18jY+yGfOG86Xd81sPA0P8T2Q5GQ= 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=ejsZpwgsWpByFXoKF8t70VYptjokfCZKMTvkRT6RDkjICSn7mAOSaoWAKxLnxWbETw Dv5WsYcusbedr7ulIcDhV/LItNbz4w2bVfmG2T8vOt57Ymfbv63MCsjZP6kMChjNy1SP w/N4jW3Ybu/ZJxQXgQrF/HmpdvPSnmk7YHPgs= Received: by 10.102.253.13 with SMTP id a13mr1326937mui.111.1217024951544; Fri, 25 Jul 2008 15:29:11 -0700 (PDT) Received: by 10.103.248.20 with HTTP; Fri, 25 Jul 2008 15:29:11 -0700 (PDT) Message-ID: <7f3ed2c30807251529g3b67fb45xf1cc716c12b47d42@mail.gmail.com> Date: Sat, 26 Jul 2008 00:29:11 +0200 To: "Nappee Rudy" Cc: internals@lists.php.net In-Reply-To: <20080725210758.pzq2viooppw84gw0@horde.u-bordeaux1.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080725210758.pzq2viooppw84gw0@horde.u-bordeaux1.fr> Subject: Re: [PHP-DEV] [GSoC] Report (PhD student) From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Fri, Jul 25, 2008 at 21:07, Nappee Rudy wrote: > * To write new output formats: CHM, Manpages, PDF > * To write themes: PEAR HTML theme, PHP-GTK HTML theme > * To design DBHTML implementation in PhD Its worth mentioning that the CHM and Unix man page outputs are in the latest PhD release \o/ As a quick side project he even committed kdevelop TOC output format after a recent request for it :) Furthermore the peardoc guys are these days trying to figure out which box is doing their doc builds so they can test out the pear themes. -Hannes