From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: * X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=1.0 required=3.0 tests=AWL,HK_RANDOM_FROM, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: [PATCH] doc: git.bogomips.org => bogomips.org Date: Fri, 21 Jan 2011 12:38:14 -0800 Message-ID: <20110121203814.GA8014@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295642753 1906 80.91.229.12 (21 Jan 2011 20:45:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2011 20:45:53 +0000 (UTC) To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Fri Jan 21 21:45:48 2011 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:195 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PgNrd-0007YB-HS for gclrrg-rainbows-talk@m.gmane.org; Fri, 21 Jan 2011 21:45:45 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 57D111858385; Fri, 21 Jan 2011 15:45:28 -0500 (EST) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 092951858385 for ; Fri, 21 Jan 2011 15:38:14 -0500 (EST) Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 95ECB1F78B; Fri, 21 Jan 2011 20:38:14 +0000 (UTC) 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 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