Modified: MacRubyWebsite/trunk/content/blog/2010/09/16/announcing-control-tower.txt (4518 => 4519)
--- MacRubyWebsite/trunk/content/blog/2010/09/16/announcing-control-tower.txt 2010-09-16 02:44:46 UTC (rev 4518)
+++ MacRubyWebsite/trunk/content/blog/2010/09/16/announcing-control-tower.txt 2010-09-16 02:46:30 UTC (rev 4519)
@@ -20,6 +20,7 @@
<p>
* ControlTower is a web application server based on "Rack":http://rack.rubyforge.org/, written from the ground for MacRuby.
+* It is released under the Ruby license.
* It takes advantage of MacRuby's concurrency facilities and ability to mix-n-match Cocoa APIs with Ruby, so it _only_ runs on MacRuby.
* It can be used on its own or with a reverse proxy to serve any Rack-based web app whose libraries are supported by MacRuby (i.e. "Sinatra":http://www.sinatrarb.com/, but not Rails...yet).
* We are also interested in other non-traditional ways an embeddable Ruby web app server might be useful for native app development.