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: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: kcar-public@bogomips.org Received: from zedshaw2.xen.prgmr.com (zedshaw2.xen.prgmr.com [71.19.156.177]) by dcvr.yhbt.net (Postfix) with ESMTP id 8D8541F8C2 for ; Mon, 12 Jan 2015 02:58:55 +0000 (UTC) Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 650C173D4F for ; Mon, 12 Jan 2015 03:00:37 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 12 Jan 2015 02:58:18 +0000 From: Eric Wong In-Reply-To: <1421031498-24697-1-git-send-email-normalperson@yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Message-Id: <1421031498-24697-1-git-send-email-normalperson@yhbt.net> Precedence: list References: <1421031498-24697-1-git-send-email-normalperson@yhbt.net> Sender: kcar@librelist.org Subject: [kcar] [PATCH] change mailing list to kcar-public@bogomips.org To: kcar@librelist.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit The public-inbox + mlmmj setup on bogomips.org allows posting without subscription and offers downloadable archives via git. The lack of rsyncable archives on librelist nowadays and subscription-required nature of librelist are points against it. Repliers are now encouraged to Cc: all recipients (using the reply-all function of their mail client) since many readers are not subscribed. This project has never accepted or encouraged HTML email, but librelist accepted it. The bogomips.org mail server is configured to treat HTML mail as spam, so do not send HTML mail if you expect a response. Users who wish to subscribe may send a message to: kcar-public+subscribe@bogomips.org Similarly, they may unsubscribe via: kcar-public+unsubscribe@bogomips.org HTTP archives are available via: http://bogomips.org/kcar-public/ ssoma users may also use: git://bogomips.org/kcar-public (see README change) Old messages to the librelist addresses will continue to get routed to the new mailing list. Current librelist subscribers must subscribe again to the new list, there is no way for me to move subscribers over since I cannot get a subscriber list. ref: http://public-inbox.org/ --- .document | 1 - .olddoc.yml | 3 +++ README | 11 +++-------- TODO | 2 -- kcar.gemspec | 2 +- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 TODO diff --git a/.document b/.document index cc0b416..be86662 100644 --- a/.document +++ b/.document @@ -1,6 +1,5 @@ LICENSE README -TODO NEWS lib ext/kcar/kcar.c diff --git a/.olddoc.yml b/.olddoc.yml index 4a5d841..83ae2f1 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -2,3 +2,6 @@ cgit_url: http://bogomips.org/kcar.git git_url: git://bogomips.org/kcar.git rdoc_url: http://bogomips.org/kcar/ +ml_url: http://bogomips.org/kcar-public/ +private_email: kcar@bogomips.org +public_email: kcar-public@bogomips.org diff --git a/README b/README index 43a5bdf..3c4abfa 100644 --- a/README +++ b/README @@ -83,13 +83,8 @@ don't email the git mailing list or maintainer with kcar patches. == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the mailing list: mailto:kcar@librelist.org +requests) go to the mailing list: mailto:kcar-public@bogomips.org -The mailing list is mirrored to Gmane, all information about the -group is here: +Mailing list archives are available here: -http://gmane.org/info.php?group=gmane.comp.lang.ruby.kcar.general - -Mailing list archives in mbox format may be downloaded here: - -http://bogomips.org/kcar/archives/ +http://bogomips.org/kcar-public/ diff --git a/TODO b/TODO deleted file mode 100644 index e22d249..0000000 --- a/TODO +++ /dev/null @@ -1,2 +0,0 @@ -Patches to kcar@librelist.org (via git format-patch + git send-email) for -these would be greatly appreciated diff --git a/kcar.gemspec b/kcar.gemspec index f1dce8d..6283992 100644 --- a/kcar.gemspec +++ b/kcar.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.homepage = Olddoc.config['rdoc_url'] s.authors = ["kcar hackers"] s.description = readme_description - s.email = %q{kcar@librelist.org} + s.email = %q{kcar@bogomips.org} s.extra_rdoc_files = extra_rdoc_files(manifest) s.files = manifest s.summary = summary -- EW