Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969384468 php.internals:67816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63573 invoked from network); 25 Jun 2013 17:25:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2013 17:25:54 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.52 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.52 mail-la0-f52.google.com Received: from [209.85.215.52] ([209.85.215.52:64253] helo=mail-la0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/57-49518-0A2D9C15 for ; Tue, 25 Jun 2013 13:25:53 -0400 Received: by mail-la0-f52.google.com with SMTP id fo12so12530595lab.11 for ; Tue, 25 Jun 2013 10:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wLzeChpdiS9nG4/ieCoHKcPG7cyAtd18ZUfeZtfkM3Q=; b=z7U/1mjZX8l332d3D25uRvVZ56dWBnRPz072IyuaNOzC+nB/alVNgRVZDbOrBikBxC vDJGXO4vMKwStL6Wu/Z8bA6dzAFErrNNwCgKWpm048VhQNx4oT5MYPwjhhihBGTC+A7z 1o0Z0wDesYnV0qnWiyFBQm4ASOr08uBYsLEiAcNvmh3FT3el67ZLU0NdZjcYvSVe/pY4 uPGa6W9DS2qqf3jgyZZcqDco9XPTMNjzJn4ls13Nm/cKrcjxvETj37J6cSkT2gPcHo1g abY4DvrUpeeR0Ck0ZnrGiEcfmHIBhov7qqutlnqhuJoa3k/G32u9OlGiFnqrt2mSEltb 86jw== MIME-Version: 1.0 X-Received: by 10.152.28.66 with SMTP id z2mr68238lag.5.1372181149314; Tue, 25 Jun 2013 10:25:49 -0700 (PDT) Received: by 10.114.199.35 with HTTP; Tue, 25 Jun 2013 10:25:49 -0700 (PDT) In-Reply-To: <51C94A8A.1040800@2bepublished.at> References: <4ED7146272E04A47B986ED49E771E347BB4DF6F231@Ikarus.ameusgmbh.intern> <51C94A8A.1040800@2bepublished.at> Date: Tue, 25 Jun 2013 10:25:49 -0700 Message-ID: To: Christoph Rosse , Christian Stoller , PHP Documentation ML Cc: PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Moving PHP documentation to Git repository From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jun 25, 2013 at 12:45 AM, Christoph Rosse wrote: > On 25.06.2013 08:46, Christian Stoller wrote: >> >> Hi internals. >> >> 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. >> >> What do you think? >> >> Best regards >> Christian >> > > As one who's had very similar experiences when trying to update some > documentation via. edit.php.net (no feedback, no integration etc.) I would > really love to see this feature. Could you guys fill out http://www.php.net/git-php.php please? - It is also important to use the correct mailinglist :) As for the move to Git, if someone is willing to do the work then by all means go for it - but I don't understand how that is some magic fix? You are complaining about patches being available but not applied, how would github fix that? Doesn't that just add yet another platform that we don't have manpower to manage? Also, our current tooling will need a *lot of work*, but the online editor and our revision control for translations to name two big jobs. The docs and websites don't operate in the same way as internals@ does. We employ a lot of trust in these neck of the woods, people with karma to do stuff can actually do what they think is best without going through daunting process, so once you've been around for a little while and get a neat idea you want to work on, you don't have to ask anyone or get permission - just do it! If you want to work on git support for our tools, go for it. There isn't any point in discussing things and coming to decisions when there is noone that is able or willing to do the work. If there work is there however.. :D -Hannes