about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-10 06:39:40 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-10 06:40:29 +0000
commit047365a95fda8765d4339036d41f0cb5f30a1381 (patch)
tree5a034ec3c00d0aa44f320e04e8681ce9a05789f3
parent66e48599b0d98d059862e2eeb64935b0abebc9d0 (diff)
downloadrainbows-047365a95fda8765d4339036d41f0cb5f30a1381.tar.gz
That is the official name of the project and we will not lead
people to believe differently.
-rw-r--r--FAQ2
-rw-r--r--README6
-rw-r--r--lib/rainbows/base.rb2
3 files changed, 5 insertions, 5 deletions
diff --git a/FAQ b/FAQ
index 7dd191d..5c4ea2c 100644
--- a/FAQ
+++ b/FAQ
@@ -2,7 +2,7 @@
 
 === Why is \Rainbows! a separate project from Unicorn?
 
-\Rainbows is for the odd, corner-case requests that Unicorn is poorly
+\Rainbows! is for the odd, corner-case requests that Unicorn is poorly
 suited for.  More scalable concurrency models introduce additional
 complexity that Unicorn users and developers are uncomfortable with for
 the common cases.
diff --git a/README b/README
index d16d3f4..3b137af 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ network concurrency.
 
 == Applications
 
-\Rainbows is mainly designed for the odd things Unicorn sucks at:
+\Rainbows! is mainly designed for the odd things Unicorn sucks at:
 
 * Web Sockets (via {Sunshowers}[http://rainbows.rubyforge.org/sunshowers/])
 * 3rd-party APIs (to services outside your control/LAN)
@@ -81,7 +81,7 @@ network concurrency.
 * Reverse AJAX
 * real-time upload processing (via {upr}[http://upr.bogomips.org/])
 
-\Rainbows can also be used to service slow clients directly even with
+\Rainbows! can also be used to service slow clients directly even with
 fast applications.
 
 == License
@@ -97,7 +97,7 @@ details.
 
 == Install
 
-You may download the tarball from the Rainbows project page on Rubyforge
+You may download the tarball from the \Rainbows! project page on Rubyforge
 and run setup.rb after unpacking it:
 
 http://rubyforge.org/frs/?group_id=8977
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index e6524e1..2f4d379 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 
-# base class for Rainbows concurrency models, this is currently used by
+# base class for \Rainbows! concurrency models, this is currently used by
 # ThreadSpawn and ThreadPool models.  Base is also its own
 # (non-)concurrency model which is basically Unicorn-with-keepalive, and
 # not intended for production use, as keepalive with a pure prefork