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,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 74E241F626 for ; Wed, 15 Feb 2023 08:01:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1676448072; bh=T5Ijf+pQ7UBF0knPVXrkBLlsCrVYp8GD6yTgIs8p/ZU=; h=From:To:Subject:Date:From; b=OFhUFg3AS7IdnXnEn6DWGl0sZBrMfjBJWaXziNDmX8nsih7aekFl/dNeEhjrvk8kX ga54sNpX6a0wDc1x1HmJJTjhlVRxKFwNtTvbuoQefyEaM7cmfH0DuQjSvs+mgpjO4Z LTHjC/FxvHzScHNBhyghVAy6VxqN5WxkfYg4xtyg= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] various doc updates Date: Wed, 15 Feb 2023 08:01:08 +0000 Message-Id: <20230215080112.1740815-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Weird things happen when I start looking at old features as a guide for implementing new ones. Eric Wong (4): doc: WWW + cgi: favor -netd over -httpd doc: flow: update with newer tools, note forkability doc: extindex update on configuration and union section Makefile.PL: drop update-copyrights rule Documentation/flow.ge | 13 +++++++++---- Documentation/flow.txt | 18 ++++++++++++------ Documentation/include.mk | 15 +++++++++------ Documentation/public-inbox-extindex.pod | 10 +++++++--- Documentation/public-inbox.cgi.pod | 14 ++++++++------ Makefile.PL | 6 ------ lib/PublicInbox/WWW.pod | 16 +++++++++------- 7 files changed, 54 insertions(+), 38 deletions(-)