about summary refs log tree commit homepage
path: root/Links
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-01 08:34:27 +0000
committerEric Wong <e@80x24.org>2015-11-01 08:34:27 +0000
commiteca2362c03b4f6a4cb0840810061f20f836e58aa (patch)
treecba1f196664040afb02de7d0802d668132fad005 /Links
parent347fcfa2fbf43a1208d98a2e12328313e92b83ca (diff)
downloadunicorn-eca2362c03b4f6a4cb0840810061f20f836e58aa.tar.gz
ISSUES: note images are considered spam as well as HTML.

Links: Clarify we may only endorse the Free versions of nginx, not the
non-Free versions.

Add a link to Starman as a unicorn derivative, as I even use Starman
myself.  Remove yahns, since it's really the complete opposite of
unicorn and probably not appropriate to place next to Starman and
gunicorn
Diffstat (limited to 'Links')
-rw-r--r--Links7
1 files changed, 4 insertions, 3 deletions
diff --git a/Links b/Links
index 16c9467..6474a9d 100644
--- a/Links
+++ b/Links
@@ -37,14 +37,15 @@ or services behind them.
 * {Ruby}[https://www.ruby-lang.org/en/] - the programming language of
   Rack and unicorn
 
-* {nginx}[http://nginx.org/] - the reverse proxy for use with unicorn
+* {nginx}[http://nginx.org/] (Free versions) -
+  the reverse proxy for use with unicorn
 
 === Derivatives
 
 * {Green Unicorn}[http://gunicorn.org/] - a Python version of unicorn
 
-* {yahns}[http://yahns.yhbt.net/] - the complete opposite of unicorn in
-  every imaginable way.  Designed for energy efficiency on idle sites.
+* {Starman}[http://search.cpan.org/dist/Starman/] - Plack/PSGI version
+  of unicorn
 
 === Prior Work