io_splice RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
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	[thread overview]
Message-ID: <20190102103806.11828-1-e@80x24.org> (raw)

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


                 reply	other threads:[~2019-01-02 10:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/ruby_io_splice/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190102103806.11828-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=ruby-io-splice@bogomips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_io_splice.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).