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 59C661F55A for ; Fri, 21 Feb 2020 03:05:45 +0000 (UTC) From: Eric Wong To: ruby-tdb-public@bogomips.org Subject: [PATCH] doc: s/bogomips.org/yhbt.net/ Date: Fri, 21 Feb 2020 03:05:45 +0000 Message-Id: <20200221030545.31620-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: bogomips.org is going away and I can't afford to keep it nor will I support the corrupt practices of ICANN and cronies. --- .olddoc.yml | 10 +++++----- GNUmakefile | 2 +- HACKING | 4 ++-- README | 16 ++++++++-------- tdb.gemspec | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 60f625a..6606292 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,6 +1,6 @@ --- -cgit_url: https://bogomips.org/ruby-tdb.git -git_url: git://bogomips.org/ruby-tdb.git -rdoc_url: https://bogomips.org/ruby-tdb/ -ml_url: https://bogomips.org/ruby-tdb-public/ -public_email: ruby-tdb-public@bogomips.org +cgit_url: https://yhbt.net/ruby-tdb.git +git_url: https://yhbt.net/ruby-tdb.git +rdoc_url: https://yhbt.net/ruby-tdb/ +ml_url: https://yhbt.net/ruby-tdb-public/ +public_email: ruby-tdb-public@yhbt.net diff --git a/GNUmakefile b/GNUmakefile index 22138c8..f878e2e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ all:: -RSYNC_DEST := bogomips.org:/srv/bogomips/ruby-tdb +RSYNC_DEST := yhbt.net:/srv/yhbt/ruby-tdb rfpackage := tdb include pkg.mk diff --git a/HACKING b/HACKING index 66a8442..b517cc2 100644 --- a/HACKING +++ b/HACKING @@ -17,7 +17,7 @@ characters wide) and NOT the indentation style of Matz Ruby. Contributions are welcome in the form of patches, pull requests, code review, testing, documentation, user support or any other feedback. The -{Ruby TDB mailing list}[mailto:ruby-tdb-public@bogomips.org] is the central +{Ruby TDB public inbox}[mailto:ruby-tdb-public@yhbt.net] is the coordination point for all user and developer feedback and bug reports. === Submitting Patches @@ -41,7 +41,7 @@ don't email the git mailing list or maintainer with Ruby TDB patches :) * Do not send HTML mail, they will be mercilessly deleted. When referencing mailing list posts, use -https://bogomips.org/ruby-tdb-public/<$MESSAGE_ID>/ since the +https://yhbt.net/ruby-tdb-public/<$MESSAGE_ID>/ since the Message-ID remains searchable even if a particular site becomes unavailable. == Running Development Versions diff --git a/README b/README index c58147b..7ab9b9d 100644 --- a/README +++ b/README @@ -49,10 +49,10 @@ The library consists of a C extension so you'll need a C compiler and Ruby development libraries/headers. You may download the tarball from our -{download site}[https://bogomips.org/ruby-tdb/files/] and run setup.rb after +{download site}[https://yhbt.net/ruby-tdb/files/] and run setup.rb after unpacking it: - https://bogomips.org/ruby-tdb/files/ + https://yhbt.net/ruby-tdb/files/ You may also install it via RubyGems on RubyGems.org: @@ -70,13 +70,13 @@ Or if you have a non-standard prefix that linkers normally do not search: You can get the latest source via git from the following locations (these versions may not be stable): - git://bogomips.org/ruby-tdb.git + git://yhbt.net/ruby-tdb.git git://repo.or.cz/ruby-tdb.git (mirror) You may browse the code from the web and download the latest snapshot tarballs here: -* https://bogomips.org/ruby-tdb.git +* https://yhbt.net/ruby-tdb.git * http://repo.or.cz/w/ruby-tdb.git (gitweb) See the HACKING guide on how to contribute and build prerelease gems @@ -87,22 +87,22 @@ from git. All feedback (bug reports, user/development dicussion, patches, pull requests) go to the mailing list: - ruby-tdb-public@bogomips.org + ruby-tdb-public@yhbt.net No subscription is required to post, and HTML will be considered spam and rejected. Subscription is optional, you may subscribe by sending a blank email to: - ruby-tdb-public+subscribe@bogomips.org + ruby-tdb-public+subscribe@yhbt.net And following instructions in the confirmation email. Similarly, you may unsubscribe by sending an email to: - ruby-tdb-public+unsubscribe@bogomips.org + ruby-tdb-public+unsubscribe@yhbt.net Mailing list archives are available at: - https://bogomips.org/ruby-tdb-public/ + https://yhbt.net/ruby-tdb-public/ For the latest on tdb releases, you may check our NEWS page (and subscribe to our Atom feed). diff --git a/tdb.gemspec b/tdb.gemspec index c9a29ef..ddd7806 100644 --- a/tdb.gemspec +++ b/tdb.gemspec @@ -7,10 +7,10 @@ name, summary, title = readme_metadata Gem::Specification.new do |s| s.name = %q{tdb} s.version = ENV["VERSION"].dup - s.homepage = 'https://bogomips.org/ruby-tdb/' + s.homepage = 'https://yhbt.net/ruby-tdb/' s.authors = ["Ruby tdb hackers"] s.description = readme_description - s.email = %q{ruby-tdb@bogomips.org} + s.email = %q{ruby-tdb@yhbt.net} s.extra_rdoc_files = extra_rdoc_files(manifest) s.files = manifest s.summary = summary