From 047365a95fda8765d4339036d41f0cb5f30a1381 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 10 Aug 2010 06:39:40 +0000 Subject: doc: it's always "Rainbows!" with a bang(!) That is the official name of the project and we will not lead people to believe differently. --- FAQ | 2 +- README | 6 +++--- lib/rainbows/base.rb | 2 +- 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 -- cgit v1.2.3-24-ge0c7