about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 04:06:11 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 04:06:11 -0700
commit58aa17938265293f4dedbfd5e2c5ffd917bf7a2c (patch)
tree53125f0b18aa589ad7b4c264ce68d881a2d45c03 /README
parentf23cdf57fecff8711d82bee311909a123c1d02a0 (diff)
downloadrainbows-58aa17938265293f4dedbfd5e2c5ffd917bf7a2c.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index 47cb696..38b5a4a 100644
--- a/README
+++ b/README
@@ -1,11 +1,10 @@
 = Rainbows! Unicorn for slow apps and slow clients
 
-\Rainbows! is a HTTP server for {Rack}[http://rack.rubyforge.org/]
-applications.  It is based on {Unicorn}[http://unicorn.bogomips.org/],
-but designed to handle applications that expect long request/response
-times and/or slow clients.  For Rack applications not heavily bound by
-slow external dependencies, consider Unicorn instead as it simpler and
-easier to debug.
+Rainbows! is a HTTP server for Rack applications.  It is based on
+Unicorn, but designed to handle applications that expect long
+request/response times and/or slow clients.  For Rack applications not
+heavily bound by slow external dependencies, consider Unicorn instead as
+it simpler and easier to debug.
 
 == \Rainbows! is about Diversity
 
@@ -24,9 +23,11 @@ CPU/memory/disk concurrency.
 
 == Features
 
-* Designed for Rack, the standard for modern Ruby HTTP applications.
+* Designed for {Rack}[http://rack.rubyforge.org/], the standard for
+  modern Ruby HTTP applications.
 
-* Built on Unicorn, inheriting its process/socket management features
+* Built on {Unicorn}[http://unicorn.bogomips.org/], inheriting its
+  process/socket management features
   such as transparent upgrades and Ruby configuration DSL.
 
 * As with Unicorn, it is able to stream large request bodies off the