From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.5 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_RP_MATCHES_RCVD,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: yahns-public@yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3836620421 for ; Wed, 14 Oct 2015 22:43:50 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH] README: add link to NNTP archive endpoint Date: Wed, 14 Oct 2015 22:43:50 +0000 Message-Id: <20151014224350.16129-1-e@80x24.org> List-Id: The service seems stable and reliable enough to advertise in our README. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index e048ebb..e1ca3a6 100644 --- a/README +++ b/README @@ -68,7 +68,8 @@ You may subscribe by sending an email to: You may also subscribe to the public-inbox at git://yhbt.net/yahns-public using ssoma -Mailing list archives browsable at: http://yhbt.net/yahns-public/ +Mailing list archives browsable via HTTP: http://yhbt.net/yahns-public/ +Or NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.yahns This README is our homepage, we would rather be working on HTTP servers all day than worrying about the next browser vulnerability because -- EW