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: 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 549E51F953 for ; Tue, 30 Nov 2021 06:17:35 +0000 (UTC) From: Eric Wong To: raindrops-public@yhbt.net Subject: [PATCH] doc: update with IMAP(S) URLs and improve descriptions Date: Tue, 30 Nov 2021 06:17:35 +0000 Message-Id: <20211130061735.8672-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Our server on yhbt.net runs an IMAP(S) which is accessible over Tor, too. We no longer advertise a "mailing list" since the subscriber info is centralized and not easily reproducible by third-parties. Thus we focus on making our archives easily mirror-able via IMAP(S), NNTP(S) and HTTP(S). --- .olddoc.yml | 5 ++++- README | 27 +++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index e005193..e4e8871 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -5,8 +5,11 @@ public_email: raindrops-public@yhbt.net ml_url: - https://yhbt.net/raindrops-public/ - http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops-public +imap_url: +- imaps://yhbt.net/inbox.comp.lang.ruby.raindrops.0 +- imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.raindrops.0 nntp_url: -- nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops +- nntps://news.public-inbox.org/inbox.comp.lang.ruby.raindrops - nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.raindrops source_code: - git clone https://yhbt.net/raindrops.git diff --git a/README b/README index 6f21080..eec2c86 100644 --- a/README +++ b/README @@ -58,24 +58,20 @@ If you use RubyGems: See Raindrops::Middleware and Raindrops::LastDataRecv documentation for use Rack servers. The entire library is fully-documented and we are -responsive on the publically archived mailing list -(mailto:raindrops-public@yhbt.net) if -you have any questions or comments. +responsive on the publicly archived mailbox +(mailto:raindrops-public@yhbt.net) if you have any questions or comments. == Development You can get the latest source via git from the following locations: - git://yhbt.net/raindrops.git - git://repo.or.cz/raindrops.git (mirror) + https://yhbt.net/raindrops.git + http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops.git + http://repo.or.cz/w/raindrops.git (gitweb mirror) -You may browse the code from the web and download the latest snapshot -tarballs here: +Snapshots and tarballs are available. -* https://yhbt.net/raindrops.git -* http://repo.or.cz/w/raindrops.git (gitweb) - -Inline patches (from "git format-patch") to the mailing list are +Inline patches (from "git format-patch") to the mailbox are preferred because they allow code review and comments in the reply to the patch. @@ -89,14 +85,17 @@ raindrops is licensed under the LGPL-2.1+ == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the publically archived mailing list: +requests) go to the publicly archived mailbox: mailto:raindrops-public@yhbt.net -Mailing list archives are available over HTTPS and NNTP: +Mail archives are available over HTTP(S), IMAP(S) and NNTP(S): * https://yhbt.net/raindrops-public/ * http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/raindrops-public/ -* nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops +* imaps://yhbt.net/inbox.comp.lang.ruby.raindrops.0 +* imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.raindrops.0 +* nntps://news.public-inbox.org/inbox.comp.lang.ruby.raindrops +* nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.raindrops Since archives are public, scrub sensitive information and use anonymity tools such as Tor or Mixmaster if you deem necessary.