From: Eric Wong Date: Mon, 23 May 2016 01:33:40 +0000 (+0000) Subject: TODO: update linkification notes X-Git-Tag: v1.0.0~500 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=c6bdad148d8b792c3d55efca726311f7c6df5fb9 TODO: update linkification notes Some readers will want to use "HTTPS Everywhere" conveniently; and I will support it. --- diff --git a/TODO b/TODO index 1a403118..c784d154 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,14 @@ TODO items for public-inbox likewise "[Bug #123456]" could be configured to expand to point to some project's bug tracker at http://example.com/bug/123456 +* Support optional "HTTPS Everywhere" for mapping old HTTP to HTTPS + links if (and only if) the user wants to use HTTPS. We may also + be able to configure redirects for expired URLs. + + Note: message bodies rendered as HTML themselves must NOT change, + the links should point to an anchor tag within the same page, + instead; giving the user options. + * implement RFC 4685 (Atom message threading) * configurable constants (index limits, search results)