From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,MSGID_FROM_MTA_HEADER, RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.unicorn.general Subject: [PATCH] doc: add Links page to help folks find relevant info Date: Mon, 23 May 2011 18:37:04 +0000 Message-ID: <20110523183704.GA8363@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1306178627 3763 80.91.229.12 (23 May 2011 19:23:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 19:23:47 +0000 (UTC) To: mongrel-unicorn@rubyforge.org Original-X-From: mongrel-unicorn-bounces@rubyforge.org Mon May 23 21:23:43 2011 Return-path: Envelope-to: gclrug-mongrel-unicorn@m.gmane.org X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Xref: news.gmane.org gmane.comp.lang.ruby.unicorn.general:961 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOaj8-0002v8-Br for gclrug-mongrel-unicorn@m.gmane.org; Mon, 23 May 2011 21:23:42 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 9DCBC3C8033; Mon, 23 May 2011 15:23:41 -0400 (EDT) Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 9EEAC18583A8 for ; Mon, 23 May 2011 14:37:02 -0400 (EDT) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C037B1F503; Mon, 23 May 2011 18:37:01 +0000 (UTC) Older announcements on our mailing list could be harder to find. --- I just pushed this out to unicorn.git and http://unicorn.bogomips.org/Links.html If there are any other project announcements I missed here, please let us know, thanks! .document | 1 + Links | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 0 deletions(-) create mode 100644 Links diff --git a/.document b/.document index 317e36b..8c7b7cb 100644 --- a/.document +++ b/.document @@ -17,3 +17,4 @@ unicorn_1 unicorn_rails_1 ISSUES Sandbox +Links diff --git a/Links b/Links new file mode 100644 index 0000000..e7f5e60 --- /dev/null +++ b/Links @@ -0,0 +1,53 @@ += Related Projects + +If you're interested in \Unicorn, you may be interested in some of the projects +listed below. If you have any links to add/change/remove, please tell us at +mailto:mongrel-unicorn@rubyforge.org! + +== Disclaimer + +The \Unicorn project is not responsible for the content in these links. +Furthermore, the \Unicorn project has never, does not and will never endorse: + +* any for-profit entities or services +* any non-{Free Software}[http://www.gnu.org/philosophy/free-sw.html] + +The existence of these links does not imply endorsement of any entities +or services behind them. + +=== For use with \Unicorn + +* {Bluepill}[https://github.com/arya/bluepill] - + a simple process monitoring tool written in Ruby + +* {golden_brindle}[https://github.com/simonoff/golden_brindle] - tool to + manage multiple \Unicorn instances/applications on a single server + +* {raindrops}[http://raindrops.bogomips.org/] - real-time stats for + preforking Rack servers + +=== \Unicorn is written to work with + +* {Rack}[http://rack.rubyforge.org/] - a minimal interface between webservers + supporting Ruby and Ruby frameworks + +* {Ruby}[http://ruby-lang.org/] - the programming language of Rack and \Unicorn + +* {nginx}[http://nginx.org/] - the reverse proxy for use with \Unicorn + +* {kgio}[http://bogomips.org/kgio/] - the I/O library written for \Unicorn + +=== Derivatives + +* {Green Unicorn}[http://gunicorn.org/] - a Python version of \Unicorn + +* {Rainbows!}[http://rainbows.rubyforge.org/] - \Unicorn for sleepy + apps and slow clients. + +=== Prior Work + +* {Mongrel}[http://mongrel.rubyforge.org/] - the awesome webserver \Unicorn is + based on + +* {david}[http://bogomips.org/david.git] - a tool to explain why you need + nginx in front of \Unicorn -- Eric Wong _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying