ruby-tdb user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] doc: update URLs to avoid redirects
@ 2018-04-29 22:06  3% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2018-04-29 22:06 UTC (permalink / raw)
  To: ruby-tdb-public; +Cc: Eric Wong

---
 .olddoc.yml |  7 +++----
 HACKING     |  4 ++--
 README      | 10 +++++-----
 tdb.gemspec |  2 +-
 4 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index d2259b1..60f625a 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,7 +1,6 @@
 ---
-cgit_url: http://bogomips.org/ruby-tdb.git
+cgit_url: https://bogomips.org/ruby-tdb.git
 git_url: git://bogomips.org/ruby-tdb.git
-rdoc_url: http://bogomips.org/ruby-tdb/
-ml_url: http://bogomips.org/ruby-tdb-public/
+rdoc_url: https://bogomips.org/ruby-tdb/
+ml_url: https://bogomips.org/ruby-tdb-public/
 public_email: ruby-tdb-public@bogomips.org
-private_email: ruby-tdb@bogomips.org
diff --git a/HACKING b/HACKING
index 809cb5f..66a8442 100644
--- a/HACKING
+++ b/HACKING
@@ -41,8 +41,8 @@ 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
-"http://bogomips.org/ruby-tdb-public/m/$MESSAGE_ID.html" if possible since the
-Message-ID remains searchable even if a particular server becomes unavailable.
+<tt>https://bogomips.org/ruby-tdb-public/<$MESSAGE_ID>/</tt> since the
+Message-ID remains searchable even if a particular site becomes unavailable.
 
 == Running Development Versions
 
diff --git a/README b/README
index 099eda8..c58147b 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ write to the same databases used by Samba!
 == Caveats
 
 These caveats will be addressed upstream in
-{TDB2}[http://mid.gmane.org/201008021002.47351.rusty@rustcorp.com.au]
+{TDB2}[https://marc.info/?i=201008021002.47351.rusty@rustcorp.com.au]
 
 * NOT native thread-safe.  Don't try accessing TDB objects from
   multiple threads at the same time.  This probably needs to be
@@ -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}[http://bogomips.org/ruby-tdb/files/] and run setup.rb after
+{download site}[https://bogomips.org/ruby-tdb/files/] and run setup.rb after
 unpacking it:
 
-  http://bogomips.org/ruby-tdb/files/
+  https://bogomips.org/ruby-tdb/files/
 
 You may also install it via RubyGems on RubyGems.org:
 
@@ -76,7 +76,7 @@ You can get the latest source via git from the following locations
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://bogomips.org/ruby-tdb.git (cgit)
+* https://bogomips.org/ruby-tdb.git
 * http://repo.or.cz/w/ruby-tdb.git (gitweb)
 
 See the HACKING guide on how to contribute and build prerelease gems
@@ -102,7 +102,7 @@ Similarly, you may unsubscribe by sending an email to:
 
 Mailing list archives are available at:
 
-	http://bogomips.org/ruby-tdb-public/
+	https://bogomips.org/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 c472e16..c9a29ef 100644
--- a/tdb.gemspec
+++ b/tdb.gemspec
@@ -7,7 +7,7 @@ name, summary, title = readme_metadata
 Gem::Specification.new do |s|
   s.name = %q{tdb}
   s.version = ENV["VERSION"].dup
-  s.homepage = 'http://bogomips.org/ruby-tdb/'
+  s.homepage = 'https://bogomips.org/ruby-tdb/'
   s.authors = ["Ruby tdb hackers"]
   s.description = readme_description
   s.email = %q{ruby-tdb@bogomips.org}
-- 
EW


^ permalink raw reply related	[relevance 3%]

* [ANN] Ruby tdb 0.6.4 - update URLs
@ 2020-02-21  3:07  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2020-02-21  3:07 UTC (permalink / raw)
  To: ruby-tdb-public

bogomips.org is expiring and I can't afford to renew
it or support ICANN+cronies, so update our docs to match.

   Ruby tdb 0.6.4

   6 changes since v0.6.2 (2014-10-03):

         doc: switch to olddoc for the website
         test/test_tdb_mt.rb: fix fragile test
         doc: update URLs to avoid redirects
         pkg.mk: website: dark216 to save electricity
         doc: s/bogomips.org/yhbt.net/
         gemspec: remove olddoc from build dependencies

   Note: 0.6.3 was skipped due to a broken gemspec)

^ permalink raw reply	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-02-21  3:07  7% [ANN] Ruby tdb 0.6.4 - update URLs Eric Wong
2018-04-29 22:06  3% [PATCH] doc: update URLs to avoid redirects Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby-tdb.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).