From b73beeed5dd24c6bf192dbbf6941a5537a2eecd4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 30 Nov 2021 06:17:35 +0000 Subject: doc: update with IMAP(S) URLs and improve descriptions 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. -- cgit v1.2.3-24-ge0c7