kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: kgio-public@bogomips.org
Cc: Eric Wong <e@80x24.org>
Subject: [PATCH] new mailing list info: kgio-public@bogomips.org
Date: Mon, 17 Nov 2014 08:17:31 +0000	[thread overview]
Message-ID: <1416212251-3545-1-git-send-email-e@80x24.org> (raw)

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


                 reply	other threads:[~2014-11-17  8:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/kgio/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1416212251-3545-1-git-send-email-e@80x24.org \
    --to=e@80x24.org \
    --cc=kgio-public@bogomips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).