Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124387 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id D1D7F1A00B7; Thu, 11 Jul 2024 13:34:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720704930; bh=/CtzEs3q9FJAtAZsjR9hhqdxgaMLoGPvdWHO8ZqTMCY=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=GtkeuC6oqL/mfjvJxxxuP2tp2T4VNJvNlvEN5z/TPPuWbOhpYKr7aInubLpvsAZv4 S+6yqHR4FA/KlBLWpyxV7PtoQc/lWlHvd5ASnbW3IlCrZAYgTY3do9NRMw9y9JJhac 15rnhz1DoIynOWPVhc42yOzekftmm1ENXusEZ7/HLMkcp11uunvYogITMsfedde3gt jZWp/sYRVT2H7QTEQ59iT+Ep0vjQEa6uYP1uiY3yUyIr7SB5ZavU9g9igbYhSGeiTn IzNSxw8crI6DKw23xk0WxNHf826HznvLVEVAv1JNa7+G3Ak1n0EuOW9jOrwZSQLmik QO4YHy7F2GynQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6A2D71804F5; Thu, 11 Jul 2024 13:35:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS; Thu, 11 Jul 2024 13:35:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720704841; bh=/CtzEs3q9FJAtAZsjR9hhqdxgaMLoGPvdWHO8ZqTMCY=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=IAeMNNBCcYre92pN1ebuu56xyQKUWfAuN2YHLO+5jLT7wuu8mCbJZhda2oXo4Tpw4 Ao+iwQcxdSb6Hal5ju6mL8JCUq9bqiqwF8k1ar53a6PHsInDOBg7vXzw27745jpg7K hQu07sa7y5MRiwvFNeFGUXp2YyFoQRfM0Goc7MQSVQ2ddbz4eO9yaGhcGcVysAYo9r 1qI6FsX3niKVvetIE0Aw5j1xpH/h2XtkS3C1O8LxS5Tqix7c6+W/OReWSa0FT1mdSb U0RGuBqTjPUzIJf+Nr4f4vDo+VWrhbQhAIIZGVzWUR1Y6OAMXpUwVbaIfNZx5N7PGy sN5PNMvoT7c/g== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 6884E10C010; Thu, 11 Jul 2024 14:34:01 +0100 (BST) Date: Thu, 11 Jul 2024 14:34:01 +0100 (BST) To: "Gina P. Banyard" cc: PHP Documentation List , PHP Developers Mailing List Subject: Re: [PHP-DEV] Negatively Voted Notes In-Reply-To: Message-ID: References: Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Wed, 10 Jul 2024, Gina P. Banyard wrote: > On Wednesday, 10 July 2024 at 15:18, Derick Rethans wrote: > > > We discussed this during one of our foundation meetings, and we propose: > > > > - to delete all notes with a rating less than -5 that are older than a > > year. > > - come up with a plan to crowd source going through the other thousands > > of notes to see if they need to be deleted or integrated into the > > actual text. Each documentation page now has a link to the XML source > > (such as https://github.com/php/doc-en/blob/master/language/attributes.xml) > > > > Comments? > > One question, should this possibly become a monthly cron job that > checks for the user notes and removes those that fall below the above > criterias? I was indeed intending for this to become a recurring job. There is already a script that (should) emails weekly the top-commented pages, but it currently fails email delivery. I have now fixed that (https://github.com/php/web-master/commit/f2add6e1ff11332c56177ca295d4fbf2f4ccbd49), and the result is at https://news-web.php.net/php.notes/221419 cheers, Derick -- https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/support mastodon: @derickr@phpc.social @xdebug@phpc.social