Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97711 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44507 invoked from network); 11 Jan 2017 23:04:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2017 23:04:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.193 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.223.193 mail-io0-f193.google.com Received: from [209.85.223.193] ([209.85.223.193:35855] helo=mail-io0-f193.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/A2-30525-3E9B6785 for ; Wed, 11 Jan 2017 18:04:04 -0500 Received: by mail-io0-f193.google.com with SMTP id q20so684297ioi.3 for ; Wed, 11 Jan 2017 15:04:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=YSbTAKEfpmQ1z+4S9q+rUPFbepLcKej59Vg1nARDimE=; b=NlXoSWAZrm7RYf3esd3rixU2ZXAuhXMmG6EOiTGXqePnKw9lpZDlh2aB2lM05hHlwo yxWn2GaDPHz6xS7CJIjjlSikRwmvO6dHO/+Mbcij6DBrtU3GMgNMio8gcWsoBb0WBYTn IutMGwGZLlfE27rGcbvcssrsxxi3HqUuIp1Abb2OB6gUoC0etrNIyhd06lyuI9xnouHk YbxfJGL9hSMsWAtBmqCTAR5tlL4qeCfFDpIFOzd9I8t7yThMTq+m/SMlQ1UQFKSapQwt 0EqxGgRO/nak+oIJ6DiOrcLHI2HlHI0kzwmPVSRWf1NvLNhgWddda5SX/JCY58CDGSFg VQOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=YSbTAKEfpmQ1z+4S9q+rUPFbepLcKej59Vg1nARDimE=; b=D1AVVtQ87Miy0Fv7/SICvDDj4YVaLXqqvcOxhhPTRnU4uTjmaUVLW5y9ZQ5FFdb5BC MO6zbGXdUnCKEa4i3BODqwRh/mwNo88PZbOxEXneB9o4qrmuzFRlIXyVmN/g6ZrC4z6e 8smuGxC5Elrms5SzRy+taRX+gGKpG39403IaarFF9rGTbYxEHoWnGP7MenBgcHsKlguB 0aozpbLRRdtaQWx2/A0ictyshVgQFnXlouMFSsC30nY0ngkBE0PLTZEnXkp1+q72INpa RwXhzxRmGNpEInhspwvj3V37J5102UkNxuaADPD5EhK/zDC4VLwLGcA8xIzCPvPAtxCa tNlQ== X-Gm-Message-State: AIkVDXKEHTCo5AbhQ5W3zmGohNvMGMtgTDWIf8mgoa6JyqMB7HZcH5rE4LA1pNpYhKmW1SXG97wCmp1Dh+fJAA== X-Received: by 10.107.174.88 with SMTP id x85mr10213304ioe.125.1484175841166; Wed, 11 Jan 2017 15:04:01 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.134.233 with HTTP; Wed, 11 Jan 2017 15:04:00 -0800 (PST) In-Reply-To: References: <961D2C3F-AD68-4F02-9E18-54F4AF0A46D1@thefsb.org> Date: Thu, 12 Jan 2017 00:04:00 +0100 X-Google-Sender-Auth: XnXONpldTOK_4e1kRXv4-PvlZTc Message-ID: To: Niklas Keller Cc: Andrey Andreev , Tom Worster , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [Discussion] HKDF From: kalle@php.net (Kalle Sommer Nielsen) Hi Niklas 2017-01-11 23:18 GMT+01:00 Niklas Keller : > Could we move documentation to Git and mirror it on Github, too? I think we > might get more PRs on GitHub than on this strange edit.php.net editor, where > probably most people edit and save, but forget to submit the actual patch. Both yes and no. It is no easy or small task. The main reason we still stick to SVN is that the $Rev$ is used for keeping translation in sync with the EN version (The "magic" tag, and all of our tools on doc.php.net is built around this, which means it needs a lot of work to make this change actually happen and a new and easy way (preferably in the same style as the current) for translators to easily syncing it. So far no one have started this movement, though we have talked about it, both on the phpdoc list and on IRC. I do not want to go in too much details here, to avoid hijacking the topic, but if you are interested in this project, then hit up the docs list or catch some of us on IRC (#php.doc @ EFNet) -- regards, Kalle Sommer Nielsen kalle@php.net