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.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unxf-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9CE9820466; Thu, 17 Mar 2016 23:16:38 +0000 (UTC) From: Eric Wong To: unxf-public@bogomips.org Cc: Eric Wong Subject: [PATCH 2/2] remove librelist info, use public-inbox Date: Thu, 17 Mar 2016 23:16:35 +0000 Message-Id: <1458256595-8499-3-git-send-email-e@80x24.org> In-Reply-To: <1458256595-8499-1-git-send-email-e@80x24.org> References: <1458256595-8499-1-git-send-email-e@80x24.org> List-Id: Moving to a self-hosted public-inbox since librelist does not seem to be working, and public-inbox allows posting without subscription. --- .olddoc.yml | 4 ++++ .wrongdoc.yml | 0 README | 11 +++++++---- unxf.gemspec | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 .wrongdoc.yml diff --git a/.olddoc.yml b/.olddoc.yml index 2cc5422..aa56c63 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -2,3 +2,7 @@ cgit_url: http://bogomips.org/unxf.git git_url: git://bogomips.org/unxf.git rdoc_url: http://bogomips.org/unxf/ +ml_url: http://bogomips.org/unxf-public/ +public_email: unxf-public@bogomips.org +nntp_url: + - nntp://news.public-inbox.org/inbox.comp.lang.ruby.unxf diff --git a/.wrongdoc.yml b/.wrongdoc.yml deleted file mode 100644 index e69de29..0000000 diff --git a/README b/README index 6b7d3e9..3ccc6be 100644 --- a/README +++ b/README @@ -33,9 +33,9 @@ tarballs here: * http://bogomips.org/unxf.git * http://repo.or.cz/w/unxf.git (gitweb) -Inline patches (from "git format-patch") to the -{mailing list}[mailto:unxf@librelist.org] are -preferred because they allow code review and comments in the reply to +Inline patches (from "git format-patch" and "git send-email") to the +mailing list at mailto:unxf-public@bogomips.org +are preferred because they allow code review and comments in the reply to the patch. We will adhere to mostly the same conventions for patch submissions as @@ -46,4 +46,7 @@ don't email the git mailing list or maintainer with unxf patches. == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the mailing list: mailto:unxf@librelist.org +requests) go to the mailing list at mailto:unxf-public@bogomips.org +No subscription is necessary to post, but HTML email is never allowed. +All messages to the public-inbox are archived forever at: +http://bogomips.org/unxf-public/ diff --git a/unxf.gemspec b/unxf.gemspec index 615201a..a2a1c03 100644 --- a/unxf.gemspec +++ b/unxf.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.homepage = Olddoc.config['rdoc_url'] s.authors = ["#{name} hackers"] s.description = readme_description - s.email = %q{unxf@librelist.org} + s.email = %q{bofh@bogomips.org} s.extra_rdoc_files = extra_rdoc_files(manifest) s.files = manifest s.rdoc_options = rdoc_options -- EW