From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: mogilefs-client-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D6C7F1F6DF; Tue, 10 Feb 2015 00:18:23 +0000 (UTC) From: Eric Wong To: mogilefs-client-public@bogomips.org Cc: Eric Wong Subject: [PATCH] new public-inbox: mogilefs-client-public@bogomips.org Date: Tue, 10 Feb 2015 00:18:01 +0000 Message-Id: <1423527481-13209-1-git-send-email-e@80x24.org> X-Mailer: git-send-email 2.2.1.203.g624e5c2 List-Id: Probably not worth being a full-blown mailing list since mogile@googlegroups.com exists, but it's nice to have a public place where people can post without subscribing to anything. --- .olddoc.yml | 2 ++ README | 28 +++++++++++++++++++--------- mogilefs-client.gemspec | 2 +- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index d62f82d..d011909 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -3,3 +3,5 @@ cgit_url: http://bogomips.org/mogilefs-client.git git_url: git://bogomips.org/mogilefs-client.git rdoc_url: http://bogomips.org/mogilefs-client changelog_start: v1.2.1 +private_email: e@80x24.org +public_email: mogilefs-client-public@bogomips.org diff --git a/README b/README index 4a1e8fa..cc83816 100644 --- a/README +++ b/README @@ -9,8 +9,10 @@ MogileFS instance. rdoc :: http://bogomips.org/mogilefs-client mogilefs :: http://mogilefs.org/ -list :: mailto:mogile@googlegroups.com -email :: mailto:normalperson@yhbt.net +list :: mailto:mogilefs-client-public@bogomips.org +list-cc :: mailto:mogile@googlegroups.com +list-archive :: http://bogomips.org/mogilefs-client-public +email :: mailto:e@80x24.org repo :: git://bogomips.org/mogilefs-client.git cgit :: http://bogomips.org/mogilefs-client.git gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git @@ -35,15 +37,23 @@ See MogileFS::MogileFS == Contact Feedback (bug reports, user/development discussion, patches, pull -requests) are greatly appreciated and handled via email. We currently -piggy-back onto the public MogileFS -mailing list at mailto:mogile@googlegroups.com for feedback. +requests) are greatly appreciated and handled via email to a public +inbox. HTML email is considered spam and discarded. No subscription +is required or available to post: -If you do not want to deal with the corporate host of the MogileFS -mailing list, or if you wish to keep your issue secret, feel free to -email Eric Wong at mailto:normalperson@yhbt.net. + mogilefs-client-public@bogomips.org -Do not expect Eric Wong to read HTML mail under any circumstances. +List archives: http://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 f681ee4..c6adc4f 100644 --- a/mogilefs-client.gemspec +++ b/mogilefs-client.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.authors = ["#{s.name} hackers"] s.summary = summary s.description = readme_description - s.email = 'bofh@bogomips.org' + s.email = Olddoc.config['private_email'] s.files = manifest s.add_development_dependency('olddoc', '~> 1.0') s.homepage = Olddoc.config['rdoc_url'] -- EW