about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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