From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_FILL_THIS_FORM_SHORT shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E62881FCA5; Mon, 2 Jan 2017 03:43:27 +0000 (UTC) From: Eric Wong To: sleepy-penguin@bogomips.org Cc: Eric Wong Subject: [PATCH] doc: various URL updates (https) Date: Mon, 2 Jan 2017 03:43:25 +0000 Message-Id: <20170102034325.14142-1-e@80x24.org> List-Id: HTTPS provides some degree of additional security. We'll also document our NNTP mail archive mirror, too. Additionally, this places some additional load on our yahns instance running bogomips.org, meaning additional testing for sleepy_penguin :) --- .olddoc.yml | 7 +++---- LICENSE | 6 +++--- README | 9 ++++++--- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 8771176..000bcb1 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,7 +1,6 @@ --- -cgit_url: http://bogomips.org/sleepy_penguin.git +cgit_url: https://bogomips.org/sleepy_penguin.git git_url: git://bogomips.org/sleepy_penguin.git -rdoc_url: http://bogomips.org/sleepy_penguin/ -ml_url: http://bogomips.org/sleepy-penguin/ -private_email: bofh@bogomips.org +rdoc_url: https://bogomips.org/sleepy_penguin/ +ml_url: https://bogomips.org/sleepy-penguin/ public_email: sleepy-penguin@bogomips.org diff --git a/LICENSE b/LICENSE index 6d500dc..d720c63 100644 --- a/LICENSE +++ b/LICENSE @@ -3,8 +3,8 @@ logs in revision control for names and email addresses of all of them. You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software -Foundation, version {2.1}[http://www.gnu.org/licenses/lgpl-2.1.txt] or -(at your option) any later version. +Foundation, version {2.1}[https://www.gnu.org/licenses/lgpl-2.1.txt] +or (at your option) any later version. sleepy_penguin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,4 +12,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with this library; if not, see http://www.gnu.org/licenses/ +along with this library; if not, see https://www.gnu.org/licenses/ diff --git a/README b/README index 3ab42e8..a9984d5 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ If you use RubyGems: Otherwise grab the latest tarball from: -http://bogomips.org/sleepy_penguin/files/ +https://bogomips.org/sleepy_penguin/files/ Unpack it, and run "ruby setup.rb" @@ -45,7 +45,7 @@ You can get the latest source via git from the following locations: You may browse the code from the web and download the latest snapshot tarballs here: -* http://bogomips.org/sleepy_penguin.git (cgit) +* https://bogomips.org/sleepy_penguin.git * http://repo.or.cz/w/sleepy_penguin.git (gitweb) Inline patches (from "git format-patch") to the mailing list are @@ -62,4 +62,7 @@ don't email the git mailing list or maintainer with sleepy_penguin patches. All feedback (bug reports, user/development discussion, patches, pull requests) go to the mailing list: mailto:sleepy-penguin@bogomips.org -* Mailing list archives: http://bogomips.org/sleepy-penguin/ +* Mailing list archives: https://bogomips.org/sleepy-penguin/ + +* Also available over NNTP: + nntp://news.public-inbox.org/inbox.comp.lang.ruby.sleepy-penguin -- EW