[PATCH] add slrnpull.conf example for gmane archives

2014-04-21 Thread Eric Wong
In case anybody else wants to verify/check the archive or
use this for other projects, we'll document what we did here.
---
  Note: for the public-inbox import, I also merged in some emails
  from my personal archives which gmane didn't catch.

 archive/.gitignore| 3 +++
 archive/slrnpull.conf | 4 
 2 files changed, 7 insertions(+)
 create mode 100644 archive/.gitignore
 create mode 100644 archive/slrnpull.conf

diff --git a/archive/.gitignore b/archive/.gitignore
new file mode 100644
index 000..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 000..fcfcafe
--- /dev/null
+++ b/archive/slrnpull.conf
@@ -0,0 +1,4 @@
+# group_name maxexpire headers_only
+gmane.comp.lang.ruby.unicorn.general 10 10 0
+
+# usage: slrnpull -d $PWD -h news.gmane.org --no-post
-- 
Eric Wong
___
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


Re: [ANN] public-inbox - "archives first" approach to mailing lists

2014-04-21 Thread Eric Wong
Eric Wong  wrote:
> I'm importing the unicorn ML archives, now, so all of our future
> emails will be archived with this.

HTML archives: http://bogomips.org/unicorn-public/
(an ugly work-in-progress, but all the data is there,
 bikeshed with pretty gooeys to your content :)

Or once you have ssoma[1] installed:

URL=git://bogomips.org/unicorn-public
ssoma add unicorn $URL mbox:/tmp/mbox
ssoma sync unicorn
mutt -f /tmp/mbox
# of course, any mailer will do, and IMAP is supported, too

[1] http://ssoma.public-inbox.org/
___
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


[ANN] public-inbox - "archives first" approach to mailing lists

2014-04-21 Thread Eric Wong
Feedback comments/greatly appreciated: http://public-inbox.org/

I'm importing the unicorn ML archives, now, so all of our future
emails will be archived with this.

If needed, there'll be an SMTP replayer to do push delivery like a
normal mailing list, but anybody may also run the delivery-only
service, too.

AFAIK, we don't have many ML subscribers anyways, and VERP seems
reasonable...
___
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying