about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2010-11-15 10:33:55 -0800
committerEric Wong <e@yhbt.net>2010-11-15 10:33:55 -0800
commit827ad6b4fba768a5cac8fb4e83fbbf61cf7a3194 (patch)
tree9f480e0ac8c1a69df285681f3bed0611ed54e573
parentfd88eae588c1e715dcaf3a1a000391cc13481e02 (diff)
downloadkgio-827ad6b4fba768a5cac8fb4e83fbbf61cf7a3194.tar.gz
We're a real project, apparently, so it can have its
own mailing list.
-rw-r--r--HACKING2
-rw-r--r--ISSUES20
-rw-r--r--README3
-rw-r--r--kgio.gemspec2
4 files changed, 12 insertions, 15 deletions
diff --git a/HACKING b/HACKING
index e1eff5f..da7d014 100644
--- a/HACKING
+++ b/HACKING
@@ -31,7 +31,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
-{Unicornmailing list}[mailto:mongrel-unicorn@rubyforge.org] is the
+{kgio mailing list}[mailto:kgio@librelist.com] is the
 central coordination point for all user and developer feedback and bug
 reports.
 
diff --git a/ISSUES b/ISSUES
index 97fd9b2..d60f376 100644
--- a/ISSUES
+++ b/ISSUES
@@ -1,18 +1,16 @@
 = Issues
 
-The Unicorn {mailing list}[mailto:mongrel-unicorn@rubyforge.org] is the best
+The kgio {mailing list}[mailto:kgio@librelist.com] is the best
 place to report bugs, submit patches and/or obtain support after you
 have searched the mailing list archives and
 {documentation}[http://unicorn.bogomips.org/kgio].
 
-* No subscription is needed to post to the mailing list,
-  let us know that we need to Cc: replies to you if you're unsubscribed.
 * 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
-* Do not send HTML mail
+* Do not send any HTML mail at all
 
 If your issue is of a sensitive nature or you're just shy in public,
-then feel free to email us privately at mailto:unicorn@bogomips.org
+then feel free to email us privately at mailto:kgio@bogomips.org
 instead and your issue will be handled discreetly.
 
 If you don't get a response within a few days, we may have forgotten
@@ -26,11 +24,11 @@ guidelines for patch submission.
 
 == Mailing List Info
 
-* subscribe: http://rubyforge.org/mailman/listinfo/mongrel-unicorn
-* post: mailto:mongrel-unicorn@rubyforge.org
-* private: mailto:unicorn@bogomips.org
+* subscribe: send a message to the mailing list
+* post: mailto:kgio@librelist.com
+* private: mailto:kgio@bogomips.org
 
-== Mailing List Archives
+== Mailing List Archives (coming soon)
 
-* nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general
-* http://rubyforge.org/pipermail/mongrel-unicorn
+* http://unicorn.bogomips.org/kgio/archives/
+* nntp://news.gmane.org/gmane.comp.lang.ruby.kgio.general
diff --git a/README b/README
index 13c8096..4dc37ce 100644
--- a/README
+++ b/README
@@ -61,8 +61,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
-{Unicorn mailing list}[mailto:mongrel-unicorn@rubyforge.org].
+information on the {kgio mailing list}[mailto:kgio@librelist.com]
 
 For the latest on kgio releases, you may check our NEWS page (and
 subscribe to our Atom feed).
diff --git a/kgio.gemspec b/kgio.gemspec
index abeae4c..70a9147 100644
--- a/kgio.gemspec
+++ b/kgio.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
   s.authors = ["kgio hackers"]
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = description
-  s.email = %q{mongrel-unicorn@rubyforge.org}
+  s.email = %q{kgio@bogomips.org}
 
   s.extra_rdoc_files = File.readlines('.document').map! do |x|
     x.chomp!