Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65354 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12833 invoked from network); 29 Jan 2013 11:27:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jan 2013 11:27:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.171 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.223.171 mail-ie0-f171.google.com Received: from [209.85.223.171] ([209.85.223.171:52325] helo=mail-ie0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/60-10721-522B7015 for ; Tue, 29 Jan 2013 06:27:34 -0500 Received: by mail-ie0-f171.google.com with SMTP id 10so209869ied.16 for ; Tue, 29 Jan 2013 03:27:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=DFOyGM07UlrxQG9fH0imJ5/w9M88TDDEpaauxEGR4+U=; b=YY3Y61yn9APJo/Aoi46nVbXMTEVk8k27vobrXRbQPhIWDH736z3ZqROfA6Z8Rbsf8f rCIKsRTD3Q7hiZQ6m3QaQs4rN3/6O57E2zsFFsG5oEb5Mua59/lzsuNsoSH1+eeCejxj yj9Y1N0/tTF9YxuVcUTokvYIoOaGeaJvvnswu0jntRZS+BXKfrK815NZ63nHEUBoFuxQ 8NATQru/ZeITtktiBowtpaYMGHBItC4phgPSbbcu3DDBPgrZn9eGkzPiqKCE+9vzecnI qRG86bfms2pyca7lusSBHWoDQXYawy+1NZUijBNt0LPb/WyakzlXwOlSmHwwVX53w/vk Kpfw== MIME-Version: 1.0 X-Received: by 10.50.88.226 with SMTP id bj2mr369879igb.105.1359458502095; Tue, 29 Jan 2013 03:21:42 -0800 (PST) Received: by 10.50.106.138 with HTTP; Tue, 29 Jan 2013 03:21:41 -0800 (PST) Date: Tue, 29 Jan 2013 12:21:41 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=e89a8f3bb01f1ab1ff04d46b993d Subject: moving some READMEs to the wiki From: tyra3l@gmail.com (Ferenc Kovacs) --e89a8f3bb01f1ab1ff04d46b993d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I think some of the README files currently present in the php-src repo would be better kept in the wiki and some of them are already duplicated/made redundant by our existing wiki pages. - README.MAILINGLIST_RULES -> this should be in the wiki or on php.netsomewhere, this doesn't belong to the code and is always the same between branches/versions. - README.WIN32-BUILD-SYSTEM -> this already points to the wiki as the info in this file was outdated, so removing this file should be fine. - README.namespaces -> I think that namespaces are already well-known and covered in the docs, so removing this should be fine. - README.input_filter -> this could be moved to the internals docs maybe= . - README.UNIX-BUILD-SYSTEM -> I think this contains some info where nowhere else is mentioned, but it was last changed in 2003 so somebody should update if we want to keep it. Should be moved to the wiki imo. - README.TESTING2 -> it is somehow covered by http://qa.php.net/phpt_details.php and I think that it would be better having it in the wiki or on qa.php.net - README.TESTING -> also covered on the wiki and on qa,php,net but the information is scattered around, so I think it would be a nice thing to have central place where we can have everything in one place. - README.SUBMITTING_PATCH -> another thing that would be better having on php.net or in the wiki (or both), it is slightly outdated (no mention of git, still references http://pecl.php.net/bugs/, etc.). - README.STREAMS -> no update since 2003, it would be better in the internal docs or in the wiki. - README.SELF-CONTAINED-EXTENSIONS -> no update since 2002, and already covered in the internals docs: http://php.net/manual/en/internals2.buildsys.configunix.php - README.PHP4-TO-PHP5-THIN-CHANGES -> should be safe to drop imo. - README.NEW-OUTPUT-API -> duplicated by https://wiki.php.net/rfc/new-output-api but it would be nice having in the internals docs also. - README.GIT-RULES -> this isn't php version specific and we have a bunch of other git/git workflow docs in the wiki so I think it would be better removing it from here. - README.EXT_SKEL -> I think we could keep this, but would be nice if the docs at http://php.net/manual/en/internals2.buildsys.skeleton.phpcou= ld be synced. - README.EXTENSIONS -> no updates since 2001, only states php 4 specific changes so I think it would be save to remove. btw. if we could come up with a solution to have php version specific documentation of the internals (we already do this for the userland api) then we could move every other technical docs also from the repo too. what do you think about this? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --e89a8f3bb01f1ab1ff04d46b993d--