cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
From: Eric Wong <e@yhbt.net>
To: cmogstored-public@yhbt.net
Subject: [PATCH] doc: add IMAPS, NNTPS and .onion archive URLs
Date: Thu, 13 Aug 2020 20:49:07 +0000	[thread overview]
Message-ID: <20200813204907.10023-1-e@yhbt.net> (raw)

public-inbox.org started supporting IMAP + IMAPS a few months
ago, and has always supported Tor .onions via NNTP.  Non-TLS is
still supported for older systems and users with oppressive
firewalls.
---
 HACKING           | 10 ++++++++--
 README            | 13 +++++++++++--
 build-aux/txt2pre |  2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/HACKING b/HACKING
index 2008261..e0fee0e 100644
--- a/HACKING
+++ b/HACKING
@@ -51,6 +51,12 @@ subscribe by sending an email to <cmogstored-public+subscribe@yhbt.net>
 and answering the confirmation.
 
 HTML archives are available at https://yhbt.net/cmogstored-public/
-and via NNTP:
+and via NNTP(S) and IMAP(S):
 
-  nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored
+  nntps://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored
+  imaps://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored.0
+
+Tor users may also use .onions:
+
+  nntp://ou63pmih66umazou.onion/inbox.comp.file-systems.mogilefs.cmogstored
+  imap://ou63pmih66umazou.onion/inbox.comp.file-systems.mogilefs.cmogstored.0
diff --git a/README b/README
index 995206e..36a84d3 100644
--- a/README
+++ b/README
@@ -51,9 +51,18 @@ No subscription is neccessary, so reply-to-all on replies.
 HTML email is not welcome and will be bounced.
 
 Our archives are at https://yhbt.net/cmogstored-public/
-and via NNTP:
+and via NNTP(S) and IMAP(S):
 
-  nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored
+  nntps://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored
+  imaps://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored.0
+
+Tor users may also use .onions:
+
+  nntp://ou63pmih66umazou.onion/inbox.comp.file-systems.mogilefs.cmogstored
+  imap://ou63pmih66umazou.onion/inbox.comp.file-systems.mogilefs.cmogstored.0
+
+AUTH=ANONYMOUS is supported if your IMAP(S) client supports it,
+but any username + password combination also works.
 
 We also piggy-back onto the public MogileFS mailing list for public
 discussions:
diff --git a/build-aux/txt2pre b/build-aux/txt2pre
index 0e1b2a2..e7b94f5 100755
--- a/build-aux/txt2pre
+++ b/build-aux/txt2pre
@@ -37,7 +37,7 @@ unless (defined $title) {
 # temporarily swap &gt; for escape so our s!! to add href works.
 # there's probably a way to do this with only a single s!! ...
 $str =~ s!&gt;!\e!g;
-$str =~ s!\b((nntp|ftp|https?)://[\w+\+\&\?\.\%\;/#=\!\@-]+)!<a
+$str =~ s!\b((nntps?|ftp|https?|imaps?)://[\w+\+\&\?\.\%\;/#=\!\@-]+)!<a
 href="$1"\n>$1</a>!g;
 
 $str =~ s!\e!&gt;!g; # swap escapes back to &gt;

                 reply	other threads:[~2020-08-13 20:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/cmogstored/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200813204907.10023-1-e@yhbt.net \
    --to=e@yhbt.net \
    --cc=cmogstored-public@yhbt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).