about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-20 15:59:45 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-20 16:20:36 -0700
commit020c34e4391646d74142d4abae56809d38a6dc48 (patch)
tree42ea920a16f1f31951a0b95b082248a595b9e8dd
parentf2f6cd4bff423e0c19877b0f82d0313dd2d0d5f5 (diff)
downloadunicorn-020c34e4391646d74142d4abae56809d38a6dc48.tar.gz
I'm trying hard not to scare potential users away,
maybe I'll hand out lollipops or something...
-rw-r--r--.document3
-rw-r--r--README18
2 files changed, 13 insertions, 8 deletions
diff --git a/.document b/.document
index bff7a40..24d584f 100644
--- a/.document
+++ b/.document
@@ -5,7 +5,8 @@ CONTRIBUTORS
 LICENSE
 SIGNALS
 TODO
-bin
+bin/unicorn
+bin/unicorn_rails
 lib
 ext/**/*.c
 ext/**/*.rl
diff --git a/README b/README
index 73d5eb1..0850f2e 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ If you have web browser software for the World Wide Web
 (on the Information Superhighway), you may browse the code from
 your web browser and download the latest snapshot tarballs here:
 
-* http://git.bogomips.org/cgit/unicorn.git
+* http://git.bogomips.org/cgit/unicorn.git (this server runs Unicorn!)
 * http://repo.or.cz/w/unicorn.git (gitweb mirror)
 
 == Usage
@@ -103,12 +103,16 @@ functionality of the `unicorn' launcher.
 
 == Disclaimer
 
-There are no known production instances of unicorn deployed
-anywhere in the world.  The original author of unicorn only has
-one, internal, low-traffic Sinatra application deployed with it.
-Maybe you'll be the first guinea pig to test it in production.
-Of course there is NO WARRANTY whatsoever if anything goes wrong,
-but let us know and we'll try our best to fix it.
+There are only a few instances of Unicorn deployed anywhere in the
+world.  The only public site known to run Unicorn at this time is
+http://git.bogomips.org/cgit which runs Unicorn::App::ExecCgi to
+fork()+exec() cgit.
+
+Be one of the first brave guinea pigs to run it on your production site!
+Of course there is NO WARRANTY whatsoever if anything goes wrong, but
+let us know and we'll try our best to fix it.  Unicorn is still in the
+early stages and testing + feedback would be *greatly* appreciated;
+maybe you'll get Rainbows as a reward!
 
 == Known Issues