Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116220 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 43106 invoked from network); 4 Oct 2021 18:38:18 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Oct 2021 18:38:18 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 86FFB1804C4 for ; Mon, 4 Oct 2021 12:22:32 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-pl1-f178.google.com (mail-pl1-f178.google.com [209.85.214.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 4 Oct 2021 12:22:31 -0700 (PDT) Received: by mail-pl1-f178.google.com with SMTP id l6so598648plh.9 for ; Mon, 04 Oct 2021 12:22:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=r8TNDHvdcrG4NAsJBDLaUv7lAMsyluO+QIMoxgtPbI8=; b=TbXyhWw32AzFRipwS0oKkwOWRFfYmozV6p/db7DNT+/8cyVetuGCpV5rXIQb8MMcDL o7K7hlzP7aV5Vs20mqmRP8LodHPUBEP1pKDjGeDH9hePsAS+vcUpG7+lKvj+QIQwgzUE VVMi9Hjf+RyYs1rvfoM2T46OE/7hWqIPFHFTgmDbSmhEw09cyB4fD9o5q7O5f1efhg0E jQhyuYGF82MubsWpql1G6NALDXXNvN6YdK5lMKOBlYQEClzuNvsnka1IZE0ZC+92MeBn z/hpi6qQsppfYS6tC6w5QdU9VaZMDrJ+5X9r5k7bSO/f2J6itFF0S2+drfCjIFAdcWTl F1bQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=r8TNDHvdcrG4NAsJBDLaUv7lAMsyluO+QIMoxgtPbI8=; b=cRvIExBW+bIia9MM9nKB5BE8XzYHdyQKHcTCZ1x2glPqHSw3vv13JD/ISLaCzhaWUh ZeJrCvGKpOs1D3+vqbqDykboXBWZHBxOEHhaOyf9UTAF9G8EEzGCuiur6rLcxSPFv6Rd neLdD3+24yV4vmTnjOQD1It9FvmYZ69mAjZmou82z8uvUh6CjlRrwJBwfG1JwmttwC82 pZIWqsRQ8c5iHW3J8KrZLGGJG5PLjf/UaT7ueC2VBLKNWUzmShQm1TbPLR9tKWFHoHc3 6RcPFRip3PfUHzcCDk0VMb6Wf34olew82pmTI3cwdq77qVpBFyMmYiAdk14Lfjtlq6RF Styw== X-Gm-Message-State: AOAM533YKH+0LL3MtD4Gmr5+fVgrICD/1gZvnUB/aQBRdaHFQwqYxGHu OoX5Y+uLIxx+Mj7t+qCYg2BWeHz6sboWk959CRTShGD/jCgC5xvS+ws= X-Google-Smtp-Source: ABdhPJwcSpOAZgY9q8ZhyvMyiI0dBRIaTGWkdqnz+X/grEL10dfF7Btbb6W9eFsKF7bgs1z8f3I4XskIH+0EUeJx6ms= X-Received: by 2002:a17:90a:384a:: with SMTP id l10mr31551330pjf.168.1633375346912; Mon, 04 Oct 2021 12:22:26 -0700 (PDT) MIME-Version: 1.0 References: <5872e8bb-d944-2fae-938f-ae1948b2660b@gmail.com> <18cf67d6-dca7-22e0-3a9a-8fc5f1b36539@heigl.org> In-Reply-To: Date: Mon, 4 Oct 2021 21:21:49 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="00000000000056706a05cd8bd558" Subject: Re: [PHP-DEV] Unbreak git.php.net links? From: divinity76@gmail.com (Hans Henrik Bergan) --00000000000056706a05cd8bd558 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable here is an initial implementation: https://github.com/divinity76/git-php-net-redirector/blob/main/src/redirect= or.php it is just a minimum-effort implementation, anyone feel free to make something better (also i have no idea how the "p" argument is supposed to be parsed, so i just guessed) it passes "Stanislav Malyshev"'s initial sample url, but it probably fails on any other formats, if anyone has test urls, share em On Mon, 4 Oct 2021 at 08:38, Hans Henrik Bergan wrote: > >So who's going to work on it? Doesn't make sense to have 5 people work > > on it independently from each other ;-) > > if nobody else wants to do it, i can make an initial implementation on > october 9th (6 days from now), > > but wouldn't surprise me at all if someone else wants to do it ^^ > > > On Mon, 4 Oct 2021 at 08:01, Andreas Heigl wrote: > >> Hey all. >> >> On 04.10.21 07:52, Hans Henrik Bergan wrote: >> > there's also plenty of broken links on reddit to git.php.net , ref >> > https://www.google.com/search?q=3Dgit.php.net+site%3Areddit.com >> > >> > it wouldn't be hard to set up a redirector parsing commit ids out of t= he >> > url and redirecting to github, >> > +1 from me. >> >> So who's going to work on it? Doesn't make sense to have 5 people work >> on it independently from each other ;-) >> >> Cheers >> >> Andreas >> -- >> ,,, >> (o o) >> +---------------------------------------------------------ooO-(_)-Ooo-+ >> | Andreas Heigl | >> | mailto:andreas@heigl.org N 50=C2=B022'59.5" E 08=C2= =B023'58" | >> | https://andreas.heigl.org | >> +---------------------------------------------------------------------+ >> | https://hei.gl/appointmentwithandreas | >> +---------------------------------------------------------------------+ >> > --00000000000056706a05cd8bd558--