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,BAYES_00 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 58B231F45E for ; Wed, 19 Feb 2020 01:36:21 +0000 (UTC) From: Eric Wong To: kcar-public@yhbt.net Subject: [PATCH] doc: update URLs to point to YHBT.net Date: Wed, 19 Feb 2020 01:36:21 +0000 Message-Id: <20200219013621.32554-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: bogomips.org is going away since .org isn't going to be affordable, anymore. Also, update the new gmane URL and support .onion URLs for Tor users. --- .olddoc.yml | 18 ++++++++++++------ GNUmakefile | 2 +- HACKING | 6 +++--- README | 12 ++++++------ archive/slrnpull.conf | 4 ++-- kcar.gemspec | 4 ++-- test/test_request_parser.rb | 2 +- 7 files changed, 27 insertions(+), 21 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 5089a52..44c64f5 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,8 +1,14 @@ --- -cgit_url: https://bogomips.org/kcar.git -git_url: https://bogomips.org/kcar.git -rdoc_url: https://bogomips.org/kcar/ -ml_url: https://bogomips.org/kcar-public/ -public_email: kcar-public@bogomips.org +cgit_url: https://yhbt.net/kcar.git +git_url: https://yhbt.net/kcar.git +rdoc_url: https://yhbt.net/kcar/ +ml_url: +- https://yhbt.net/kcar-public/ +- http://ou63pmih66umazou.onion/kcar-public/ +public_email: kcar-public@yhbt.net +source_code: +- git clone https://yhbt.net/kcar.git +- torsocks git clone http://ou63pmih66umazou.onion/kcar.git nntp_url: - - nntp://news.public-inbox.org/inbox.comp.lang.ruby.kcar +- nntp://news.public-inbox.org/inbox.comp.lang.ruby.kcar +- nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.kcar diff --git a/GNUmakefile b/GNUmakefile index 2fb0bd9..d0d50d7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ all:: -RSYNC_DEST := bogomips.org:/srv/bogomips/kcar +RSYNC_DEST := yhbt.net:/srv/bogomips/kcar RAGEL = ragel RLFLAGS = -G2 rfpackage := kcar diff --git a/HACKING b/HACKING index 27fe752..5591079 100644 --- a/HACKING +++ b/HACKING @@ -4,7 +4,7 @@ * git - https://www.git-scm.com/ * ruby - https://www.ruby-lang.org/en/ - git clone https://bogomips.org/kcar.git + git clone https://yhbt.net/kcar.git == tests @@ -25,10 +25,10 @@ V - set to 1 for verbose test output (may be mangled if multithreaded) We use git(7) and develop kcar on a public mailing list like git.git developers do. Please send patches via git-send-email(1) to the public -mailing list at . Pull requests should be +mailing list at . Pull requests should be formatted using git-request-pull(1). -All mail is archived publically at: https://bogomips.org/kcar-public/ +All mail is archived publically at: https://yhbt.net/kcar-public/ and nntp://news.public-inbox.org/inbox.comp.lang.ruby.kcar Anonymous contributions will always be welcome. diff --git a/README b/README index c3ef9dc..ae1f27c 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ If you use RubyGems: Otherwise grab the latest tarball from: -https://bogomips.org/kcar/files/ +https://yhbt.net/kcar/files/ Unpack it, and run "ruby setup.rb" @@ -62,13 +62,13 @@ through the body with body.each. You can get the latest source via git from the following locations: - https://bogomips.org/kcar.git + https://yhbt.net/kcar.git https://repo.or.cz/kcar.git (mirror) You may browse the code from the web and download the latest snapshot tarballs here: -* https://bogomips.org/kcar.git +* https://yhbt.net/kcar.git * https://repo.or.cz/w/kcar.git (gitweb) Inline patches (from "git format-patch") to the mailing list are @@ -83,8 +83,8 @@ don't email the git mailing list or maintainer with kcar patches. == Contact All feedback (bug reports, user/development discussion, patches, pull -requests) go to the public mailing list: mailto:kcar-public@bogomips.org -All mail is archived publically at: https://bogomips.org/kcar-public/ +requests) go to the public mailing list: mailto:kcar-public@yhbt.net +All mail is archived publically at: https://yhbt.net/kcar-public/ and nntp://news.public-inbox.org/inbox.comp.lang.ruby.kcar Anonymous posts will always be welcome. @@ -92,7 +92,7 @@ Anonymous posts will always be welcome. No subscription is necessary to post to the mailing list; but you may subscribe by sending a plain-text mail to: - mailto:kcar-public+subscribe@bogomips.org + mailto:kcar-public+subscribe@yhbt.net Keep in mind we suck at delivering email, so using NNTP or Atom feeds might be a better bet. diff --git a/archive/slrnpull.conf b/archive/slrnpull.conf index f06bd7f..9f391a2 100644 --- a/archive/slrnpull.conf +++ b/archive/slrnpull.conf @@ -1,7 +1,7 @@ # This config was used to create the import used to migrate -# mailing list archives from gmane to https://bogomips.org/kcar-public/ +# mailing list archives from gmane to https://yhbt.net/kcar-public/ # group_name max expire headers_only gmane.comp.lang.ruby.kcar.general 1000000000 1000000000 0 -# usage: slrnpull -d $PWD -h news.gmane.org --no-post +# usage: slrnpull -d $PWD -h news.gmane.io --no-post diff --git a/kcar.gemspec b/kcar.gemspec index 124222e..badb2b5 100644 --- a/kcar.gemspec +++ b/kcar.gemspec @@ -4,10 +4,10 @@ manifest = File.exist?('.manifest') ? Gem::Specification.new do |s| s.name = %q{kcar} s.version = (ENV['VERSION'] || '0.6.0').dup - s.homepage = 'https://bogomips.org/kcar/' + s.homepage = 'https://yhbt.net/kcar/' s.authors = ["kcar hackers"] s.description = File.read('README').split("\n\n")[1] - s.email = %q{kcar-public@bogomips.org} + s.email = %q{kcar-public@yhbt.net} s.extra_rdoc_files = IO.readlines('.document').map!(&:chomp!).keep_if do |f| File.exist?(f) end diff --git a/test/test_request_parser.rb b/test/test_request_parser.rb index 9ed4b51..44a6c44 100644 --- a/test/test_request_parser.rb +++ b/test/test_request_parser.rb @@ -4,7 +4,7 @@ # or GPL-2.0+ # # Additional work donated by contributors. See git history of -# unicorn for more information: git clone https://bogomips.org/unicorn.git +# unicorn for more information: git clone https://yhbt.net/unicorn.git require 'test/unit' require 'digest'