passenger 3.0.7 → 3.0.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of passenger might be problematic. Click here for more details.

Files changed (439) hide show
  1. data/NEWS +27 -0
  2. data/README +1 -1
  3. data/bin/passenger-install-nginx-module +3 -1
  4. data/build/config.rb +2 -1
  5. data/build/cxx_tests.rb +7 -3
  6. data/build/documentation.rb +5 -40
  7. data/build/nginx.rb +0 -1
  8. data/build/packaging.rb +0 -6
  9. data/build/rake_extensions.rb +5 -0
  10. data/doc/Architectural overview.html +344 -77
  11. data/doc/Security of user switching support.html +338 -71
  12. data/doc/Users guide Apache with comments.html +4830 -0
  13. data/doc/Users guide Apache.html +695 -428
  14. data/doc/Users guide Apache.idmap.txt +80 -0
  15. data/doc/Users guide Apache.txt +5 -5
  16. data/doc/Users guide Nginx.html +591 -313
  17. data/doc/Users guide Nginx.txt +9 -3
  18. data/doc/Users guide Standalone.html +344 -77
  19. data/ext/boost/src/pthread/thread.cpp +1 -1
  20. data/ext/common/AccountsDatabase.h +1 -1
  21. data/ext/common/Constants.h +2 -2
  22. data/ext/common/Logging.h +2 -1
  23. data/ext/common/LoggingAgent/FilterSupport.h +107 -3
  24. data/ext/common/Session.h +1 -1
  25. data/ext/common/Utils.cpp +2 -0
  26. data/ext/common/Utils/Dechunker.h +232 -0
  27. data/ext/common/Utils/HttpHeaderBufferer.h +165 -0
  28. data/ext/common/Utils/StrIntUtils.cpp +51 -15
  29. data/ext/common/Utils/StrIntUtils.h +3 -0
  30. data/ext/common/Utils/StreamBoyerMooreHorspool.h +506 -0
  31. data/ext/nginx/Configuration.c +36 -282
  32. data/ext/nginx/ContentHandler.c +17 -0
  33. data/ext/nginx/HelperAgent.cpp +397 -39
  34. data/ext/oxt/tracable_exception.cpp +3 -1
  35. data/ext/ruby/extconf.rb +1 -0
  36. data/ext/ruby/passenger_native_support.c +3 -0
  37. data/helper-scripts/prespawn +113 -31
  38. data/lib/phusion_passenger.rb +2 -2
  39. data/lib/phusion_passenger/standalone/runtime_installer.rb +3 -2
  40. data/lib/phusion_passenger/standalone/start_command.rb +12 -12
  41. data/test/cxx/DechunkerTest.cpp +216 -0
  42. data/test/cxx/FilterSupportTest.cpp +31 -4
  43. data/test/cxx/HttpHeaderBuffererTest.cpp +203 -0
  44. data/test/cxx/UtilsTest.cpp +46 -3
  45. data/test/integration_tests/hello_world_rack_spec.rb +7 -0
  46. data/test/stub/rack/config.ru +6 -1
  47. data/test/stub/rails_apps/1.2/empty/public/dispatch.cgi +1 -1
  48. data/test/stub/rails_apps/1.2/empty/public/dispatch.fcgi +1 -1
  49. data/test/stub/rails_apps/1.2/empty/public/dispatch.rb +1 -1
  50. data/test/stub/rails_apps/2.0/empty/public/dispatch.cgi +1 -1
  51. data/test/stub/rails_apps/2.0/empty/public/dispatch.fcgi +1 -1
  52. data/test/stub/rails_apps/2.0/empty/public/dispatch.rb +1 -1
  53. data/test/stub/rails_apps/2.2/empty/public/dispatch.cgi +1 -1
  54. data/test/stub/rails_apps/2.2/empty/public/dispatch.fcgi +1 -1
  55. data/test/stub/rails_apps/2.2/empty/public/dispatch.rb +1 -1
  56. metadata +20 -403
  57. data/doc/Doxyfile +0 -241
  58. data/doc/cxxapi/AbstractSpawnManager_8h_source.html +0 -141
  59. data/doc/cxxapi/Account_8h_source.html +0 -206
  60. data/doc/cxxapi/AccountsDatabase_8h_source.html +0 -161
  61. data/doc/cxxapi/AgentBase_8h_source.html +0 -70
  62. data/doc/cxxapi/AgentsStarter_8h_source.html +0 -112
  63. data/doc/cxxapi/BCrypt_8h_source.html +0 -104
  64. data/doc/cxxapi/Blowfish_8h_source.html +0 -134
  65. data/doc/cxxapi/Bucket_8h_source.html +0 -118
  66. data/doc/cxxapi/Constants_8h_source.html +0 -79
  67. data/doc/cxxapi/ContentHandler_8h_source.html +0 -95
  68. data/doc/cxxapi/DirectoryMapper_8h_source.html +0 -311
  69. data/doc/cxxapi/EventedClient_8h_source.html +0 -733
  70. data/doc/cxxapi/EventedMessageServer_8h_source.html +0 -358
  71. data/doc/cxxapi/EventedServer_8h_source.html +0 -326
  72. data/doc/cxxapi/Exceptions_8h_source.html +0 -393
  73. data/doc/cxxapi/FileDescriptor_8h_source.html +0 -324
  74. data/doc/cxxapi/Hooks_8h_source.html +0 -76
  75. data/doc/cxxapi/HttpStatusExtractor_8h_source.html +0 -382
  76. data/doc/cxxapi/IniFile_8h_source.html +0 -527
  77. data/doc/cxxapi/Logging_8h_source.html +0 -796
  78. data/doc/cxxapi/MessageChannel_8h_source.html +0 -776
  79. data/doc/cxxapi/MessageClient_8h_source.html +0 -328
  80. data/doc/cxxapi/MessageReadersWriters_8h_source.html +0 -539
  81. data/doc/cxxapi/MessageServer_8h_source.html +0 -612
  82. data/doc/cxxapi/PoolOptions_8h_source.html +0 -549
  83. data/doc/cxxapi/Process_8h_source.html +0 -286
  84. data/doc/cxxapi/RandomGenerator_8h_source.html +0 -191
  85. data/doc/cxxapi/ResourceLocator_8h_source.html +0 -166
  86. data/doc/cxxapi/SafeLibev_8h_source.html +0 -180
  87. data/doc/cxxapi/ScgiRequestParser_8h_source.html +0 -406
  88. data/doc/cxxapi/ServerInstanceDir_8h_source.html +0 -378
  89. data/doc/cxxapi/Session_8h_source.html +0 -501
  90. data/doc/cxxapi/SpawnManager_8h_source.html +0 -647
  91. data/doc/cxxapi/StaticContentHandler_8h_source.html +0 -69
  92. data/doc/cxxapi/StaticString_8h_source.html +0 -329
  93. data/doc/cxxapi/StringListCreator_8h_source.html +0 -114
  94. data/doc/cxxapi/Utils_8h_source.html +0 -469
  95. data/doc/cxxapi/annotated.html +0 -87
  96. data/doc/cxxapi/apache2_2Configuration_8h_source.html +0 -82
  97. data/doc/cxxapi/classAgentWatcher-members.html +0 -54
  98. data/doc/cxxapi/classAgentWatcher.html +0 -419
  99. data/doc/cxxapi/classClient-members.html +0 -38
  100. data/doc/cxxapi/classClient.html +0 -123
  101. data/doc/cxxapi/classHooks-members.html +0 -40
  102. data/doc/cxxapi/classHooks.html +0 -153
  103. data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager-members.html +0 -40
  104. data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager.html +0 -187
  105. data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.map +0 -3
  106. data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.md5 +0 -1
  107. data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.png +0 -0
  108. data/doc/cxxapi/classPassenger_1_1ArgumentException-members.html +0 -36
  109. data/doc/cxxapi/classPassenger_1_1ArgumentException.html +0 -56
  110. data/doc/cxxapi/classPassenger_1_1ArrayMessage-members.html +0 -37
  111. data/doc/cxxapi/classPassenger_1_1ArrayMessage.html +0 -113
  112. data/doc/cxxapi/classPassenger_1_1BufferedUpload-members.html +0 -38
  113. data/doc/cxxapi/classPassenger_1_1BufferedUpload.html +0 -112
  114. data/doc/cxxapi/classPassenger_1_1BusyException-members.html +0 -36
  115. data/doc/cxxapi/classPassenger_1_1BusyException.html +0 -54
  116. data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +0 -36
  117. data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +0 -51
  118. data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +0 -41
  119. data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +0 -223
  120. data/doc/cxxapi/classPassenger_1_1EOFException-members.html +0 -36
  121. data/doc/cxxapi/classPassenger_1_1EOFException.html +0 -61
  122. data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.map +0 -3
  123. data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.md5 +0 -1
  124. data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.png +0 -0
  125. data/doc/cxxapi/classPassenger_1_1EventFd-members.html +0 -36
  126. data/doc/cxxapi/classPassenger_1_1EventFd.html +0 -52
  127. data/doc/cxxapi/classPassenger_1_1EventedClient-members.html +0 -59
  128. data/doc/cxxapi/classPassenger_1_1EventedClient.html +0 -531
  129. data/doc/cxxapi/classPassenger_1_1EventedMessageServer-members.html +0 -37
  130. data/doc/cxxapi/classPassenger_1_1EventedMessageServer.html +0 -59
  131. data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.map +0 -3
  132. data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.md5 +0 -1
  133. data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.png +0 -0
  134. data/doc/cxxapi/classPassenger_1_1EventedServer-members.html +0 -37
  135. data/doc/cxxapi/classPassenger_1_1EventedServer.html +0 -93
  136. data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.map +0 -3
  137. data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.md5 +0 -1
  138. data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.png +0 -0
  139. data/doc/cxxapi/classPassenger_1_1FileDescriptor-members.html +0 -41
  140. data/doc/cxxapi/classPassenger_1_1FileDescriptor.html +0 -178
  141. data/doc/cxxapi/classPassenger_1_1FileDescriptorPair-members.html +0 -36
  142. data/doc/cxxapi/classPassenger_1_1FileDescriptorPair.html +0 -52
  143. data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +0 -36
  144. data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +0 -58
  145. data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map +0 -3
  146. data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5 +0 -1
  147. data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
  148. data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +0 -41
  149. data/doc/cxxapi/classPassenger_1_1FileSystemException.html +0 -66
  150. data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map +0 -3
  151. data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5 +0 -1
  152. data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
  153. data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor-members.html +0 -39
  154. data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor.html +0 -128
  155. data/doc/cxxapi/classPassenger_1_1IOException-members.html +0 -36
  156. data/doc/cxxapi/classPassenger_1_1IOException.html +0 -61
  157. data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map +0 -4
  158. data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5 +0 -1
  159. data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
  160. data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +0 -57
  161. data/doc/cxxapi/classPassenger_1_1MessageChannel.html +0 -839
  162. data/doc/cxxapi/classPassenger_1_1MessageServer-members.html +0 -49
  163. data/doc/cxxapi/classPassenger_1_1MessageServer.html +0 -407
  164. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext-members.html +0 -36
  165. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext.html +0 -58
  166. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.map +0 -3
  167. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.md5 +0 -1
  168. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.png +0 -0
  169. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext-members.html +0 -41
  170. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext.html +0 -165
  171. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.map +0 -3
  172. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.md5 +0 -1
  173. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.png +0 -0
  174. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler-members.html +0 -39
  175. data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler.html +0 -173
  176. data/doc/cxxapi/classPassenger_1_1Process-members.html +0 -44
  177. data/doc/cxxapi/classPassenger_1_1Process.html +0 -290
  178. data/doc/cxxapi/classPassenger_1_1RandomGenerator-members.html +0 -37
  179. data/doc/cxxapi/classPassenger_1_1RandomGenerator.html +0 -79
  180. data/doc/cxxapi/classPassenger_1_1ResourceLocator-members.html +0 -36
  181. data/doc/cxxapi/classPassenger_1_1ResourceLocator.html +0 -51
  182. data/doc/cxxapi/classPassenger_1_1RuntimeException-members.html +0 -36
  183. data/doc/cxxapi/classPassenger_1_1RuntimeException.html +0 -54
  184. data/doc/cxxapi/classPassenger_1_1SafeLibev-members.html +0 -36
  185. data/doc/cxxapi/classPassenger_1_1SafeLibev.html +0 -51
  186. data/doc/cxxapi/classPassenger_1_1ScalarMessage-members.html +0 -37
  187. data/doc/cxxapi/classPassenger_1_1ScalarMessage.html +0 -76
  188. data/doc/cxxapi/classPassenger_1_1ScgiRequestParser-members.html +0 -50
  189. data/doc/cxxapi/classPassenger_1_1ScgiRequestParser.html +0 -285
  190. data/doc/cxxapi/classPassenger_1_1SecurityException-members.html +0 -36
  191. data/doc/cxxapi/classPassenger_1_1SecurityException.html +0 -56
  192. data/doc/cxxapi/classPassenger_1_1Session-members.html +0 -53
  193. data/doc/cxxapi/classPassenger_1_1Session.html +0 -556
  194. data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.map +0 -3
  195. data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.md5 +0 -1
  196. data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.png +0 -0
  197. data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +0 -39
  198. data/doc/cxxapi/classPassenger_1_1SpawnException.html +0 -101
  199. data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +0 -42
  200. data/doc/cxxapi/classPassenger_1_1SpawnManager.html +0 -292
  201. data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.map +0 -3
  202. data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.md5 +0 -1
  203. data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.png +0 -0
  204. data/doc/cxxapi/classPassenger_1_1StandardSession-members.html +0 -54
  205. data/doc/cxxapi/classPassenger_1_1StandardSession.html +0 -394
  206. data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.map +0 -3
  207. data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.md5 +0 -1
  208. data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.png +0 -0
  209. data/doc/cxxapi/classPassenger_1_1StaticString-members.html +0 -36
  210. data/doc/cxxapi/classPassenger_1_1StaticString.html +0 -56
  211. data/doc/cxxapi/classPassenger_1_1SyntaxError-members.html +0 -36
  212. data/doc/cxxapi/classPassenger_1_1SyntaxError.html +0 -54
  213. data/doc/cxxapi/classPassenger_1_1SystemException-members.html +0 -40
  214. data/doc/cxxapi/classPassenger_1_1SystemException.html +0 -155
  215. data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map +0 -4
  216. data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5 +0 -1
  217. data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
  218. data/doc/cxxapi/classPassenger_1_1TimeRetrievalException-members.html +0 -40
  219. data/doc/cxxapi/classPassenger_1_1TimeRetrievalException.html +0 -61
  220. data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.map +0 -3
  221. data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.md5 +0 -1
  222. data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.png +0 -0
  223. data/doc/cxxapi/classPassenger_1_1TimeoutException-members.html +0 -36
  224. data/doc/cxxapi/classPassenger_1_1TimeoutException.html +0 -54
  225. data/doc/cxxapi/classPassenger_1_1Uint16Message-members.html +0 -36
  226. data/doc/cxxapi/classPassenger_1_1Uint16Message.html +0 -51
  227. data/doc/cxxapi/classPassenger_1_1Uint32Message-members.html +0 -36
  228. data/doc/cxxapi/classPassenger_1_1Uint32Message.html +0 -51
  229. data/doc/cxxapi/classServer-members.html +0 -36
  230. data/doc/cxxapi/classServer.html +0 -49
  231. data/doc/cxxapi/classServerInstanceDirToucher-members.html +0 -36
  232. data/doc/cxxapi/classServerInstanceDirToucher.html +0 -47
  233. data/doc/cxxapi/classes.html +0 -52
  234. data/doc/cxxapi/definitions_8h_source.html +0 -36
  235. data/doc/cxxapi/doxygen.css +0 -532
  236. data/doc/cxxapi/doxygen.png +0 -0
  237. data/doc/cxxapi/files.html +0 -76
  238. data/doc/cxxapi/ftv2blank.png +0 -0
  239. data/doc/cxxapi/ftv2doc.png +0 -0
  240. data/doc/cxxapi/ftv2folderclosed.png +0 -0
  241. data/doc/cxxapi/ftv2folderopen.png +0 -0
  242. data/doc/cxxapi/ftv2lastnode.png +0 -0
  243. data/doc/cxxapi/ftv2link.png +0 -0
  244. data/doc/cxxapi/ftv2mlastnode.png +0 -0
  245. data/doc/cxxapi/ftv2mnode.png +0 -0
  246. data/doc/cxxapi/ftv2node.png +0 -0
  247. data/doc/cxxapi/ftv2plastnode.png +0 -0
  248. data/doc/cxxapi/ftv2pnode.png +0 -0
  249. data/doc/cxxapi/ftv2vertline.png +0 -0
  250. data/doc/cxxapi/functions.html +0 -103
  251. data/doc/cxxapi/functions_0x62.html +0 -82
  252. data/doc/cxxapi/functions_0x63.html +0 -102
  253. data/doc/cxxapi/functions_0x64.html +0 -102
  254. data/doc/cxxapi/functions_0x65.html +0 -88
  255. data/doc/cxxapi/functions_0x66.html +0 -100
  256. data/doc/cxxapi/functions_0x67.html +0 -167
  257. data/doc/cxxapi/functions_0x68.html +0 -88
  258. data/doc/cxxapi/functions_0x69.html +0 -96
  259. data/doc/cxxapi/functions_0x6b.html +0 -80
  260. data/doc/cxxapi/functions_0x6c.html +0 -88
  261. data/doc/cxxapi/functions_0x6d.html +0 -88
  262. data/doc/cxxapi/functions_0x6e.html +0 -86
  263. data/doc/cxxapi/functions_0x6f.html +0 -94
  264. data/doc/cxxapi/functions_0x70.html +0 -94
  265. data/doc/cxxapi/functions_0x72.html +0 -110
  266. data/doc/cxxapi/functions_0x73.html +0 -171
  267. data/doc/cxxapi/functions_0x74.html +0 -85
  268. data/doc/cxxapi/functions_0x75.html +0 -85
  269. data/doc/cxxapi/functions_0x77.html +0 -92
  270. data/doc/cxxapi/functions_0x7e.html +0 -79
  271. data/doc/cxxapi/functions_enum.html +0 -49
  272. data/doc/cxxapi/functions_eval.html +0 -67
  273. data/doc/cxxapi/functions_func.html +0 -531
  274. data/doc/cxxapi/functions_vars.html +0 -278
  275. data/doc/cxxapi/graph_legend.dot +0 -22
  276. data/doc/cxxapi/graph_legend.html +0 -92
  277. data/doc/cxxapi/graph_legend.png +0 -0
  278. data/doc/cxxapi/group__Core.html +0 -46
  279. data/doc/cxxapi/group__Core.map +0 -3
  280. data/doc/cxxapi/group__Core.png +0 -0
  281. data/doc/cxxapi/group__Exceptions.html +0 -53
  282. data/doc/cxxapi/group__Hooks.html +0 -42
  283. data/doc/cxxapi/group__Hooks.map +0 -3
  284. data/doc/cxxapi/group__Hooks.png +0 -0
  285. data/doc/cxxapi/group__Support.html +0 -538
  286. data/doc/cxxapi/hierarchy.html +0 -101
  287. data/doc/cxxapi/index.html +0 -16
  288. data/doc/cxxapi/inherit__graph__0.map +0 -3
  289. data/doc/cxxapi/inherit__graph__0.md5 +0 -1
  290. data/doc/cxxapi/inherit__graph__0.png +0 -0
  291. data/doc/cxxapi/inherit__graph__1.map +0 -3
  292. data/doc/cxxapi/inherit__graph__1.md5 +0 -1
  293. data/doc/cxxapi/inherit__graph__1.png +0 -0
  294. data/doc/cxxapi/inherit__graph__10.map +0 -3
  295. data/doc/cxxapi/inherit__graph__10.md5 +0 -1
  296. data/doc/cxxapi/inherit__graph__10.png +0 -0
  297. data/doc/cxxapi/inherit__graph__11.map +0 -4
  298. data/doc/cxxapi/inherit__graph__11.md5 +0 -1
  299. data/doc/cxxapi/inherit__graph__11.png +0 -0
  300. data/doc/cxxapi/inherit__graph__12.map +0 -3
  301. data/doc/cxxapi/inherit__graph__12.md5 +0 -1
  302. data/doc/cxxapi/inherit__graph__12.png +0 -0
  303. data/doc/cxxapi/inherit__graph__13.map +0 -3
  304. data/doc/cxxapi/inherit__graph__13.md5 +0 -1
  305. data/doc/cxxapi/inherit__graph__13.png +0 -0
  306. data/doc/cxxapi/inherit__graph__14.map +0 -3
  307. data/doc/cxxapi/inherit__graph__14.md5 +0 -1
  308. data/doc/cxxapi/inherit__graph__14.png +0 -0
  309. data/doc/cxxapi/inherit__graph__15.map +0 -3
  310. data/doc/cxxapi/inherit__graph__15.md5 +0 -1
  311. data/doc/cxxapi/inherit__graph__15.png +0 -0
  312. data/doc/cxxapi/inherit__graph__16.map +0 -5
  313. data/doc/cxxapi/inherit__graph__16.md5 +0 -1
  314. data/doc/cxxapi/inherit__graph__16.png +0 -0
  315. data/doc/cxxapi/inherit__graph__17.map +0 -3
  316. data/doc/cxxapi/inherit__graph__17.md5 +0 -1
  317. data/doc/cxxapi/inherit__graph__17.png +0 -0
  318. data/doc/cxxapi/inherit__graph__18.map +0 -3
  319. data/doc/cxxapi/inherit__graph__18.md5 +0 -1
  320. data/doc/cxxapi/inherit__graph__18.png +0 -0
  321. data/doc/cxxapi/inherit__graph__19.map +0 -4
  322. data/doc/cxxapi/inherit__graph__19.md5 +0 -1
  323. data/doc/cxxapi/inherit__graph__19.png +0 -0
  324. data/doc/cxxapi/inherit__graph__2.map +0 -3
  325. data/doc/cxxapi/inherit__graph__2.md5 +0 -1
  326. data/doc/cxxapi/inherit__graph__2.png +0 -0
  327. data/doc/cxxapi/inherit__graph__20.map +0 -3
  328. data/doc/cxxapi/inherit__graph__20.md5 +0 -1
  329. data/doc/cxxapi/inherit__graph__20.png +0 -0
  330. data/doc/cxxapi/inherit__graph__21.map +0 -3
  331. data/doc/cxxapi/inherit__graph__21.md5 +0 -1
  332. data/doc/cxxapi/inherit__graph__21.png +0 -0
  333. data/doc/cxxapi/inherit__graph__22.map +0 -3
  334. data/doc/cxxapi/inherit__graph__22.md5 +0 -1
  335. data/doc/cxxapi/inherit__graph__22.png +0 -0
  336. data/doc/cxxapi/inherit__graph__23.map +0 -3
  337. data/doc/cxxapi/inherit__graph__23.md5 +0 -1
  338. data/doc/cxxapi/inherit__graph__23.png +0 -0
  339. data/doc/cxxapi/inherit__graph__24.map +0 -3
  340. data/doc/cxxapi/inherit__graph__24.md5 +0 -1
  341. data/doc/cxxapi/inherit__graph__24.png +0 -0
  342. data/doc/cxxapi/inherit__graph__25.map +0 -3
  343. data/doc/cxxapi/inherit__graph__25.md5 +0 -1
  344. data/doc/cxxapi/inherit__graph__25.png +0 -0
  345. data/doc/cxxapi/inherit__graph__26.map +0 -3
  346. data/doc/cxxapi/inherit__graph__26.md5 +0 -1
  347. data/doc/cxxapi/inherit__graph__26.png +0 -0
  348. data/doc/cxxapi/inherit__graph__27.map +0 -3
  349. data/doc/cxxapi/inherit__graph__27.md5 +0 -1
  350. data/doc/cxxapi/inherit__graph__27.png +0 -0
  351. data/doc/cxxapi/inherit__graph__28.map +0 -3
  352. data/doc/cxxapi/inherit__graph__28.md5 +0 -1
  353. data/doc/cxxapi/inherit__graph__28.png +0 -0
  354. data/doc/cxxapi/inherit__graph__29.map +0 -3
  355. data/doc/cxxapi/inherit__graph__29.md5 +0 -1
  356. data/doc/cxxapi/inherit__graph__29.png +0 -0
  357. data/doc/cxxapi/inherit__graph__3.map +0 -4
  358. data/doc/cxxapi/inherit__graph__3.md5 +0 -1
  359. data/doc/cxxapi/inherit__graph__3.png +0 -0
  360. data/doc/cxxapi/inherit__graph__30.map +0 -3
  361. data/doc/cxxapi/inherit__graph__30.md5 +0 -1
  362. data/doc/cxxapi/inherit__graph__30.png +0 -0
  363. data/doc/cxxapi/inherit__graph__31.map +0 -4
  364. data/doc/cxxapi/inherit__graph__31.md5 +0 -1
  365. data/doc/cxxapi/inherit__graph__31.png +0 -0
  366. data/doc/cxxapi/inherit__graph__32.map +0 -3
  367. data/doc/cxxapi/inherit__graph__32.md5 +0 -1
  368. data/doc/cxxapi/inherit__graph__32.png +0 -0
  369. data/doc/cxxapi/inherit__graph__33.map +0 -3
  370. data/doc/cxxapi/inherit__graph__33.md5 +0 -1
  371. data/doc/cxxapi/inherit__graph__33.png +0 -0
  372. data/doc/cxxapi/inherit__graph__34.map +0 -3
  373. data/doc/cxxapi/inherit__graph__34.md5 +0 -1
  374. data/doc/cxxapi/inherit__graph__34.png +0 -0
  375. data/doc/cxxapi/inherit__graph__35.map +0 -3
  376. data/doc/cxxapi/inherit__graph__35.md5 +0 -1
  377. data/doc/cxxapi/inherit__graph__35.png +0 -0
  378. data/doc/cxxapi/inherit__graph__36.map +0 -5
  379. data/doc/cxxapi/inherit__graph__36.md5 +0 -1
  380. data/doc/cxxapi/inherit__graph__36.png +0 -0
  381. data/doc/cxxapi/inherit__graph__37.map +0 -3
  382. data/doc/cxxapi/inherit__graph__37.md5 +0 -1
  383. data/doc/cxxapi/inherit__graph__37.png +0 -0
  384. data/doc/cxxapi/inherit__graph__38.map +0 -3
  385. data/doc/cxxapi/inherit__graph__38.md5 +0 -1
  386. data/doc/cxxapi/inherit__graph__38.png +0 -0
  387. data/doc/cxxapi/inherit__graph__39.map +0 -3
  388. data/doc/cxxapi/inherit__graph__39.md5 +0 -1
  389. data/doc/cxxapi/inherit__graph__39.png +0 -0
  390. data/doc/cxxapi/inherit__graph__4.map +0 -3
  391. data/doc/cxxapi/inherit__graph__4.md5 +0 -1
  392. data/doc/cxxapi/inherit__graph__4.png +0 -0
  393. data/doc/cxxapi/inherit__graph__40.map +0 -3
  394. data/doc/cxxapi/inherit__graph__40.md5 +0 -1
  395. data/doc/cxxapi/inherit__graph__40.png +0 -0
  396. data/doc/cxxapi/inherit__graph__41.map +0 -3
  397. data/doc/cxxapi/inherit__graph__41.md5 +0 -1
  398. data/doc/cxxapi/inherit__graph__41.png +0 -0
  399. data/doc/cxxapi/inherit__graph__5.map +0 -3
  400. data/doc/cxxapi/inherit__graph__5.md5 +0 -1
  401. data/doc/cxxapi/inherit__graph__5.png +0 -0
  402. data/doc/cxxapi/inherit__graph__6.map +0 -3
  403. data/doc/cxxapi/inherit__graph__6.md5 +0 -1
  404. data/doc/cxxapi/inherit__graph__6.png +0 -0
  405. data/doc/cxxapi/inherit__graph__7.map +0 -3
  406. data/doc/cxxapi/inherit__graph__7.md5 +0 -1
  407. data/doc/cxxapi/inherit__graph__7.png +0 -0
  408. data/doc/cxxapi/inherit__graph__8.map +0 -3
  409. data/doc/cxxapi/inherit__graph__8.md5 +0 -1
  410. data/doc/cxxapi/inherit__graph__8.png +0 -0
  411. data/doc/cxxapi/inherit__graph__9.map +0 -3
  412. data/doc/cxxapi/inherit__graph__9.md5 +0 -1
  413. data/doc/cxxapi/inherit__graph__9.png +0 -0
  414. data/doc/cxxapi/inherits.html +0 -165
  415. data/doc/cxxapi/main.html +0 -28
  416. data/doc/cxxapi/modules.html +0 -36
  417. data/doc/cxxapi/namespacePassenger.html +0 -585
  418. data/doc/cxxapi/namespacemembers.html +0 -190
  419. data/doc/cxxapi/namespacemembers_enum.html +0 -48
  420. data/doc/cxxapi/namespacemembers_eval.html +0 -57
  421. data/doc/cxxapi/namespacemembers_func.html +0 -114
  422. data/doc/cxxapi/namespacemembers_type.html +0 -54
  423. data/doc/cxxapi/namespaces.html +0 -37
  424. data/doc/cxxapi/nginx_2Configuration_8h_source.html +0 -126
  425. data/doc/cxxapi/ngx__http__passenger__module_8h_source.html +0 -95
  426. data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard-members.html +0 -36
  427. data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html +0 -51
  428. data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +0 -67
  429. data/doc/cxxapi/structPassenger_1_1PoolOptions.html +0 -647
  430. data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash-members.html +0 -36
  431. data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash.html +0 -51
  432. data/doc/cxxapi/tab_b.gif +0 -0
  433. data/doc/cxxapi/tab_l.gif +0 -0
  434. data/doc/cxxapi/tab_r.gif +0 -0
  435. data/doc/cxxapi/tabs.css +0 -105
  436. data/doc/cxxapi/tree.html +0 -249
  437. data/doc/template/horo.rb +0 -613
  438. data/ext/libev/config.h +0 -122
  439. data/ext/nginx/HttpStatusExtractor.h +0 -351
