From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C6A0E1F451 for ; Tue, 9 Jan 2024 11:39:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1704800368; bh=TAHvh/2263pVxtf2Sk3Ter1KaH3kD5ZVbsFD9h0S4ng=; h=From:To:Subject:Date:From; b=QdSnqb3WuEjpANiQ/mTefp9yZlp9kpfC4I51aAtrlM9wVg4pm28zKYlkU8d9mcQmx S7x7lD6/rXYACZv8ztS1ZKDm/A15y8W8kuovk7CpgiTh9/CxEt1jAnKcCJYdfsHQBY 562xYZOfNx9dit5BRILq6x5VRQhUnffqfBMytXFc= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] WWW updates Date: Tue, 9 Jan 2024 11:39:22 +0000 Message-Id: <20240109113928.992464-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/6 is something I hit on FreeBSD *shrug* 3/6 came out of an abandoned (for now) idea for the cache in 5/6 4/6 is preparation for 5/6 5/6 linkification is something I've wanted for a while, but held off since it could get expensive and WWW is already slow enough. More WWW stuff on the way to wire up coderepos for the release (6/6 is the start of that) but ugh, my mind wanders towards weird optimization ideas instead :x Eric Wong (6): git: workaround occasional -watch error message doc: txt2pre: linkify -extindex(1), dedupe -config(5) test_common: key2sub: don't require final ';' in scripts git: lowercase host in host_prefix_url www: linkify inbox addresses in To/Cc headers www: use autodie in more coderepo places Documentation/txt2pre | 2 +- lib/PublicInbox/Git.pm | 13 ++++++- lib/PublicInbox/SearchView.pm | 2 +- lib/PublicInbox/TestCommon.pm | 2 +- lib/PublicInbox/View.pm | 70 ++++++++++++++++++++++++++++++---- lib/PublicInbox/ViewVCS.pm | 11 ++---- lib/PublicInbox/WwwCoderepo.pm | 5 ++- 7 files changed, 84 insertions(+), 21 deletions(-)