about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-11-17 08:15:27 +0000
committerEric Wong <e@80x24.org>2014-11-17 08:16:01 +0000
commitd4f38b73e56b3da2117a7bce9ce4f7ea67c7f441 (patch)
treec41be855d943bc303a2f5b5f852198f58d614b30
parentd7949151d9e576869bffa6683bee55a9ea538a29 (diff)
downloadkgio-d4f38b73e56b3da2117a7bce9ce4f7ea67c7f441.tar.gz
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.
-rw-r--r--.wrongdoc.yml2
-rw-r--r--HACKING2
-rw-r--r--ISSUES18
-rw-r--r--README2
-rw-r--r--archive/.gitignore3
-rw-r--r--archive/slrnpull.conf4
-rw-r--r--kgio.gemspec2
7 files changed, 21 insertions, 12 deletions
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