alf 0.12.2 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (549) hide show
  1. data/CHANGELOG.md +186 -80
  2. data/Gemfile +16 -32
  3. data/Gemfile.lock +35 -34
  4. data/LICENCE.md +1 -1
  5. data/Manifest.txt +7 -9
  6. data/README.md +139 -809
  7. data/alf.gemspec +6 -15
  8. data/alf.noespec +16 -34
  9. data/lib/alf.rb +3 -73
  10. data/lib/alf/loader.rb +3 -3
  11. data/lib/alf/version.rb +2 -2
  12. data/spec/spec_helper.rb +3 -18
  13. data/spec/test_alf.rb +8 -0
  14. data/tasks/test.rake +6 -0
  15. data/test/migrations/test_folder_migration.rb +18 -0
  16. data/test/migrations/test_sequel_migration.rb +34 -0
  17. data/test/seeding/test_seeding.rb +49 -0
  18. data/test/test_alf.rb +8 -0
  19. data/test/test_helpers.rb +24 -0
  20. metadata +54 -952
  21. data/TODO.md +0 -21
  22. data/bin/alf +0 -27
  23. data/doc/commands/exec.md +0 -16
  24. data/doc/commands/help.md +0 -11
  25. data/doc/commands/main.md +0 -33
  26. data/doc/commands/show.md +0 -19
  27. data/doc/operators/non_relational/autonum.md +0 -23
  28. data/doc/operators/non_relational/clip.md +0 -31
  29. data/doc/operators/non_relational/coerce.md +0 -15
  30. data/doc/operators/non_relational/compact.md +0 -20
  31. data/doc/operators/non_relational/defaults.md +0 -32
  32. data/doc/operators/non_relational/generator.md +0 -20
  33. data/doc/operators/non_relational/sort.md +0 -24
  34. data/doc/operators/relational/extend.md +0 -18
  35. data/doc/operators/relational/group.md +0 -27
  36. data/doc/operators/relational/heading.md +0 -20
  37. data/doc/operators/relational/intersect.md +0 -13
  38. data/doc/operators/relational/join.md +0 -28
  39. data/doc/operators/relational/matching.md +0 -24
  40. data/doc/operators/relational/minus.md +0 -12
  41. data/doc/operators/relational/not-matching.md +0 -20
  42. data/doc/operators/relational/project.md +0 -28
  43. data/doc/operators/relational/quota.md +0 -21
  44. data/doc/operators/relational/rank.md +0 -27
  45. data/doc/operators/relational/rename.md +0 -17
  46. data/doc/operators/relational/restrict.md +0 -25
  47. data/doc/operators/relational/summarize.md +0 -25
  48. data/doc/operators/relational/ungroup.md +0 -20
  49. data/doc/operators/relational/union.md +0 -14
  50. data/doc/operators/relational/unwrap.md +0 -20
  51. data/doc/operators/relational/wrap.md +0 -24
  52. data/examples/csv/suppliers.csv +0 -6
  53. data/examples/logs/access.log +0 -1000
  54. data/examples/logs/combined.alf +0 -2
  55. data/examples/logs/hits.alf +0 -14
  56. data/examples/logs/not_found.alf +0 -7
  57. data/examples/logs/robots-cheating.alf +0 -11
  58. data/examples/logs/robots.alf +0 -8
  59. data/examples/operators/autonum.alf +0 -6
  60. data/examples/operators/cities.rash +0 -4
  61. data/examples/operators/clip.alf +0 -3
  62. data/examples/operators/compact.alf +0 -2
  63. data/examples/operators/database.alf +0 -5
  64. data/examples/operators/defaults.alf +0 -3
  65. data/examples/operators/extend.alf +0 -3
  66. data/examples/operators/group.alf +0 -3
  67. data/examples/operators/intersect.alf +0 -4
  68. data/examples/operators/join.alf +0 -2
  69. data/examples/operators/matching.alf +0 -2
  70. data/examples/operators/minus.alf +0 -8
  71. data/examples/operators/not_matching.alf +0 -2
  72. data/examples/operators/nulls.rash +0 -3
  73. data/examples/operators/parts.rash +0 -6
  74. data/examples/operators/project.alf +0 -3
  75. data/examples/operators/pseudo-with.alf +0 -7
  76. data/examples/operators/quota.alf +0 -4
  77. data/examples/operators/rank.alf +0 -4
  78. data/examples/operators/rename.alf +0 -3
  79. data/examples/operators/restrict.alf +0 -2
  80. data/examples/operators/schema.yaml +0 -28
  81. data/examples/operators/sort.alf +0 -4
  82. data/examples/operators/summarize.alf +0 -16
  83. data/examples/operators/suppliers.rash +0 -5
  84. data/examples/operators/supplies.rash +0 -12
  85. data/examples/operators/ungroup.alf +0 -4
  86. data/examples/operators/union.alf +0 -3
  87. data/examples/operators/unwrap.alf +0 -4
  88. data/examples/operators/wrap.alf +0 -2
  89. data/lib/alf-csv/alf/csv.rb +0 -3
  90. data/lib/alf-csv/alf/csv/commons.rb +0 -36
  91. data/lib/alf-csv/alf/csv/reader.rb +0 -33
  92. data/lib/alf-csv/alf/csv/renderer.rb +0 -38
  93. data/lib/alf-engine/alf/engine.rb +0 -25
  94. data/lib/alf-engine/alf/engine/aggregate.rb +0 -44
  95. data/lib/alf-engine/alf/engine/autonum.rb +0 -45
  96. data/lib/alf-engine/alf/engine/cesure.rb +0 -45
  97. data/lib/alf-engine/alf/engine/clip.rb +0 -53
  98. data/lib/alf-engine/alf/engine/coerce.rb +0 -46
  99. data/lib/alf-engine/alf/engine/cog.rb +0 -7
  100. data/lib/alf-engine/alf/engine/compact.rb +0 -26
  101. data/lib/alf-engine/alf/engine/compact/set.rb +0 -23
  102. data/lib/alf-engine/alf/engine/compact/uniq.rb +0 -23
  103. data/lib/alf-engine/alf/engine/concat.rb +0 -25
  104. data/lib/alf-engine/alf/engine/defaults.rb +0 -43
  105. data/lib/alf-engine/alf/engine/filter.rb +0 -41
  106. data/lib/alf-engine/alf/engine/generator.rb +0 -50
  107. data/lib/alf-engine/alf/engine/group.rb +0 -7
  108. data/lib/alf-engine/alf/engine/group/hash.rb +0 -40
  109. data/lib/alf-engine/alf/engine/join.rb +0 -7
  110. data/lib/alf-engine/alf/engine/join/hash.rb +0 -35
  111. data/lib/alf-engine/alf/engine/materialize.rb +0 -8
  112. data/lib/alf-engine/alf/engine/materialize/array.rb +0 -78
  113. data/lib/alf-engine/alf/engine/materialize/hash.rb +0 -122
  114. data/lib/alf-engine/alf/engine/quota.rb +0 -7
  115. data/lib/alf-engine/alf/engine/quota/cesure.rb +0 -46
  116. data/lib/alf-engine/alf/engine/rank.rb +0 -7
  117. data/lib/alf-engine/alf/engine/rank/cesure.rb +0 -48
  118. data/lib/alf-engine/alf/engine/rename.rb +0 -39
  119. data/lib/alf-engine/alf/engine/semi.rb +0 -7
  120. data/lib/alf-engine/alf/engine/semi/hash.rb +0 -39
  121. data/lib/alf-engine/alf/engine/set_attr.rb +0 -46
  122. data/lib/alf-engine/alf/engine/sort.rb +0 -28
  123. data/lib/alf-engine/alf/engine/sort/in_memory.rb +0 -39
  124. data/lib/alf-engine/alf/engine/summarize.rb +0 -8
  125. data/lib/alf-engine/alf/engine/summarize/cesure.rb +0 -51
  126. data/lib/alf-engine/alf/engine/summarize/hash.rb +0 -35
  127. data/lib/alf-engine/alf/engine/ungroup.rb +0 -29
  128. data/lib/alf-engine/alf/engine/unwrap.rb +0 -31
  129. data/lib/alf-engine/alf/engine/wrap.rb +0 -39
  130. data/lib/alf-logs/alf/logs.rb +0 -1
  131. data/lib/alf-logs/alf/logs/reader.rb +0 -98
  132. data/lib/alf-sequel/alf/sequel.rb +0 -2
  133. data/lib/alf-sequel/alf/sequel/environment.rb +0 -61
  134. data/lib/alf-sequel/alf/sequel/iterator.rb +0 -21
  135. data/lib/alf-shell/alf/shell.rb +0 -40
  136. data/lib/alf-shell/alf/shell/command.rb +0 -26
  137. data/lib/alf-shell/alf/shell/command/exec.rb +0 -11
  138. data/lib/alf-shell/alf/shell/command/help.rb +0 -30
  139. data/lib/alf-shell/alf/shell/command/main.rb +0 -136
  140. data/lib/alf-shell/alf/shell/command/main/class_methods.rb +0 -46
  141. data/lib/alf-shell/alf/shell/command/show.rb +0 -63
  142. data/lib/alf-shell/alf/shell/doc_manager.rb +0 -72
  143. data/lib/alf-shell/alf/shell/operator.rb +0 -86
  144. data/lib/alf-yaml/alf/yaml.rb +0 -1
  145. data/lib/alf-yaml/alf/yaml/renderer.rb +0 -22
  146. data/lib/alf/aggregator.rb +0 -51
  147. data/lib/alf/aggregator/avg.rb +0 -39
  148. data/lib/alf/aggregator/class_methods.rb +0 -77
  149. data/lib/alf/aggregator/collect.rb +0 -32
  150. data/lib/alf/aggregator/concat.rb +0 -47
  151. data/lib/alf/aggregator/count.rb +0 -32
  152. data/lib/alf/aggregator/instance_methods.rb +0 -119
  153. data/lib/alf/aggregator/max.rb +0 -32
  154. data/lib/alf/aggregator/min.rb +0 -32
  155. data/lib/alf/aggregator/stddev.rb +0 -25
  156. data/lib/alf/aggregator/sum.rb +0 -32
  157. data/lib/alf/aggregator/variance.rb +0 -45
  158. data/lib/alf/environment.rb +0 -34
  159. data/lib/alf/environment/class_methods.rb +0 -95
  160. data/lib/alf/environment/folder.rb +0 -60
  161. data/lib/alf/environment/instance_methods.rb +0 -26
  162. data/lib/alf/errors.rb +0 -5
  163. data/lib/alf/ext.rb +0 -4
  164. data/lib/alf/ext/relation.rb +0 -4
  165. data/lib/alf/iterator.rb +0 -28
  166. data/lib/alf/iterator/class_methods.rb +0 -20
  167. data/lib/alf/iterator/proxy.rb +0 -27
  168. data/lib/alf/lispy.rb +0 -24
  169. data/lib/alf/lispy/instance_methods.rb +0 -157
  170. data/lib/alf/operator.rb +0 -68
  171. data/lib/alf/operator/binary.rb +0 -21
  172. data/lib/alf/operator/class_methods.rb +0 -82
  173. data/lib/alf/operator/experimental.rb +0 -9
  174. data/lib/alf/operator/instance_methods.rb +0 -29
  175. data/lib/alf/operator/non_relational/autonum.rb +0 -19
  176. data/lib/alf/operator/non_relational/clip.rb +0 -20
  177. data/lib/alf/operator/non_relational/coerce.rb +0 -19
  178. data/lib/alf/operator/non_relational/compact.rb +0 -18
  179. data/lib/alf/operator/non_relational/defaults.rb +0 -22
  180. data/lib/alf/operator/non_relational/generator.rb +0 -20
  181. data/lib/alf/operator/non_relational/sort.rb +0 -19
  182. data/lib/alf/operator/nullary.rb +0 -11
  183. data/lib/alf/operator/relational/extend.rb +0 -19
  184. data/lib/alf/operator/relational/group.rb +0 -21
  185. data/lib/alf/operator/relational/heading.rb +0 -20
  186. data/lib/alf/operator/relational/intersect.rb +0 -18
  187. data/lib/alf/operator/relational/join.rb +0 -18
  188. data/lib/alf/operator/relational/matching.rb +0 -18
  189. data/lib/alf/operator/relational/minus.rb +0 -18
  190. data/lib/alf/operator/relational/not_matching.rb +0 -18
  191. data/lib/alf/operator/relational/project.rb +0 -22
  192. data/lib/alf/operator/relational/quota.rb +0 -23
  193. data/lib/alf/operator/relational/rank.rb +0 -22
  194. data/lib/alf/operator/relational/rename.rb +0 -18
  195. data/lib/alf/operator/relational/restrict.rb +0 -18
  196. data/lib/alf/operator/relational/summarize.rb +0 -27
  197. data/lib/alf/operator/relational/ungroup.rb +0 -19
  198. data/lib/alf/operator/relational/union.rb +0 -20
  199. data/lib/alf/operator/relational/unwrap.rb +0 -19
  200. data/lib/alf/operator/relational/wrap.rb +0 -20
  201. data/lib/alf/operator/signature.rb +0 -233
  202. data/lib/alf/operator/unary.rb +0 -16
  203. data/lib/alf/reader.rb +0 -37
  204. data/lib/alf/reader/alf_file.rb +0 -24
  205. data/lib/alf/reader/class_methods.rb +0 -91
  206. data/lib/alf/reader/instance_methods.rb +0 -97
  207. data/lib/alf/reader/rash.rb +0 -28
  208. data/lib/alf/relation.rb +0 -28
  209. data/lib/alf/relation/class_methods.rb +0 -28
  210. data/lib/alf/relation/instance_methods.rb +0 -119
  211. data/lib/alf/renderer.rb +0 -32
  212. data/lib/alf/renderer/class_methods.rb +0 -58
  213. data/lib/alf/renderer/instance_methods.rb +0 -55
  214. data/lib/alf/renderer/rash.rb +0 -33
  215. data/lib/alf/renderer/text.rb +0 -198
  216. data/lib/alf/tools.rb +0 -15
  217. data/lib/alf/tools/coerce.rb +0 -25
  218. data/lib/alf/tools/miscellaneous.rb +0 -111
  219. data/lib/alf/tools/to_lispy.rb +0 -96
  220. data/lib/alf/tools/to_relation.rb +0 -54
  221. data/lib/alf/tools/to_ruby_literal.rb +0 -31
  222. data/lib/alf/tools/tuple_handle.rb +0 -60
  223. data/lib/alf/types.rb +0 -49
  224. data/lib/alf/types/attr_list.rb +0 -160
  225. data/lib/alf/types/attr_name.rb +0 -66
  226. data/lib/alf/types/boolean.rb +0 -25
  227. data/lib/alf/types/heading.rb +0 -135
  228. data/lib/alf/types/ordering.rb +0 -146
  229. data/lib/alf/types/renaming.rb +0 -97
  230. data/lib/alf/types/size.rb +0 -57
  231. data/lib/alf/types/summarization.rb +0 -138
  232. data/lib/alf/types/tuple_computation.rb +0 -136
  233. data/lib/alf/types/tuple_expression.rb +0 -152
  234. data/lib/alf/types/tuple_predicate.rb +0 -73
  235. data/spec/integration/__database__/group.alf +0 -3
  236. data/spec/integration/__database__/parts.rash +0 -6
  237. data/spec/integration/__database__/suppliers.rash +0 -5
  238. data/spec/integration/__database__/suppliers_csv.csv +0 -6
  239. data/spec/integration/__database__/supplies.rash +0 -12
  240. data/spec/integration/alf/example.rash +0 -1
  241. data/spec/integration/alf/test_Relation.rb +0 -32
  242. data/spec/integration/ext/test_relation.rb +0 -16
  243. data/spec/integration/lispy/test_relation.rb +0 -37
  244. data/spec/integration/lispy/test_run.rb +0 -40
  245. data/spec/integration/lispy/test_tuple.rb +0 -36
  246. data/spec/integration/semantics/test_join.alf +0 -9
  247. data/spec/integration/semantics/test_minus.alf +0 -5
  248. data/spec/integration/semantics/test_project.alf +0 -8
  249. data/spec/integration/semantics/test_rank.alf +0 -34
  250. data/spec/integration/shell/alf/alf.db +0 -0
  251. data/spec/integration/shell/alf/alf_e.cmd +0 -1
  252. data/spec/integration/shell/alf/alf_e.stdout +0 -4
  253. data/spec/integration/shell/alf/alf_env.cmd +0 -1
  254. data/spec/integration/shell/alf/alf_env.stdout +0 -5
  255. data/spec/integration/shell/alf/alf_env_sqlite.cmd +0 -1
  256. data/spec/integration/shell/alf/alf_env_sqlite.stdout +0 -9
  257. data/spec/integration/shell/alf/alf_help.cmd +0 -1
  258. data/spec/integration/shell/alf/alf_help.stdout +0 -69
  259. data/spec/integration/shell/alf/alf_implicit.alf +0 -1
  260. data/spec/integration/shell/alf/alf_implicit_exec.cmd +0 -1
  261. data/spec/integration/shell/alf/alf_implicit_exec.stdout +0 -4
  262. data/spec/integration/shell/alf/alf_r.cmd +0 -1
  263. data/spec/integration/shell/alf/alf_r.stdout +0 -5
  264. data/spec/integration/shell/alf/alf_version.cmd +0 -1
  265. data/spec/integration/shell/alf/alf_version.stdout +0 -2
  266. data/spec/integration/shell/alf/alf_yaml.cmd +0 -1
  267. data/spec/integration/shell/alf/alf_yaml.stdout +0 -22
  268. data/spec/integration/shell/alf/rel.rash +0 -1
  269. data/spec/integration/shell/autonum/autonum_0.cmd +0 -1
  270. data/spec/integration/shell/autonum/autonum_0.stdout +0 -9
  271. data/spec/integration/shell/autonum/autonum_1.cmd +0 -1
  272. data/spec/integration/shell/autonum/autonum_1.stdout +0 -9
  273. data/spec/integration/shell/clip/clip_0.cmd +0 -1
  274. data/spec/integration/shell/clip/clip_0.stdout +0 -9
  275. data/spec/integration/shell/clip/clip_1.cmd +0 -1
  276. data/spec/integration/shell/clip/clip_1.stdout +0 -9
  277. data/spec/integration/shell/coerce/coerce_1.cmd +0 -1
  278. data/spec/integration/shell/coerce/coerce_1.stdout +0 -5
  279. data/spec/integration/shell/compact/compact_0.cmd +0 -1
  280. data/spec/integration/shell/compact/compact_0.stdout +0 -9
  281. data/spec/integration/shell/defaults/defaults_0.cmd +0 -1
  282. data/spec/integration/shell/defaults/defaults_0.stdout +0 -9
  283. data/spec/integration/shell/defaults/defaults_1.cmd +0 -1
  284. data/spec/integration/shell/defaults/defaults_1.stdout +0 -9
  285. data/spec/integration/shell/defaults/defaults_2.cmd +0 -1
  286. data/spec/integration/shell/defaults/defaults_2.stdout +0 -9
  287. data/spec/integration/shell/extend/extend_0.cmd +0 -1
  288. data/spec/integration/shell/extend/extend_0.stdout +0 -16
  289. data/spec/integration/shell/generator/generator_1.cmd +0 -1
  290. data/spec/integration/shell/generator/generator_1.stdout +0 -10
  291. data/spec/integration/shell/generator/generator_2.cmd +0 -1
  292. data/spec/integration/shell/generator/generator_2.stdout +0 -5
  293. data/spec/integration/shell/generator/generator_3.cmd +0 -1
  294. data/spec/integration/shell/generator/generator_3.stdout +0 -5
  295. data/spec/integration/shell/group/group_0.cmd +0 -1
  296. data/spec/integration/shell/group/group_0.stdout +0 -32
  297. data/spec/integration/shell/group/group_1.cmd +0 -1
  298. data/spec/integration/shell/group/group_1.stdout +0 -32
  299. data/spec/integration/shell/help/help_1.cmd +0 -1
  300. data/spec/integration/shell/help/help_1.stdout +0 -24
  301. data/spec/integration/shell/intersect/intersect_0.cmd +0 -1
  302. data/spec/integration/shell/intersect/intersect_0.stdout +0 -9
  303. data/spec/integration/shell/join/join_0.cmd +0 -1
  304. data/spec/integration/shell/join/join_0.stdout +0 -16
  305. data/spec/integration/shell/matching/matching_0.cmd +0 -1
  306. data/spec/integration/shell/matching/matching_0.stdout +0 -8
  307. data/spec/integration/shell/minus/minus_0.cmd +0 -1
  308. data/spec/integration/shell/minus/minus_0.stdout +0 -4
  309. data/spec/integration/shell/not-matching/not-matching_0.cmd +0 -1
  310. data/spec/integration/shell/not-matching/not-matching_0.stdout +0 -5
  311. data/spec/integration/shell/project/project_0.cmd +0 -1
  312. data/spec/integration/shell/project/project_0.stdout +0 -9
  313. data/spec/integration/shell/project/project_1.cmd +0 -1
  314. data/spec/integration/shell/project/project_1.stdout +0 -9
  315. data/spec/integration/shell/quota/quota_0.cmd +0 -1
  316. data/spec/integration/shell/quota/quota_0.stdout +0 -16
  317. data/spec/integration/shell/rank/rank_1.cmd +0 -1
  318. data/spec/integration/shell/rank/rank_1.stdout +0 -10
  319. data/spec/integration/shell/rank/rank_2.cmd +0 -1
  320. data/spec/integration/shell/rank/rank_2.stdout +0 -10
  321. data/spec/integration/shell/rank/rank_3.cmd +0 -1
  322. data/spec/integration/shell/rank/rank_3.stdout +0 -10
  323. data/spec/integration/shell/rank/rank_4.cmd +0 -1
  324. data/spec/integration/shell/rank/rank_4.stdout +0 -6
  325. data/spec/integration/shell/rank/rank_5.cmd +0 -1
  326. data/spec/integration/shell/rank/rank_5.stdout +0 -6
  327. data/spec/integration/shell/rename/rename_0.cmd +0 -1
  328. data/spec/integration/shell/rename/rename_0.stdout +0 -9
  329. data/spec/integration/shell/restrict/restrict_0.cmd +0 -1
  330. data/spec/integration/shell/restrict/restrict_0.stdout +0 -6
  331. data/spec/integration/shell/restrict/restrict_1.cmd +0 -1
  332. data/spec/integration/shell/restrict/restrict_1.stdout +0 -6
  333. data/spec/integration/shell/show/show_base.cmd +0 -1
  334. data/spec/integration/shell/show/show_base.stdout +0 -9
  335. data/spec/integration/shell/show/show_base_sort_1.cmd +0 -1
  336. data/spec/integration/shell/show/show_base_sort_1.stdout +0 -9
  337. data/spec/integration/shell/show/show_base_sort_2.cmd +0 -1
  338. data/spec/integration/shell/show/show_base_sort_2.stdout +0 -9
  339. data/spec/integration/shell/show/show_conflictual.cmd +0 -1
  340. data/spec/integration/shell/show/show_conflictual.stdout +0 -5
  341. data/spec/integration/shell/show/show_csv.cmd +0 -1
  342. data/spec/integration/shell/show/show_csv.stdout +0 -6
  343. data/spec/integration/shell/show/show_ff.cmd +0 -1
  344. data/spec/integration/shell/show/show_ff.stdout +0 -10
  345. data/spec/integration/shell/show/show_rash.cmd +0 -1
  346. data/spec/integration/shell/show/show_rash.stdout +0 -5
  347. data/spec/integration/shell/show/show_rash_pretty.cmd +0 -1
  348. data/spec/integration/shell/show/show_rash_pretty.stdout +0 -30
  349. data/spec/integration/shell/show/show_yaml.cmd +0 -1
  350. data/spec/integration/shell/show/show_yaml.stdout +0 -22
  351. data/spec/integration/shell/sort/sort_0.cmd +0 -1
  352. data/spec/integration/shell/sort/sort_0.stdout +0 -9
  353. data/spec/integration/shell/sort/sort_1.cmd +0 -1
  354. data/spec/integration/shell/sort/sort_1.stdout +0 -9
  355. data/spec/integration/shell/sort/sort_2.cmd +0 -1
  356. data/spec/integration/shell/sort/sort_2.stdout +0 -9
  357. data/spec/integration/shell/sort/sort_3.cmd +0 -1
  358. data/spec/integration/shell/sort/sort_3.stdout +0 -9
  359. data/spec/integration/shell/summarize/summarize_0.cmd +0 -1
  360. data/spec/integration/shell/summarize/summarize_0.stdout +0 -8
  361. data/spec/integration/shell/ungroup/ungroup_0.cmd +0 -1
  362. data/spec/integration/shell/ungroup/ungroup_0.stdout +0 -16
  363. data/spec/integration/shell/union/union_0.cmd +0 -1
  364. data/spec/integration/shell/union/union_0.stdout +0 -9
  365. data/spec/integration/shell/unwrap/unwrap_0.cmd +0 -1
  366. data/spec/integration/shell/unwrap/unwrap_0.stdout +0 -9
  367. data/spec/integration/shell/wrap/wrap_0.cmd +0 -1
  368. data/spec/integration/shell/wrap/wrap_0.stdout +0 -9
  369. data/spec/integration/test_alf.rb +0 -34
  370. data/spec/integration/test_examples.rb +0 -15
  371. data/spec/integration/test_lispy.rb +0 -31
  372. data/spec/integration/test_semantics.rb +0 -40
  373. data/spec/integration/test_shell.rb +0 -47
  374. data/spec/regression/alf_file/__FILE__.alf +0 -2
  375. data/spec/regression/alf_file/suppliers.rash +0 -5
  376. data/spec/regression/alf_file/test___FILE__.rb +0 -17
  377. data/spec/regression/heading/test_heading_with_date.rb +0 -12
  378. data/spec/regression/lispy/test_compile.rb +0 -14
  379. data/spec/regression/logs/apache_combined.log +0 -5
  380. data/spec/regression/logs/test_path_attribute.rb +0 -25
  381. data/spec/regression/relation/test_relation_allbut_all.rb +0 -14
  382. data/spec/regression/relation/test_relation_with_date.rb +0 -12
  383. data/spec/regression/restrict/test_restrict_with_keywords.rb +0 -17
  384. data/spec/shared/a_valid_type_implementation.rb +0 -47
  385. data/spec/shared/a_value.rb +0 -12
  386. data/spec/shared/an_operator_class.rb +0 -36
  387. data/spec/unit/alf-core/aggregator/test_avg.rb +0 -22
  388. data/spec/unit/alf-core/aggregator/test_collect.rb +0 -25
  389. data/spec/unit/alf-core/aggregator/test_concat.rb +0 -31
  390. data/spec/unit/alf-core/aggregator/test_count.rb +0 -17
  391. data/spec/unit/alf-core/aggregator/test_max.rb +0 -23
  392. data/spec/unit/alf-core/aggregator/test_min.rb +0 -23
  393. data/spec/unit/alf-core/aggregator/test_stddev.rb +0 -27
  394. data/spec/unit/alf-core/aggregator/test_sum.rb +0 -23
  395. data/spec/unit/alf-core/aggregator/test_variance.rb +0 -29
  396. data/spec/unit/alf-core/assumptions/test_file.rb +0 -17
  397. data/spec/unit/alf-core/assumptions/test_instance_eval.rb +0 -15
  398. data/spec/unit/alf-core/assumptions/test_scoping.rb +0 -29
  399. data/spec/unit/alf-core/assumptions/test_set.rb +0 -64
  400. data/spec/unit/alf-core/environment/examples/suppliers.rash +0 -5
  401. data/spec/unit/alf-core/environment/test_folder.rb +0 -53
  402. data/spec/unit/alf-core/operator/non_relational/test_autonum.rb +0 -48
  403. data/spec/unit/alf-core/operator/non_relational/test_clip.rb +0 -35
  404. data/spec/unit/alf-core/operator/non_relational/test_coerce.rb +0 -29
  405. data/spec/unit/alf-core/operator/non_relational/test_compact.rb +0 -32
  406. data/spec/unit/alf-core/operator/non_relational/test_defaults.rb +0 -53
  407. data/spec/unit/alf-core/operator/non_relational/test_generator.rb +0 -60
  408. data/spec/unit/alf-core/operator/non_relational/test_sort.rb +0 -60
  409. data/spec/unit/alf-core/operator/relational/test_extend.rb +0 -28
  410. data/spec/unit/alf-core/operator/relational/test_group.rb +0 -39
  411. data/spec/unit/alf-core/operator/relational/test_heading.rb +0 -27
  412. data/spec/unit/alf-core/operator/relational/test_intersect.rb +0 -58
  413. data/spec/unit/alf-core/operator/relational/test_join.rb +0 -36
  414. data/spec/unit/alf-core/operator/relational/test_minus.rb +0 -56
  415. data/spec/unit/alf-core/operator/relational/test_project.rb +0 -62
  416. data/spec/unit/alf-core/operator/relational/test_quota.rb +0 -36
  417. data/spec/unit/alf-core/operator/relational/test_rank.rb +0 -48
  418. data/spec/unit/alf-core/operator/relational/test_rename.rb +0 -26
  419. data/spec/unit/alf-core/operator/relational/test_restrict.rb +0 -45
  420. data/spec/unit/alf-core/operator/relational/test_summarize.rb +0 -44
  421. data/spec/unit/alf-core/operator/relational/test_ungroup.rb +0 -29
  422. data/spec/unit/alf-core/operator/relational/test_union.rb +0 -35
  423. data/spec/unit/alf-core/operator/relational/test_unwrap.rb +0 -26
  424. data/spec/unit/alf-core/operator/relational/test_wrap.rb +0 -26
  425. data/spec/unit/alf-core/operator/signature/test_argv2args.rb +0 -82
  426. data/spec/unit/alf-core/operator/signature/test_collect_on.rb +0 -38
  427. data/spec/unit/alf-core/operator/signature/test_initialize.rb +0 -17
  428. data/spec/unit/alf-core/operator/signature/test_install.rb +0 -56
  429. data/spec/unit/alf-core/operator/signature/test_option_parser.rb +0 -36
  430. data/spec/unit/alf-core/operator/signature/test_parse_args.rb +0 -90
  431. data/spec/unit/alf-core/operator/signature/test_to_lispy.rb +0 -102
  432. data/spec/unit/alf-core/operator/signature/test_to_shell.rb +0 -103
  433. data/spec/unit/alf-core/operator/test_non_relational.rb +0 -20
  434. data/spec/unit/alf-core/operator/test_relational.rb +0 -31
  435. data/spec/unit/alf-core/reader/input.rb +0 -2
  436. data/spec/unit/alf-core/reader/test_alf_file.rb +0 -30
  437. data/spec/unit/alf-core/reader/test_initialize.rb +0 -60
  438. data/spec/unit/alf-core/reader/test_looks_a_path.rb +0 -20
  439. data/spec/unit/alf-core/reader/test_rash.rb +0 -31
  440. data/spec/unit/alf-core/relation/test_coerce.rb +0 -53
  441. data/spec/unit/alf-core/relation/test_inspect.rb +0 -20
  442. data/spec/unit/alf-core/relation/test_relops.rb +0 -55
  443. data/spec/unit/alf-core/relation/test_to_a.rb +0 -41
  444. data/spec/unit/alf-core/renderer/test_initialize.rb +0 -60
  445. data/spec/unit/alf-core/test_aggregator.rb +0 -58
  446. data/spec/unit/alf-core/test_environment.rb +0 -30
  447. data/spec/unit/alf-core/test_operator.rb +0 -16
  448. data/spec/unit/alf-core/test_reader.rb +0 -40
  449. data/spec/unit/alf-core/test_relation.rb +0 -75
  450. data/spec/unit/alf-core/test_renderer.rb +0 -53
  451. data/spec/unit/alf-core/text/test_cell.rb +0 -35
  452. data/spec/unit/alf-core/text/test_row.rb +0 -30
  453. data/spec/unit/alf-core/text/test_table.rb +0 -39
  454. data/spec/unit/alf-core/tools/test_class_name.rb +0 -16
  455. data/spec/unit/alf-core/tools/test_coalesce.rb +0 -19
  456. data/spec/unit/alf-core/tools/test_coerce.rb +0 -16
  457. data/spec/unit/alf-core/tools/test_ruby_case.rb +0 -16
  458. data/spec/unit/alf-core/tools/test_to_lispy.rb +0 -145
  459. data/spec/unit/alf-core/tools/test_to_relation.rb +0 -39
  460. data/spec/unit/alf-core/tools/test_to_ruby_literal.rb +0 -10
  461. data/spec/unit/alf-core/tools/test_tuple_handle.rb +0 -52
  462. data/spec/unit/alf-core/tools/test_tuple_heading.rb +0 -15
  463. data/spec/unit/alf-core/tools/test_varargs.rb +0 -19
  464. data/spec/unit/alf-core/types/test_attr_list.rb +0 -188
  465. data/spec/unit/alf-core/types/test_attr_name.rb +0 -78
  466. data/spec/unit/alf-core/types/test_boolean.rb +0 -42
  467. data/spec/unit/alf-core/types/test_class_methods.rb +0 -24
  468. data/spec/unit/alf-core/types/test_heading.rb +0 -146
  469. data/spec/unit/alf-core/types/test_ordering.rb +0 -185
  470. data/spec/unit/alf-core/types/test_renaming.rb +0 -72
  471. data/spec/unit/alf-core/types/test_size.rb +0 -74
  472. data/spec/unit/alf-core/types/test_summarization.rb +0 -95
  473. data/spec/unit/alf-core/types/test_tuple_computation.rb +0 -96
  474. data/spec/unit/alf-core/types/test_tuple_expression.rb +0 -122
  475. data/spec/unit/alf-core/types/test_tuple_predicate.rb +0 -108
  476. data/spec/unit/alf-csv/input.csv +0 -3
  477. data/spec/unit/alf-csv/test_reader.rb +0 -66
  478. data/spec/unit/alf-csv/test_renderer.rb +0 -73
  479. data/spec/unit/alf-engine/compact/test_set.rb +0 -33
  480. data/spec/unit/alf-engine/compact/test_uniq.rb +0 -33
  481. data/spec/unit/alf-engine/group/test_hash.rb +0 -34
  482. data/spec/unit/alf-engine/join/test_hash.rb +0 -55
  483. data/spec/unit/alf-engine/materialize/test_array.rb +0 -28
  484. data/spec/unit/alf-engine/materialize/test_hash.rb +0 -76
  485. data/spec/unit/alf-engine/quota/test_cesure.rb +0 -34
  486. data/spec/unit/alf-engine/rank/test_cesure.rb +0 -47
  487. data/spec/unit/alf-engine/semi/test_hash.rb +0 -58
  488. data/spec/unit/alf-engine/sort/test_in_memory.rb +0 -32
  489. data/spec/unit/alf-engine/summarize/test_cesure.rb +0 -36
  490. data/spec/unit/alf-engine/summarize/test_hash.rb +0 -36
  491. data/spec/unit/alf-engine/test_aggregate.rb +0 -26
  492. data/spec/unit/alf-engine/test_autonum.rb +0 -24
  493. data/spec/unit/alf-engine/test_clip.rb +0 -34
  494. data/spec/unit/alf-engine/test_coerce.rb +0 -35
  495. data/spec/unit/alf-engine/test_compact.rb +0 -33
  496. data/spec/unit/alf-engine/test_concat.rb +0 -38
  497. data/spec/unit/alf-engine/test_defaults.rb +0 -37
  498. data/spec/unit/alf-engine/test_filter.rb +0 -23
  499. data/spec/unit/alf-engine/test_generator.rb +0 -25
  500. data/spec/unit/alf-engine/test_rename.rb +0 -24
  501. data/spec/unit/alf-engine/test_set_attr.rb +0 -38
  502. data/spec/unit/alf-engine/test_sort.rb +0 -32
  503. data/spec/unit/alf-engine/test_ungroup.rb +0 -28
  504. data/spec/unit/alf-engine/test_unwrap.rb +0 -20
  505. data/spec/unit/alf-engine/test_wrap.rb +0 -26
  506. data/spec/unit/alf-logs/apache_combined.log +0 -5
  507. data/spec/unit/alf-logs/postgresql.log +0 -29
  508. data/spec/unit/alf-logs/test_reader.rb +0 -57
  509. data/spec/unit/alf-sequel/alf.db +0 -0
  510. data/spec/unit/alf-sequel/test_environment.rb +0 -74
  511. data/spec/unit/alf-shell/doc_manager/dynamic.md +0 -1
  512. data/spec/unit/alf-shell/doc_manager/example.md +0 -1
  513. data/spec/unit/alf-shell/doc_manager/example_1.txt +0 -11
  514. data/spec/unit/alf-shell/doc_manager/static.md +0 -1
  515. data/spec/unit/alf-shell/doc_manager/test_call.rb +0 -48
  516. data/spec/unit/alf-shell/main/test_class_methods.rb +0 -44
  517. data/spec/unit/alf-shell/operator/test_autonum.rb +0 -28
  518. data/spec/unit/alf-shell/operator/test_clip.rb +0 -29
  519. data/spec/unit/alf-shell/operator/test_coerce.rb +0 -21
  520. data/spec/unit/alf-shell/operator/test_compact.rb +0 -16
  521. data/spec/unit/alf-shell/operator/test_defaults.rb +0 -29
  522. data/spec/unit/alf-shell/operator/test_extend.rb +0 -21
  523. data/spec/unit/alf-shell/operator/test_generator.rb +0 -37
  524. data/spec/unit/alf-shell/operator/test_group.rb +0 -32
  525. data/spec/unit/alf-shell/operator/test_heading.rb +0 -16
  526. data/spec/unit/alf-shell/operator/test_intersect.rb +0 -18
  527. data/spec/unit/alf-shell/operator/test_join.rb +0 -18
  528. data/spec/unit/alf-shell/operator/test_matching.rb +0 -18
  529. data/spec/unit/alf-shell/operator/test_minus.rb +0 -18
  530. data/spec/unit/alf-shell/operator/test_not_matching.rb +0 -18
  531. data/spec/unit/alf-shell/operator/test_project.rb +0 -38
  532. data/spec/unit/alf-shell/operator/test_quota.rb +0 -23
  533. data/spec/unit/alf-shell/operator/test_rank.rb +0 -30
  534. data/spec/unit/alf-shell/operator/test_rename.rb +0 -21
  535. data/spec/unit/alf-shell/operator/test_restrict.rb +0 -35
  536. data/spec/unit/alf-shell/operator/test_sort.rb +0 -49
  537. data/spec/unit/alf-shell/operator/test_summarize.rb +0 -30
  538. data/spec/unit/alf-shell/operator/test_ungroup.rb +0 -28
  539. data/spec/unit/alf-shell/operator/test_union.rb +0 -18
  540. data/spec/unit/alf-shell/operator/test_unwrap.rb +0 -28
  541. data/spec/unit/alf-shell/operator/test_wrap.rb +0 -30
  542. data/tasks/clean.rake +0 -3
  543. data/tasks/debug_mail.rake +0 -75
  544. data/tasks/debug_mail.txt +0 -18
  545. data/tasks/gh-pages.rake +0 -68
  546. data/tasks/integration_test.rake +0 -43
  547. data/tasks/regression_test.rake +0 -44
  548. data/tasks/unit_test.rake +0 -44
  549. data/tasks/yard.rake +0 -51
