Skip to content

Commit

Permalink
Update the directories explanation in DEVELOPERS.TXT.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed May 17, 2009
1 parent a378b58 commit 48e82bf
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions DEVELOPERS.TXT
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ The most important directories are:
[ ext/phusion_passenger ] [ ext/phusion_passenger ]
Native extensions for Ruby, used by the spawn server. Native extensions for Ruby, used by the spawn server.
[ ext/apache2 ] [ ext/apache2 ]
The Phusion Passenger Apache 2 module (mod_passenger). Apache 2-specific source code.
[ ext/nginx ]
Nginx-specific source code.
[ ext/common ]
Source code shared by the Apache and Nginx modules.
[ bin ] [ bin ]
Executables. Executables.
[ doc ] [ doc ]
Expand All @@ -47,8 +51,6 @@ The most important directories are:
Stub code, used in the tests. Stub code, used in the tests.


Less important directories: Less important directories:
[ lib/rake ]
Rake tasks.
[ ext/boost ] [ ext/boost ]
A stripped-down and customized version of the Boost C++ library A stripped-down and customized version of the Boost C++ library
(www.boost.org). (www.boost.org).
Expand All @@ -59,8 +61,16 @@ Less important directories:
for C++. Boost was modified to make use of the functionality provided by OXT. for C++. Boost was modified to make use of the functionality provided by OXT.
[ benchmark ] [ benchmark ]
Benchmark tools. Benchmark tools.
[ debian ]
Debian packaging files.
[ man ]
Man pages.
[ misc ] [ misc ]
Miscellaneous tools. Miscellaneous tools.
[ misc/rake ]
Rake tasks.
[ vendor ]
Various vendored libraries.


== Tests == Tests


Expand Down

0 comments on commit 48e82bf

Please sign in to comment.