From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4B5C81F8C6 for ; Sat, 28 Aug 2021 17:58:31 +0000 (UTC) Received: by mail-qk1-x732.google.com with SMTP id p4so4581012qki.3 for ; Sat, 28 Aug 2021 10:58:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ITmDzqf2ky2jhHL/6ZzHnXyTOoWOo1StgP11xOEwruM=; b=AEc1k6EVw9SkMe8llDIiMi33uAmIkmzKVbhmbRpZ7NjqQhCIrXX7NsrbfpHf72FQCS N9aNTymVbkDtpiPm3l1kSWX46UvcsC2nL53axBuGeNjPsNqE9EA3NdK6so1B19I4uiE8 vP7OuMCn4L1TuW3zCT26xKKT8vAAYWTxLheR0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ITmDzqf2ky2jhHL/6ZzHnXyTOoWOo1StgP11xOEwruM=; b=i6olkga3WA6OQ/cDiveEEX3NprMqun4X1mpa4dvcq//Aq9zQejxwptPuwNqvGII1DH viqiFsnZ438Vy3E9OQk3w3ZNX3xS4cAYbyU86I2DhNotc4I7OIQL0PWtchzqOyvaFjp3 yEt5ckCEDURpyWDqPsJBid3/JZ5jRafKByviVBUVhlVxhUhrY2eIUX3VmCAQ+xasJ1Xb Floi4Emp6gqor9h+dd1LJvjcDsYXf+dZKWMCrlKVBCu2KnEY0tvye77+0spsrAoo1UUB LmfZ3QXhdj883+bqAr0luVkFrUmLxG5lTMk9b0TJ+wWGCdJEoDZpnhCFvanNHwK7EBED S14w== X-Gm-Message-State: AOAM532PTFhI6iBVl5oD5Zn1gO8sEGTEG+daf7B88KSzhgIc+GdXuZGb TSkL2sz6UrtXJlenwIqsGrX7+g== X-Google-Smtp-Source: ABdhPJxL1rWQQjftw3OYmiFxASYJW2ClcmEZDul9T56LWCCG4SG6BUcbAJWVw0GW7dY65LLyt+2OEQ== X-Received: by 2002:a37:6144:: with SMTP id v65mr14386814qkb.457.1630173510026; Sat, 28 Aug 2021 10:58:30 -0700 (PDT) Received: from nitro.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id d9sm7470506qkn.124.2021.08.28.10.58.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 28 Aug 2021 10:58:29 -0700 (PDT) Date: Sat, 28 Aug 2021 13:58:27 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/2] www: split out mirror to /text/ Message-ID: <20210828175827.rgzwqbn7brl56oej@nitro.local> References: <20210826132747.6gxuwnhftyf7c6hp@nitro.local> <20210828115007.9197-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210828115007.9197-1-e@80x24.org> List-Id: On Sat, Aug 28, 2021 at 11:50:05AM +0000, Eric Wong wrote: > Maybe this works better? *shrug* > > I was somewhat under the impression every page needed to > link/advertise code under the AGPL, but maybe just one HTML page > is fine... We can't advertise our AGPL code to NNTP/IMAP users, > nor to people using Atom feed readers. I think this looks great, Eric. You went a bit further than I suggested, though -- I do think you should keep the following at each page bottom:
Get full contents and AGPL source for this site. Or some similar wording. I do think something like that belongs on each view just to stress that everything about the site is fully available for replication. -K