@@ -1,12 +0,0 @@
1
-
2
- Relational minus (aka difference)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This operator computes the difference between its two operands. The
11
- difference is simply the set of LEFT tuples non present in RIGHT.
12
-
@@ -1,20 +0,0 @@
1
-
2
- Relational not matching (inverse of matching)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This operator restricts LEFT tuples to those for which there does not
11
- exist any tuple in RIGHT that (naturally) joins. This is a shortcut
12
- operator for the following longer expression:
13
-
14
- (minus xxx, (matching xxx, yyy))
15
-
16
- EXAMPLE
17
-
18
- # Which suppliers do not supply any part?
19
- !(alf not-matching suppliers supplies)
20
-
@@ -1,28 +0,0 @@
1
-
2
- Relational projection (clip + compact)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- OPTIONS
9
-
10
- #(summarized_options)
11
-
12
- DESCRIPTION
13
-
14
- This operator projects tuples on attributes whose names are specified in
15
- ATTRIBUTES. Unlike SQL, this operator **always** removes duplicates in the
16
- result so that the output is a set of tuples, that is, a relation.
17
-
18
- With the allbut option, the operator projects ATTRIBUTES away instead of
19
- keeping them.
20
-
21
- EXAMPLE
22
-
23
- # What are supplier cities ?
24
- !(alf project suppliers -- city)
25
-
26
- # What are all but supplier's id and name
27
- !(alf project --allbut suppliers -- sid name)
28
-
@@ -1,21 +0,0 @@
1
-
2
- Generalized quota-queries (position, sum progression, etc.)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- **This operator is a work in progress and should be used with care.**
11
-
12
- This operator is an attempt to generalize RANK in two directions:
13
-
14
- * Use a full SUMMARIZATION instead of hard-coding a ranking attribute via count()
15
- * Providing a BY key so that summarizations can actually be done on sub-groups
16
-
17
- EXAMPLE
18
-
19
- # Compute linear progression of quantities by supplier number
20
- !(alf quota supplies -- sid -- qty -- position count sum_qty "sum{ qty }")
21
-
@@ -1,27 +0,0 @@
1
-
2
- Relational ranking (explicit tuple positions)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This operator computes the ranking of input tuples, according to ORDER.
11
-
12
- Precisely, it extends its operand with an attribute called AS whose value
13
- is the number of tuples which are considered strictly less according to the
14
- order relation denoted by ORDER.
15
-
16
- Note that, unless the ordering includes a candidate key for the input relation,
17
- the new AS attribute is not necessarily a candidate key for the output.
18
-
19
- EXAMPLE
20
-
21
- # Rank parts by weight
22
- !(alf rank parts -- weight -- position)
23
-
24
- # Rank parts by weight in descending order. Ensure that position is a
25
- # candidate key by including a key in ordering
26
- !(alf rank parts -- weight desc pid asc -- position)
27
-
@@ -1,17 +0,0 @@
1
-
2
- Relational renaming (rename some attributes)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This command renames attributes as specified in RENAMING, taken as successive
11
- (old name, new name) pairs
12
-
13
- EXAMPLE
14
-
15
- # Rename a few supplier attributes
16
- !(alf rename suppliers -- name supplier_name city supplier_city)
17
-
@@ -1,25 +0,0 @@
1
-
2
- Relational restriction (aka where, predicate filtering)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This command restricts restricts relations to those tuples for which PREDICATE
11
- evaluates to true.
12
-
13
- PREDICATE must be a valid tuple expression that returns a truth-value. It
14
- may be specified as a ruby code literal, or a mapping between (name, value)
15
- pairs. In the latter case, PREDICATE is built as a conjunction of attribute
16
- equalities.
17
-
18
- EXAMPLE
19
-
20
- # Who are suppliers with a status greater than 20?
21
- !(alf restrict suppliers -- "status > 20")
22
-
23
- # Which suppliers live in London?
24
- !(alf restrict suppliers -- city "'London'")
25
-
@@ -1,25 +0,0 @@
1
-
2
- Relational summarization (group-by + aggregate ops)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- OPTIONS
9
-
10
- #(summarized_options)
11
-
12
- DESCRIPTION
13
-
14
- This operator summarizes input tuples over a projection given by BY.
15
- SUMMARIZATION is a mapping between attribute names and summarizing
16
- expressions.
17
-
18
- With the allbut option, the operator uses all attributes not specified
19
- in BY as the projection key.
20
-
21
- EXAMPLE
22
-
23
- # Compute the sum of supplied quantities, by supplier id
24
- !(alf summarize supplies -- sid -- total_qty "sum{ qty }")
25
-
@@ -1,20 +0,0 @@
1
-
2
- Relational un-grouping (inverse of group)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This operator flattens its operand by ungrouping the relation-valued
11
- attribute ATTR.
12
-
13
- EXAMPLE
14
-
15
- # Given `pid` and `qty` groupped as `supplying`
16
- !(alf group supplies -- pid qty -- supplying)
17
-
18
- # Let's ungroup them
19
- !(alf group supplies -- pid qty -- supplying | alf ungroup -- supplying)
20
-
@@ -1,14 +0,0 @@
1
-
2
- Relational union
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This operator computes the union of its operands, that is the set of
11
- tuples that appear in LEFT or in RIGHT.
12
-
13
- The result is a valid relation in that it never contains duplicates.
14
-
@@ -1,20 +0,0 @@
1
-
2
- Relational un-wrapping (inverse of wrap)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- DESCRIPTION
9
-
10
- This operator flattens its operand by unwrapping the tuple-valued
11
- attribute ATTR.
12
-
13
- EXAMPLE
14
-
15
- # Given, `city` and `status` wrapped as `loc_and_status`
16
- !(alf wrap suppliers -- city status -- loc_and_status)
17
-
18
- # Let's unwrap them
19
- !(alf wrap suppliers -- city status -- loc_and_status | alf unwrap -- loc_and_status)
20
-
@@ -1,24 +0,0 @@
1
-
2
- Relational wrapping (tuple-valued attributes)
3
-
4
- SYNOPSIS
5
-
6
- #(signature)
7
-
8
- OPTIONS
9
-
10
- #(summarized_options)
11
-
12
- DESCRIPTION
13
-
14
- This operator wraps attributes in ATTRIBUTES as a new, tuple-valued attribute
15
- named AS.
16
-
17
- With the allbut option, it wraps all attributes not specified in ATTRIBUTES
18
- instead.
19
-
20
- EXAMPLE
21
-
22
- # Wrap `city` and `status` and a tuple-value attribute named `loc_and_status`
23
- !(alf wrap suppliers -- city status -- loc_and_status)
24
-
@@ -1,6 +0,0 @@
1
- sid,name,status,city
2
- S1,Smith,20,London
3
- S2,Jones,10,Paris
4
- S3,Blake,30,Paris
5
- S4,Clark,20,London
6
- S5,Adams,30,Athens
@@ -1,1000 +0,0 @@
1
- 209.85.238.168 - - [10/Jul/2011:08:29:19 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
2
- 209.85.238.184 - - [10/Jul/2011:09:07:16 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
3
- 188.165.201.44 - - [10/Jul/2011:09:19:31 +0200] "GET / HTTP/1.1" 200 23577 "-" "-"
4
- 209.85.238.168 - - [10/Jul/2011:09:23:10 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
5
- 157.56.4.68 - - [10/Jul/2011:09:39:02 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
6
- 209.85.238.184 - - [10/Jul/2011:10:02:06 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
7
- 216.39.58.17 - - [10/Jul/2011:10:03:47 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
8
- 216.39.58.78 - - [10/Jul/2011:10:03:48 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
9
- 24.220.201.248 - - [10/Jul/2011:10:05:14 +0200] "GET /wlang HTTP/1.0" 200 21453 "http://www.formspring.me/neleskont" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)"
10
- 24.220.201.248 - - [10/Jul/2011:10:05:17 +0200] "POST /wlang HTTP/1.0" 404 18 "http://www.revision-zero.org/wlang" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)"
11
- 119.63.196.40 - - [10/Jul/2011:10:19:03 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "Baiduspider+(+http://www.baidu.com/search/spider.htm)"
12
- 123.125.71.106 - - [10/Jul/2011:10:19:41 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
13
- 220.181.108.174 - - [10/Jul/2011:10:19:46 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
14
- 209.85.238.168 - - [10/Jul/2011:10:28:10 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
15
- 91.224.160.4 - - [10/Jul/2011:10:35:50 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]"
16
- 91.224.160.4 - - [10/Jul/2011:10:35:50 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]"
17
- 91.224.160.4 - - [10/Jul/2011:10:35:51 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]"
18
- 209.85.238.184 - - [10/Jul/2011:11:07:57 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
19
- 220.181.108.176 - - [10/Jul/2011:11:09:51 +0200] "GET /web_duck_typing HTTP/1.1" 200 5771 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
20
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /reuse HTTP/1.1" 200 7684 "http://www.google.ch/search?q=pypeg+transformational+system&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:de:official&client=firefox-a" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
21
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
22
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
23
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
24
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
25
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
26
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
27
- 188.60.96.182 - - [10/Jul/2011:11:15:45 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
28
- 188.60.96.182 - - [10/Jul/2011:11:15:46 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
29
- 188.60.96.182 - - [10/Jul/2011:11:15:46 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
30
- 188.60.96.182 - - [10/Jul/2011:11:15:46 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
31
- 188.60.96.182 - - [10/Jul/2011:11:15:46 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
32
- 123.125.71.106 - - [10/Jul/2011:11:20:16 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
33
- 220.181.108.181 - - [10/Jul/2011:11:20:18 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
34
- 209.85.238.168 - - [10/Jul/2011:11:28:50 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
35
- 79.140.11.144 - - [10/Jul/2011:11:43:15 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)"
36
- 79.140.11.144 - - [10/Jul/2011:11:43:17 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)"
37
- 79.140.11.144 - - [10/Jul/2011:11:43:17 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)"
38
- 67.195.115.124 - - [10/Jul/2011:11:51:18 +0200] "GET /robots.txt HTTP/1.0" 200 101 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
39
- 67.195.115.124 - - [10/Jul/2011:11:51:19 +0200] "GET /independence HTTP/1.0" 200 6853 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
40
- 67.195.115.124 - - [10/Jul/2011:11:51:20 +0200] "GET /css/style.css HTTP/1.0" 200 7343 "http://www.revision-zero.org/independence" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
41
- 209.85.226.82 - - [10/Jul/2011:11:51:29 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=9468211748000248502)"
42
- 209.85.238.184 - - [10/Jul/2011:12:01:47 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
43
- 188.165.201.44 - - [10/Jul/2011:12:10:33 +0200] "GET / HTTP/1.1" 200 23577 "-" "-"
44
- 216.39.58.17 - - [10/Jul/2011:12:22:49 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
45
- 216.39.58.17 - - [10/Jul/2011:12:22:49 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
46
- 209.85.238.168 - - [10/Jul/2011:12:24:00 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
47
- 207.46.204.195 - - [10/Jul/2011:12:30:08 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
48
- 207.46.204.195 - - [10/Jul/2011:12:31:05 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
49
- 95.77.98.130 - - [10/Jul/2011:12:31:49 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Opera/7.11 (Windows NT 5.1; U) [en]"
50
- 95.77.98.130 - - [10/Jul/2011:12:31:49 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Opera/7.11 (Windows NT 5.1; U) [en]"
51
- 95.77.98.130 - - [10/Jul/2011:12:31:50 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Opera/7.11 (Windows NT 5.1; U) [en]"
52
- 95.77.98.130 - - [10/Jul/2011:12:31:50 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Opera/7.11 (Windows NT 5.1; U) [en]"
53
- 95.77.98.130 - - [10/Jul/2011:12:31:50 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Opera/7.11 (Windows NT 5.1; U) [en]"
54
- 209.85.226.87 - - [10/Jul/2011:12:38:22 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=9468211748000248502)"
55
- 157.56.4.68 - - [10/Jul/2011:12:39:04 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
56
- 91.224.160.127 - - [10/Jul/2011:12:49:43 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
57
- 91.224.160.127 - - [10/Jul/2011:12:49:44 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
58
- 91.224.160.127 - - [10/Jul/2011:12:50:05 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
59
- 91.224.160.127 - - [10/Jul/2011:12:50:05 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
60
- 188.60.96.182 - - [10/Jul/2011:13:05:40 +0200] "GET /reuse HTTP/1.1" 200 7684 "http://www.google.com/url?sa=t&source=web&cd=3&ved=0CCcQFjAC&url=http%3A%2F%2Frevision-zero.org%2Freuse&rct=j&q=pypeg%20transformational&ei=f4cZTp7CK9Gf-waG3-DXBw&usg=AFQjCNHbd-hUpKI2t8AMGyX3b63oEFoibQ" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
61
- 209.85.238.184 - - [10/Jul/2011:13:05:57 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
62
- 208.115.111.73 - - [10/Jul/2011:13:10:42 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
63
- 209.85.238.168 - - [10/Jul/2011:13:15:40 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
64
- 209.85.238.184 - - [10/Jul/2011:13:59:17 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
65
- 209.85.238.168 - - [10/Jul/2011:14:18:00 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
66
- 66.249.68.99 - - [10/Jul/2011:14:20:12 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "-" "Googlebot-Image/1.0"
67
- 216.39.58.78 - - [10/Jul/2011:14:20:24 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
68
- 216.39.58.78 - - [10/Jul/2011:14:20:24 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
69
- 123.125.71.101 - - [10/Jul/2011:14:25:57 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
70
- 220.181.108.181 - - [10/Jul/2011:14:26:17 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
71
- 208.115.111.73 - - [10/Jul/2011:14:34:13 +0200] "GET /SbyC HTTP/1.1" 404 - "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
72
- 209.85.238.184 - - [10/Jul/2011:14:51:28 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
73
- 209.85.238.168 - - [10/Jul/2011:15:24:51 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
74
- 123.125.71.94 - - [10/Jul/2011:15:26:45 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
75
- 220.181.108.177 - - [10/Jul/2011:15:27:05 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
76
- 188.143.232.118 - - [10/Jul/2011:15:30:27 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)"
77
- 188.143.232.118 - - [10/Jul/2011:15:30:29 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)"
78
- 188.143.232.118 - - [10/Jul/2011:15:30:29 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)"
79
- 109.230.222.59 - - [10/Jul/2011:15:34:11 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)"
80
- 109.230.222.59 - - [10/Jul/2011:15:34:11 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)"
81
- 109.230.222.59 - - [10/Jul/2011:15:34:12 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)"
82
- 109.230.222.59 - - [10/Jul/2011:15:34:12 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)"
83
- 109.230.222.59 - - [10/Jul/2011:15:34:12 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)"
84
- 119.63.196.90 - - [10/Jul/2011:15:36:08 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "Baiduspider+(+http://www.baidu.com/search/spider.htm)"
85
- 157.56.4.68 - - [10/Jul/2011:15:39:05 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
86
- 193.47.80.49 - - [10/Jul/2011:15:42:56 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)"
87
- 193.47.80.49 - - [10/Jul/2011:15:42:56 +0200] "GET /virtualvar HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)"
88
- 209.85.238.184 - - [10/Jul/2011:15:46:07 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
89
- 193.47.80.49 - - [10/Jul/2011:15:48:44 +0200] "GET /sitemap.xml HTTP/1.1" 200 337 "-" "Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)"
90
- 216.39.58.18 - - [10/Jul/2011:16:05:47 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
91
- 216.39.58.17 - - [10/Jul/2011:16:05:47 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
92
- 72.14.199.245 - - [10/Jul/2011:16:16:01 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
93
- 123.125.71.115 - - [10/Jul/2011:16:27:01 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
94
- 220.181.108.168 - - [10/Jul/2011:16:27:18 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
95
- 72.14.199.216 - - [10/Jul/2011:16:45:08 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
96
- 72.14.199.245 - - [10/Jul/2011:17:09:51 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
97
- 72.14.199.216 - - [10/Jul/2011:17:51:38 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
98
- 94.228.34.209 - - [10/Jul/2011:18:00:14 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)"
99
- 72.14.199.245 - - [10/Jul/2011:18:00:21 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
100
- 209.131.41.48 - - [10/Jul/2011:18:18:18 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
101
- 209.131.41.49 - - [10/Jul/2011:18:18:18 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
102
- 74.125.16.2 - - [10/Jul/2011:18:36:39 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=9468211748000248502)"
103
- 157.56.4.68 - - [10/Jul/2011:18:39:05 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
104
- 157.56.4.68 - - [10/Jul/2011:18:39:05 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
105
- 72.14.199.216 - - [10/Jul/2011:18:46:48 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
106
- 95.26.223.16 - - [10/Jul/2011:18:51:57 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
107
- 95.26.223.16 - - [10/Jul/2011:18:51:57 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
108
- 95.26.223.16 - - [10/Jul/2011:18:51:57 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
109
- 95.26.223.16 - - [10/Jul/2011:18:51:57 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
110
- 72.14.199.245 - - [10/Jul/2011:18:56:41 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
111
- 173.242.118.133 - - [10/Jul/2011:19:03:30 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
112
- 173.242.118.133 - - [10/Jul/2011:19:03:32 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
113
- 173.242.118.133 - - [10/Jul/2011:19:03:32 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
114
- 173.242.118.133 - - [10/Jul/2011:19:03:32 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
115
- 173.242.118.133 - - [10/Jul/2011:19:03:33 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
116
- 194.146.197.3 - - [10/Jul/2011:19:07:08 +0200] "GET / HTTP/1.0" 200 23577 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)"
117
- 194.146.197.3 - - [10/Jul/2011:19:07:08 +0200] "POST / HTTP/1.0" 404 18 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)"
118
- 194.146.197.3 - - [10/Jul/2011:19:07:08 +0200] "POST / HTTP/1.0" 404 18 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)"
119
- 72.14.199.245 - - [10/Jul/2011:19:49:11 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
120
- 188.60.96.182 - - [10/Jul/2011:19:50:58 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
121
- 72.14.199.216 - - [10/Jul/2011:19:52:58 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
122
- 216.39.58.18 - - [10/Jul/2011:20:13:34 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
123
- 216.39.58.17 - - [10/Jul/2011:20:13:34 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
124
- 188.60.96.182 - - [10/Jul/2011:20:21:12 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
125
- 72.14.199.245 - - [10/Jul/2011:20:58:42 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
126
- 72.14.199.216 - - [10/Jul/2011:20:59:38 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
127
- 222.77.224.247 - - [10/Jul/2011:21:11:16 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"
128
- 222.77.224.247 - - [10/Jul/2011:21:11:17 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"
129
- 222.77.224.247 - - [10/Jul/2011:21:11:19 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"
130
- 222.77.224.247 - - [10/Jul/2011:21:11:20 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"
131
- 69.28.58.25 - - [10/Jul/2011:21:25:16 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) (larbin2.6.3@unspecified.mail)"
132
- 69.28.58.25 - - [10/Jul/2011:21:25:17 +0200] "GET / HTTP/1.0" 200 23577 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) larbin2.6.3@unspecified.mail"
133
- 66.249.71.12 - - [10/Jul/2011:21:26:36 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
134
- 66.249.71.12 - - [10/Jul/2011:21:26:36 +0200] "GET /benchmarking HTTP/1.1" 200 6790 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
135
- 193.47.80.49 - - [10/Jul/2011:21:37:08 +0200] "GET /duby HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)"
136
- 157.56.4.68 - - [10/Jul/2011:21:39:06 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
137
- 66.249.71.12 - - [10/Jul/2011:21:52:41 +0200] "GET /kernel_dot_spawn HTTP/1.1" 200 3457 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
138
- 209.131.41.48 - - [10/Jul/2011:22:01:22 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
139
- 209.131.41.48 - - [10/Jul/2011:22:01:22 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
140
- 84.179.194.9 - - [10/Jul/2011:22:03:31 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
141
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
142
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
143
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
144
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
145
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
146
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
147
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
148
- 84.179.194.9 - - [10/Jul/2011:22:03:32 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
149
- 84.179.194.9 - - [10/Jul/2011:22:03:35 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6"
150
- 72.14.199.216 - - [10/Jul/2011:22:04:48 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
151
- 72.14.199.245 - - [10/Jul/2011:22:04:52 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
152
- 218.213.130.212 - - [10/Jul/2011:22:15:17 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://help.goo.ne.jp/help/article/1142/)"
153
- 218.213.130.212 - - [10/Jul/2011:22:15:19 +0200] "GET /wlang HTTP/1.1" 200 21453 "-" "DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://help.goo.ne.jp/help/article/1142/)"
154
- 213.168.109.107 - - [10/Jul/2011:22:18:07 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
155
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
156
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
157
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
158
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
159
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
160
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
161
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
162
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
163
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
164
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
165
- 213.168.109.107 - - [10/Jul/2011:22:18:08 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
166
- 66.249.71.12 - - [10/Jul/2011:22:27:26 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
167
- 123.125.71.105 - - [10/Jul/2011:22:27:30 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
168
- 220.181.108.181 - - [10/Jul/2011:22:27:54 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
169
- 94.228.209.90 - - [10/Jul/2011:22:43:18 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
170
- 94.228.209.90 - - [10/Jul/2011:22:43:19 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
171
- 94.228.209.90 - - [10/Jul/2011:22:43:19 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
172
- 94.228.209.90 - - [10/Jul/2011:22:43:19 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
173
- 31.192.105.38 - - [10/Jul/2011:23:00:39 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
174
- 31.192.105.38 - - [10/Jul/2011:23:00:40 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
175
- 31.192.105.38 - - [10/Jul/2011:23:00:43 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
176
- 72.14.199.216 - - [10/Jul/2011:23:06:29 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
177
- 72.14.199.245 - - [10/Jul/2011:23:11:52 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
178
- 91.207.6.82 - - [10/Jul/2011:23:25:36 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)"
179
- 91.207.6.82 - - [10/Jul/2011:23:25:37 +0200] "GET / HTTP/1.0" 200 23577 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)"
180
- 91.207.6.82 - - [10/Jul/2011:23:25:38 +0200] "GET /index.php HTTP/1.0" 404 207 "http://www.revision-zero.org/index.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)"
181
- 66.249.71.12 - - [10/Jul/2011:23:27:52 +0200] "GET /sql-poll HTTP/1.1" 200 2428 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
182
- 64.246.165.210 - - [10/Jul/2011:23:34:06 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)"
183
- 64.246.165.210 - - [10/Jul/2011:23:34:07 +0200] "GET / HTTP/1.1" 200 8181 "http://whois.domaintools.com/revision-zero.org" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)"
184
- 72.14.199.216 - - [11/Jul/2011:00:08:09 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
185
- 72.14.199.245 - - [11/Jul/2011:00:14:22 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
186
- 123.125.71.109 - - [11/Jul/2011:00:20:24 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
187
- 220.181.108.183 - - [11/Jul/2011:00:20:29 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
188
- 216.39.58.78 - - [11/Jul/2011:00:26:15 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
189
- 216.39.58.78 - - [11/Jul/2011:00:26:15 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
190
- 157.56.4.68 - - [11/Jul/2011:00:39:06 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
191
- 95.108.158.244 - - [11/Jul/2011:00:46:00 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)"
192
- 157.55.16.230 - - [11/Jul/2011:00:51:13 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
193
- 212.36.236.15 - - [11/Jul/2011:00:51:23 +0200] "GET /topics0/ HTTP/1.1" 404 36 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
194
- 212.36.236.15 - - [11/Jul/2011:00:51:24 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
195
- 157.55.16.230 - - [11/Jul/2011:00:52:52 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
196
- 72.14.199.216 - - [11/Jul/2011:01:13:59 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
197
- 72.14.199.245 - - [11/Jul/2011:01:15:32 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
198
- 208.115.111.73 - - [11/Jul/2011:01:20:50 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
199
- 72.14.199.245 - - [11/Jul/2011:02:13:52 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
200
- 72.14.199.216 - - [11/Jul/2011:02:23:19 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
201
- 216.39.58.18 - - [11/Jul/2011:02:24:45 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
202
- 216.39.58.78 - - [11/Jul/2011:02:24:45 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
203
- 66.235.124.6 - - [11/Jul/2011:02:36:54 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)"
204
- 66.235.124.6 - - [11/Jul/2011:02:36:54 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)"
205
- 95.108.158.244 - - [11/Jul/2011:02:41:17 +0200] "GET /images/noe/wlang_is_great.gif HTTP/1.1" 200 36807 "-" "Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)"
206
- 94.228.34.209 - - [11/Jul/2011:02:45:59 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)"
207
- 188.163.66.207 - - [11/Jul/2011:02:51:34 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)"
208
- 208.115.111.73 - - [11/Jul/2011:02:56:43 +0200] "GET /duby HTTP/1.1" 404 - "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
209
- 72.14.199.245 - - [11/Jul/2011:03:04:48 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
210
- 220.181.108.173 - - [11/Jul/2011:03:21:11 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
211
- 72.14.199.216 - - [11/Jul/2011:03:21:15 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
212
- 220.181.108.173 - - [11/Jul/2011:03:21:26 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
213
- 95.108.158.244 - - [11/Jul/2011:03:27:14 +0200] "GET /images/noe/safe_override.png HTTP/1.1" 200 25637 "-" "Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)"
214
- 223.247.102.102 - - [11/Jul/2011:03:36:53 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)"
215
- 223.247.102.102 - - [11/Jul/2011:03:36:55 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)"
216
- 223.247.102.102 - - [11/Jul/2011:03:36:56 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)"
217
- 157.56.4.68 - - [11/Jul/2011:03:39:03 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
218
- 91.224.160.4 - - [11/Jul/2011:03:41:24 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
219
- 91.224.160.4 - - [11/Jul/2011:03:41:24 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
220
- 91.224.160.4 - - [11/Jul/2011:03:41:27 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
221
- 72.14.199.245 - - [11/Jul/2011:03:59:08 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
222
- 216.39.58.78 - - [11/Jul/2011:04:21:07 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
223
- 216.39.58.78 - - [11/Jul/2011:04:21:07 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
224
- 72.14.199.216 - - [11/Jul/2011:04:27:35 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
225
- 72.14.199.245 - - [11/Jul/2011:05:01:49 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
226
- 67.195.115.124 - - [11/Jul/2011:05:14:21 +0200] "GET /robots.txt HTTP/1.0" 200 101 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
227
- 67.195.115.124 - - [11/Jul/2011:05:14:22 +0200] "GET /www.linkedin.com/in/blambeau HTTP/1.0" 404 36 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
228
- 72.14.199.216 - - [11/Jul/2011:05:29:16 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
229
- 72.14.199.245 - - [11/Jul/2011:06:02:39 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
230
- 72.14.199.216 - - [11/Jul/2011:06:29:26 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
231
- 157.56.4.68 - - [11/Jul/2011:06:39:04 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
232
- 209.131.41.48 - - [11/Jul/2011:06:46:16 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
233
- 209.131.41.48 - - [11/Jul/2011:06:46:16 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
234
- 203.122.10.173 - - [11/Jul/2011:06:49:20 +0200] "GET /logical_data_independence HTTP/1.1" 200 6455 "http://www.google.co.in/url?sa=t&source=web&cd=2&ved=0CCkQFjAB&url=http%3A%2F%2Fwww.revision-zero.org%2Flogical_data_independence&rct=j&q=real%20time%20example%20for%20data%20independence&ei=yYAaTu_tJYqyrAedtJTQAQ&usg=AFQjCNHsaPFwFv2X-TSF09Xj6L8MP4ly8A" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
235
- 203.122.10.173 - - [11/Jul/2011:06:49:21 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
236
- 203.122.10.173 - - [11/Jul/2011:06:49:21 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
237
- 203.122.10.173 - - [11/Jul/2011:06:49:21 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
238
- 203.122.10.173 - - [11/Jul/2011:06:49:21 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
239
- 203.122.10.173 - - [11/Jul/2011:06:49:21 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
240
- 203.122.10.173 - - [11/Jul/2011:06:49:21 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
241
- 203.122.10.173 - - [11/Jul/2011:06:49:21 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
242
- 203.122.10.173 - - [11/Jul/2011:06:49:22 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://www.revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
243
- 203.122.10.173 - - [11/Jul/2011:06:49:22 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://www.revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
244
- 203.122.10.173 - - [11/Jul/2011:06:49:22 +0200] "GET /images/logical_data_independence/empdept.gif HTTP/1.1" 200 11816 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
245
- 203.122.10.173 - - [11/Jul/2011:06:49:22 +0200] "GET /images/logical_data_independence/database.gif HTTP/1.1" 200 17396 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
246
- 203.122.10.173 - - [11/Jul/2011:06:49:22 +0200] "GET /images/logical_data_independence/modules.gif HTTP/1.1" 200 20779 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
247
- 203.122.10.173 - - [11/Jul/2011:06:49:23 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
248
- 203.122.10.173 - - [11/Jul/2011:06:49:24 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
249
- 203.122.10.173 - - [11/Jul/2011:06:49:39 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://www.revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
250
- 72.14.199.245 - - [11/Jul/2011:06:57:39 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
251
- 220.181.108.184 - - [11/Jul/2011:07:18:42 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
252
- 220.181.108.166 - - [11/Jul/2011:07:19:00 +0200] "GET /topics0 HTTP/1.1" 200 4757 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
253
- 67.195.115.124 - - [11/Jul/2011:07:27:56 +0200] "GET /robots.txt HTTP/1.0" 200 101 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
254
- 67.195.115.124 - - [11/Jul/2011:07:27:57 +0200] "GET /sql-poll HTTP/1.0" 200 2428 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
255
- 67.195.115.124 - - [11/Jul/2011:07:28:07 +0200] "GET /css/style.css HTTP/1.0" 200 7343 "http://www.revision-zero.org/sql-poll" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
256
- 72.14.199.216 - - [11/Jul/2011:07:31:36 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
257
- 87.146.201.104 - - [11/Jul/2011:07:34:31 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
258
- 87.146.201.104 - - [11/Jul/2011:07:34:32 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
259
- 87.146.201.104 - - [11/Jul/2011:07:34:32 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
260
- 87.146.201.104 - - [11/Jul/2011:07:34:32 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
261
- 87.146.201.104 - - [11/Jul/2011:07:34:32 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
262
- 87.146.201.104 - - [11/Jul/2011:07:34:32 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
263
- 87.146.201.104 - - [11/Jul/2011:07:34:32 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
264
- 87.146.201.104 - - [11/Jul/2011:07:34:32 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
265
- 87.146.201.104 - - [11/Jul/2011:07:34:33 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
266
- 87.146.201.104 - - [11/Jul/2011:07:34:33 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
267
- 87.146.201.104 - - [11/Jul/2011:07:34:33 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
268
- 87.146.201.104 - - [11/Jul/2011:07:34:33 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
269
- 87.146.201.104 - - [11/Jul/2011:07:35:19 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
270
- 87.146.201.104 - - [11/Jul/2011:07:35:19 +0200] "GET /css/leftnav.png HTTP/1.1" 200 7082 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
271
- 208.80.194.26 - - [11/Jul/2011:07:53:01 +0200] "GET / HTTP/1.0" 200 23577 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; InfoPath.2; SpamBlockerUtility 4.8.4)"
272
- 87.146.201.104 - - [11/Jul/2011:07:55:02 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 8181 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
273
- 87.146.201.104 - - [11/Jul/2011:07:55:03 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.1" 200 13186 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
274
- 87.146.201.104 - - [11/Jul/2011:07:55:03 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.1" 200 17767 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
275
- 87.146.201.104 - - [11/Jul/2011:07:55:03 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.1" 200 18844 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
276
- 87.146.201.104 - - [11/Jul/2011:07:55:03 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
277
- 87.146.201.104 - - [11/Jul/2011:07:55:03 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.1" 200 23053 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
278
- 87.146.201.104 - - [11/Jul/2011:07:55:10 +0200] "GET /logical_data_independence HTTP/1.1" 200 6455 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
279
- 87.146.201.104 - - [11/Jul/2011:07:55:10 +0200] "GET /images/logical_data_independence/database.gif HTTP/1.1" 200 17396 "http://revision-zero.org/logical_data_independence" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
280
- 87.146.201.104 - - [11/Jul/2011:07:55:10 +0200] "GET /images/logical_data_independence/empdept.gif HTTP/1.1" 200 11816 "http://revision-zero.org/logical_data_independence" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
281
- 87.146.201.104 - - [11/Jul/2011:07:55:10 +0200] "GET /images/logical_data_independence/modules.gif HTTP/1.1" 200 20779 "http://revision-zero.org/logical_data_independence" "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1"
282
- 72.14.199.245 - - [11/Jul/2011:08:02:39 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
283
- 61.245.61.51 - - [11/Jul/2011:08:17:31 +0200] "GET /bundler_and_lifecycle HTTP/1.1" 200 2545 "http://www.google.co.jp/search?sourceid=chrome&ie=UTF-8&q=bundler+cheetsheet" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
284
- 61.245.61.51 - - [11/Jul/2011:08:17:36 +0200] "GET /bundler_and_lifecycle HTTP/1.1" 200 2545 "http://www.google.co.jp/search?sourceid=chrome&ie=UTF-8&q=bundler+cheetsheet" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
285
- 61.245.61.51 - - [11/Jul/2011:08:17:41 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
286
- 61.245.61.51 - - [11/Jul/2011:08:17:41 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
287
- 61.245.61.51 - - [11/Jul/2011:08:17:41 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
288
- 61.245.61.51 - - [11/Jul/2011:08:17:41 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
289
- 61.245.61.51 - - [11/Jul/2011:08:17:41 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
290
- 61.245.61.51 - - [11/Jul/2011:08:17:42 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
291
- 61.245.61.51 - - [11/Jul/2011:08:17:42 +0200] "GET /images/bundler_and_lifecycle/bundler_and_lifecycle.gif HTTP/1.1" 200 44064 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
292
- 61.245.61.51 - - [11/Jul/2011:08:17:41 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
293
- 61.245.61.51 - - [11/Jul/2011:08:17:43 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
294
- 61.245.61.51 - - [11/Jul/2011:08:17:43 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
295
- 61.245.61.51 - - [11/Jul/2011:08:17:44 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
296
- 61.245.61.51 - - [11/Jul/2011:08:18:23 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
297
- 61.245.61.51 - - [11/Jul/2011:08:18:22 +0200] "GET /images/bundler_and_lifecycle/bundler_and_lifecycle.pdf HTTP/1.1" 200 94307 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
298
- 61.245.61.51 - - [11/Jul/2011:08:18:23 +0200] "GET /images/bundler_and_lifecycle/bundler_and_lifecycle.pdf HTTP/1.1" 206 32768 "http://www.revision-zero.org/images/bundler_and_lifecycle/bundler_and_lifecycle.pdf" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
299
- 61.245.61.51 - - [11/Jul/2011:08:18:24 +0200] "GET /images/bundler_and_lifecycle/bundler_and_lifecycle.pdf HTTP/1.1" 206 61539 "http://www.revision-zero.org/images/bundler_and_lifecycle/bundler_and_lifecycle.pdf" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
300
- 61.245.61.51 - - [11/Jul/2011:08:18:25 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
301
- 72.14.199.216 - - [11/Jul/2011:08:26:16 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
302
- 216.39.58.78 - - [11/Jul/2011:08:39:32 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
303
- 216.39.58.17 - - [11/Jul/2011:08:39:33 +0200] "GET /logical_data_independence_2 HTTP/1.0" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
304
- 72.14.199.245 - - [11/Jul/2011:09:06:39 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
305
- 65.52.110.72 - - [11/Jul/2011:09:16:37 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
306
- 65.52.110.72 - - [11/Jul/2011:09:18:03 +0200] "GET /born HTTP/1.1" 200 3731 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
307
- 123.125.71.107 - - [11/Jul/2011:09:27:36 +0200] "GET / HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
308
- 220.181.108.79 - - [11/Jul/2011:09:28:01 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
309
- 72.14.199.216 - - [11/Jul/2011:09:30:36 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
310
- 157.56.4.68 - - [11/Jul/2011:09:39:05 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
311
- 72.14.199.245 - - [11/Jul/2011:10:03:00 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
312
- 87.123.196.133 - - [11/Jul/2011:10:11:45 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
313
- 87.123.196.133 - - [11/Jul/2011:10:11:46 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
314
- 87.123.196.133 - - [11/Jul/2011:10:11:46 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
315
- 87.123.196.133 - - [11/Jul/2011:10:11:46 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
316
- 87.123.196.133 - - [11/Jul/2011:10:11:47 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
317
- 87.123.196.133 - - [11/Jul/2011:10:11:47 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
318
- 87.123.196.133 - - [11/Jul/2011:10:11:47 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
319
- 87.123.196.133 - - [11/Jul/2011:10:11:47 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
320
- 87.123.196.133 - - [11/Jul/2011:10:11:47 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
321
- 87.123.196.133 - - [11/Jul/2011:10:11:47 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
322
- 87.123.196.133 - - [11/Jul/2011:10:11:47 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6"
323
- 72.14.199.216 - - [11/Jul/2011:10:21:06 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
324
- 123.125.71.116 - - [11/Jul/2011:10:26:47 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
325
- 220.181.108.167 - - [11/Jul/2011:10:27:10 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
326
- 216.39.58.18 - - [11/Jul/2011:10:36:44 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
327
- 216.39.58.18 - - [11/Jul/2011:10:36:44 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
328
- 72.14.199.245 - - [11/Jul/2011:11:02:20 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
329
- 95.25.218.17 - - [11/Jul/2011:11:05:43 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; APC; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50215; InfoPath.1)"
330
- 95.25.218.17 - - [11/Jul/2011:11:05:43 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; APC; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50215; InfoPath.1)"
331
- 220.181.108.169 - - [11/Jul/2011:11:15:44 +0200] "GET /sql-poll HTTP/1.1" 200 2428 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
332
- 67.195.115.124 - - [11/Jul/2011:11:17:37 +0200] "GET /3 HTTP/1.0" 200 4757 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
333
- 67.195.115.124 - - [11/Jul/2011:11:17:38 +0200] "GET /css/style.css HTTP/1.0" 304 - "http://www.revision-zero.org/3" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
334
- 193.105.210.127 - - [11/Jul/2011:11:19:01 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01"
335
- 193.105.210.127 - - [11/Jul/2011:11:19:01 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01"
336
- 193.105.210.127 - - [11/Jul/2011:11:19:04 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01"
337
- 193.105.210.127 - - [11/Jul/2011:11:19:04 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01"
338
- 123.125.71.109 - - [11/Jul/2011:11:21:00 +0200] "GET / HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
339
- 220.181.108.176 - - [11/Jul/2011:11:21:06 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
340
- 31.192.105.38 - - [11/Jul/2011:11:22:40 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)"
341
- 31.192.105.38 - - [11/Jul/2011:11:22:41 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)"
342
- 31.192.105.38 - - [11/Jul/2011:11:22:41 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)"
343
- 72.14.199.216 - - [11/Jul/2011:11:27:37 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
344
- 195.37.62.66 - - [11/Jul/2011:11:31:36 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
345
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
346
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
347
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
348
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
349
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
350
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
351
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
352
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
353
- 195.37.62.66 - - [11/Jul/2011:11:31:37 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
354
- 195.37.62.66 - - [11/Jul/2011:11:31:38 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
355
- 195.37.62.66 - - [11/Jul/2011:11:31:38 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
356
- 31.184.236.34 - - [11/Jul/2011:11:33:35 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Opera/9.00 (Windows NT 5.1; U; ru)"
357
- 31.184.236.34 - - [11/Jul/2011:11:33:35 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Opera/9.00 (Windows NT 5.1; U; ru)"
358
- 31.184.236.34 - - [11/Jul/2011:11:33:49 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Opera/9.00 (Windows NT 5.1; U; ru)"
359
- 31.184.236.34 - - [11/Jul/2011:11:33:52 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Opera/9.00 (Windows NT 5.1; U; ru)"
360
- 92.58.27.166 - - [11/Jul/2011:11:49:42 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "http://stackoverflow.com/questions/4295033/error-in-installing-bundle-in-rails-application" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
361
- 92.58.27.166 - - [11/Jul/2011:11:49:43 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
362
- 92.58.27.166 - - [11/Jul/2011:11:49:43 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
363
- 92.58.27.166 - - [11/Jul/2011:11:49:44 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
364
- 92.58.27.166 - - [11/Jul/2011:11:49:44 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
365
- 92.58.27.166 - - [11/Jul/2011:11:49:44 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
366
- 92.58.27.166 - - [11/Jul/2011:11:49:44 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
367
- 92.58.27.166 - - [11/Jul/2011:11:49:43 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
368
- 92.58.27.166 - - [11/Jul/2011:11:49:44 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
369
- 92.58.27.166 - - [11/Jul/2011:11:49:44 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
370
- 92.58.27.166 - - [11/Jul/2011:11:49:44 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
371
- 130.104.228.26 - - [11/Jul/2011:11:50:46 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
372
- 130.104.228.26 - - [11/Jul/2011:11:50:47 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
373
- 130.104.228.26 - - [11/Jul/2011:11:50:57 +0200] "GET /reuse HTTP/1.1" 200 7684 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
374
- 130.104.228.26 - - [11/Jul/2011:11:50:57 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
375
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /reuse HTTP/1.1" 200 7684 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
376
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /css/style.css HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
377
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /js/revzero.js HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
378
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
379
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /images/twitter.png HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
380
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /images/github.png HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
381
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /images/mail.png HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
382
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /images/rss.png HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
383
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
384
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 304 - "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
385
- 130.104.228.26 - - [11/Jul/2011:11:51:01 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
386
- 130.104.228.26 - - [11/Jul/2011:11:51:38 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
387
- 130.104.228.26 - - [11/Jul/2011:11:53:02 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
388
- 130.104.228.26 - - [11/Jul/2011:11:53:02 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
389
- 130.104.228.26 - - [11/Jul/2011:11:53:12 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
390
- 130.104.228.26 - - [11/Jul/2011:11:53:15 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
391
- 130.104.228.26 - - [11/Jul/2011:11:53:15 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24"
392
- 188.143.232.118 - - [11/Jul/2011:11:54:50 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)"
393
- 188.143.232.118 - - [11/Jul/2011:11:54:50 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)"
394
- 188.143.232.118 - - [11/Jul/2011:11:54:50 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)"
395
- 202.57.10.38 - - [11/Jul/2011:12:07:50 +0200] "GET /wlang HTTP/1.0" 200 21453 "http://jamaicadesignedbyjehovah.com/read_blog/918/no-prescription-topamax-with-fedex" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)"
396
- 72.14.199.245 - - [11/Jul/2011:12:08:10 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
397
- 92.58.27.166 - - [11/Jul/2011:12:23:32 +0200] "GET /css/leftnav.png HTTP/1.1" 200 7082 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
398
- 92.58.27.166 - - [11/Jul/2011:12:23:32 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
399
- 209.85.226.83 - - [11/Jul/2011:12:27:09 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=9468211748000248502)"
400
- 72.14.199.216 - - [11/Jul/2011:12:30:57 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
401
- 157.56.4.68 - - [11/Jul/2011:12:39:06 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
402
- 194.146.197.3 - - [11/Jul/2011:12:54:36 +0200] "GET / HTTP/1.0" 200 23577 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727)"
403
- 194.146.197.3 - - [11/Jul/2011:12:54:37 +0200] "POST / HTTP/1.0" 404 18 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727)"
404
- 194.146.197.3 - - [11/Jul/2011:12:54:37 +0200] "POST / HTTP/1.0" 404 18 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727)"
405
- 209.131.41.49 - - [11/Jul/2011:13:07:20 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
406
- 209.131.41.49 - - [11/Jul/2011:13:07:21 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
407
- 91.224.160.126 - - [11/Jul/2011:13:07:27 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
408
- 91.224.160.126 - - [11/Jul/2011:13:07:27 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
409
- 91.224.160.126 - - [11/Jul/2011:13:07:42 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
410
- 91.224.160.126 - - [11/Jul/2011:13:07:42 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; MRA 4.6 (build 01425); .NET CLR 1.1.4322; .NET CLR 2.0.50727)"
411
- 94.228.34.209 - - [11/Jul/2011:13:08:29 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)"
412
- 72.14.199.245 - - [11/Jul/2011:13:16:50 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
413
- 92.58.27.166 - - [11/Jul/2011:13:26:21 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "http://stackoverflow.com/questions/4295033/error-in-installing-bundle-in-rails-application" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
414
- 92.58.27.166 - - [11/Jul/2011:13:26:23 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
415
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
416
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
417
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
418
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
419
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
420
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
421
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
422
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.1" 200 23053 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
423
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.1" 200 17767 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
424
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.1" 200 18844 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
425
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.1" 200 13186 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
426
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
427
- 109.213.135.253 - - [11/Jul/2011:13:32:17 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
428
- 109.213.135.253 - - [11/Jul/2011:13:32:18 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
429
- 109.213.135.253 - - [11/Jul/2011:13:32:18 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
430
- 109.213.135.253 - - [11/Jul/2011:13:32:19 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
431
- 109.213.135.253 - - [11/Jul/2011:13:32:19 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
432
- 109.213.135.253 - - [11/Jul/2011:13:32:28 +0200] "GET /new_look HTTP/1.1" 200 3067 "http://revision-zero.org/" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
433
- 72.14.199.216 - - [11/Jul/2011:13:40:57 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
434
- 89.145.108.202 - - [11/Jul/2011:14:12:52 +0200] "GET / HTTP/1.1" 200 23577 "http://www.bms-consulting.com" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MS-RTC LM 8)"
435
- 58.251.58.191 - - [11/Jul/2011:14:15:53 +0200] "GET / HTTP/1.1" 200 23577 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
436
- 58.251.58.191 - - [11/Jul/2011:14:15:55 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
437
- 58.251.58.191 - - [11/Jul/2011:14:15:55 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
438
- 58.251.58.191 - - [11/Jul/2011:14:15:55 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
439
- 72.14.199.245 - - [11/Jul/2011:14:18:30 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
440
- 67.195.115.124 - - [11/Jul/2011:14:25:00 +0200] "GET / HTTP/1.0" 200 8181 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
441
- 67.195.115.124 - - [11/Jul/2011:14:25:01 +0200] "GET /css/style.css HTTP/1.0" 304 - "http://www.revision-zero.org/" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
442
- 72.14.199.216 - - [11/Jul/2011:14:48:27 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
443
- 128.179.67.94 - - [11/Jul/2011:14:57:48 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
444
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
445
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
446
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
447
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
448
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
449
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
450
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.1" 200 23053 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
451
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.1" 200 13186 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
452
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.1" 200 17767 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
453
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.1" 200 18844 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
454
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
455
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
456
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
457
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
458
- 128.179.67.94 - - [11/Jul/2011:14:57:50 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
459
- 173.227.252.2 - - [11/Jul/2011:15:05:32 +0200] "GET / HTTP/1.1" 200 8181 "http://www.google.com/url?sa=t&source=web&cd=2&sqi=2&ved=0CB8QFjAB&url=http%3A%2F%2Frevision-zero.org%2F&rct=j&q=what%20does%20data%20independence%20mean%20and%20which%20two%20forms%20of%20data%20independence%20exist&ei=0_QaTq_YA4-L0QHT46EW&usg=AFQjCNHZbGnhDhBpY8NQoZcxuBuj3Vbofg" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
460
- 173.227.252.2 - - [11/Jul/2011:15:05:36 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
461
- 173.227.252.2 - - [11/Jul/2011:15:05:37 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
462
- 173.227.252.2 - - [11/Jul/2011:15:05:36 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
463
- 173.227.252.2 - - [11/Jul/2011:15:05:46 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
464
- 173.227.252.2 - - [11/Jul/2011:15:05:46 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
465
- 173.227.252.2 - - [11/Jul/2011:15:05:46 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
466
- 173.227.252.2 - - [11/Jul/2011:15:05:46 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.1" 200 18844 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
467
- 173.227.252.2 - - [11/Jul/2011:15:05:46 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.1" 200 17767 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
468
- 173.227.252.2 - - [11/Jul/2011:15:05:47 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
469
- 173.227.252.2 - - [11/Jul/2011:15:05:47 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
470
- 173.227.252.2 - - [11/Jul/2011:15:05:47 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
471
- 173.227.252.2 - - [11/Jul/2011:15:05:46 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.1" 200 23053 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
472
- 173.227.252.2 - - [11/Jul/2011:15:05:49 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
473
- 173.227.252.2 - - [11/Jul/2011:15:05:49 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.1" 200 13186 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
474
- 173.227.252.2 - - [11/Jul/2011:15:05:53 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
475
- 173.227.252.2 - - [11/Jul/2011:15:07:02 +0200] "GET / HTTP/1.1" 200 8181 "http://www.google.com/url?sa=t&source=web&cd=2&sqi=2&ved=0CB8QFjAB&url=http%3A%2F%2Frevision-zero.org%2F&rct=j&q=what%20does%20data%20independence%20mean%20and%20which%20two%20forms%20of%20data%20independence%20exist&ei=0_QaTq_YA4-L0QHT46EW&usg=AFQjCNHZbGnhDhBpY8NQoZcxuBuj3Vbofg" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
476
- 173.227.252.2 - - [11/Jul/2011:15:07:24 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
477
- 173.227.252.2 - - [11/Jul/2011:15:07:58 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
478
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
479
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
480
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
481
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
482
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
483
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
484
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
485
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
486
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
487
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
488
- 92.64.242.66 - - [11/Jul/2011:15:08:31 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
489
- 72.14.199.245 - - [11/Jul/2011:15:17:11 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
490
- 216.39.58.18 - - [11/Jul/2011:15:23:22 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
491
- 216.39.58.78 - - [11/Jul/2011:15:23:22 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
492
- 79.164.219.229 - - [11/Jul/2011:15:27:17 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
493
- 79.164.219.229 - - [11/Jul/2011:15:27:19 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
494
- 79.164.219.229 - - [11/Jul/2011:15:27:20 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
495
- 193.35.11.117 - - [11/Jul/2011:15:30:43 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
496
- 193.35.11.116 - - [11/Jul/2011:15:30:43 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
497
- 193.35.11.118 - - [11/Jul/2011:15:30:43 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
498
- 193.35.11.117 - - [11/Jul/2011:15:30:43 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
499
- 193.35.11.118 - - [11/Jul/2011:15:30:43 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
500
- 193.35.11.117 - - [11/Jul/2011:15:30:43 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
501
- 193.35.11.116 - - [11/Jul/2011:15:30:43 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
502
- 193.35.11.116 - - [11/Jul/2011:15:30:43 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
503
- 193.35.11.118 - - [11/Jul/2011:15:30:43 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
504
- 193.35.11.115 - - [11/Jul/2011:15:30:43 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
505
- 193.35.11.117 - - [11/Jul/2011:15:30:43 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
506
- 193.35.11.118 - - [11/Jul/2011:15:30:43 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.50"
507
- 157.56.4.68 - - [11/Jul/2011:15:39:07 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
508
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
509
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
510
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
511
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
512
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
513
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
514
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
515
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
516
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
517
- 93.97.40.124 - - [11/Jul/2011:15:39:28 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
518
- 93.97.40.124 - - [11/Jul/2011:15:39:29 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
519
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
520
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 8181 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
521
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.1" 200 23053 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
522
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.1" 200 13186 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
523
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.1" 200 17767 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
524
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.1" 200 18844 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
525
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
526
- 93.97.40.124 - - [11/Jul/2011:15:40:02 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1"
527
- 72.14.199.216 - - [11/Jul/2011:15:48:07 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
528
- 72.14.199.245 - - [11/Jul/2011:16:20:11 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
529
- 123.125.71.106 - - [11/Jul/2011:16:26:52 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
530
- 220.181.108.172 - - [11/Jul/2011:16:27:12 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
531
- 72.14.199.216 - - [11/Jul/2011:16:53:58 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
532
- 72.14.199.245 - - [11/Jul/2011:17:12:41 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
533
- 216.39.58.78 - - [11/Jul/2011:17:22:30 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
534
- 216.39.58.78 - - [11/Jul/2011:17:22:30 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
535
- 95.108.128.242 - - [11/Jul/2011:17:45:27 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)"
536
- 95.108.128.242 - - [11/Jul/2011:17:45:30 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)"
537
- 72.14.199.216 - - [11/Jul/2011:17:49:28 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
538
- 82.235.183.164 - - [11/Jul/2011:18:04:51 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
539
- 82.235.183.164 - - [11/Jul/2011:18:04:52 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
540
- 82.235.183.164 - - [11/Jul/2011:18:04:52 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
541
- 82.235.183.164 - - [11/Jul/2011:18:04:52 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
542
- 82.235.183.164 - - [11/Jul/2011:18:04:52 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
543
- 82.235.183.164 - - [11/Jul/2011:18:04:52 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
544
- 82.235.183.164 - - [11/Jul/2011:18:04:52 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
545
- 82.235.183.164 - - [11/Jul/2011:18:04:52 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
546
- 82.235.183.164 - - [11/Jul/2011:18:04:53 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
547
- 82.235.183.164 - - [11/Jul/2011:18:04:53 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
548
- 82.235.183.164 - - [11/Jul/2011:18:04:54 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "http://revision-zero.org/reuse" "Mozilla/5.0 (Linux; U; Android 2.3.3; fr-fr; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
549
- 123.231.41.201 - - [11/Jul/2011:18:09:45 +0200] "GET /logical_data_independence HTTP/1.1" 200 6455 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
550
- 123.231.41.201 - - [11/Jul/2011:18:09:46 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
551
- 123.231.41.201 - - [11/Jul/2011:18:09:47 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
552
- 123.231.41.201 - - [11/Jul/2011:18:09:47 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
553
- 123.231.41.201 - - [11/Jul/2011:18:09:47 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
554
- 123.231.41.201 - - [11/Jul/2011:18:09:47 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
555
- 123.231.41.201 - - [11/Jul/2011:18:09:48 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
556
- 123.231.41.201 - - [11/Jul/2011:18:09:48 +0200] "GET /images/logical_data_independence/empdept.gif HTTP/1.1" 200 11816 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
557
- 123.231.41.201 - - [11/Jul/2011:18:09:48 +0200] "GET /images/logical_data_independence/database.gif HTTP/1.1" 200 17396 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
558
- 123.231.41.201 - - [11/Jul/2011:18:09:48 +0200] "GET /images/logical_data_independence/modules.gif HTTP/1.1" 200 20779 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
559
- 123.231.41.201 - - [11/Jul/2011:18:09:47 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
560
- 123.231.41.201 - - [11/Jul/2011:18:09:53 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
561
- 123.231.41.201 - - [11/Jul/2011:18:09:53 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
562
- 123.231.41.201 - - [11/Jul/2011:18:09:56 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
563
- 123.231.41.201 - - [11/Jul/2011:18:10:10 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
564
- 123.231.41.201 - - [11/Jul/2011:18:10:13 +0200] "GET /css/leftnav.png HTTP/1.1" 200 7082 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
565
- 183.182.88.210 - - [11/Jul/2011:18:10:23 +0200] "GET /logical_data_independence HTTP/1.1" 200 6455 "http://www.google.co.in/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fwww.revision-zero.org%2Flogical_data_independence&rct=j&q=physical%20data%20independence%20example&ei=XCAbTpONBsnUrQf79rjPAQ&usg=AFQjCNHsaPFwFv2X-TSF09Xj6L8MP4ly8A&cad=rja" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
566
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
567
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
568
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
569
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
570
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
571
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /images/logical_data_independence/empdept.gif HTTP/1.1" 200 11816 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
572
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /images/logical_data_independence/modules.gif HTTP/1.1" 200 20779 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
573
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /images/logical_data_independence/database.gif HTTP/1.1" 200 17396 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
574
- 183.182.88.210 - - [11/Jul/2011:18:10:24 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
575
- 183.182.88.210 - - [11/Jul/2011:18:10:27 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://www.revision-zero.org/logical_data_independence" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
576
- 183.182.88.210 - - [11/Jul/2011:18:10:27 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://www.revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
577
- 183.182.88.210 - - [11/Jul/2011:18:10:27 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://www.revision-zero.org/css/style.css" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
578
- 183.182.88.210 - - [11/Jul/2011:18:10:27 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
579
- 183.182.88.210 - - [11/Jul/2011:18:10:29 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18"
580
- 130.89.12.176 - - [11/Jul/2011:18:14:01 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
581
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
582
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
583
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
584
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
585
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
586
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
587
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
588
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
589
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
590
- 130.89.12.176 - - [11/Jul/2011:18:14:02 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "http://revision-zero.org/reuse" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1"
591
- 72.14.199.245 - - [11/Jul/2011:18:15:01 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
592
- 123.125.71.114 - - [11/Jul/2011:18:30:04 +0200] "GET / HTTP/1.1" 200 15936 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
593
- 220.181.108.170 - - [11/Jul/2011:18:30:19 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
594
- 208.115.111.73 - - [11/Jul/2011:18:32:32 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
595
- 157.56.4.68 - - [11/Jul/2011:18:39:09 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
596
- 157.56.4.68 - - [11/Jul/2011:18:39:09 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
597
- 72.14.199.216 - - [11/Jul/2011:18:42:28 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
598
- 109.230.220.82 - - [11/Jul/2011:18:49:08 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)"
599
- 109.230.220.82 - - [11/Jul/2011:18:49:17 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)"
600
- 109.230.220.82 - - [11/Jul/2011:18:49:25 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)"
601
- 109.230.220.82 - - [11/Jul/2011:18:49:29 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)"
602
- 72.14.199.245 - - [11/Jul/2011:19:20:11 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
603
- 188.60.96.182 - - [11/Jul/2011:19:32:16 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
604
- 72.14.199.216 - - [11/Jul/2011:19:36:08 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
605
- 220.181.108.185 - - [11/Jul/2011:19:42:30 +0200] "GET /new_look HTTP/1.1" 200 3067 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
606
- 188.143.232.160 - - [11/Jul/2011:19:44:55 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)"
607
- 188.143.232.160 - - [11/Jul/2011:19:44:55 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)"
608
- 188.143.232.160 - - [11/Jul/2011:19:45:02 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)"
609
- 188.143.232.160 - - [11/Jul/2011:19:45:03 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)"
610
- 216.39.58.78 - - [11/Jul/2011:19:54:28 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
611
- 216.39.58.17 - - [11/Jul/2011:19:54:28 +0200] "GET /logical_data_independence_2 HTTP/1.0" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
612
- 208.115.111.73 - - [11/Jul/2011:19:55:41 +0200] "GET /release_time HTTP/1.1" 200 11718 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
613
- 72.14.199.245 - - [11/Jul/2011:20:18:51 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
614
- 72.14.199.216 - - [11/Jul/2011:20:32:38 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
615
- 203.110.246.230 - - [11/Jul/2011:20:34:32 +0200] "GET /reuse HTTP/1.1" 200 22634 "http://rubydoc.info/github/blambeau/summaryse/master/file/README.md" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
616
- 203.110.246.230 - - [11/Jul/2011:20:34:34 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
617
- 203.110.246.230 - - [11/Jul/2011:20:34:34 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
618
- 203.110.246.230 - - [11/Jul/2011:20:34:34 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
619
- 203.110.246.230 - - [11/Jul/2011:20:34:34 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
620
- 203.110.246.230 - - [11/Jul/2011:20:34:35 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
621
- 203.110.246.230 - - [11/Jul/2011:20:34:34 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
622
- 203.110.246.230 - - [11/Jul/2011:20:34:35 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
623
- 203.110.246.230 - - [11/Jul/2011:20:34:36 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
624
- 203.110.246.230 - - [11/Jul/2011:20:34:36 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
625
- 203.110.246.230 - - [11/Jul/2011:20:34:37 +0200] "GET /favicon.ico HTTP/1.1" 404 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
626
- 203.110.246.230 - - [11/Jul/2011:20:36:14 +0200] "GET /favicon.ico HTTP/1.1" 404 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
627
- 150.70.172.105 - - [11/Jul/2011:20:48:56 +0200] "GET /js/revzero.js HTTP/1.0" 200 752 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
628
- 150.70.172.105 - - [11/Jul/2011:20:48:56 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.0" 200 70843 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
629
- 150.70.172.105 - - [11/Jul/2011:20:49:05 +0200] "GET /reuse HTTP/1.0" 200 22634 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
630
- 150.70.172.105 - - [11/Jul/2011:20:49:35 +0200] "GET /favicon.ico HTTP/1.0" 404 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
631
- 72.14.199.245 - - [11/Jul/2011:21:11:12 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
632
- 173.227.61.3 - - [11/Jul/2011:21:12:13 +0200] "GET /css/leftnav.png HTTP/1.1" 200 7082 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0"
633
- 174.89.251.222 - - [11/Jul/2011:21:14:13 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
634
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
635
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
636
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
637
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
638
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
639
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
640
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.1" 200 23053 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
641
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.1" 200 17767 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
642
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.1" 200 13186 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
643
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
644
- 174.89.251.222 - - [11/Jul/2011:21:14:14 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
645
- 174.89.251.222 - - [11/Jul/2011:21:14:15 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
646
- 174.89.251.222 - - [11/Jul/2011:21:14:15 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
647
- 174.89.251.222 - - [11/Jul/2011:21:14:15 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.1" 200 18844 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
648
- 174.89.251.222 - - [11/Jul/2011:21:14:15 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
649
- 174.89.251.222 - - [11/Jul/2011:21:14:17 +0200] "GET /css/rightnav.png HTTP/1.1" 200 7151 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
650
- 174.89.251.222 - - [11/Jul/2011:21:14:18 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "http://revision-zero.org/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
651
- 174.89.251.222 - - [11/Jul/2011:21:14:18 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
652
- 174.89.251.222 - - [11/Jul/2011:21:14:19 +0200] "GET /css/leftnav.png HTTP/1.1" 200 7082 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
653
- 174.89.251.222 - - [11/Jul/2011:21:14:19 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 8181 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
654
- 174.89.251.222 - - [11/Jul/2011:21:14:20 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
655
- 174.89.251.222 - - [11/Jul/2011:21:14:23 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "http://revision-zero.org/logical_data_independence_2" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
656
- 174.89.251.222 - - [11/Jul/2011:21:14:23 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
657
- 174.89.251.222 - - [11/Jul/2011:21:14:24 +0200] "GET /sql-poll HTTP/1.1" 200 2428 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
658
- 174.89.251.222 - - [11/Jul/2011:21:14:24 +0200] "GET /images/sql-poll/model.gif HTTP/1.1" 200 11466 "http://revision-zero.org/sql-poll" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
659
- 174.89.251.222 - - [11/Jul/2011:21:14:25 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
660
- 174.89.251.222 - - [11/Jul/2011:21:14:26 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "http://revision-zero.org/sql-poll" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
661
- 174.89.251.222 - - [11/Jul/2011:21:14:26 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
662
- 174.89.251.222 - - [11/Jul/2011:21:14:57 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 8181 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
663
- 174.89.251.222 - - [11/Jul/2011:21:14:57 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
664
- 62.231.141.193 - - [11/Jul/2011:21:19:47 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Mozilla/5.0 (compatible; MJ12bot/v1.4.0; http://www.majestic12.co.uk/bot.php?+)"
665
- 62.231.141.193 - - [11/Jul/2011:21:19:52 +0200] "GET / HTTP/1.0" 200 8181 "-" "Mozilla/5.0 (compatible; MJ12bot/v1.4.0; http://www.majestic12.co.uk/bot.php?+)"
666
- 62.231.141.193 - - [11/Jul/2011:21:19:53 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Mozilla/5.0 (compatible; MJ12bot/v1.4.0; http://www.majestic12.co.uk/bot.php?+)"
667
- 62.231.141.193 - - [11/Jul/2011:21:19:55 +0200] "GET / HTTP/1.0" 200 8181 "-" "Mozilla/5.0 (compatible; MJ12bot/v1.4.0; http://www.majestic12.co.uk/bot.php?+)"
668
- 72.14.199.216 - - [11/Jul/2011:21:27:58 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
669
- 12.2.200.10 - - [11/Jul/2011:21:37:37 +0200] "GET / HTTP/1.0" 200 8181 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
670
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/github.png HTTP/1.0" 200 1655 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
671
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /css/style.css HTTP/1.0" 200 7343 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
672
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /js/revzero.js HTTP/1.0" 200 752 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
673
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/mail.png HTTP/1.0" 200 1321 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
674
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/twitter.png HTTP/1.0" 200 2072 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
675
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/rss.png HTTP/1.0" 200 2050 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
676
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.0" 200 23053 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
677
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.0" 200 13186 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
678
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.0" 200 17767 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
679
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.0" 200 18844 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
680
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.0" 200 70843 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
681
- 12.2.200.10 - - [11/Jul/2011:21:37:38 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.0" 200 29974 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
682
- 12.2.200.10 - - [11/Jul/2011:21:37:39 +0200] "GET /css/rightnav_bw.png HTTP/1.0" 200 6803 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
683
- 12.2.200.10 - - [11/Jul/2011:21:37:39 +0200] "GET /css/leftnav_bw.png HTTP/1.0" 200 6840 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
684
- 12.2.200.10 - - [11/Jul/2011:21:37:39 +0200] "GET /favicon.ico HTTP/1.0" 404 20 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
685
- 12.2.200.10 - - [11/Jul/2011:21:38:57 +0200] "GET /wlang HTTP/1.0" 200 6505 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
686
- 157.56.4.68 - - [11/Jul/2011:21:39:11 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
687
- 12.2.200.10 - - [11/Jul/2011:21:39:45 +0200] "GET /noe HTTP/1.0" 200 5189 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
688
- 12.2.200.10 - - [11/Jul/2011:21:39:46 +0200] "GET /images/noe/safe_override.png HTTP/1.0" 200 25637 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
689
- 12.2.200.10 - - [11/Jul/2011:21:39:46 +0200] "GET /images/noe/workflow.gif HTTP/1.0" 200 43090 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
690
- 12.2.200.10 - - [11/Jul/2011:21:39:46 +0200] "GET /images/noe/dotnoe.gif HTTP/1.0" 200 22927 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
691
- 12.2.200.10 - - [11/Jul/2011:21:39:46 +0200] "GET /images/noe/wlang_is_great.gif HTTP/1.0" 200 36807 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
692
- 92.37.202.120 - - [11/Jul/2011:21:42:18 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)"
693
- 92.37.202.120 - - [11/Jul/2011:21:42:18 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)"
694
- 66.249.71.12 - - [11/Jul/2011:21:54:19 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
695
- 66.249.71.12 - - [11/Jul/2011:21:54:19 +0200] "GET /wlang HTTP/1.1" 200 6505 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
696
- 216.39.58.78 - - [11/Jul/2011:22:12:40 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
697
- 216.39.58.78 - - [11/Jul/2011:22:12:40 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
698
- 72.14.199.245 - - [11/Jul/2011:22:16:52 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
699
- 72.14.199.216 - - [11/Jul/2011:22:35:09 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
700
- 208.115.111.73 - - [11/Jul/2011:22:36:19 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
701
- 94.228.34.209 - - [11/Jul/2011:22:42:00 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)"
702
- 193.105.210.127 - - [11/Jul/2011:22:50:17 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
703
- 193.105.210.127 - - [11/Jul/2011:22:50:17 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
704
- 193.105.210.127 - - [11/Jul/2011:22:50:21 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
705
- 193.105.210.127 - - [11/Jul/2011:22:50:21 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)"
706
- 67.195.115.124 - - [11/Jul/2011:22:57:07 +0200] "GET /robots.txt HTTP/1.0" 200 101 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
707
- 67.195.115.124 - - [11/Jul/2011:22:57:07 +0200] "GET /logical_data_independence2 HTTP/1.0" 404 20 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
708
- 72.14.199.245 - - [11/Jul/2011:23:10:32 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
709
- 72.14.199.216 - - [11/Jul/2011:23:27:59 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
710
- 85.25.95.90 - - [11/Jul/2011:23:37:57 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)"
711
- 216.39.58.78 - - [12/Jul/2011:00:10:47 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
712
- 216.39.58.18 - - [12/Jul/2011:00:10:48 +0200] "GET /logical_data_independence_2 HTTP/1.0" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
713
- 208.115.111.73 - - [12/Jul/2011:00:15:03 +0200] "GET /bundler_and_lifecycle HTTP/1.1" 200 7004 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
714
- 72.14.199.245 - - [12/Jul/2011:00:20:22 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
715
- 66.249.71.105 - - [12/Jul/2011:00:27:16 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
716
- 66.249.71.105 - - [12/Jul/2011:00:27:16 +0200] "GET /born HTTP/1.1" 200 3731 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
717
- 72.14.199.216 - - [12/Jul/2011:00:35:19 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
718
- 157.56.4.68 - - [12/Jul/2011:00:39:11 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
719
- 188.143.232.118 - - [12/Jul/2011:01:03:57 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
720
- 188.143.232.118 - - [12/Jul/2011:01:03:58 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
721
- 188.143.232.118 - - [12/Jul/2011:01:03:58 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)"
722
- 72.14.199.245 - - [12/Jul/2011:01:12:52 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
723
- 72.14.199.216 - - [12/Jul/2011:01:29:59 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
724
- 72.14.199.245 - - [12/Jul/2011:02:03:32 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
725
- 123.125.71.96 - - [12/Jul/2011:02:26:34 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
726
- 220.181.108.177 - - [12/Jul/2011:02:26:55 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
727
- 72.14.199.216 - - [12/Jul/2011:02:33:39 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
728
- 216.39.58.17 - - [12/Jul/2011:02:37:06 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
729
- 216.39.58.78 - - [12/Jul/2011:02:37:06 +0200] "GET /logical_data_independence_2 HTTP/1.0" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
730
- 220.181.108.171 - - [12/Jul/2011:02:41:04 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
731
- 66.249.71.105 - - [12/Jul/2011:02:42:53 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
732
- 72.14.199.245 - - [12/Jul/2011:03:07:58 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
733
- 173.242.118.133 - - [12/Jul/2011:03:37:34 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1"
734
- 173.242.118.133 - - [12/Jul/2011:03:37:36 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1"
735
- 173.242.118.133 - - [12/Jul/2011:03:37:36 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1"
736
- 173.242.118.133 - - [12/Jul/2011:03:37:36 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1"
737
- 173.242.118.133 - - [12/Jul/2011:03:37:37 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1"
738
- 157.56.4.68 - - [12/Jul/2011:03:39:07 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
739
- 72.14.199.216 - - [12/Jul/2011:03:43:05 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
740
- 178.151.17.13 - - [12/Jul/2011:03:43:15 +0200] "GET /downloads/revision-zero.html HTTP/1.0" 200 755272 "http://www.revision-zero.org/downloads/revision-zero.html" "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]"
741
- 72.14.199.245 - - [12/Jul/2011:04:14:59 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
742
- 123.125.71.111 - - [12/Jul/2011:04:26:55 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
743
- 220.181.108.165 - - [12/Jul/2011:04:27:17 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
744
- 67.195.115.124 - - [12/Jul/2011:04:36:23 +0200] "GET /1 HTTP/1.0" 200 5771 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
745
- 67.195.115.124 - - [12/Jul/2011:04:36:25 +0200] "GET /css/style.css HTTP/1.0" 200 7343 "http://www.revision-zero.org/1" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
746
- 72.14.199.216 - - [12/Jul/2011:04:41:35 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
747
- 216.39.58.18 - - [12/Jul/2011:04:47:22 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
748
- 216.39.58.18 - - [12/Jul/2011:04:47:22 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
749
- 72.14.199.245 - - [12/Jul/2011:05:16:29 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
750
- 72.14.199.216 - - [12/Jul/2011:05:45:36 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
751
- 50.92.0.96 - - [12/Jul/2011:05:57:32 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
752
- 50.92.0.96 - - [12/Jul/2011:05:57:34 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
753
- 50.92.0.96 - - [12/Jul/2011:05:57:34 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
754
- 50.92.0.96 - - [12/Jul/2011:05:57:34 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
755
- 50.92.0.96 - - [12/Jul/2011:05:57:34 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
756
- 50.92.0.96 - - [12/Jul/2011:05:57:34 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
757
- 50.92.0.96 - - [12/Jul/2011:05:57:34 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
758
- 50.92.0.96 - - [12/Jul/2011:05:57:34 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
759
- 50.92.0.96 - - [12/Jul/2011:05:57:36 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
760
- 50.92.0.96 - - [12/Jul/2011:05:57:36 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
761
- 50.92.0.96 - - [12/Jul/2011:05:57:36 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
762
- 50.92.0.96 - - [12/Jul/2011:05:57:56 +0200] "GET /noe HTTP/1.1" 200 5189 "http://revision-zero.org/reuse" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
763
- 50.92.0.96 - - [12/Jul/2011:05:57:57 +0200] "GET /images/noe/workflow.gif HTTP/1.1" 200 43090 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
764
- 50.92.0.96 - - [12/Jul/2011:05:57:57 +0200] "GET /images/noe/safe_override.png HTTP/1.1" 200 25637 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
765
- 50.92.0.96 - - [12/Jul/2011:05:57:57 +0200] "GET /images/noe/dotnoe.gif HTTP/1.1" 200 22927 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
766
- 50.92.0.96 - - [12/Jul/2011:05:57:57 +0200] "GET /images/noe/wlang_is_great.gif HTTP/1.1" 200 36807 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
767
- 50.92.0.96 - - [12/Jul/2011:05:57:58 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
768
- 50.92.0.96 - - [12/Jul/2011:05:59:42 +0200] "GET /book HTTP/1.1" 200 3814 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
769
- 50.92.0.96 - - [12/Jul/2011:05:59:43 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
770
- 50.92.0.96 - - [12/Jul/2011:05:59:52 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "http://revision-zero.org/book" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
771
- 50.92.0.96 - - [12/Jul/2011:05:59:53 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
772
- 50.92.0.96 - - [12/Jul/2011:06:03:21 +0200] "GET /new_look HTTP/1.1" 200 3067 "http://revision-zero.org/history-of-a-bug" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
773
- 50.92.0.96 - - [12/Jul/2011:06:03:22 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
774
- 50.92.0.96 - - [12/Jul/2011:06:04:33 +0200] "GET /kernel_dot_spawn HTTP/1.1" 200 3457 "http://revision-zero.org/new_look" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
775
- 50.92.0.96 - - [12/Jul/2011:06:04:34 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
776
- 123.125.71.102 - - [12/Jul/2011:06:21:00 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
777
- 220.181.108.173 - - [12/Jul/2011:06:21:07 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
778
- 72.14.199.245 - - [12/Jul/2011:06:26:29 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
779
- 188.143.232.156 - - [12/Jul/2011:06:28:22 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)"
780
- 188.143.232.156 - - [12/Jul/2011:06:28:22 +0200] "GET / HTTP/1.0" 200 23577 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)"
781
- 216.39.58.78 - - [12/Jul/2011:06:38:31 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
782
- 216.39.58.18 - - [12/Jul/2011:06:38:31 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
783
- 157.56.4.68 - - [12/Jul/2011:06:39:08 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
784
- 220.181.108.175 - - [12/Jul/2011:06:39:23 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
785
- 220.181.108.171 - - [12/Jul/2011:06:39:27 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
786
- 208.115.111.73 - - [12/Jul/2011:06:41:23 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
787
- 72.14.199.216 - - [12/Jul/2011:06:44:06 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
788
- 67.207.136.128 - - [12/Jul/2011:06:54:43 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"
789
- 216.254.10.148 - - [12/Jul/2011:06:58:57 +0200] "GET /kernel_dot_spawn HTTP/1.1" 200 3457 "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=kernel+spawn+ruby" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
790
- 216.254.10.148 - - [12/Jul/2011:06:58:57 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/kernel_dot_spawn" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
791
- 216.254.10.148 - - [12/Jul/2011:06:58:57 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/kernel_dot_spawn" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
792
- 216.254.10.148 - - [12/Jul/2011:06:58:57 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/kernel_dot_spawn" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
793
- 216.254.10.148 - - [12/Jul/2011:06:58:57 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/kernel_dot_spawn" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
794
- 216.254.10.148 - - [12/Jul/2011:06:58:57 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/kernel_dot_spawn" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
795
- 216.254.10.148 - - [12/Jul/2011:06:58:58 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/kernel_dot_spawn" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
796
- 216.254.10.148 - - [12/Jul/2011:06:58:57 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/kernel_dot_spawn" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
797
- 216.254.10.148 - - [12/Jul/2011:06:58:59 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
798
- 216.254.10.148 - - [12/Jul/2011:06:58:59 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
799
- 216.254.10.148 - - [12/Jul/2011:06:58:59 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
800
- 216.254.10.148 - - [12/Jul/2011:06:59:00 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
801
- 216.254.10.148 - - [12/Jul/2011:06:59:43 +0200] "GET /css/leftnav.png HTTP/1.1" 200 7082 "http://revision-zero.org/css/style.css" "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0"
802
- 72.14.199.245 - - [12/Jul/2011:07:21:29 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
803
- 38.99.97.160 - - [12/Jul/2011:07:33:45 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
804
- 38.99.97.160 - - [12/Jul/2011:07:34:00 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
805
- 38.99.97.160 - - [12/Jul/2011:07:34:24 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
806
- 38.99.97.160 - - [12/Jul/2011:07:34:43 +0200] "GET /noe HTTP/1.1" 200 5189 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
807
- 38.99.97.160 - - [12/Jul/2011:07:34:58 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
808
- 38.99.97.160 - - [12/Jul/2011:07:35:21 +0200] "GET /book HTTP/1.1" 200 3814 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
809
- 38.99.97.160 - - [12/Jul/2011:07:35:41 +0200] "GET /logical_data_independence HTTP/1.1" 200 6455 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
810
- 38.99.97.160 - - [12/Jul/2011:07:35:52 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
811
- 38.99.97.160 - - [12/Jul/2011:07:36:29 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
812
- 38.99.97.160 - - [12/Jul/2011:07:36:51 +0200] "GET /about HTTP/1.1" 200 3510 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
813
- 38.99.97.160 - - [12/Jul/2011:07:37:11 +0200] "GET /sql-poll HTTP/1.1" 200 2428 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
814
- 38.99.97.160 - - [12/Jul/2011:07:37:28 +0200] "GET /web_duck_typing HTTP/1.1" 200 5771 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
815
- 38.99.97.160 - - [12/Jul/2011:07:38:03 +0200] "GET /kernel_dot_spawn HTTP/1.1" 200 3457 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
816
- 38.99.97.160 - - [12/Jul/2011:07:38:21 +0200] "GET /independence HTTP/1.1" 200 6853 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
817
- 38.99.97.160 - - [12/Jul/2011:07:38:44 +0200] "GET /bundler_and_lifecycle HTTP/1.1" 200 2545 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
818
- 38.99.97.160 - - [12/Jul/2011:07:39:05 +0200] "GET /benchmarking HTTP/1.1" 200 6790 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
819
- 38.99.97.160 - - [12/Jul/2011:07:39:33 +0200] "GET /born HTTP/1.1" 200 3731 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
820
- 38.99.97.160 - - [12/Jul/2011:07:39:49 +0200] "GET /wlang HTTP/1.1" 200 6505 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
821
- 38.99.97.160 - - [12/Jul/2011:07:40:12 +0200] "GET /reuse HTTP/1.1" 200 7684 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
822
- 38.99.97.160 - - [12/Jul/2011:07:40:32 +0200] "GET /topics0 HTTP/1.1" 200 4757 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
823
- 38.99.97.160 - - [12/Jul/2011:07:40:55 +0200] "GET /new_look HTTP/1.1" 200 3067 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
824
- 38.99.97.160 - - [12/Jul/2011:07:41:10 +0200] "GET /release_time HTTP/1.1" 200 4480 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
825
- 38.99.97.160 - - [12/Jul/2011:07:41:33 +0200] "GET /downloads/revision-zero.html HTTP/1.1" 200 404810 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
826
- 38.99.97.160 - - [12/Jul/2011:07:44:36 +0200] "GET /www.linkedin.com/in/blambeau HTTP/1.1" 404 36 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
827
- 38.99.97.160 - - [12/Jul/2011:07:44:45 +0200] "GET /2 HTTP/1.1" 200 3510 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
828
- 38.99.97.160 - - [12/Jul/2011:07:44:58 +0200] "GET /reuse_in_practice HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
829
- 38.99.97.160 - - [12/Jul/2011:07:45:06 +0200] "GET /logical_data_independence2 HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
830
- 38.99.97.160 - - [12/Jul/2011:07:45:17 +0200] "GET /document_at_earliest_point_of_usage HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
831
- 38.99.97.160 - - [12/Jul/2011:07:45:23 +0200] "GET /1 HTTP/1.1" 200 5771 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
832
- 38.99.97.160 - - [12/Jul/2011:07:45:35 +0200] "GET /SbyC HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
833
- 38.99.97.160 - - [12/Jul/2011:07:45:43 +0200] "GET /downloads/www.linkedin.com/in/blambeau HTTP/1.1" 404 36 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
834
- 38.99.97.160 - - [12/Jul/2011:07:45:58 +0200] "GET /duby HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
835
- 38.99.97.160 - - [12/Jul/2011:07:46:08 +0200] "GET /topics1 HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
836
- 38.99.97.160 - - [12/Jul/2011:07:46:24 +0200] "GET /downloads/goto_page('about') HTTP/1.1" 404 36 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
837
- 38.99.97.160 - - [12/Jul/2011:07:46:36 +0200] "GET /waw HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
838
- 38.99.97.160 - - [12/Jul/2011:07:46:50 +0200] "GET /d HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
839
- 38.99.97.160 - - [12/Jul/2011:07:46:59 +0200] "GET /wlang3 HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
840
- 38.99.97.160 - - [12/Jul/2011:07:47:12 +0200] "GET /wlang2 HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
841
- 38.99.97.160 - - [12/Jul/2011:07:47:20 +0200] "GET /virtualvar HTTP/1.1" 404 20 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
842
- 38.99.97.160 - - [12/Jul/2011:07:47:29 +0200] "GET /downloads/new_look HTTP/1.1" 404 36 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
843
- 38.99.97.160 - - [12/Jul/2011:07:47:37 +0200] "GET /sandbox/helloworld.php HTTP/1.1" 200 1074 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
844
- 38.99.97.160 - - [12/Jul/2011:07:47:48 +0200] "GET /sandbox/author HTTP/1.1" 404 36 "-" "Mozilla/5.0 (compatible; ScoutJet; +http://www.scoutjet.com/)"
845
- 72.14.199.216 - - [12/Jul/2011:07:51:26 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
846
- 188.165.254.123 - - [12/Jul/2011:07:55:31 +0200] "GET /topics0 HTTP/1.0" 200 12353 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3"
847
- 208.115.111.73 - - [12/Jul/2011:08:05:19 +0200] "GET /independence HTTP/1.1" 200 18816 "-" "Mozilla/5.0 (compatible; Ezooms/1.0; ezooms.bot@gmail.com)"
848
- 91.224.160.4 - - [12/Jul/2011:08:08:20 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0"
849
- 91.224.160.4 - - [12/Jul/2011:08:08:20 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0"
850
- 91.224.160.4 - - [12/Jul/2011:08:08:21 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0"
851
- 72.14.199.245 - - [12/Jul/2011:08:19:39 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
852
- 123.125.71.110 - - [12/Jul/2011:08:27:36 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
853
- 220.181.108.177 - - [12/Jul/2011:08:28:00 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
854
- 94.228.34.209 - - [12/Jul/2011:08:28:09 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)"
855
- 72.14.199.216 - - [12/Jul/2011:08:42:46 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
856
- 216.39.58.17 - - [12/Jul/2011:08:59:29 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
857
- 216.39.58.78 - - [12/Jul/2011:08:59:30 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
858
- 72.14.199.245 - - [12/Jul/2011:09:26:09 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
859
- 72.14.199.216 - - [12/Jul/2011:09:46:46 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
860
- 157.56.3.150 - - [12/Jul/2011:10:03:03 +0200] "GET /robots.txt HTTP/1.1" 200 101 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
861
- 157.56.3.150 - - [12/Jul/2011:10:03:04 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
862
- 194.146.197.3 - - [12/Jul/2011:10:23:45 +0200] "GET / HTTP/1.0" 200 23577 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
863
- 194.146.197.3 - - [12/Jul/2011:10:23:46 +0200] "POST / HTTP/1.0" 404 18 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
864
- 194.146.197.3 - - [12/Jul/2011:10:23:47 +0200] "POST / HTTP/1.0" 404 18 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"
865
- 72.14.199.245 - - [12/Jul/2011:10:25:50 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
866
- 220.181.108.187 - - [12/Jul/2011:10:36:22 +0200] "GET /born HTTP/1.1" 200 3731 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
867
- 31.192.105.38 - - [12/Jul/2011:10:38:46 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
868
- 31.192.105.38 - - [12/Jul/2011:10:38:47 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
869
- 31.192.105.38 - - [12/Jul/2011:10:38:47 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
870
- 188.143.232.118 - - [12/Jul/2011:10:40:18 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://www.revision-zero.org/topics0" "Opera/8.01 (Windows NT 5.1)"
871
- 188.143.232.118 - - [12/Jul/2011:10:40:21 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Opera/8.01 (Windows NT 5.1)"
872
- 188.143.232.118 - - [12/Jul/2011:10:40:21 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Opera/8.01 (Windows NT 5.1)"
873
- 95.79.192.127 - - [12/Jul/2011:10:51:49 +0200] "GET /topics0 HTTP/1.0" 200 12353 "http://ircnn.ru" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)"
874
- 95.79.192.127 - - [12/Jul/2011:10:51:50 +0200] "POST /topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)"
875
- 85.234.20.122 - - [12/Jul/2011:10:51:50 +0200] "POST /http://www.revision-zero.org/topics0 HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)"
876
- 72.14.199.216 - - [12/Jul/2011:10:52:26 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
877
- 209.131.41.48 - - [12/Jul/2011:11:04:17 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
878
- 209.131.41.49 - - [12/Jul/2011:11:04:17 +0200] "GET /logical_data_independence_2 HTTP/1.0" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
879
- 72.14.199.245 - - [12/Jul/2011:11:24:20 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
880
- 109.191.192.51 - - [12/Jul/2011:11:29:59 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)"
881
- 109.191.192.51 - - [12/Jul/2011:11:29:59 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)"
882
- 109.191.192.51 - - [12/Jul/2011:11:30:00 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)"
883
- 109.191.192.51 - - [12/Jul/2011:11:30:01 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)"
884
- 188.92.75.229 - - [12/Jul/2011:11:34:02 +0200] "GET /topics0/ HTTP/1.0" 404 18 "http://www.revision-zero.org/topics0/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0"
885
- 188.92.75.229 - - [12/Jul/2011:11:34:02 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0"
886
- 188.92.75.229 - - [12/Jul/2011:11:34:03 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0"
887
- 188.92.75.229 - - [12/Jul/2011:11:34:03 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0"
888
- 188.92.75.229 - - [12/Jul/2011:11:34:03 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0"
889
- 72.14.199.216 - - [12/Jul/2011:12:00:37 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
890
- 123.125.71.117 - - [12/Jul/2011:12:19:44 +0200] "GET / HTTP/1.1" 200 16000 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
891
- 220.181.108.178 - - [12/Jul/2011:12:19:50 +0200] "GET / HTTP/1.1" 200 15863 "-" "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"
892
- 72.14.199.245 - - [12/Jul/2011:12:30:30 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
893
- 67.195.115.124 - - [12/Jul/2011:12:41:28 +0200] "GET /robots.txt HTTP/1.0" 200 101 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
894
- 67.195.115.124 - - [12/Jul/2011:12:41:29 +0200] "GET /book HTTP/1.0" 200 3814 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
895
- 67.195.115.124 - - [12/Jul/2011:12:41:30 +0200] "GET /css/style.css HTTP/1.0" 304 - "http://www.revision-zero.org/book" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
896
- 216.39.58.17 - - [12/Jul/2011:12:52:56 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Yahoo Pipes 2.0"
897
- 216.39.58.17 - - [12/Jul/2011:12:52:56 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
898
- 157.56.3.150 - - [12/Jul/2011:13:03:05 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "msnbot-UDiscovery/2.0b (+http://search.msn.com/msnbot.htm)"
899
- 72.14.199.216 - - [12/Jul/2011:13:03:57 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
900
- 188.143.233.9 - - [12/Jul/2011:13:07:42 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC"
901
- 188.143.233.9 - - [12/Jul/2011:13:07:42 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC"
902
- 188.143.233.9 - - [12/Jul/2011:13:07:52 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC"
903
- 188.143.233.9 - - [12/Jul/2011:13:07:53 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC"
904
- 188.143.233.14 - - [12/Jul/2011:13:24:51 +0200] "GET /++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E HTTP/1.0" 404 18 "http://www.revision-zero.org/++GET+http://www.revision-zero.org/+%5B0,24303,23951%5D+-%3E" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
905
- 188.143.233.14 - - [12/Jul/2011:13:24:51 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
906
- 188.143.233.14 - - [12/Jul/2011:13:25:02 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
907
- 188.143.233.14 - - [12/Jul/2011:13:25:03 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
908
- 72.14.199.245 - - [12/Jul/2011:13:30:10 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
909
- 72.14.199.216 - - [12/Jul/2011:14:01:47 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
910
- 67.195.115.124 - - [12/Jul/2011:14:20:43 +0200] "GET /images/bundler_and_lifecycle/bundler_and_lifecycle.pdf HTTP/1.0" 200 94307 "-" "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)"
911
- 72.14.199.245 - - [12/Jul/2011:14:27:10 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
912
- 46.183.162.48 - - [12/Jul/2011:14:43:06 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)"
913
- 46.183.162.48 - - [12/Jul/2011:14:43:12 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)"
914
- 46.183.162.48 - - [12/Jul/2011:14:43:12 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)"
915
- 203.122.193.242 - - [12/Jul/2011:14:49:33 +0200] "GET /bundler_and_lifecycle HTTP/1.1" 200 2545 "http://www.google.com.au/search?sourceid=chrome&ie=UTF-8&q=bundler+cheatsheet" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
916
- 203.122.193.242 - - [12/Jul/2011:14:49:33 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
917
- 203.122.193.242 - - [12/Jul/2011:14:49:34 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
918
- 203.122.193.242 - - [12/Jul/2011:14:49:34 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
919
- 203.122.193.242 - - [12/Jul/2011:14:49:34 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
920
- 203.122.193.242 - - [12/Jul/2011:14:49:34 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
921
- 203.122.193.242 - - [12/Jul/2011:14:49:34 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
922
- 203.122.193.242 - - [12/Jul/2011:14:49:34 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
923
- 203.122.193.242 - - [12/Jul/2011:14:49:34 +0200] "GET /images/bundler_and_lifecycle/bundler_and_lifecycle.gif HTTP/1.1" 200 44064 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
924
- 203.122.193.242 - - [12/Jul/2011:14:49:36 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
925
- 203.122.193.242 - - [12/Jul/2011:14:49:36 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://www.revision-zero.org/bundler_and_lifecycle" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
926
- 203.122.193.242 - - [12/Jul/2011:14:49:36 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
927
- 194.44.170.105 - - [12/Jul/2011:14:51:17 +0200] "GET /web_duck_typing HTTP/1.1" 200 5771 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)"
928
- 194.44.170.105 - - [12/Jul/2011:14:51:17 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://www.revision-zero.org/web_duck_typing" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)"
929
- 194.44.170.105 - - [12/Jul/2011:14:51:18 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://www.revision-zero.org/web_duck_typing" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)"
930
- 194.44.170.105 - - [12/Jul/2011:14:51:18 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://www.revision-zero.org/web_duck_typing" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)"
931
- 203.122.193.242 - - [12/Jul/2011:14:53:59 +0200] "GET /history-of-a-bug HTTP/1.1" 200 5413 "http://www.google.com.au/url?sa=t&source=web&cd=2&ved=0CCEQFjAB&url=http%3A%2F%2Fwww.revision-zero.org%2Fhistory-of-a-bug&rct=j&q=ruby%20bundler%20cheatsheet&ei=4kMcTqmuKIqOmQWxm7HqBw&usg=AFQjCNHAJVavaigpzHHN6oajyZPrVKOj6Q&sig2=ZGUFiSU6UJYyA28d2ysJXA&cad=rja" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
932
- 203.122.193.242 - - [12/Jul/2011:14:54:01 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
933
- 72.14.199.216 - - [12/Jul/2011:14:57:17 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
934
- 109.230.221.183 - - [12/Jul/2011:15:14:43 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)"
935
- 109.230.221.183 - - [12/Jul/2011:15:14:44 +0200] "GET / HTTP/1.0" 200 23577 "http://revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)"
936
- 109.230.221.183 - - [12/Jul/2011:15:14:44 +0200] "GET /index.php HTTP/1.0" 404 207 "http://www.revision-zero.org/index.php" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)"
937
- 72.14.199.245 - - [12/Jul/2011:15:33:11 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
938
- 216.39.58.18 - - [12/Jul/2011:15:34:26 +0200] "GET /robots.txt HTTP/1.0" 200 88 "-" "Yahoo Pipes 2.0"
939
- 216.39.58.18 - - [12/Jul/2011:15:34:26 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/5.0 (compatible; Yahoo Pipes 2.0; +http://developer.yahoo.com/yql/provider) Gecko/20090729 Firefox/3.5.2"
940
- 62.122.70.121 - - [12/Jul/2011:15:48:25 +0200] "GET /logical_data_independence/ HTTP/1.0" 404 18 "http://www.revision-zero.org/logical_data_independence/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
941
- 62.122.70.121 - - [12/Jul/2011:15:48:25 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
942
- 62.122.70.121 - - [12/Jul/2011:15:48:26 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
943
- 62.122.70.121 - - [12/Jul/2011:15:48:26 +0200] "POST / HTTP/1.0" 404 18 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
944
- 62.122.70.121 - - [12/Jul/2011:15:48:26 +0200] "GET / HTTP/1.0" 200 23577 "http://www.revision-zero.org/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
945
- 72.14.199.216 - - [12/Jul/2011:16:04:08 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
946
- 99.184.20.21 - - [12/Jul/2011:16:04:37 +0200] "GET / HTTP/1.1" 200 8181 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
947
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
948
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
949
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
950
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
951
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
952
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
953
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/logical_data_independence/solution2.gif HTTP/1.1" 200 18844 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
954
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/logical_data_independence/appointment_statechart.gif HTTP/1.1" 200 13186 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
955
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/logical_data_independence/appointments_logical_change.gif HTTP/1.1" 200 17767 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
956
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/logical_data_independence/hospital_appointments.gif HTTP/1.1" 200 23053 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
957
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /images/logical_data_independence/solution1.gif HTTP/1.1" 200 29974 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
958
- 99.184.20.21 - - [12/Jul/2011:16:04:38 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
959
- 99.184.20.21 - - [12/Jul/2011:16:04:39 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
960
- 99.184.20.21 - - [12/Jul/2011:16:04:39 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://revision-zero.org/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
961
- 99.184.20.21 - - [12/Jul/2011:16:04:39 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
962
- 99.184.20.21 - - [12/Jul/2011:16:04:45 +0200] "GET /noe HTTP/1.1" 200 5189 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
963
- 99.184.20.21 - - [12/Jul/2011:16:04:45 +0200] "GET /images/noe/safe_override.png HTTP/1.1" 200 25637 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
964
- 99.184.20.21 - - [12/Jul/2011:16:04:45 +0200] "GET /images/noe/dotnoe.gif HTTP/1.1" 200 22927 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
965
- 99.184.20.21 - - [12/Jul/2011:16:04:45 +0200] "GET /images/noe/workflow.gif HTTP/1.1" 200 43090 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
966
- 99.184.20.21 - - [12/Jul/2011:16:04:45 +0200] "GET /images/noe/wlang_is_great.gif HTTP/1.1" 200 36807 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
967
- 99.184.20.21 - - [12/Jul/2011:16:04:46 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
968
- 72.14.199.245 - - [12/Jul/2011:16:36:31 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
969
- 207.46.13.54 - - [12/Jul/2011:16:38:19 +0200] "GET /robots.txt HTTP/1.1" 200 88 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
970
- 124.43.66.246 - - [12/Jul/2011:16:43:14 +0200] "GET /logical_data_independence HTTP/1.1" 200 6455 "http://www.google.lk/url?sa=t&source=web&cd=3&ved=0CCMQFjAC&url=http%3A%2F%2Fwww.revision-zero.org%2Flogical_data_independence&rct=j&q=physical%20data%20indepandence%20means&ei=TF0cTozUCsXZrQex6_H2Cg&usg=AFQjCNHsaPFwFv2X-TSF09Xj6L8MP4ly8A" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
971
- 207.46.13.54 - - [12/Jul/2011:16:45:29 +0200] "GET /kernel_dot_spawn HTTP/1.1" 200 3457 "-" "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
972
- 66.78.210.210 - - [12/Jul/2011:16:52:42 +0200] "GET /css/leftnav.png HTTP/1.1" 200 7082 "http://revision-zero.org/noe" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30"
973
- 72.14.199.216 - - [12/Jul/2011:17:02:38 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 6 subscribers; feed-id=9468211748000248502)"
974
- 120.59.45.50 - - [12/Jul/2011:17:16:34 +0200] "GET /logical_data_independence HTTP/1.1" 200 6455 "http://www.google.co.in/" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
975
- 120.59.45.50 - - [12/Jul/2011:17:16:35 +0200] "GET /css/style.css HTTP/1.1" 200 7343 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
976
- 120.59.45.50 - - [12/Jul/2011:17:16:35 +0200] "GET /js/revzero.js HTTP/1.1" 200 752 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
977
- 120.59.45.50 - - [12/Jul/2011:17:16:35 +0200] "GET /js/jquery-1.4.1.min.js HTTP/1.1" 200 70843 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
978
- 120.59.45.50 - - [12/Jul/2011:17:16:36 +0200] "GET /images/github.png HTTP/1.1" 200 1655 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
979
- 120.59.45.50 - - [12/Jul/2011:17:16:36 +0200] "GET /images/mail.png HTTP/1.1" 200 1321 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
980
- 120.59.45.50 - - [12/Jul/2011:17:16:36 +0200] "GET /images/twitter.png HTTP/1.1" 200 2072 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
981
- 120.59.45.50 - - [12/Jul/2011:17:16:37 +0200] "GET /images/logical_data_independence/empdept.gif HTTP/1.1" 200 11816 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
982
- 120.59.45.50 - - [12/Jul/2011:17:16:37 +0200] "GET /css/leftnav_bw.png HTTP/1.1" 200 6840 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
983
- 120.59.45.50 - - [12/Jul/2011:17:16:37 +0200] "GET /images/rss.png HTTP/1.1" 200 2050 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
984
- 120.59.45.50 - - [12/Jul/2011:17:16:37 +0200] "GET /css/rightnav_bw.png HTTP/1.1" 200 6803 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
985
- 120.59.45.50 - - [12/Jul/2011:17:16:37 +0200] "GET /images/logical_data_independence/database.gif HTTP/1.1" 200 17396 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
986
- 120.59.45.50 - - [12/Jul/2011:17:16:37 +0200] "GET /images/logical_data_independence/modules.gif HTTP/1.1" 200 20779 "http://www.revision-zero.org/logical_data_independence" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
987
- 120.59.45.50 - - [12/Jul/2011:17:16:38 +0200] "GET /favicon.ico HTTP/1.1" 404 20 "-" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)"
988
- 72.14.199.245 - - [12/Jul/2011:17:29:31 +0200] "GET /rss HTTP/1.1" 200 65689 "-" "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; 4 subscribers; feed-id=16428131579388406361)"
989
- 38.100.21.14 - - [12/Jul/2011:17:35:24 +0200] "GET / HTTP/1.1" 200 23577 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
990
- 38.100.21.14 - - [12/Jul/2011:17:35:30 +0200] "GET /topics0 HTTP/1.1" 200 12353 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
991
- 38.100.21.14 - - [12/Jul/2011:17:35:35 +0200] "GET /history-of-a-bug HTTP/1.1" 200 15772 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
992
- 38.100.21.14 - - [12/Jul/2011:17:35:39 +0200] "GET /bundler_and_lifecycle HTTP/1.1" 200 7004 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
993
- 38.100.21.14 - - [12/Jul/2011:17:35:47 +0200] "GET /born HTTP/1.1" 200 9960 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
994
- 38.100.21.14 - - [12/Jul/2011:17:35:52 +0200] "GET /web_duck_typing HTTP/1.1" 200 18578 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
995
- 38.100.21.14 - - [12/Jul/2011:17:35:58 +0200] "GET /new_look HTTP/1.1" 200 8484 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
996
- 38.100.21.14 - - [12/Jul/2011:17:36:03 +0200] "GET /logical_data_independence_2 HTTP/1.1" 200 23577 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
997
- 38.100.21.14 - - [12/Jul/2011:17:36:08 +0200] "GET /wlang HTTP/1.1" 200 21453 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
998
- 38.100.21.14 - - [12/Jul/2011:17:36:13 +0200] "GET /sql-poll HTTP/1.1" 200 7116 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
999
- 38.100.21.14 - - [12/Jul/2011:17:36:19 +0200] "GET /independence HTTP/1.1" 200 18816 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"
1000
- 38.100.21.14 - - [12/Jul/2011:17:36:25 +0200] "GET /noe HTTP/1.1" 200 14465 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)"