From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: pi+piham Delivered-To: pi+piham@dcvr.yhbt.net Received: by dcvr.yhbt.net (Postfix, from userid 1000) id 396141F727; Mon, 17 Nov 2014 08:17:44 +0000 (UTC) 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=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=ham version=3.3.2 X-Original-To: e@80x24.org Delivered-To: ew@dcvr.yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 12C881F707; Mon, 17 Nov 2014 08:17:35 +0000 (UTC) From: Eric Wong To: kgio-public@bogomips.org Cc: Eric Wong Subject: [PATCH] new mailing list info: kgio-public@bogomips.org Date: Mon, 17 Nov 2014 08:17:31 +0000 Message-Id: <1416212251-3545-1-git-send-email-e@80x24.org> X-Mailer: git-send-email 2.2.0.rc2.1.g1758c97.dirty You may (optionally) subscribe to the new mailing list at: kgio-public+subscribe@bogomips.org If your ISP prevents you from using port 25, port 587 (submission) is open on bogomips.org. You may use Tor if you do not wish to expose your IP when using port 587. Any HTML mail will be flagged as spam, so please do not send it and waste storage and bandwidth on it. Basic, old-fashioned mailing list conventions apply: no top-posting, trim replies, attribute your quotes, short signatures, etc. This existing list will operate in public-inbox "hijack mode": the new address is subscribed to the old librelist, so any messages sent to the librelist are automatically archived to the new public-inbox. Of course, not much happens here, anyways, so nobody notices :) Background: Over the years, I've come to disagree with the subscription-required posting policy of librelist. Combined with disabling of rsync archives, one of my main reasons for choosing librelist back in the day are gone. Lately, I've also been working on public-inbox, http://public-inbox.org/ an "archives-first" approach to mailing lists using git. ssoma (git) archives are available at: git://bogomips.org/kgio-public/ The ssoma format is described at http://ssoma.public-inbox.org/ HTML archives are going to http://bogomips.org/kgio-public/ All archives imported from gmane, and posts to this librelist also go there. --- .wrongdoc.yml | 2 +- HACKING | 2 +- ISSUES | 18 ++++++++++-------- README | 2 +- archive/.gitignore | 3 +++ archive/slrnpull.conf | 4 ++++ kgio.gemspec | 2 +- 7 files changed, 21 insertions(+), 12 deletions(-) create mode 100644 archive/.gitignore create mode 100644 archive/slrnpull.conf diff --git a/.wrongdoc.yml b/.wrongdoc.yml index be371f5..2617ddc 100644 --- a/.wrongdoc.yml +++ b/.wrongdoc.yml @@ -2,5 +2,5 @@ cgit_url: http://bogomips.org/kgio.git git_url: git://bogomips.org/kgio.git rdoc_url: http://bogomips.org/kgio/ -public_email: kgio@librelist.org +public_email: kgio-public@bogomips.org private_email: kgio@bogomips.org diff --git a/HACKING b/HACKING index 5d485be..6cc225f 100644 --- a/HACKING +++ b/HACKING @@ -29,7 +29,7 @@ characters wide) and NOT the indentation style of Matz Ruby. Contributions are welcome in the form of patches, pull requests, code review, testing, documentation, user support or any other feedback. The -{kgio mailing list}[mailto:kgio@librelist.org] is the +{kgio mailing list}[mailto:kgio-public@bogomips.org] is the central coordination point for all user and developer feedback and bug reports. diff --git a/ISSUES b/ISSUES index 63ad2df..99e61ef 100644 --- a/ISSUES +++ b/ISSUES @@ -1,9 +1,9 @@ = Issues -The kgio {mailing list}[mailto:kgio@librelist.org] is the best +The kgio {mailing list}[mailto:kgio-public@bogomips.org] is the best place to report bugs, submit patches and/or obtain support after you -have searched the mailing list archives and -{documentation}[http://bogomips.org/kgio]. +have searched the mailing list archives at http://bogomips.org/kgio-public/ +and {documentation}[http://bogomips.org/kgio]. * Do not {top post}[http://catb.org/jargon/html/T/top-post.html] in replies * Quote only the relevant portions of the message you're replying to @@ -24,11 +24,13 @@ guidelines for patch submission. == Mailing List Info -* subscribe: send a message to the mailing list -* post: mailto:kgio@librelist.org +* subscribe: mailto:kgio-public+subscribe@bogomips.org +* post: mailto:kgio-public@bogomips.org * private: mailto:kgio@bogomips.org -== Mailing List Archives (coming soon) +== Mailing List Archives -* http://bogomips.org/kgio/archives/ -* nntp://news.gmane.org/gmane.comp.lang.ruby.kgio.general +* http://bogomips.org/kgio-public/ +* git://bogomips.org/kgio-public/ + (see http://ssoma.public-inbox.org/ for layout) +* NNTP coming soon diff --git a/README b/README index dede94f..d3f4804 100644 --- a/README +++ b/README @@ -58,7 +58,7 @@ from git. All feedback (bug reports, user/development dicussion, patches, pull requests) go to the mailing list/newsgroup. See the ISSUES document for -information on the {kgio mailing list}[mailto:kgio@librelist.org] +information on the {kgio mailing list}[mailto:kgio-public@bogomips.org] For the latest on kgio releases, you may check our NEWS page (and subscribe to our Atom feed). diff --git a/archive/.gitignore b/archive/.gitignore new file mode 100644 index 0000000..bd7ad57 --- /dev/null +++ b/archive/.gitignore @@ -0,0 +1,3 @@ +/data +/news +/requests diff --git a/archive/slrnpull.conf b/archive/slrnpull.conf new file mode 100644 index 0000000..5327875 --- /dev/null +++ b/archive/slrnpull.conf @@ -0,0 +1,4 @@ +# group_name max expire headers_only +gmane.comp.lang.ruby.kgio.general 1000000000 1000000000 0 + +# usage: slrnpull -d $PWD -h news.gmane.org --no-post diff --git a/kgio.gemspec b/kgio.gemspec index ff6a48e..f705f19 100644 --- a/kgio.gemspec +++ b/kgio.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.authors = ["#{name} hackers"] s.date = Time.now.utc.strftime('%Y-%m-%d') s.description = readme_description - s.email = %q{kgio@librelist.org} + s.email = %q{kgio-public@bogomips.org} s.extra_rdoc_files = extra_rdoc_files(manifest) s.files = manifest s.rdoc_options = rdoc_options -- EW