From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_FILL_THIS_FORM_SHORT shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 128CB20D16 for ; Tue, 31 Jan 2017 18:21:21 +0000 (UTC) From: Eric Wong To: mogilefs-client-public@bogomips.org Subject: [PATCH 3/4] doc: remove private email address linkage Date: Tue, 31 Jan 2017 18:21:18 +0000 Message-Id: <20170131182119.4020-4-e@80x24.org> In-Reply-To: <20170131182119.4020-1-e@80x24.org> References: <20170131182119.4020-1-e@80x24.org> List-Id: Instead, promote anonymous remailers and put users in charge of their own anonymity. --- .olddoc.yml | 1 - README | 8 +++----- mogilefs-client.gemspec | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index aa4d4dc..d6c89ef 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -3,7 +3,6 @@ cgit_url: https://bogomips.org/mogilefs-client.git git_url: git://bogomips.org/mogilefs-client.git rdoc_url: https://bogomips.org/mogilefs-client changelog_start: v1.2.1 -private_email: e@80x24.org public_email: mogilefs-client-public@bogomips.org nntp_url: nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.ruby ml_url: https://bogomips.org/mogilefs-client-public/ diff --git a/README b/README index 73fdbd3..ab84111 100644 --- a/README +++ b/README @@ -12,7 +12,6 @@ mogilefs :: http://mogilefs.org/ list :: mailto:mogilefs-client-public@bogomips.org list-cc :: mailto:mogile@googlegroups.com list-archive :: https://bogomips.org/mogilefs-client-public -email :: mailto:e@80x24.org repo :: git://bogomips.org/mogilefs-client.git https://bogomips.org/mogilefs-client.git gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git @@ -43,16 +42,15 @@ is required or available to post: mogilefs-client-public@bogomips.org +Users of anonymous remailers and other anonymity tools are welcome. +Participants will never be asked to reveal their identity. + List archives: https://bogomips.org/mogilefs-client-public/ We may also piggy-back onto the public MogileFS mailing list at mogile@googlegroups.com for feedback (subscription required, unfortunately) -If you wish to keep your issue secret, feel free to email the author at: - - e@80x24.org - Do not expect us to read HTML mail under any circumstances. == WARNING! diff --git a/mogilefs-client.gemspec b/mogilefs-client.gemspec index c6adc4f..d5ce96b 100644 --- a/mogilefs-client.gemspec +++ b/mogilefs-client.gemspec @@ -12,7 +12,7 @@ s.authors = ["#{s.name} hackers"] s.summary = summary s.description = readme_description - s.email = Olddoc.config['private_email'] + s.email = 'mogilefs-client-public@bogomips.org' s.files = manifest s.add_development_dependency('olddoc', '~> 1.0') s.homepage = Olddoc.config['rdoc_url'] -- EW