Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 986 invoked from network); 12 Jun 2013 11:59:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jun 2013 11:59:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.48 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.212.48 mail-vb0-f48.google.com Received: from [209.85.212.48] ([209.85.212.48:58075] helo=mail-vb0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/C3-07280-38268B15 for ; Wed, 12 Jun 2013 07:58:59 -0400 Received: by mail-vb0-f48.google.com with SMTP id w15so3825013vbf.35 for ; Wed, 12 Jun 2013 04:58:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=jTg0Lf6DWzJfJN02WOZBnerHzqcZeEIi4NWX284QGyw=; b=qB51Kqve56JdDlP3yAGvmlkeXdJ0vcVT4g8Fc3Ywg4NQn0IYz4Nht9cvmv3oo+diYS 6YoucP7TVatPQmlNowRsLAvymWQvovlGbLU75Eyu0D0DbT6JcRHMHEo+1c1DX3ihI+ou YCuHPvOKuGEFI0+kyn6es53aSIxufXlsOGSOSQU9IDCMe0T3gDo2zXICA6ihPStod4od +SWUkUUHKzdrjaBuiNHQDYuskZgRh6dMx+KAdc2NiuWe/6yXiAp3KCv3W48QvtbbVgbE 8K9tZCUDa4tIguHUYBLEftPER2q+r3ZZ3tF/NuQF9iQlXdb97PrhJnf6o6TwhUg7eg/k 66FA== X-Received: by 10.220.105.9 with SMTP id r9mr9571404vco.60.1371038336692; Wed, 12 Jun 2013 04:58:56 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.188.73 with HTTP; Wed, 12 Jun 2013 04:58:16 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 Jun 2013 13:58:16 +0200 X-Google-Sender-Auth: rPxlkoNz56KTki-W0oIUAJ1D_54 Message-ID: To: Derick Rethans Cc: Michael Wallner , Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=089e01229c1208379f04def3bdb1 Subject: Re: [PHP-DEV] Internal object orientation documentation available! From: jpauli@php.net (Julien Pauli) --089e01229c1208379f04def3bdb1 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 12, 2013 at 1:04 PM, Derick Rethans wrote: > On Wed, 12 Jun 2013, Julien Pauli wrote: > > > Well, we prefer writing in rst format than docbook. We could link from > > php.net/internals to this URL as well , or , we could convert rst to > > docbook, I heard about tools doing that. > > > http://zetacomponents.org/documentation/trunk/Document/tutorial.html#restructured-text > has an example even! > That's great ! This, together with tools such as Pandoc will surely do the job. Julien.Pauli --089e01229c1208379f04def3bdb1--