From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DE0D11F770 for ; Wed, 2 Jan 2019 10:38:06 +0000 (UTC) From: Eric Wong To: ruby-io-splice@bogomips.org Subject: [PATCH] doc: update URLs to HTTPS and remove refs to mail software Date: Wed, 2 Jan 2019 10:38:06 +0000 Message-Id: <20190102103806.11828-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: No need to market or promote anything, here. --- .olddoc.yml | 9 ++++----- LICENSE | 2 +- README | 53 ++++++++++++----------------------------------------- 3 files changed, 17 insertions(+), 47 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 5ea292d..0c12ae8 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,7 +1,6 @@ --- -cgit_url: http://bogomips.org/ruby_io_splice.git -git_url: git://bogomips.org/ruby_io_splice.git -rdoc_url: http://bogomips.org/ruby_io_splice/ +cgit_url: https://bogomips.org/ruby_io_splice.git +git_url: https://bogomips.org/ruby_io_splice.git +rdoc_url: https://bogomips.org/ruby_io_splice/ public_email: ruby-io-splice@bogomips.org -private_email: bofh@bogomips.org -ml_url: http://bogomips.org/ruby-io-splice/ +ml_url: https://bogomips.org/ruby-io-splice/ diff --git a/LICENSE b/LICENSE index 6bad40b..e83998c 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ 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 as published by the Free Software Foundation, -version 2.1 or later {LGPLv2.1}[http://www.gnu.org/licenses/lgpl-2.1.txt] +version 2.1 or later {LGPLv2.1}[https://www.gnu.org/licenses/lgpl-2.1.txt] (see link:COPYING). io_splice is distributed in the hope that it will be useful, but WITHOUT diff --git a/README b/README index 7b4eab2..572c401 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ buffer. when combined with the IO::Splice::F_NONBLOCK flag. * Fully-documented library API and - {examples}[http://bogomips.org/ruby_io_splice/examples/] + {examples}[https://bogomips.org/ruby_io_splice/examples/] * Adds helpful IO#pipe_size and IO#pipe_size= accessor methods for resizing the pipe buffer in Linux 2.6.35 or later. @@ -43,7 +43,7 @@ If you use RubyGems: Otherwise grab the latest tarball from: -http://bogomips.org/ruby_io_splice/files/ +https://bogomips.org/ruby_io_splice/files/ Unpack it, and run "ruby setup.rb" @@ -66,18 +66,18 @@ standardized and available in non-Linux kernels some day. You can get the latest source via git from the following locations: - git://bogomips.org/ruby_io_splice.git - git://repo.or.cz/ruby_io_splice.git (mirror) + https://bogomips.org/ruby_io_splice.git + https://repo.or.cz/w/ruby_io_splice.git (mirror) You may browse the code from the web and download the latest snapshot tarballs here: -* http://bogomips.org/ruby_io_splice.git (cgit) -* http://repo.or.cz/w/ruby_io_splice.git (gitweb) +* https://bogomips.org/ruby_io_splice.git +* https://repo.or.cz/w/ruby_io_splice.git (gitweb) Inline patches (from "git format-patch") to the mailing list are preferred because they allow code review and comments in the reply to -the patch. +the patch, but attachments are fine, too. We will adhere to mostly the same conventions for patch submissions as git itself. See the Documentation/SubmittingPatches document @@ -95,38 +95,9 @@ will usually get a response within 24-72 hours. == Mailing List Archives -We operate a {public-inbox}[http://public-inbox.org/] which -feeds the mailing list. You may subscribe either using -{ssoma}[http://ssoma.public-inbox.org/] or by sending a mail -to mailto:ruby-io-splice+subscribe@bogomips.org +* https://bogomips.org/ruby-io-splice/ +* nntp://news.public-inbox.org/inbox.comp.lang.ruby.io-splice +* nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.io-splice -ssoma is a mail archiver/fetcher using git. It operates in a similar -fashion to tools such as slrnpull, fetchmail, or getmail. ssoma -subscription instructions: - - URL=git://bogomips.org/ruby-io-splice - LISTNAME=ruby-io-splice - - # 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: - 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 - -* http://bogomips.org/ruby-io-splice/ +Anybody may post without a subscription, but HTML mail will +be rejected: mailto:ruby-io-splice@bogomips.org -- EW