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 27F8C1F405 for ; Tue, 23 Jan 2024 22:09:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1706047741; bh=BuXN7uSjTj45BAeOs+QBqldnmFHUEjKMZXuywcyeI7A=; h=From:To:Subject:Date:From; b=RlO2RllybCFlpt6Ze/fgkpaGX/4ktzTYHVL4T9+3w5+g88+mqDarZilnjfe6XLs/w kHWwqxMHp46aXeaU+N5fKmkrIu7W3C4eeVITZAFe9PbW88cCBMpc+riivDYziRurrD D6CYaYGuULPRgKNVgUR6jhdUAH58i2UwnAF2hJiU= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] www: link to new topics_*.html pages Date: Tue, 23 Jan 2024 22:08:58 +0000 Message-Id: <20240123220900.2045016-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/2 is a small code simplification I noticed (how tf did I not do it originally?!) 2/2 actually adds links to the new pages from the /$INBOX_NAME landing page Eric Wong (2): www_topics: simplify date column mapping view: /$INBOX/ links to topics_{new,active}.html lib/PublicInbox/View.pm | 6 +++++- lib/PublicInbox/WwwTopics.pm | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-)