Rainbows! Rack HTTP server user/dev discussion
 help / color / mirror / code / Atom feed
From: Eric Wong <normalperson-rMlxZR9MS24@public.gmane.org>
To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
Subject: [PATCH] doc: git.bogomips.org => bogomips.org
Date: Fri, 21 Jan 2011 12:38:14 -0800	[thread overview]
Message-ID: <20110121203814.GA8014@dcvr.yhbt.net> (raw)

Old URLs continue to work, but I'm trimming bytes from URLs
because they're precious.

>From 6750d3b50a9d4e66cbdb3b3ce295a1f16a54c678 Mon Sep 17 00:00:00 2001
From: Eric Wong <normalperson-rMlxZR9MS24@public.gmane.org>
Date: Fri, 21 Jan 2011 12:35:05 -0800
Subject: [PATCH] doc: git.bogomips.org => bogomips.org

bogomips.org is slimming down and losing URL weight :)
---
 .wrongdoc.yml |    4 ++--
 README        |    4 ++--
 Rakefile      |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 78dba2d..0b3db03 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -1,6 +1,6 @@
 ---
-cgit_url: http://git.bogomips.org/cgit/rainbows.git
-git_url: git://git.bogomips.org/rainbows.git
+cgit_url: http://bogomips.org/rainbows.git
+git_url: git://bogomips.org/rainbows.git
 rdoc_url: http://rainbows.rubyforge.org/
 changelog_start: v0.97.0
 merge_html:
diff --git a/README b/README
index ee8ca78..460fda9 100644
--- a/README
+++ b/README
@@ -141,13 +141,13 @@ for more details.
 You can get the latest source via git from the following locations
 (these versions may not be stable):
 
-  git://git.bogomips.org/rainbows.git
+  git://bogomips.org/rainbows.git
   git://repo.or.cz/rainbows.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://git.bogomips.org/cgit/rainbows.git (cgit)
+* http://bogomips.org/rainbows.git (cgit)
 * http://repo.or.cz/w/rainbows.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
diff --git a/Rakefile b/Rakefile
index e0df2f3..5c31094 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,10 +1,10 @@
 # -*- encoding: binary -*-
 autoload :Gem, 'rubygems'
 autoload :Tempfile, 'tempfile'
+require 'wrongdoc'
 
-# most tasks are in the GNUmakefile which offers better parallelism
-cgit_url = "http://git.bogomips.org/cgit/rainbows.git"
-git_url = 'git://git.bogomips.org/rainbows.git'
+cgit_url = Wrongdoc.config[:cgit_url]
+git_url = Wrongdoc.config[:git_url]
 
 desc "read news article from STDIN and post to rubyforge"
 task :publish_news do
-- 
Eric Wong
_______________________________________________
Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
http://rubyforge.org/mailman/listinfo/rainbows-talk
Do not quote signatures (like this one) or top post when replying


                 reply	other threads:[~2011-01-21 20:45 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/rainbows/

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

  git send-email \
    --in-reply-to=20110121203814.GA8014@dcvr.yhbt.net \
    --to=normalperson-rmlxzr9ms24@public.gmane.org \
    --cc=rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.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/rainbows.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).