about summary refs log tree commit homepage
path: root/ISSUES
diff options
context:
space:
mode:
Diffstat (limited to 'ISSUES')
-rw-r--r--ISSUES56
1 files changed, 40 insertions, 16 deletions
diff --git a/ISSUES b/ISSUES
index a0d620b..bca7f9f 100644
--- a/ISSUES
+++ b/ISSUES
@@ -1,15 +1,15 @@
 = Issues
 
-The {mailing list}[mailto:mongrel-unicorn@rubyforge.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://unicorn.bogomips.org].
+mailto:unicorn-public@bogomips.org is the best place to report bugs,
+submit patches and/or obtain support after you have searched the
+{email archives}[http://bogomips.org/unicorn-public/] and
+{documentation}[http://unicorn.bogomips.org/].
 
-* 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.
+* No subscription will ever be required to email the public inbox.
+* Please Cc: all participants in a thread, as there are no subscribers
 * 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
+* Quote as little as possible of the message you're replying to
+* Do not send HTML mail, it will likely be flagged as spam
 
 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
@@ -21,16 +21,40 @@ about it so feel free to ask again.
 == Submitting Patches
 
 See the HACKING document (and additionally, the
-Documentation/SubmittingPatches document distributed with git) on
-guidelines for patch submission.
+{SubmittingPatches}[https://git.kernel.org/cgit/git/git.git/tree/Documentation/SubmittingPatches]
+document distributed with git) on guidelines for patch submission.
 
-== Mailing List Info
+== Contact Info
 
-* subscribe: http://rubyforge.org/mailman/listinfo/mongrel-unicorn
-* post: mailto:mongrel-unicorn@rubyforge.org
+* public: mailto:unicorn-public@bogomips.org
 * private: mailto:unicorn@bogomips.org
 
-== Mailing List Archives
+We operate a {public-inbox}[http://public-inbox.org/].
+You may subscribe using {ssoma}[http://ssoma.public-inbox.org/]:
 
-* nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general
-* http://rubyforge.org/pipermail/mongrel-unicorn
+        URL=git://bogomips.org/unicorn-public
+        LISTNAME=unicorn
+
+        # to initialize a maildir (this may be a new or existing maildir,
+        # ssoma will not touch existing messages)
+        # If you prefer mbox, use mbox:/path/to/mbox as the last argument
+        # You may also use imap://$MAILSERVER/INBOX for an IMAP account
+        # or imaps:// for an IMAPS account, as well.
+        ssoma add $LISTNAME $URL maildir:/path/to/maildir
+
+        # read with your favorite MUA (only using mutt as an example)
+        mutt -f /path/to/maildir # (or /path/to/mbox)
+
+        # to keep your mbox or maildir up-to-date, periodically run the following:
+        ssoma sync $LISTNAME
+
+        # your MUA may modify and delete messages from the maildir or mbox,
+        # this does not affect ssoma functionality at all
+
+        # to sync all your ssoma subscriptions
+        ssoma sync
+
+        # You may wish to sync in your cronjob
+        ssoma sync --cron
+
+HTML archives are available here: http://bogomips.org/unicorn-public/