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-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5B7991F4B4 for ; Mon, 10 Aug 2020 22:18:22 +0000 (UTC) From: Eric Wong To: clogger-public@yhbt.net Subject: [PATCH] doc: update with IMAPS, NNTPS, and .onion mail archive URLs Date: Mon, 10 Aug 2020 22:18:22 +0000 Message-Id: <20200810221822.8162-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: public-inbox.org started running an IMAP + IMAPS server. --- .olddoc.yml | 5 ++++- README | 24 ++++++++++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index f774210..af28387 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -6,7 +6,10 @@ public_email: clogger-public@yhbt.net ml_url: - https://yhbt.net/clogger-public/ - http://ou63pmih66umazou.onion/clogger-public/ -- nntp://news.public-inbox.org/inbox.comp.lang.ruby.clogger +- imaps://news.public-inbox.org/inbox.comp.lang.ruby.clogger.0 +- imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger.0 +- nntps://news.public-inbox.org/inbox.comp.lang.ruby.clogger +- nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger source_code: - git clone git://yhbt.net/clogger.git - git clone https://yhbt.net/clogger.git diff --git a/README b/README index a6a5db8..c90dd1a 100644 --- a/README +++ b/README @@ -108,18 +108,30 @@ You may also browse and download snapshot tarballs: * https://yhbt.net/clogger.git * http://repo.or.cz/w/clogger.git (gitweb) -The mailing list (see below) is central for coordination and -development. Patches should always be sent inline -(git format-patch -M + git send-email) so we can reply to them inline. +We use email for coordination and development, see below: == CONTACT All feedback (bug reports, user/development discussion, patches, pull -requests) go to the public mailing list. +requests) is done via publicly-archived email: -* mailto:clogger-public@yhbt.net +* https://yhbt.net/clogger-public/ +* imaps://news.public-inbox.org/inbox.comp.lang.ruby.clogger.0 +* nntps://news.public-inbox.org/inbox.comp.lang.ruby.clogger + +Tor users may also access HTTP, IMAP, and NNTP archives via .onion: + +* http://ou63pmih66umazou.onion/clogger-public/ +* imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger.0 +* nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger -Do not send HTML mail or attachments. Do not top post. +AUTH=ANONYMOUS is supported for IMAP and IMAPS, and any +username + password will work. + +No subscription or real names will ever be required to email us. +Do not send HTML email, do not top post. + +* mailto:clogger-public@yhbt.net Homepage: https://yhbt.net/clogger/