Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68064 invoked from network); 25 Jun 2013 08:11:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2013 08:11:55 -0000 Authentication-Results: pb1.pair.com header.from=ellison.terry@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ellison.terry@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: ellison.terry@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:38871] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/04-49518-AC059C15 for ; Tue, 25 Jun 2013 04:11:54 -0400 Received: by mail-wi0-f170.google.com with SMTP id ey16so575469wid.3 for ; Tue, 25 Jun 2013 01:11:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=BIMtIKmz6AQg74W9r6vQlmFYQfRgiBOMy0T/PbuJJYc=; b=b2x91ER4c1ZVdr2S4mVWLUs/lQODFuuay8B2vn/8A7Gnz5UfN//tQnmSUTX/8w9JTp H1NluOP9HFdCvgGuQ5B4O+HcNWgk1yNeDkHorfKAh7Rt4lo0tRY3TzLRgkIk3M5eqrYq RgT7mvO77CKbL5nbbcVcyBrh2W/tZxqJcQHvDX5mnlRcfE5S+pR/rD/rzEuc7Q3Mp9Qe GbHyfjUmIRbPU/erVRteWObxXe+Vg/1So3lJru6DqQNnZzlBxmw7m4oe/gXik4/o4geX l5aYIS4iCY+l8mVr4CErMy7cqnGAWsg4aj57De/yv+VQlXGAqK7LKoF3J3OIp9YnE4bv 6Ojg== X-Received: by 10.194.174.4 with SMTP id bo4mr19164098wjc.40.1372147911481; Tue, 25 Jun 2013 01:11:51 -0700 (PDT) Received: from [192.168.1.91] (host86-152-135-243.range86-152.btcentralplus.com. [86.152.135.243]) by mx.google.com with ESMTPSA id ev19sm2434150wid.2.2013.06.25.01.11.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Jun 2013 01:11:50 -0700 (PDT) Message-ID: <51C950C5.2060309@gmail.com> Date: Tue, 25 Jun 2013 09:11:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Christian Stoller CC: "internals@lists.php.net" References: <4ED7146272E04A47B986ED49E771E347BB4DF6F231@Ikarus.ameusgmbh.intern> In-Reply-To: <4ED7146272E04A47B986ED49E771E347BB4DF6F231@Ikarus.ameusgmbh.intern> Content-Type: multipart/alternative; boundary="------------000907060204050208030003" Subject: Re: [PHP-DEV] Moving PHP documentation to Git repository From: ellison.terry@gmail.com (Terry Ellison) --------------000907060204050208030003 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 25/06/13 07:46, Christian Stoller wrote: > What do you think about moving the PHP documentation to a Git repository, mirrored on Github? Doing this would make it possible for everybody to extend the documentation easily by creating pull requests. > > Today one has to get an SVN account to edit the docu or you have to use https://edit.php.net/ which does not work as expected (at least for me when I tried to update some German documentation). My changes have not been integrated for some months (I had to write an email to somebody of the doc team to apply the changes). > > Symfony does it this way (see https://github.com/symfony/symfony-docs/) and I like it very much. It is really easy to extend/update parts of the docu which are not complete or outdated and I am sure that it is comfortable and timesaving for the doc team, too. > +1 Regards Terry Ellison --------------000907060204050208030003--