public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Add users guide
Hongli Lai (Phusion) (author)
Sat Mar 01 08:56:29 -0800 2008
commit  466c9bc311d0aa4c6a1fef69518ac8e10e5508c5
tree    a172fd243c33a386e2ad3e496436d9d3e2db0cb2
parent  8d167348f9fd22650b1da183795988df03413da6
0
...
63
64
65
66
 
67
68
69
...
63
64
65
 
66
67
68
69
0
@@ -63,7 +63,7 @@ on Apache a breeze. It follows the usual Ruby on Rails conventions, such as
0
   applications to share memory with each other, resulting in as much of 30%
0
   memory saving on average. *
0
   
0
- <em>* This requires additional software. Please read the user guide for
0
+ <em>* This requires additional software. Please read the users guide for
0
   information. Please visit our website for technical details and
0
   measurements.</em>
0
 
...
241
242
243
244
 
 
245
246
 
247
248
249
 
 
 
 
250
251
252
...
241
242
243
 
244
245
246
 
247
248
249
250
251
252
253
254
255
256
257
0
@@ -241,12 +241,17 @@ end
0
 
0
 subdir 'doc' do
0
   desc "Generate all documentation"
0
- task :doc => [:rdoc, :doxygen, 'Security of user switching support.html']
0
+ task :doc => [:rdoc, :doxygen, 'Security of user switching support.html',
0
+ 'Users guide.html']
0
   
0
- file 'Security of user switching support.html' do
0
+ file 'Security of user switching support.html' => ['Security of user switching support.txt'] do
0
     sh "asciidoc -a toc -a numbered -a toclevels=3 'Security of user switching support.txt'"
0
   end
0
   
0
+ file 'Users guide.html' => ['Users guide.txt'] do
0
+ sh "asciidoc -a toc -a numbered -a toclevels=3 -a icons 'Users guide.txt'"
0
+ end
0
+
0
   task :clobber => [:'doxygen:clobber'] do
0
     sh "rm -f *.html"
0
   end

Comments

    No one has commented yet.