From 169d506907a711254802a8e86cc343c6322dfae3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 17 Jan 2014 20:25:06 +0000 Subject: switch homepage to http://rainbows.bogomips.org/ RubyForge is going away, so we must migrate the homepage. The mailing list will be migrated, soon. --- .wrongdoc.yml | 2 +- Documentation/rainbows.1.txt | 4 ++-- GNUmakefile | 3 ++- lib/rainbows.rb | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.wrongdoc.yml b/.wrongdoc.yml index 62bf201..57966c9 100644 --- a/.wrongdoc.yml +++ b/.wrongdoc.yml @@ -1,7 +1,7 @@ --- cgit_url: http://bogomips.org/rainbows.git git_url: git://bogomips.org/rainbows.git -rdoc_url: http://rainbows.rubyforge.org/ +rdoc_url: http://rainbows.bogomips.org/ changelog_start: v0.97.0 merge_html: rainbows_1: Documentation/rainbows.1.html diff --git a/Documentation/rainbows.1.txt b/Documentation/rainbows.1.txt index dd735e8..f2c86f1 100644 --- a/Documentation/rainbows.1.txt +++ b/Documentation/rainbows.1.txt @@ -155,7 +155,7 @@ RACKUP_FILE, some frameworks do not require them. * [Rack RDoc][2] * [Rackup HowTo][3] -[1]: http://rainbows.rubyforge.org/ +[1]: http://rainbows.bogomips.org/ [2]: http://rack.rubyforge.org/doc/ [3]: http://wiki.github.com/rack/rack/tutorial-rackup-howto -[4]: http://rainbows.rubyforge.org/SIGNALS.html +[4]: http://rainbows.bogomips.org/SIGNALS.html diff --git a/GNUmakefile b/GNUmakefile index 2e34cd9..3001281 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,7 @@ # use GNU Make to run tests in parallel, and without depending on RubyGems all:: -RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/rainbows +# RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/rainbows +RSYNC_DEST := rainbows.bogomips.org:/srv/rainbows rfproject := rainbows rfpackage := rainbows diff --git a/lib/rainbows.rb b/lib/rainbows.rb index 82a8448..3bebf34 100644 --- a/lib/rainbows.rb +++ b/lib/rainbows.rb @@ -4,7 +4,7 @@ require 'unicorn' # the value passed to TCP_DEFER_ACCEPT actually matters in Linux 2.6.32+ Unicorn::SocketHelper::DEFAULTS[:tcp_defer_accept] = 60 -# See http://rainbows.rubyforge.org/ for documentation +# See http://rainbows.bogomips.org/ for documentation module Rainbows # :stopdoc: O = {} -- cgit v1.2.3-24-ge0c7