commit a16af8264d90782a5d0bcb4a8b5d6b707e57f0f0 (patch)
parent 226e3c0 pure: fix time.rb incompatibility in Ruby 3.1+
tree b96dba04aa77e7775a40486f0d3d6ba7fe6df277
author Eric Wong <bofh@yhbt.net> 2022-06-16 16:13:21 +0000
committer Eric Wong <bofh@yhbt.net> 2022-06-16 16:17:51 +0000
doc: drop git:// URLs, use shorter domain for IMAP links
git:// is rarely necessary these days, and IMAP (unlike NNTP)
doesn't advertise hostnames in its protocol, so we can use a
shorter one to avoid advertising other projects.
And stylize our domain name since "YHBT" is an acronym.
---
.olddoc.yml | 15 +++++++--------
GNUmakefile | 2 +-
README | 16 ++++++++--------
clogger.gemspec | 4 ++--
4 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/.olddoc.yml b/.olddoc.yml
index efcc429..2ed15c3 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,16 +1,15 @@
---
-rdoc_url: https://yhbt.net/clogger/
-cgit_url: https://yhbt.net/clogger.git
-git_url: git://yhbt.net/clogger.git
-public_email: clogger-public@yhbt.net
+rdoc_url: https://YHBT.net/clogger/
+cgit_url: https://YHBT.net/clogger.git
+git_url: https://YHBT.net/clogger.git
+public_email: clogger-public@YHBT.net
ml_url:
-- https://yhbt.net/clogger-public/
+- https://YHBT.net/clogger-public/
- http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger-public/
-- imaps://news.public-inbox.org/inbox.comp.lang.ruby.clogger.0
+- imaps://YHBT.net/inbox.comp.lang.ruby.clogger.0
- imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger.0
- nntps://news.public-inbox.org/inbox.comp.lang.ruby.clogger
- nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger
source_code:
-- git clone git://yhbt.net/clogger.git
-- git clone https://yhbt.net/clogger.git
+- git clone https://YHBT.net/clogger.git
- torsocks git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger.git
diff --git a/GNUmakefile b/GNUmakefile
index dec2f5a..b75e10c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
all::
-RSYNC_DEST := yhbt.net:/srv/yhbt/clogger/
+RSYNC_DEST := YHBT.net:/srv/yhbt/clogger/
rfpackage := clogger
include pkg.mk
test-ext:
diff --git a/README b/README
index 3c5e419..2bbe9e7 100644
--- a/README
+++ b/README
@@ -100,13 +100,13 @@ that receives a "<<" method:
The latest development happens in git and is published to the following:
- git clone https://yhbt.net/clogger.git
- git clone git://repo.or.cz/clogger.git
+ git clone https://YHBT.net/clogger.git
+ git clone https://repo.or.cz/clogger.git
You may also browse and download snapshot tarballs:
-* https://yhbt.net/clogger.git
-* http://repo.or.cz/w/clogger.git (gitweb)
+* https://YHBT.net/clogger.git
+* https://repo.or.cz/w/clogger.git (gitweb)
We use email for coordination and development, see below:
@@ -115,8 +115,8 @@ We use email for coordination and development, see below:
All feedback (bug reports, user/development discussion, patches, pull
requests) is done via publicly-archived email:
-* https://yhbt.net/clogger-public/
-* imaps://news.public-inbox.org/inbox.comp.lang.ruby.clogger.0
+* https://YHBT.net/clogger-public/
+* imaps://YHBT.net/inbox.comp.lang.ruby.clogger.0
* nntps://news.public-inbox.org/inbox.comp.lang.ruby.clogger
Tor users may also access HTTP, IMAP, and NNTP archives via .onion:
@@ -131,9 +131,9 @@ username + password will work.
No subscription or real names will ever be required to email us.
Do not send HTML email, do not top post.
-* mailto:clogger-public@yhbt.net
+* mailto:clogger-public@YHBT.net
-Homepage: https://yhbt.net/clogger/
+Homepage: https://YHBT.net/clogger/
== INSTALL
diff --git a/clogger.gemspec b/clogger.gemspec
index d8d40d2..769b7ff 100644
--- a/clogger.gemspec
+++ b/clogger.gemspec
@@ -4,11 +4,11 @@ manifest = File.exist?('.manifest') ?
Gem::Specification.new do |s|
s.name = %q{clogger}
s.version = (ENV['VERSION'] || '2.1.0').dup
- s.homepage = 'https://yhbt.net/clogger/'
+ s.homepage = 'https://YHBT.net/clogger/'
s.authors = ["cloggers"]
s.summary = 'configurable request logging for Rack'
s.description = File.read('README').split("\n\n")[1]
- s.email = %q{clogger-public@yhbt.net}
+ s.email = %q{clogger-public@YHBT.net}
s.extra_rdoc_files = IO.readlines('.document').map!(&:chomp!).keep_if do |f|
File.exist?(f)
end
glossary
--------
Commit objects reference one tree, and zero or more parents.
Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.
Multiple parents means the commit is a merge.
Root commits have no ancestor. Note that it is
possible to have multiple root commits when merging independent histories.
Every commit references one top-level tree object.
git clone https://yhbt.net/clogger.git