@@ -1,613 +0,0 @@
1
- # Horo RDoc template
2
- # Author: Hongli Lai - http://izumi.plan99.net/blog/
3
- #
4
- # Based on the Jamis template:
5
- # http://weblog.jamisbuck.org/2005/4/8/rdoc-template
6
-
7
- if defined?(RDoc::Diagram)
8
- RDoc::Diagram.class_eval do
9
- remove_const(:FONT)
10
- const_set(:FONT, "\"Bitstream Vera Sans\"")
11
- end
12
- end
13
-
14
- module RDoc
15
- module Page
16
-
17
- FONTS = "\"Bitstream Vera Sans\", Verdana, Arial, Helvetica, sans-serif"
18
-
19
- STYLE = <<CSS
20
- a {
21
- color: #00F;
22
- text-decoration: none;
23
- }
24
-
25
- a:hover {
26
- color: #77F;
27
- text-decoration: underline;
28
- }
29
-
30
- body, td, p {
31
- font-family: %fonts%;
32
- background: #FFF;
33
- color: #000;
34
- margin: 0px;
35
- font-size: small;
36
- }
37
-
38
- p {
39
- margin-top: 0.5em;
40
- margin-bottom: 0.5em;
41
- }
42
-
43
- #content {
44
- margin: 2em;
45
- margin-left: 3.5em;
46
- margin-right: 3.5em;
47
- }
48
-
49
- #description p {
50
- margin-bottom: 0.5em;
51
- }
52
-
53
- .sectiontitle {
54
- margin-top: 1em;
55
- margin-bottom: 1em;
56
- padding: 0.5em;
57
- padding-left: 2em;
58
- background: #005;
59
- color: #FFF;
60
- font-weight: bold;
61
- }
62
-
63
- .attr-rw {
64
- padding-left: 1em;
65
- padding-right: 1em;
66
- text-align: center;
67
- color: #055;
68
- }
69
-
70
- .attr-name {
71
- font-weight: bold;
72
- }
73
-
74
- .attr-desc {
75
- }
76
-
77
- .attr-value {
78
- font-family: monospace;
79
- }
80
-
81
- .file-title-prefix {
82
- font-size: large;
83
- }
84
-
85
- .file-title {
86
- font-size: large;
87
- font-weight: bold;
88
- background: #005;
89
- color: #FFF;
90
- }
91
-
92
- .banner {
93
- background: #005;
94
- color: #FFF;
95
- border: 1px solid black;
96
- padding: 1em;
97
- }
98
-
99
- .banner td {
100
- background: transparent;
101
- color: #FFF;
102
- }
103
-
104
- h1 a, h2 a, .sectiontitle a, .banner a {
105
- color: #FF0;
106
- }
107
-
108
- h1 a:hover, h2 a:hover, .sectiontitle a:hover, .banner a:hover {
109
- color: #FF7;
110
- }
111
-
112
- .dyn-source {
113
- display: none;
114
- background: #fffde8;
115
- color: #000;
116
- border: #ffe0bb dotted 1px;
117
- margin: 0.5em 2em 0.5em 2em;
118
- padding: 0.5em;
119
- }
120
-
121
- .dyn-source .cmt {
122
- color: #00F;
123
- font-style: italic;
124
- }
125
-
126
- .dyn-source .kw {
127
- color: #070;
128
- font-weight: bold;
129
- }
130
-
131
- .method {
132
- margin-left: 1em;
133
- margin-right: 1em;
134
- margin-bottom: 1em;
135
- }
136
-
137
- .description pre {
138
- padding: 0.5em;
139
- border: #ffe0bb dotted 1px;
140
- background: #fffde8;
141
- }
142
-
143
- .method .title {
144
- font-family: monospace;
145
- font-size: large;
146
- border-bottom: 1px dashed black;
147
- margin-bottom: 0.3em;
148
- padding-bottom: 0.1em;
149
- }
150
-
151
- .method .description, .method .sourcecode {
152
- margin-left: 1em;
153
- }
154
-
155
- .description p, .sourcecode p {
156
- margin-bottom: 0.5em;
157
- }
158
-
159
- .method .sourcecode p.source-link {
160
- text-indent: 0em;
161
- margin-top: 0.5em;
162
- }
163
-
164
- .method .aka {
165
- margin-top: 0.3em;
166
- margin-left: 1em;
167
- font-style: italic;
168
- text-indent: 2em;
169
- }
170
-
171
- h1 {
172
- padding: 1em;
173
- margin-left: -1.5em;
174
- font-size: x-large;
175
- font-weight: bold;
176
- color: #FFF;
177
- background: #007;
178
- }
179
-
180
- h2 {
181
- padding: 0.5em 1em 0.5em 1em;
182
- margin-left: -1.5em;
183
- font-size: large;
184
- font-weight: bold;
185
- color: #FFF;
186
- background: #009;
187
- }
188
-
189
- h3, h4, h5, h6 {
190
- color: #220088;
191
- border-bottom: #5522bb solid 1px;
192
- }
193
-
194
- .sourcecode > pre {
195
- padding: 0.5em;
196
- border: 1px dotted black;
197
- background: #FFE;
198
- }
199
-
200
- dt {
201
- font-weight: bold
202
- }
203
-
204
- dd {
205
- margin-bottom: 0.7em;
206
- }
207
- CSS
208
-
209
- XHTML_PREAMBLE = %{<?xml version="1.0" encoding="%charset%"?>
210
- <!DOCTYPE html
211
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
212
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
213
- }
214
-
215
- XHTML_FRAMESET_PREAMBLE = %{
216
- <!DOCTYPE html
217
- PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
218
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
219
- }
220
-
221
- HEADER = XHTML_PREAMBLE + <<ENDHEADER
222
- <html>
223
- <head>
224
- <title>%title%</title>
225
- <meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
226
- <link rel="stylesheet" href="%style_url%" type="text/css" media="screen" />
227
-
228
- <script language="JavaScript" type="text/javascript">
229
- // <![CDATA[
230
-
231
- function toggleSource( id )
232
- {
233
- var elem
234
- var link
235
-
236
- if( document.getElementById )
237
- {
238
- elem = document.getElementById( id )
239
- link = document.getElementById( "l_" + id )
240
- }
241
- else if ( document.all )
242
- {
243
- elem = eval( "document.all." + id )
244
- link = eval( "document.all.l_" + id )
245
- }
246
- else
247
- return false;
248
-
249
- if( elem.style.display == "block" )
250
- {
251
- elem.style.display = "none"
252
- link.innerHTML = "show source"
253
- }
254
- else
255
- {
256
- elem.style.display = "block"
257
- link.innerHTML = "hide source"
258
- }
259
- }
260
-
261
- function openCode( url )
262
- {
263
- window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
264
- }
265
- // ]]>
266
- </script>
267
- </head>
268
-
269
- <body>
270
- ENDHEADER
271
-
272
- FILE_PAGE = <<HTML
273
- <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
274
- <tr><td>
275
- <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
276
- <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />%short_name%</td>
277
- <td align="right">
278
- <table border='0' cellspacing="0" cellpadding="2">
279
- <tr>
280
- <td>Path:</td>
281
- <td>%full_path%
282
- IF:cvsurl
283
- &nbsp;(<a href="%cvsurl%">CVS</a>)
284
- ENDIF:cvsurl
285
- </td>
286
- </tr>
287
- <tr>
288
- <td>Modified:</td>
289
- <td>%dtm_modified%</td>
290
- </tr>
291
- </table>
292
- </td></tr>
293
- </table>
294
- </td></tr>
295
- </table><br />
296
- HTML
297
-
298
- ###################################################################
299
-
300
- CLASS_PAGE = <<HTML
301
- <table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
302
- <td class="file-title"><span class="file-title-prefix">%classmod%</span><br />%full_name%</td>
303
- <td align="right">
304
- <table cellspacing="0" cellpadding="2">
305
- <tr valign="top">
306
- <td>In:</td>
307
- <td>
308
- START:infiles
309
- HREF:full_path_url:full_path:
310
- IF:cvsurl
311
- &nbsp;(<a href="%cvsurl%">CVS</a>)
312
- ENDIF:cvsurl
313
- END:infiles
314
- </td>
315
- </tr>
316
- IF:parent
317
- <tr>
318
- <td>Parent:</td>
319
- <td>
320
- IF:par_url
321
- <a href="%par_url%">
322
- ENDIF:par_url
323
- %parent%
324
- IF:par_url
325
- </a>
326
- ENDIF:par_url
327
- </td>
328
- </tr>
329
- ENDIF:parent
330
- </table>
331
- </td>
332
- </tr>
333
- </table>
334
- HTML
335
-
336
- ###################################################################
337
-
338
- METHOD_LIST = <<HTML
339
- <div id="content">
340
- IF:diagram
341
- <table cellpadding='0' cellspacing='0' border='0' width="100%"><tr><td align="center">
342
- %diagram%
343
- </td></tr></table>
344
- ENDIF:diagram
345
-
346
- IF:description
347
- <div class="description">%description%</div>
348
- ENDIF:description
349
-
350
- IF:requires
351
- <div class="sectiontitle">Required Files</div>
352
- <ul>
353
- START:requires
354
- <li>HREF:aref:name:</li>
355
- END:requires
356
- </ul>
357
- ENDIF:requires
358
-
359
- IF:toc
360
- <div class="sectiontitle">Contents</div>
361
- <ul>
362
- START:toc
363
- <li><a href="#%href%">%secname%</a></li>
364
- END:toc
365
- </ul>
366
- ENDIF:toc
367
-
368
- IF:methods
369
- <div class="sectiontitle">Methods</div>
370
- <ul>
371
- START:methods
372
- <li>HREF:aref:name:</li>
373
- END:methods
374
- </ul>
375
- ENDIF:methods
376
-
377
- IF:includes
378
- <div class="sectiontitle">Included Modules</div>
379
- <ul>
380
- START:includes
381
- <li>HREF:aref:name:</li>
382
- END:includes
383
- </ul>
384
- ENDIF:includes
385
-
386
- START:sections
387
- IF:sectitle
388
- <div class="sectiontitle"><a name="%secsequence%">%sectitle%</a></div>
389
- IF:seccomment
390
- <div class="description">
391
- %seccomment%
392
- </div>
393
- ENDIF:seccomment
394
- ENDIF:sectitle
395
-
396
- IF:classlist
397
- <div class="sectiontitle">Classes and Modules</div>
398
- %classlist%
399
- ENDIF:classlist
400
-
401
- IF:constants
402
- <div class="sectiontitle">Constants</div>
403
- <table border='0' cellpadding='5'>
404
- START:constants
405
- <tr valign='top'>
406
- <td class="attr-name">%name%</td>
407
- <td>=</td>
408
- <td class="attr-value">%value%</td>
409
- </tr>
410
- IF:desc
411
- <tr valign='top'>
412
- <td>&nbsp;</td>
413
- <td colspan="2" class="attr-desc">%desc%</td>
414
- </tr>
415
- ENDIF:desc
416
- END:constants
417
- </table>
418
- ENDIF:constants
419
-
420
- IF:attributes
421
- <div class="sectiontitle">Attributes</div>
422
- <table border='0' cellpadding='5'>
423
- START:attributes
424
- <tr valign='top'>
425
- <td class='attr-rw'>
426
- IF:rw
427
- [%rw%]
428
- ENDIF:rw
429
- </td>
430
- <td class='attr-name'>%name%</td>
431
- <td class='attr-desc'>%a_desc%</td>
432
- </tr>
433
- END:attributes
434
- </table>
435
- ENDIF:attributes
436
-
437
- IF:method_list
438
- START:method_list
439
- IF:methods
440
- <div class="sectiontitle">%type% %category% methods</div>
441
- START:methods
442
- <div class="method">
443
- <div class="title">
444
- IF:callseq
445
- <a name="%aref%"></a><b>%callseq%</b>
446
- ENDIF:callseq
447
- IFNOT:callseq
448
- <a name="%aref%"></a><b>%name%</b>%params%
449
- ENDIF:callseq
450
- IF:codeurl
451
- [&nbsp;<a href="%codeurl%" target="SOURCE_CODE" onclick="javascript:openCode('%codeurl%'); return false;">source</a>&nbsp;]
452
- ENDIF:codeurl
453
- </div>
454
- IF:m_desc
455
- <div class="description">
456
- %m_desc%
457
- </div>
458
- ENDIF:m_desc
459
- IF:aka
460
- <div class="aka">
461
- This method is also aliased as
462
- START:aka
463
- <a href="%aref%">%name%</a>
464
- END:aka
465
- </div>
466
- ENDIF:aka
467
- IF:sourcecode
468
- <div class="sourcecode">
469
- <p class="source-link">[ <a href="javascript:toggleSource('%aref%_source')" id="l_%aref%_source">show source</a> ]</p>
470
- <div id="%aref%_source" class="dyn-source">
471
- <pre>
472
- %sourcecode%
473
- </pre>
474
- </div>
475
- </div>
476
- ENDIF:sourcecode
477
- </div>
478
- END:methods
479
- ENDIF:methods
480
- END:method_list
481
- ENDIF:method_list
482
- END:sections
483
- </div>
484
- HTML
485
-
486
- FOOTER = <<ENDFOOTER
487
- </body>
488
- </html>
489
- ENDFOOTER
490
-
491
- BODY = HEADER + <<ENDBODY
492
- !INCLUDE! <!-- banner header -->
493
-
494
- <div id="bodyContent">
495
- #{METHOD_LIST}
496
- </div>
497
-
498
- #{FOOTER}
499
- ENDBODY
500
-
501
- ########################## Source code ##########################
502
-
503
- SRC_PAGE = XHTML_PREAMBLE + <<HTML
504
- <html>
505
- <head><title>%title%</title>
506
- <meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
507
- <style type="text/css">
508
- .ruby-comment { color: green; font-style: italic }
509
- .ruby-constant { color: #4433aa; font-weight: bold; }
510
- .ruby-identifier { color: #222222; }
511
- .ruby-ivar { color: #2233dd; }
512
- .ruby-keyword { color: #3333FF; font-weight: bold }
513
- .ruby-node { color: #777777; }
514
- .ruby-operator { color: #111111; }
515
- .ruby-regexp { color: #662222; }
516
- .ruby-value { color: #662222; font-style: italic }
517
- .kw { color: #3333FF; font-weight: bold }
518
- .cmt { color: green; font-style: italic }
519
- .str { color: #662222; font-style: italic }
520
- .re { color: #662222; }
521
- </style>
522
- </head>
523
- <body bgcolor="white">
524
- <pre>%code%</pre>
525
- </body>
526
- </html>
527
- HTML
528
-
529
- ########################## Index ################################
530
-
531
- FR_INDEX_BODY = <<HTML
532
- !INCLUDE!
533
- HTML
534
-
535
- FILE_INDEX = XHTML_PREAMBLE + <<HTML
536
- <html>
537
- <head>
538
- <meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
539
- <title>Index</title>
540
- <style type="text/css">
541
- <!--
542
- body {
543
- background-color: #EEE;
544
- font-family: #{FONTS};
545
- color: #000;
546
- margin: 0px;
547
- }
548
- .banner {
549
- background: #005;
550
- color: #FFF;
551
- padding: 0.2em;
552
- font-size: small;
553
- font-weight: bold;
554
- text-align: center;
555
- }
556
- .entries {
557
- margin: 0.25em 1em 0 1em;
558
- font-size: x-small;
559
- }
560
- a {
561
- color: #00F;
562
- text-decoration: none;
563
- white-space: nowrap;
564
- }
565
- a:hover {
566
- color: #77F;
567
- text-decoration: underline;
568
- }
569
- -->
570
- </style>
571
- <base target="docwin" />
572
- </head>
573
- <body>
574
- <div class="banner">%list_title%</div>
575
- <div class="entries">
576
- START:entries
577
- <a href="%href%">%name%</a><br />
578
- END:entries
579
- </div>
580
- </body></html>
581
- HTML
582
-
583
- CLASS_INDEX = FILE_INDEX
584
- METHOD_INDEX = FILE_INDEX
585
-
586
- INDEX = XHTML_FRAMESET_PREAMBLE + <<HTML
587
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
588
- <head>
589
- <title>%title%</title>
590
- <meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
591
- </head>
592
-
593
- <frameset cols="20%,*">
594
- <frameset rows="15%,55%,30%">
595
- <frame src="fr_file_index.html" title="Files" name="Files" />
596
- <frame src="fr_class_index.html" name="Classes" />
597
- <frame src="fr_method_index.html" name="Methods" />
598
- </frameset>
599
- <frame src="%initial_page%" name="docwin" />
600
- <noframes>
601
- <body bgcolor="white">
602
- Click <a href="html/index.html">here</a> for a non-frames
603
- version of this page.
604
- </body>
605
- </noframes>
606
- </frameset>
607
-
608
- </html>
609
- HTML
610
-
611
- end
612
- end
613
-