<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>INSTALL</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,92 +1,7 @@
 == Introduction
 
-Passenger is an Apache module, which makes deploying Ruby on Rails applications
-on Apache a breeze. It follows the usual Ruby on Rails conventions, such as
-&quot;Don't-Repeat-Yourself&quot; and ease of setup. Passenger's key goals are:
-
-[ Ease of use (for the developer) ]
-  Deploying a Rails application is as easy as uploading the files to the web
-  server. The applications should _Just Work(tm)_ without any further manual
-  configurations.
-
-[ Ease of installation ]
-  It is possible to install Passenger in less than 3 minutes, with minimal
-  reading of documentation. The system administrator should not have to edit
-  30 configuration files to get Passenger working.
-
-[ Stability ]
-  We strive for the highest level of stability. Passenger should never crash,
-  and should never leave Apache into an unusable state which requires a
-  restart.
-
-[ Zero maintenance ]
-  Software that is the easiest to maintain is software that doesn't have to be
-  maintained. Just like a (train) passenger, who can step into a train and
-  enjoy the trip, Passenger strives to allow the developer and system
-  administrator to sit back, enjoy, and relax.
-  
-  * Ruby on Rails applications are started and stopped automatically based on
-    site traffic. There should be no need to think about application server
-    management.
-  * Passenger makes no use of temporary files or sockets, so even after a hard
-    system crash, the administrator does not have to manually clean up stale
-    files. *
-    
-    &lt;em&gt;* This is only possible on Linux. On systems such as BSD, Passenger
-    falls back to using temporary Unix sockets.&lt;/em&gt;
-  * If Passenger encounters an error, and it knows that it can be automatically
-    recovered, then Passenger will do that. The administrator should not have
-    to run server monitoring software to monitor Rails applications. Rails
-    applications that crash are automatically restarted.
-
-[ Security ]
-  We take security very seriously. We review our code for security issues to
-  the best of our ability. Design- and implementation issues that have security
-  implications are carefully documented, making it possible for third parties to
-  review Passenger's security, in the true spirit in Open Source.
-  
-  A key security feature of Passenger is the ability to run different Ruby on
-  Rails applications under different users, in an efficient manner. This is
-  perfect for shared hosts. And in the line of ease of installation, this can
-  be done automatically without any further need for configuration.
-
-[ Performance ]
-  Performance is an important issue, so we strive for the highest possible
-  performance. We use the performance of Mongrel, a popular Ruby on Rails
-  application server, as our performance base line. We carefully consider every
-  aspect of Passenger, and under no circumstances must Passenger perform
-  significantly worse than Mongrel.
-
-[ Efficient resource usage ]
-  Unlike other Ruby on Rails deployment systems, Passenger makes efficient use
-  of memory when possible. Passenger allows different Ruby on Rails
-  applications to share memory with each other, resulting in as much of 30%
-  memory saving on average. *
-  
-  &lt;em&gt;* This requires additional software. Please read the users guide for
-  information. Please visit our website for technical details and
-  measurements.&lt;/em&gt;
-
-[ Well-documented ]
-  We know that documentation is of great importance to everybody. We put a
-  great deal of effort into documenting Passenger, for system administrators
-  who use Passenger, as well as developers who want to contribute to Passenger.
-
-
-== Welcome, beta tester
-
-Since Passenger hasn't been released yet, if you're reading this, then you must
-be a beta tester. :) We only ask of you not to give out this software to
-others. Even though it's going to be open source, we want the first release to
-leave a good - no, GREAT - impression. Leaking an unfinished beta will likely
-spoil peoples' first impression. Thank you for your understanding.
-
-We're pretty confident that the current version is pretty stable: we have lots
-of tests, and we've even tested the insertion of random errors, and so far we
-haven't been able to make it crash. But we're not done yet, and there is a lot
-more to test before we're confident enough that it can be released to the
-public.
-
+Passenger probably requires no introduction. We kindly refer the reader to
+http://www.modrails.com/ for general information.
 
 == Installation
 
@@ -94,6 +9,11 @@ Run the following script as root:
 
  ./bin/passenger-install-apache2-module
 
-That's it. :) For troubleshooting, configuration and tips, please read the
-file 'doc/Users guide.html'.
+That's it. :)
+
+For troubleshooting, configuration and tips, please read the Users Guide:
+
+ doc/Users guide.html
 
+This file is included in the source tarball, may also be viewed online on our
+website.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -349,6 +349,7 @@ spec = Gem::Specification.new do |s|
 		'README',
 		'DEVELOPERS.TXT',
 		'LICENSE',
+		'INSTALL',
 		'lib/**/*.rb',
 		'lib/passenger/templates/*',
 		'bin/*',</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>24fac9b9d32918c24671031d25d05e8e7a0490d1</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/drogus/passenger/commit/0924ccfafd0a6f6cc509539cb3586f51ba8c7875</url>
  <id>0924ccfafd0a6f6cc509539cb3586f51ba8c7875</id>
  <committed-date>2008-04-04T03:43:01-07:00</committed-date>
  <authored-date>2008-04-04T03:43:01-07:00</authored-date>
  <message>Add more references to Users Guide. For some reason too many people overlook its existance.</message>
  <tree>5b0694be947a14f3e3001fb7ee8151f819578558</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
