utopia 2.13.4 → 2.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (486) hide show
  1. checksums.yaml +4 -4
  2. data/bake/utopia/{yarn.rb → node.rb} +13 -5
  3. data/lib/.DS_Store +0 -0
  4. data/lib/utopia/.DS_Store +0 -0
  5. data/lib/utopia/command.rb +2 -2
  6. data/lib/utopia/command/site.rb +1 -1
  7. data/lib/utopia/content.rb +23 -19
  8. data/lib/utopia/content/.DS_Store +0 -0
  9. data/lib/utopia/content/link.rb +29 -34
  10. data/lib/utopia/content/links.rb +185 -123
  11. data/lib/utopia/content/markup.rb +1 -1
  12. data/lib/utopia/content/node.rb +15 -19
  13. data/lib/utopia/content/response.rb +5 -5
  14. data/lib/utopia/controller.rb +0 -17
  15. data/lib/utopia/controller/.DS_Store +0 -0
  16. data/lib/utopia/controller/base.rb +27 -3
  17. data/lib/utopia/controller/respond.rb +50 -107
  18. data/lib/utopia/extensions/array_split.rb +2 -2
  19. data/lib/utopia/http.rb +3 -3
  20. data/lib/utopia/localization.rb +18 -10
  21. data/lib/utopia/middleware.rb +2 -2
  22. data/lib/utopia/path.rb +40 -36
  23. data/lib/utopia/redirection.rb +0 -2
  24. data/lib/utopia/responder.rb +76 -0
  25. data/lib/utopia/version.rb +1 -1
  26. data/setup/.DS_Store +0 -0
  27. data/setup/server/.DS_Store +0 -0
  28. data/setup/site/.DS_Store +0 -0
  29. data/setup/site/.gitignore +8 -7
  30. data/setup/site/Gemfile +7 -5
  31. data/setup/site/pages/.DS_Store +0 -0
  32. data/setup/site/public/.DS_Store +0 -0
  33. metadata +81 -603
  34. data/.codeclimate.yml +0 -5
  35. data/.gitignore +0 -8
  36. data/.rspec +0 -4
  37. data/.travis.yml +0 -28
  38. data/.yardopts +0 -2
  39. data/Gemfile +0 -28
  40. data/README.md +0 -92
  41. data/Rakefile +0 -33
  42. data/benchmark/call_vs_check.rb +0 -38
  43. data/benchmark/const_vs_hash.rb +0 -35
  44. data/benchmark/hash_vs_openstruct.rb +0 -54
  45. data/benchmark/string_vs_symbol.rb +0 -14
  46. data/benchmark/struct_vs_class.rb +0 -91
  47. data/docs/.nojekyll +0 -0
  48. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.apache.css +0 -6
  49. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css +0 -5
  50. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css +0 -8
  51. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.bash-script.css +0 -6
  52. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.bash.css +0 -10
  53. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.clang.css +0 -3
  54. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.css.css +0 -14
  55. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.diff.css +0 -16
  56. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.html.css +0 -5
  57. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.ocaml.css +0 -3
  58. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.protobuf.css +0 -2
  59. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.python.css +0 -6
  60. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css +0 -2
  61. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.xml.css +0 -18
  62. data/docs/_components/jquery-syntax/base/jquery.syntax.core.css +0 -62
  63. data/docs/_components/jquery-syntax/base/jquery.syntax.editor.css +0 -6
  64. data/docs/_components/jquery-syntax/base/theme.js +0 -1
  65. data/docs/_components/jquery-syntax/bright/jquery.syntax.core.css +0 -27
  66. data/docs/_components/jquery-syntax/bright/theme.js +0 -1
  67. data/docs/_components/jquery-syntax/jquery.syntax.brush.apache.js +0 -41
  68. data/docs/_components/jquery-syntax/jquery.syntax.brush.applescript.js +0 -57
  69. data/docs/_components/jquery-syntax/jquery.syntax.brush.assembly.js +0 -37
  70. data/docs/_components/jquery-syntax/jquery.syntax.brush.bash-script.js +0 -67
  71. data/docs/_components/jquery-syntax/jquery.syntax.brush.bash.js +0 -33
  72. data/docs/_components/jquery-syntax/jquery.syntax.brush.basic.js +0 -51
  73. data/docs/_components/jquery-syntax/jquery.syntax.brush.clang.js +0 -89
  74. data/docs/_components/jquery-syntax/jquery.syntax.brush.csharp.js +0 -47
  75. data/docs/_components/jquery-syntax/jquery.syntax.brush.css.js +0 -80
  76. data/docs/_components/jquery-syntax/jquery.syntax.brush.diff.js +0 -24
  77. data/docs/_components/jquery-syntax/jquery.syntax.brush.go.js +0 -47
  78. data/docs/_components/jquery-syntax/jquery.syntax.brush.haskell.js +0 -45
  79. data/docs/_components/jquery-syntax/jquery.syntax.brush.html.js +0 -66
  80. data/docs/_components/jquery-syntax/jquery.syntax.brush.io.js +0 -45
  81. data/docs/_components/jquery-syntax/jquery.syntax.brush.java.js +0 -45
  82. data/docs/_components/jquery-syntax/jquery.syntax.brush.javascript.js +0 -40
  83. data/docs/_components/jquery-syntax/jquery.syntax.brush.kai.js +0 -29
  84. data/docs/_components/jquery-syntax/jquery.syntax.brush.lisp.js +0 -34
  85. data/docs/_components/jquery-syntax/jquery.syntax.brush.lua.js +0 -44
  86. data/docs/_components/jquery-syntax/jquery.syntax.brush.nginx.js +0 -31
  87. data/docs/_components/jquery-syntax/jquery.syntax.brush.ocaml.js +0 -73
  88. data/docs/_components/jquery-syntax/jquery.syntax.brush.ooc.js +0 -46
  89. data/docs/_components/jquery-syntax/jquery.syntax.brush.pascal.js +0 -51
  90. data/docs/_components/jquery-syntax/jquery.syntax.brush.perl5.js +0 -52
  91. data/docs/_components/jquery-syntax/jquery.syntax.brush.php-script.js +0 -48
  92. data/docs/_components/jquery-syntax/jquery.syntax.brush.php.js +0 -15
  93. data/docs/_components/jquery-syntax/jquery.syntax.brush.plain.js +0 -10
  94. data/docs/_components/jquery-syntax/jquery.syntax.brush.protobuf.js +0 -43
  95. data/docs/_components/jquery-syntax/jquery.syntax.brush.python.js +0 -44
  96. data/docs/_components/jquery-syntax/jquery.syntax.brush.ruby.js +0 -77
  97. data/docs/_components/jquery-syntax/jquery.syntax.brush.scala.js +0 -44
  98. data/docs/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js +0 -29
  99. data/docs/_components/jquery-syntax/jquery.syntax.brush.sql.js +0 -31
  100. data/docs/_components/jquery-syntax/jquery.syntax.brush.super-collider.js +0 -57
  101. data/docs/_components/jquery-syntax/jquery.syntax.brush.swift.js +0 -55
  102. data/docs/_components/jquery-syntax/jquery.syntax.brush.trenni.js +0 -35
  103. data/docs/_components/jquery-syntax/jquery.syntax.brush.xml.js +0 -50
  104. data/docs/_components/jquery-syntax/jquery.syntax.brush.yaml.js +0 -29
  105. data/docs/_components/jquery-syntax/jquery.syntax.cache.js +0 -65
  106. data/docs/_components/jquery-syntax/jquery.syntax.core.js +0 -1098
  107. data/docs/_components/jquery-syntax/jquery.syntax.editor.js +0 -291
  108. data/docs/_components/jquery-syntax/jquery.syntax.js +0 -258
  109. data/docs/_components/jquery-syntax/jquery.syntax.min.js +0 -13
  110. data/docs/_components/jquery-syntax/paper/jquery.syntax.core.css +0 -31
  111. data/docs/_components/jquery-syntax/paper/theme.js +0 -1
  112. data/docs/_components/jquery/core.js +0 -482
  113. data/docs/_components/jquery/jquery.js +0 -10220
  114. data/docs/_components/jquery/jquery.min.js +0 -4
  115. data/docs/_components/jquery/jquery.min.map +0 -1
  116. data/docs/_components/jquery/jquery.slim.js +0 -8107
  117. data/docs/_components/jquery/jquery.slim.min.js +0 -4
  118. data/docs/_components/jquery/jquery.slim.min.map +0 -1
  119. data/docs/_static/icon.png +0 -0
  120. data/docs/_static/site.css +0 -205
  121. data/docs/_static/utopia-background.svg +0 -1
  122. data/docs/_static/utopia.svg +0 -1
  123. data/docs/code/Utopia.html +0 -517
  124. data/docs/code/Utopia/Basename.html +0 -654
  125. data/docs/code/Utopia/Bootstrap.html +0 -538
  126. data/docs/code/Utopia/Command.html +0 -213
  127. data/docs/code/Utopia/Command/Environment.html +0 -321
  128. data/docs/code/Utopia/Command/Server.html +0 -214
  129. data/docs/code/Utopia/Command/Server/Create.html +0 -222
  130. data/docs/code/Utopia/Command/Server/Environment.html +0 -236
  131. data/docs/code/Utopia/Command/Server/Update.html +0 -317
  132. data/docs/code/Utopia/Command/Setup.html +0 -145
  133. data/docs/code/Utopia/Command/Setup/Server.html +0 -298
  134. data/docs/code/Utopia/Command/Setup/Site.html +0 -180
  135. data/docs/code/Utopia/Command/Site.html +0 -285
  136. data/docs/code/Utopia/Command/Site/Create.html +0 -324
  137. data/docs/code/Utopia/Command/Site/Update.html +0 -407
  138. data/docs/code/Utopia/Command/Top.html +0 -279
  139. data/docs/code/Utopia/Content.html +0 -832
  140. data/docs/code/Utopia/Content/Document.html +0 -1822
  141. data/docs/code/Utopia/Content/Document/State.html +0 -1220
  142. data/docs/code/Utopia/Content/Link.html +0 -1286
  143. data/docs/code/Utopia/Content/Links.html +0 -847
  144. data/docs/code/Utopia/Content/MarkupParser.html +0 -881
  145. data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +0 -422
  146. data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +0 -615
  147. data/docs/code/Utopia/Content/Namespace.html +0 -485
  148. data/docs/code/Utopia/Content/Node.html +0 -1188
  149. data/docs/code/Utopia/Content/Node/Context.html +0 -938
  150. data/docs/code/Utopia/Content/Response.html +0 -813
  151. data/docs/code/Utopia/Content/SymbolicHash.html +0 -419
  152. data/docs/code/Utopia/Content/Tag.html +0 -399
  153. data/docs/code/Utopia/Content/Tags.html +0 -136
  154. data/docs/code/Utopia/Content/Tags/ContentTag.html +0 -187
  155. data/docs/code/Utopia/Content/Tags/DeferredTag.html +0 -193
  156. data/docs/code/Utopia/Content/Tags/Library.html +0 -333
  157. data/docs/code/Utopia/Content/Tags/NodeTag.html +0 -193
  158. data/docs/code/Utopia/Content/UnbalancedTagError.html +0 -298
  159. data/docs/code/Utopia/ContentLength.html +0 -343
  160. data/docs/code/Utopia/Controller.html +0 -907
  161. data/docs/code/Utopia/Controller/Actions.html +0 -289
  162. data/docs/code/Utopia/Controller/Actions/Action.html +0 -984
  163. data/docs/code/Utopia/Controller/Actions/ClassMethods.html +0 -442
  164. data/docs/code/Utopia/Controller/Base.html +0 -1216
  165. data/docs/code/Utopia/Controller/Respond.html +0 -293
  166. data/docs/code/Utopia/Controller/Respond/ClassMethods.html +0 -236
  167. data/docs/code/Utopia/Controller/Respond/Converter.html +0 -256
  168. data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +0 -484
  169. data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +0 -381
  170. data/docs/code/Utopia/Controller/Respond/Passthrough.html +0 -297
  171. data/docs/code/Utopia/Controller/Respond/Responder.html +0 -535
  172. data/docs/code/Utopia/Controller/Rewrite.html +0 -290
  173. data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +0 -242
  174. data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +0 -364
  175. data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +0 -464
  176. data/docs/code/Utopia/Controller/Rewrite/Rule.html +0 -209
  177. data/docs/code/Utopia/Controller/Variables.html +0 -550
  178. data/docs/code/Utopia/Controllers.html +0 -244
  179. data/docs/code/Utopia/Exceptions.html +0 -127
  180. data/docs/code/Utopia/Exceptions/Handler.html +0 -526
  181. data/docs/code/Utopia/Exceptions/Mailer.html +0 -482
  182. data/docs/code/Utopia/Extensions.html +0 -117
  183. data/docs/code/Utopia/Extensions/ArraySplit.html +0 -183
  184. data/docs/code/Utopia/Extensions/DateTimeComparison.html +0 -193
  185. data/docs/code/Utopia/Extensions/TimeDateComparison.html +0 -193
  186. data/docs/code/Utopia/HTTP.html +0 -250
  187. data/docs/code/Utopia/HTTP/Status.html +0 -415
  188. data/docs/code/Utopia/Locale.html +0 -606
  189. data/docs/code/Utopia/Localization.html +0 -1241
  190. data/docs/code/Utopia/Localization/Wrapper.html +0 -459
  191. data/docs/code/Utopia/Logger.html +0 -205
  192. data/docs/code/Utopia/Logger/CompactFormatter.html +0 -335
  193. data/docs/code/Utopia/Path.html +0 -3310
  194. data/docs/code/Utopia/Path/Matcher.html +0 -518
  195. data/docs/code/Utopia/Path/Matcher/MatchData.html +0 -475
  196. data/docs/code/Utopia/Redirection.html +0 -151
  197. data/docs/code/Utopia/Redirection/ClientRedirect.html +0 -717
  198. data/docs/code/Utopia/Redirection/DirectoryIndex.html +0 -298
  199. data/docs/code/Utopia/Redirection/Errors.html +0 -476
  200. data/docs/code/Utopia/Redirection/Moved.html +0 -312
  201. data/docs/code/Utopia/Redirection/RequestFailure.html +0 -226
  202. data/docs/code/Utopia/Redirection/Rewrite.html +0 -296
  203. data/docs/code/Utopia/Session.html +0 -889
  204. data/docs/code/Utopia/Session/LazyHash.html +0 -859
  205. data/docs/code/Utopia/Setup.html +0 -970
  206. data/docs/code/Utopia/Static.html +0 -696
  207. data/docs/code/Utopia/Static/LocalFile.html +0 -1104
  208. data/docs/code/Utopia/Static/MimeTypeLoader.html +0 -541
  209. data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +0 -124
  210. data/docs/code/Utopia/Tags.html +0 -115
  211. data/docs/code/Utopia/Tags/Environment.html +0 -314
  212. data/docs/code/Utopia/Tags/EnvironmentTag.html +0 -314
  213. data/docs/code/Utopia/Tags/Library.html +0 -340
  214. data/docs/code/_index.html +0 -758
  215. data/docs/code/class_list.html +0 -51
  216. data/docs/code/css/common.css +0 -1
  217. data/docs/code/css/full_list.css +0 -58
  218. data/docs/code/css/style.css +0 -496
  219. data/docs/code/file.README.html +0 -171
  220. data/docs/code/file_list.html +0 -56
  221. data/docs/code/frames.html +0 -17
  222. data/docs/code/index.html +0 -171
  223. data/docs/code/js/app.js +0 -292
  224. data/docs/code/js/full_list.js +0 -216
  225. data/docs/code/js/jquery.js +0 -4
  226. data/docs/code/materials/utopia.png +0 -0
  227. data/docs/code/materials/utopia.svg +0 -1
  228. data/docs/code/method_list.html +0 -3443
  229. data/docs/code/top-level-namespace.html +0 -110
  230. data/docs/index.html +0 -92
  231. data/docs/wiki.html +0 -92
  232. data/docs/wiki/development-environment-setup.html +0 -60
  233. data/docs/wiki/development-environment-setup/index.html +0 -60
  234. data/docs/wiki/edit.html +0 -103
  235. data/docs/wiki/faq/what-is-xnode.html +0 -79
  236. data/docs/wiki/faq/what-is-xnode/index.html +0 -79
  237. data/docs/wiki/javascript.html +0 -153
  238. data/docs/wiki/javascript/index.html +0 -153
  239. data/docs/wiki/middleware/content.html +0 -64
  240. data/docs/wiki/middleware/content/index.html +0 -64
  241. data/docs/wiki/middleware/controller.html +0 -104
  242. data/docs/wiki/middleware/controller/actions.html +0 -117
  243. data/docs/wiki/middleware/controller/actions/index.html +0 -117
  244. data/docs/wiki/middleware/controller/actions/rewrite/index.html +0 -48
  245. data/docs/wiki/middleware/controller/index.html +0 -104
  246. data/docs/wiki/middleware/controller/rewrite.html +0 -111
  247. data/docs/wiki/middleware/controller/rewrite/index.html +0 -111
  248. data/docs/wiki/middleware/localization.html +0 -59
  249. data/docs/wiki/middleware/localization/index.html +0 -59
  250. data/docs/wiki/middleware/redirection.html +0 -61
  251. data/docs/wiki/middleware/redirection/index.html +0 -61
  252. data/docs/wiki/middleware/session.html +0 -71
  253. data/docs/wiki/middleware/session/index.html +0 -71
  254. data/docs/wiki/middleware/static.html +0 -57
  255. data/docs/wiki/middleware/static/index.html +0 -57
  256. data/docs/wiki/server-setup.html +0 -118
  257. data/docs/wiki/server-setup/index.html +0 -118
  258. data/docs/wiki/testing.html +0 -59
  259. data/docs/wiki/testing/index.html +0 -59
  260. data/docs/wiki/updating-utopia.html +0 -108
  261. data/docs/wiki/updating-utopia/index.html +0 -108
  262. data/docs/wiki/your-first-page.html +0 -80
  263. data/docs/wiki/your-first-page/index.html +0 -80
  264. data/documentation/.rspec +0 -4
  265. data/documentation/.yarnrc +0 -1
  266. data/documentation/Gemfile +0 -19
  267. data/documentation/Guardfile +0 -9
  268. data/documentation/Rakefile +0 -9
  269. data/documentation/config.ru +0 -41
  270. data/documentation/config/README.md +0 -7
  271. data/documentation/config/environment.rb +0 -12
  272. data/documentation/lib/readme.txt +0 -1
  273. data/documentation/pages/_editor.xnode +0 -64
  274. data/documentation/pages/_heading.xnode +0 -2
  275. data/documentation/pages/_page.xnode +0 -40
  276. data/documentation/pages/errors/exception.xnode +0 -5
  277. data/documentation/pages/errors/file-not-found.xnode +0 -5
  278. data/documentation/pages/links.yaml +0 -2
  279. data/documentation/pages/wiki/_listing.xnode +0 -32
  280. data/documentation/pages/wiki/_navigation.xnode +0 -15
  281. data/documentation/pages/wiki/content.md +0 -35
  282. data/documentation/pages/wiki/controller.rb +0 -48
  283. data/documentation/pages/wiki/development-environment-setup/content.md +0 -16
  284. data/documentation/pages/wiki/edit.xnode +0 -10
  285. data/documentation/pages/wiki/faq/what-is-xnode/content.md +0 -37
  286. data/documentation/pages/wiki/javascript/content.md +0 -75
  287. data/documentation/pages/wiki/links.yaml +0 -6
  288. data/documentation/pages/wiki/middleware/content/content.md +0 -21
  289. data/documentation/pages/wiki/middleware/controller/actions/content.md +0 -76
  290. data/documentation/pages/wiki/middleware/controller/content.md +0 -62
  291. data/documentation/pages/wiki/middleware/controller/links.yaml +0 -4
  292. data/documentation/pages/wiki/middleware/controller/rewrite/content.md +0 -69
  293. data/documentation/pages/wiki/middleware/localization/content.md +0 -16
  294. data/documentation/pages/wiki/middleware/redirection/content.md +0 -17
  295. data/documentation/pages/wiki/middleware/session/content.md +0 -29
  296. data/documentation/pages/wiki/middleware/static/content.md +0 -13
  297. data/documentation/pages/wiki/server-setup/content.md +0 -52
  298. data/documentation/pages/wiki/show.xnode +0 -12
  299. data/documentation/pages/wiki/testing/content.md +0 -15
  300. data/documentation/pages/wiki/updating-utopia/content.md +0 -63
  301. data/documentation/pages/wiki/your-first-page/content.md +0 -38
  302. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css +0 -6
  303. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css +0 -5
  304. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css +0 -8
  305. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.bash-script.css +0 -6
  306. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.bash.css +0 -10
  307. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.clang.css +0 -3
  308. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.css.css +0 -14
  309. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.diff.css +0 -16
  310. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.html.css +0 -5
  311. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.ocaml.css +0 -3
  312. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.protobuf.css +0 -2
  313. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.python.css +0 -6
  314. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css +0 -2
  315. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.xml.css +0 -18
  316. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.core.css +0 -62
  317. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.editor.css +0 -6
  318. data/documentation/public/_components/jquery-syntax/base/theme.js +0 -1
  319. data/documentation/public/_components/jquery-syntax/bright/jquery.syntax.core.css +0 -27
  320. data/documentation/public/_components/jquery-syntax/bright/theme.js +0 -1
  321. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.apache.js +0 -41
  322. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.applescript.js +0 -57
  323. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.assembly.js +0 -37
  324. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.bash-script.js +0 -67
  325. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.bash.js +0 -33
  326. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.basic.js +0 -51
  327. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.clang.js +0 -89
  328. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.csharp.js +0 -47
  329. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.css.js +0 -80
  330. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.diff.js +0 -24
  331. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.go.js +0 -47
  332. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.haskell.js +0 -45
  333. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.html.js +0 -66
  334. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.io.js +0 -45
  335. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.java.js +0 -45
  336. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.javascript.js +0 -40
  337. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.kai.js +0 -29
  338. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.lisp.js +0 -34
  339. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.lua.js +0 -44
  340. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.nginx.js +0 -31
  341. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.ocaml.js +0 -73
  342. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.ooc.js +0 -46
  343. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.pascal.js +0 -51
  344. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.perl5.js +0 -52
  345. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.php-script.js +0 -48
  346. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.php.js +0 -15
  347. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.plain.js +0 -10
  348. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.protobuf.js +0 -43
  349. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.python.js +0 -44
  350. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.ruby.js +0 -77
  351. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.scala.js +0 -44
  352. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js +0 -29
  353. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.sql.js +0 -31
  354. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.super-collider.js +0 -57
  355. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.swift.js +0 -55
  356. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.trenni.js +0 -35
  357. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.xml.js +0 -50
  358. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.yaml.js +0 -29
  359. data/documentation/public/_components/jquery-syntax/jquery.syntax.cache.js +0 -65
  360. data/documentation/public/_components/jquery-syntax/jquery.syntax.core.js +0 -1098
  361. data/documentation/public/_components/jquery-syntax/jquery.syntax.editor.js +0 -291
  362. data/documentation/public/_components/jquery-syntax/jquery.syntax.js +0 -258
  363. data/documentation/public/_components/jquery-syntax/jquery.syntax.min.js +0 -13
  364. data/documentation/public/_components/jquery-syntax/paper/jquery.syntax.core.css +0 -31
  365. data/documentation/public/_components/jquery-syntax/paper/theme.js +0 -1
  366. data/documentation/public/_components/jquery/core.js +0 -482
  367. data/documentation/public/_components/jquery/jquery.js +0 -10220
  368. data/documentation/public/_components/jquery/jquery.min.js +0 -4
  369. data/documentation/public/_components/jquery/jquery.min.map +0 -1
  370. data/documentation/public/_components/jquery/jquery.slim.js +0 -8107
  371. data/documentation/public/_components/jquery/jquery.slim.min.js +0 -4
  372. data/documentation/public/_components/jquery/jquery.slim.min.map +0 -1
  373. data/documentation/public/_static +0 -1
  374. data/documentation/public/materials +0 -1
  375. data/documentation/spec/website_context.rb +0 -12
  376. data/documentation/spec/website_spec.rb +0 -16
  377. data/documentation/tasks +0 -1
  378. data/materials/utopia.png +0 -0
  379. data/materials/utopia.svg +0 -1
  380. data/setup/site/.yarnrc +0 -1
  381. data/spec/mock_node.rb +0 -16
  382. data/spec/spec_helper.rb +0 -13
  383. data/spec/utopia/command_spec.rb +0 -164
  384. data/spec/utopia/content/document_spec.rb +0 -60
  385. data/spec/utopia/content/link_spec.rb +0 -47
  386. data/spec/utopia/content/links/foo/index.xnode +0 -0
  387. data/spec/utopia/content/links/foo/links.yaml +0 -2
  388. data/spec/utopia/content/links/foo/test.de.xnode +0 -0
  389. data/spec/utopia/content/links/foo/test.en.xnode +0 -0
  390. data/spec/utopia/content/links/links.yaml +0 -9
  391. data/spec/utopia/content/links/welcome.xnode +0 -0
  392. data/spec/utopia/content/links_spec.rb +0 -101
  393. data/spec/utopia/content/localized/five/index.en.xnode +0 -0
  394. data/spec/utopia/content/localized/four/index.en.xnode +0 -0
  395. data/spec/utopia/content/localized/four/index.zh.xnode +0 -0
  396. data/spec/utopia/content/localized/four/links.yaml +0 -4
  397. data/spec/utopia/content/localized/links.yaml +0 -16
  398. data/spec/utopia/content/localized/one.xnode +0 -0
  399. data/spec/utopia/content/localized/three/index.xnode +0 -0
  400. data/spec/utopia/content/localized/two.en.xnode +0 -0
  401. data/spec/utopia/content/localized/two.zh.xnode +0 -0
  402. data/spec/utopia/content/markup_spec.rb +0 -96
  403. data/spec/utopia/content/namespace_spec.rb +0 -45
  404. data/spec/utopia/content/node/lookup/content.xnode +0 -1
  405. data/spec/utopia/content/node/lookup/index.xnode +0 -1
  406. data/spec/utopia/content/node/ordered/first.xnode +0 -0
  407. data/spec/utopia/content/node/ordered/index.xnode +0 -0
  408. data/spec/utopia/content/node/ordered/links.yaml +0 -4
  409. data/spec/utopia/content/node/ordered/second.xnode +0 -0
  410. data/spec/utopia/content/node/related/foo.en.xnode +0 -0
  411. data/spec/utopia/content/node/related/foo.ja.xnode +0 -0
  412. data/spec/utopia/content/node/related/links.yaml +0 -4
  413. data/spec/utopia/content/node_spec.rb +0 -97
  414. data/spec/utopia/content/response_spec.rb +0 -54
  415. data/spec/utopia/content/tags_spec.rb +0 -82
  416. data/spec/utopia/content_spec.rb +0 -100
  417. data/spec/utopia/content_spec.ru +0 -6
  418. data/spec/utopia/content_spec/_heading.xnode +0 -1
  419. data/spec/utopia/content_spec/content/_show-value.xnode +0 -1
  420. data/spec/utopia/content_spec/content/links.yaml +0 -2
  421. data/spec/utopia/content_spec/content/test-partial.xnode +0 -1
  422. data/spec/utopia/content_spec/index.xnode +0 -1
  423. data/spec/utopia/content_spec/node/index.xnode +0 -1
  424. data/spec/utopia/content_spec/test.xnode +0 -10
  425. data/spec/utopia/controller/actions_spec.rb +0 -62
  426. data/spec/utopia/controller/middleware_spec.rb +0 -88
  427. data/spec/utopia/controller/middleware_spec.ru +0 -6
  428. data/spec/utopia/controller/middleware_spec/controller/controller.rb +0 -27
  429. data/spec/utopia/controller/middleware_spec/controller/index.xnode +0 -1
  430. data/spec/utopia/controller/middleware_spec/controller/nested/controller.rb +0 -7
  431. data/spec/utopia/controller/middleware_spec/empty/controller.rb +0 -0
  432. data/spec/utopia/controller/middleware_spec/redirect/controller.rb +0 -12
  433. data/spec/utopia/controller/middleware_spec/redirect/test/controller.rb +0 -9
  434. data/spec/utopia/controller/respond_spec.rb +0 -174
  435. data/spec/utopia/controller/respond_spec.ru +0 -12
  436. data/spec/utopia/controller/respond_spec/api/controller.rb +0 -28
  437. data/spec/utopia/controller/respond_spec/errors/controller.rb +0 -14
  438. data/spec/utopia/controller/respond_spec/errors/file-not-found.xnode +0 -8
  439. data/spec/utopia/controller/respond_spec/html/controller.rb +0 -11
  440. data/spec/utopia/controller/respond_spec/rewrite/controller.rb +0 -13
  441. data/spec/utopia/controller/rewrite_spec.rb +0 -80
  442. data/spec/utopia/controller/sequence_spec.rb +0 -135
  443. data/spec/utopia/controller/variables_spec.rb +0 -59
  444. data/spec/utopia/controller/websocket_spec.rb +0 -68
  445. data/spec/utopia/controller/websocket_spec.ru +0 -5
  446. data/spec/utopia/controller/websocket_spec/server/controller.rb +0 -11
  447. data/spec/utopia/exceptions/handler_spec.rb +0 -47
  448. data/spec/utopia/exceptions/handler_spec.ru +0 -8
  449. data/spec/utopia/exceptions/handler_spec/controller.rb +0 -19
  450. data/spec/utopia/exceptions/mailer_spec.rb +0 -43
  451. data/spec/utopia/exceptions/mailer_spec.ru +0 -10
  452. data/spec/utopia/extensions_spec.rb +0 -73
  453. data/spec/utopia/http/status_spec.rb +0 -44
  454. data/spec/utopia/locale_spec.rb +0 -58
  455. data/spec/utopia/localization_spec.rb +0 -92
  456. data/spec/utopia/localization_spec.ru +0 -15
  457. data/spec/utopia/localization_spec/controller.rb +0 -21
  458. data/spec/utopia/localization_spec/localized.de.txt +0 -1
  459. data/spec/utopia/localization_spec/localized.en.txt +0 -1
  460. data/spec/utopia/localization_spec/localized.ja.txt +0 -1
  461. data/spec/utopia/localization_spec/test.txt +0 -1
  462. data/spec/utopia/middleware_spec.rb +0 -31
  463. data/spec/utopia/path/matcher_spec.rb +0 -66
  464. data/spec/utopia/path_spec.rb +0 -162
  465. data/spec/utopia/performance_spec.rb +0 -92
  466. data/spec/utopia/performance_spec/cache/head/readme.txt +0 -1
  467. data/spec/utopia/performance_spec/cache/meta/readme.txt +0 -1
  468. data/spec/utopia/performance_spec/config.ru +0 -35
  469. data/spec/utopia/performance_spec/lib/readme.txt +0 -1
  470. data/spec/utopia/performance_spec/pages/_heading.xnode +0 -2
  471. data/spec/utopia/performance_spec/pages/_page.xnode +0 -26
  472. data/spec/utopia/performance_spec/pages/api/controller.rb +0 -8
  473. data/spec/utopia/performance_spec/pages/errors/exception.xnode +0 -5
  474. data/spec/utopia/performance_spec/pages/errors/file-not-found.xnode +0 -5
  475. data/spec/utopia/performance_spec/pages/links.yaml +0 -2
  476. data/spec/utopia/performance_spec/pages/welcome/index.xnode +0 -17
  477. data/spec/utopia/rack_helper.rb +0 -32
  478. data/spec/utopia/redirection_spec.rb +0 -77
  479. data/spec/utopia/redirection_spec.ru +0 -27
  480. data/spec/utopia/session_spec.rb +0 -189
  481. data/spec/utopia/session_spec.ru +0 -24
  482. data/spec/utopia/setup_spec.rb +0 -56
  483. data/spec/utopia/static_spec.rb +0 -49
  484. data/spec/utopia/static_spec.ru +0 -5
  485. data/spec/utopia/static_spec/test.txt +0 -1
  486. data/utopia.gemspec +0 -52
metadata CHANGED
@@ -1,99 +1,99 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.13.4
4
+ version: 2.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-18 00:00:00.000000000 Z
11
+ date: 2020-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: trenni
14
+ name: concurrent-ruby
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.0'
19
+ version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.0'
26
+ version: '1.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: mime-types
28
+ name: console
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '3.0'
33
+ version: '1.0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '3.0'
40
+ version: '1.0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: msgpack
42
+ name: http-accept
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '2.1'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '2.1'
55
55
  - !ruby/object:Gem::Dependency
56
- name: samovar
56
+ name: mail
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '2.1'
61
+ version: '2.6'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '2.1'
68
+ version: '2.6'
69
69
  - !ruby/object:Gem::Dependency
70
- name: console
70
+ name: mime-types
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '1.0'
75
+ version: '3.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '1.0'
82
+ version: '3.0'
83
83
  - !ruby/object:Gem::Dependency
84
- name: variant
84
+ name: msgpack
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '0.1'
89
+ version: '0'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: '0.1'
96
+ version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rack
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -109,7 +109,7 @@ dependencies:
109
109
  - !ruby/object:Gem::Version
110
110
  version: '2.2'
111
111
  - !ruby/object:Gem::Dependency
112
- name: http-accept
112
+ name: samovar
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - "~>"
@@ -123,33 +123,61 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '2.1'
125
125
  - !ruby/object:Gem::Dependency
126
- name: mail
126
+ name: trenni
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: '2.6'
131
+ version: '3.0'
132
132
  type: :runtime
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: '2.6'
138
+ version: '3.0'
139
139
  - !ruby/object:Gem::Dependency
140
- name: concurrent-ruby
140
+ name: variant
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: '1.0'
145
+ version: '0.1'
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: '1.0'
152
+ version: '0.1'
153
+ - !ruby/object:Gem::Dependency
154
+ name: async-rspec
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - ">="
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: async-websocket
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - ">="
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - ">="
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
153
181
  - !ruby/object:Gem::Dependency
154
182
  name: bake
155
183
  requirement: !ruby/object:Gem::Requirement
@@ -165,7 +193,7 @@ dependencies:
165
193
  - !ruby/object:Gem::Version
166
194
  version: '0'
167
195
  - !ruby/object:Gem::Dependency
168
- name: falcon
196
+ name: bake-bundler
169
197
  requirement: !ruby/object:Gem::Requirement
170
198
  requirements:
171
199
  - - ">="
@@ -179,7 +207,7 @@ dependencies:
179
207
  - !ruby/object:Gem::Version
180
208
  version: '0'
181
209
  - !ruby/object:Gem::Dependency
182
- name: async-rspec
210
+ name: bake-modernize
183
211
  requirement: !ruby/object:Gem::Requirement
184
212
  requirements:
185
213
  - - ">="
@@ -193,7 +221,7 @@ dependencies:
193
221
  - !ruby/object:Gem::Version
194
222
  version: '0'
195
223
  - !ruby/object:Gem::Dependency
196
- name: async-websocket
224
+ name: bundler
197
225
  requirement: !ruby/object:Gem::Requirement
198
226
  requirements:
199
227
  - - ">="
@@ -221,7 +249,7 @@ dependencies:
221
249
  - !ruby/object:Gem::Version
222
250
  version: '0'
223
251
  - !ruby/object:Gem::Dependency
224
- name: bundler
252
+ name: falcon
225
253
  requirement: !ruby/object:Gem::Requirement
226
254
  requirements:
227
255
  - - ">="
@@ -249,7 +277,7 @@ dependencies:
249
277
  - !ruby/object:Gem::Version
250
278
  version: '3.6'
251
279
  - !ruby/object:Gem::Dependency
252
- name: bake-bundler
280
+ name: utopia-project
253
281
  requirement: !ruby/object:Gem::Requirement
254
282
  requirements:
255
283
  - - ">="
@@ -262,373 +290,28 @@ dependencies:
262
290
  - - ">="
263
291
  - !ruby/object:Gem::Version
264
292
  version: '0'
265
- description: "\t\tUtopia is a website generation framework which provides a robust
266
- set of tools\n\t\tto build highly complex dynamic websites. It uses the filesystem
267
- heavily for\n\t\tcontent and provides frameworks for interacting with files and
268
- directories as\n\t\tstructure representing the website.\n"
269
- email:
270
- - samuel.williams@oriontransfer.co.nz
293
+ description:
294
+ email:
271
295
  executables:
272
296
  - utopia
273
297
  extensions: []
274
298
  extra_rdoc_files: []
275
299
  files:
276
- - ".codeclimate.yml"
277
- - ".gitignore"
278
- - ".rspec"
279
- - ".travis.yml"
280
- - ".yardopts"
281
- - Gemfile
282
- - README.md
283
- - Rakefile
284
300
  - bake/utopia.rb
301
+ - bake/utopia/node.rb
285
302
  - bake/utopia/shell.rb
286
303
  - bake/utopia/static.rb
287
304
  - bake/utopia/test.rb
288
- - bake/utopia/yarn.rb
289
- - benchmark/call_vs_check.rb
290
- - benchmark/const_vs_hash.rb
291
- - benchmark/hash_vs_openstruct.rb
292
- - benchmark/string_vs_symbol.rb
293
- - benchmark/struct_vs_class.rb
294
305
  - bin/utopia
295
- - docs/.nojekyll
296
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.apache.css
297
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css
298
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css
299
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.bash-script.css
300
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.bash.css
301
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.clang.css
302
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.css.css
303
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.diff.css
304
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.html.css
305
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.ocaml.css
306
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.protobuf.css
307
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.python.css
308
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css
309
- - docs/_components/jquery-syntax/base/jquery.syntax.brush.xml.css
310
- - docs/_components/jquery-syntax/base/jquery.syntax.core.css
311
- - docs/_components/jquery-syntax/base/jquery.syntax.editor.css
312
- - docs/_components/jquery-syntax/base/theme.js
313
- - docs/_components/jquery-syntax/bright/jquery.syntax.core.css
314
- - docs/_components/jquery-syntax/bright/theme.js
315
- - docs/_components/jquery-syntax/jquery.syntax.brush.apache.js
316
- - docs/_components/jquery-syntax/jquery.syntax.brush.applescript.js
317
- - docs/_components/jquery-syntax/jquery.syntax.brush.assembly.js
318
- - docs/_components/jquery-syntax/jquery.syntax.brush.bash-script.js
319
- - docs/_components/jquery-syntax/jquery.syntax.brush.bash.js
320
- - docs/_components/jquery-syntax/jquery.syntax.brush.basic.js
321
- - docs/_components/jquery-syntax/jquery.syntax.brush.clang.js
322
- - docs/_components/jquery-syntax/jquery.syntax.brush.csharp.js
323
- - docs/_components/jquery-syntax/jquery.syntax.brush.css.js
324
- - docs/_components/jquery-syntax/jquery.syntax.brush.diff.js
325
- - docs/_components/jquery-syntax/jquery.syntax.brush.go.js
326
- - docs/_components/jquery-syntax/jquery.syntax.brush.haskell.js
327
- - docs/_components/jquery-syntax/jquery.syntax.brush.html.js
328
- - docs/_components/jquery-syntax/jquery.syntax.brush.io.js
329
- - docs/_components/jquery-syntax/jquery.syntax.brush.java.js
330
- - docs/_components/jquery-syntax/jquery.syntax.brush.javascript.js
331
- - docs/_components/jquery-syntax/jquery.syntax.brush.kai.js
332
- - docs/_components/jquery-syntax/jquery.syntax.brush.lisp.js
333
- - docs/_components/jquery-syntax/jquery.syntax.brush.lua.js
334
- - docs/_components/jquery-syntax/jquery.syntax.brush.nginx.js
335
- - docs/_components/jquery-syntax/jquery.syntax.brush.ocaml.js
336
- - docs/_components/jquery-syntax/jquery.syntax.brush.ooc.js
337
- - docs/_components/jquery-syntax/jquery.syntax.brush.pascal.js
338
- - docs/_components/jquery-syntax/jquery.syntax.brush.perl5.js
339
- - docs/_components/jquery-syntax/jquery.syntax.brush.php-script.js
340
- - docs/_components/jquery-syntax/jquery.syntax.brush.php.js
341
- - docs/_components/jquery-syntax/jquery.syntax.brush.plain.js
342
- - docs/_components/jquery-syntax/jquery.syntax.brush.protobuf.js
343
- - docs/_components/jquery-syntax/jquery.syntax.brush.python.js
344
- - docs/_components/jquery-syntax/jquery.syntax.brush.ruby.js
345
- - docs/_components/jquery-syntax/jquery.syntax.brush.scala.js
346
- - docs/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js
347
- - docs/_components/jquery-syntax/jquery.syntax.brush.sql.js
348
- - docs/_components/jquery-syntax/jquery.syntax.brush.super-collider.js
349
- - docs/_components/jquery-syntax/jquery.syntax.brush.swift.js
350
- - docs/_components/jquery-syntax/jquery.syntax.brush.trenni.js
351
- - docs/_components/jquery-syntax/jquery.syntax.brush.xml.js
352
- - docs/_components/jquery-syntax/jquery.syntax.brush.yaml.js
353
- - docs/_components/jquery-syntax/jquery.syntax.cache.js
354
- - docs/_components/jquery-syntax/jquery.syntax.core.js
355
- - docs/_components/jquery-syntax/jquery.syntax.editor.js
356
- - docs/_components/jquery-syntax/jquery.syntax.js
357
- - docs/_components/jquery-syntax/jquery.syntax.min.js
358
- - docs/_components/jquery-syntax/paper/jquery.syntax.core.css
359
- - docs/_components/jquery-syntax/paper/theme.js
360
- - docs/_components/jquery/core.js
361
- - docs/_components/jquery/jquery.js
362
- - docs/_components/jquery/jquery.min.js
363
- - docs/_components/jquery/jquery.min.map
364
- - docs/_components/jquery/jquery.slim.js
365
- - docs/_components/jquery/jquery.slim.min.js
366
- - docs/_components/jquery/jquery.slim.min.map
367
- - docs/_static/icon.png
368
- - docs/_static/site.css
369
- - docs/_static/utopia-background.svg
370
- - docs/_static/utopia.svg
371
- - docs/code/Utopia.html
372
- - docs/code/Utopia/Basename.html
373
- - docs/code/Utopia/Bootstrap.html
374
- - docs/code/Utopia/Command.html
375
- - docs/code/Utopia/Command/Environment.html
376
- - docs/code/Utopia/Command/Server.html
377
- - docs/code/Utopia/Command/Server/Create.html
378
- - docs/code/Utopia/Command/Server/Environment.html
379
- - docs/code/Utopia/Command/Server/Update.html
380
- - docs/code/Utopia/Command/Setup.html
381
- - docs/code/Utopia/Command/Setup/Server.html
382
- - docs/code/Utopia/Command/Setup/Site.html
383
- - docs/code/Utopia/Command/Site.html
384
- - docs/code/Utopia/Command/Site/Create.html
385
- - docs/code/Utopia/Command/Site/Update.html
386
- - docs/code/Utopia/Command/Top.html
387
- - docs/code/Utopia/Content.html
388
- - docs/code/Utopia/Content/Document.html
389
- - docs/code/Utopia/Content/Document/State.html
390
- - docs/code/Utopia/Content/Link.html
391
- - docs/code/Utopia/Content/Links.html
392
- - docs/code/Utopia/Content/MarkupParser.html
393
- - docs/code/Utopia/Content/MarkupParser/ParsedTag.html
394
- - docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html
395
- - docs/code/Utopia/Content/Namespace.html
396
- - docs/code/Utopia/Content/Node.html
397
- - docs/code/Utopia/Content/Node/Context.html
398
- - docs/code/Utopia/Content/Response.html
399
- - docs/code/Utopia/Content/SymbolicHash.html
400
- - docs/code/Utopia/Content/Tag.html
401
- - docs/code/Utopia/Content/Tags.html
402
- - docs/code/Utopia/Content/Tags/ContentTag.html
403
- - docs/code/Utopia/Content/Tags/DeferredTag.html
404
- - docs/code/Utopia/Content/Tags/Library.html
405
- - docs/code/Utopia/Content/Tags/NodeTag.html
406
- - docs/code/Utopia/Content/UnbalancedTagError.html
407
- - docs/code/Utopia/ContentLength.html
408
- - docs/code/Utopia/Controller.html
409
- - docs/code/Utopia/Controller/Actions.html
410
- - docs/code/Utopia/Controller/Actions/Action.html
411
- - docs/code/Utopia/Controller/Actions/ClassMethods.html
412
- - docs/code/Utopia/Controller/Base.html
413
- - docs/code/Utopia/Controller/Respond.html
414
- - docs/code/Utopia/Controller/Respond/ClassMethods.html
415
- - docs/code/Utopia/Controller/Respond/Converter.html
416
- - docs/code/Utopia/Controller/Respond/Converter/Callback.html
417
- - docs/code/Utopia/Controller/Respond/Converter/ToJSON.html
418
- - docs/code/Utopia/Controller/Respond/Passthrough.html
419
- - docs/code/Utopia/Controller/Respond/Responder.html
420
- - docs/code/Utopia/Controller/Rewrite.html
421
- - docs/code/Utopia/Controller/Rewrite/ClassMethods.html
422
- - docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html
423
- - docs/code/Utopia/Controller/Rewrite/Rewriter.html
424
- - docs/code/Utopia/Controller/Rewrite/Rule.html
425
- - docs/code/Utopia/Controller/Variables.html
426
- - docs/code/Utopia/Controllers.html
427
- - docs/code/Utopia/Exceptions.html
428
- - docs/code/Utopia/Exceptions/Handler.html
429
- - docs/code/Utopia/Exceptions/Mailer.html
430
- - docs/code/Utopia/Extensions.html
431
- - docs/code/Utopia/Extensions/ArraySplit.html
432
- - docs/code/Utopia/Extensions/DateTimeComparison.html
433
- - docs/code/Utopia/Extensions/TimeDateComparison.html
434
- - docs/code/Utopia/HTTP.html
435
- - docs/code/Utopia/HTTP/Status.html
436
- - docs/code/Utopia/Locale.html
437
- - docs/code/Utopia/Localization.html
438
- - docs/code/Utopia/Localization/Wrapper.html
439
- - docs/code/Utopia/Logger.html
440
- - docs/code/Utopia/Logger/CompactFormatter.html
441
- - docs/code/Utopia/Path.html
442
- - docs/code/Utopia/Path/Matcher.html
443
- - docs/code/Utopia/Path/Matcher/MatchData.html
444
- - docs/code/Utopia/Redirection.html
445
- - docs/code/Utopia/Redirection/ClientRedirect.html
446
- - docs/code/Utopia/Redirection/DirectoryIndex.html
447
- - docs/code/Utopia/Redirection/Errors.html
448
- - docs/code/Utopia/Redirection/Moved.html
449
- - docs/code/Utopia/Redirection/RequestFailure.html
450
- - docs/code/Utopia/Redirection/Rewrite.html
451
- - docs/code/Utopia/Session.html
452
- - docs/code/Utopia/Session/LazyHash.html
453
- - docs/code/Utopia/Setup.html
454
- - docs/code/Utopia/Static.html
455
- - docs/code/Utopia/Static/LocalFile.html
456
- - docs/code/Utopia/Static/MimeTypeLoader.html
457
- - docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html
458
- - docs/code/Utopia/Tags.html
459
- - docs/code/Utopia/Tags/Environment.html
460
- - docs/code/Utopia/Tags/EnvironmentTag.html
461
- - docs/code/Utopia/Tags/Library.html
462
- - docs/code/_index.html
463
- - docs/code/class_list.html
464
- - docs/code/css/common.css
465
- - docs/code/css/full_list.css
466
- - docs/code/css/style.css
467
- - docs/code/file.README.html
468
- - docs/code/file_list.html
469
- - docs/code/frames.html
470
- - docs/code/index.html
471
- - docs/code/js/app.js
472
- - docs/code/js/full_list.js
473
- - docs/code/js/jquery.js
474
- - docs/code/materials/utopia.png
475
- - docs/code/materials/utopia.svg
476
- - docs/code/method_list.html
477
- - docs/code/top-level-namespace.html
478
- - docs/index.html
479
- - docs/wiki.html
480
- - docs/wiki/development-environment-setup.html
481
- - docs/wiki/development-environment-setup/index.html
482
- - docs/wiki/edit.html
483
- - docs/wiki/faq/what-is-xnode.html
484
- - docs/wiki/faq/what-is-xnode/index.html
485
- - docs/wiki/javascript.html
486
- - docs/wiki/javascript/index.html
487
- - docs/wiki/middleware/content.html
488
- - docs/wiki/middleware/content/index.html
489
- - docs/wiki/middleware/controller.html
490
- - docs/wiki/middleware/controller/actions.html
491
- - docs/wiki/middleware/controller/actions/index.html
492
- - docs/wiki/middleware/controller/actions/rewrite/index.html
493
- - docs/wiki/middleware/controller/index.html
494
- - docs/wiki/middleware/controller/rewrite.html
495
- - docs/wiki/middleware/controller/rewrite/index.html
496
- - docs/wiki/middleware/localization.html
497
- - docs/wiki/middleware/localization/index.html
498
- - docs/wiki/middleware/redirection.html
499
- - docs/wiki/middleware/redirection/index.html
500
- - docs/wiki/middleware/session.html
501
- - docs/wiki/middleware/session/index.html
502
- - docs/wiki/middleware/static.html
503
- - docs/wiki/middleware/static/index.html
504
- - docs/wiki/server-setup.html
505
- - docs/wiki/server-setup/index.html
506
- - docs/wiki/testing.html
507
- - docs/wiki/testing/index.html
508
- - docs/wiki/updating-utopia.html
509
- - docs/wiki/updating-utopia/index.html
510
- - docs/wiki/your-first-page.html
511
- - docs/wiki/your-first-page/index.html
512
- - documentation/.rspec
513
- - documentation/.yarnrc
514
- - documentation/Gemfile
515
- - documentation/Guardfile
516
- - documentation/Rakefile
517
- - documentation/config.ru
518
- - documentation/config/README.md
519
- - documentation/config/environment.rb
520
- - documentation/lib/readme.txt
521
- - documentation/pages/_editor.xnode
522
- - documentation/pages/_heading.xnode
523
- - documentation/pages/_page.xnode
524
- - documentation/pages/errors/exception.xnode
525
- - documentation/pages/errors/file-not-found.xnode
526
- - documentation/pages/links.yaml
527
- - documentation/pages/wiki/_listing.xnode
528
- - documentation/pages/wiki/_navigation.xnode
529
- - documentation/pages/wiki/content.md
530
- - documentation/pages/wiki/controller.rb
531
- - documentation/pages/wiki/development-environment-setup/content.md
532
- - documentation/pages/wiki/edit.xnode
533
- - documentation/pages/wiki/faq/what-is-xnode/content.md
534
- - documentation/pages/wiki/javascript/content.md
535
- - documentation/pages/wiki/links.yaml
536
- - documentation/pages/wiki/middleware/content/content.md
537
- - documentation/pages/wiki/middleware/controller/actions/content.md
538
- - documentation/pages/wiki/middleware/controller/content.md
539
- - documentation/pages/wiki/middleware/controller/links.yaml
540
- - documentation/pages/wiki/middleware/controller/rewrite/content.md
541
- - documentation/pages/wiki/middleware/localization/content.md
542
- - documentation/pages/wiki/middleware/redirection/content.md
543
- - documentation/pages/wiki/middleware/session/content.md
544
- - documentation/pages/wiki/middleware/static/content.md
545
- - documentation/pages/wiki/server-setup/content.md
546
- - documentation/pages/wiki/show.xnode
547
- - documentation/pages/wiki/testing/content.md
548
- - documentation/pages/wiki/updating-utopia/content.md
549
- - documentation/pages/wiki/your-first-page/content.md
550
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css
551
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css
552
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css
553
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.bash-script.css
554
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.bash.css
555
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.clang.css
556
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.css.css
557
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.diff.css
558
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.html.css
559
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.ocaml.css
560
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.protobuf.css
561
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.python.css
562
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css
563
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.xml.css
564
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.core.css
565
- - documentation/public/_components/jquery-syntax/base/jquery.syntax.editor.css
566
- - documentation/public/_components/jquery-syntax/base/theme.js
567
- - documentation/public/_components/jquery-syntax/bright/jquery.syntax.core.css
568
- - documentation/public/_components/jquery-syntax/bright/theme.js
569
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.apache.js
570
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.applescript.js
571
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.assembly.js
572
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.bash-script.js
573
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.bash.js
574
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.basic.js
575
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.clang.js
576
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.csharp.js
577
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.css.js
578
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.diff.js
579
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.go.js
580
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.haskell.js
581
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.html.js
582
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.io.js
583
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.java.js
584
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.javascript.js
585
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.kai.js
586
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
587
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.lua.js
588
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.nginx.js
589
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.ocaml.js
590
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.ooc.js
591
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.pascal.js
592
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.perl5.js
593
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.php-script.js
594
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.php.js
595
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.plain.js
596
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.protobuf.js
597
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.python.js
598
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.ruby.js
599
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.scala.js
600
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js
601
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.sql.js
602
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.super-collider.js
603
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.swift.js
604
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
605
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.xml.js
606
- - documentation/public/_components/jquery-syntax/jquery.syntax.brush.yaml.js
607
- - documentation/public/_components/jquery-syntax/jquery.syntax.cache.js
608
- - documentation/public/_components/jquery-syntax/jquery.syntax.core.js
609
- - documentation/public/_components/jquery-syntax/jquery.syntax.editor.js
610
- - documentation/public/_components/jquery-syntax/jquery.syntax.js
611
- - documentation/public/_components/jquery-syntax/jquery.syntax.min.js
612
- - documentation/public/_components/jquery-syntax/paper/jquery.syntax.core.css
613
- - documentation/public/_components/jquery-syntax/paper/theme.js
614
- - documentation/public/_components/jquery/core.js
615
- - documentation/public/_components/jquery/jquery.js
616
- - documentation/public/_components/jquery/jquery.min.js
617
- - documentation/public/_components/jquery/jquery.min.map
618
- - documentation/public/_components/jquery/jquery.slim.js
619
- - documentation/public/_components/jquery/jquery.slim.min.js
620
- - documentation/public/_components/jquery/jquery.slim.min.map
621
- - documentation/public/_static
622
- - documentation/public/materials
623
- - documentation/spec/website_context.rb
624
- - documentation/spec/website_spec.rb
625
- - documentation/tasks
306
+ - lib/.DS_Store
626
307
  - lib/utopia.rb
308
+ - lib/utopia/.DS_Store
627
309
  - lib/utopia/command.rb
628
310
  - lib/utopia/command/environment.rb
629
311
  - lib/utopia/command/server.rb
630
312
  - lib/utopia/command/site.rb
631
313
  - lib/utopia/content.rb
314
+ - lib/utopia/content/.DS_Store
632
315
  - lib/utopia/content/document.rb
633
316
  - lib/utopia/content/link.rb
634
317
  - lib/utopia/content/links.rb
@@ -639,6 +322,7 @@ files:
639
322
  - lib/utopia/content/tags.rb
640
323
  - lib/utopia/content_length.rb
641
324
  - lib/utopia/controller.rb
325
+ - lib/utopia/controller/.DS_Store
642
326
  - lib/utopia/controller/actions.rb
643
327
  - lib/utopia/controller/base.rb
644
328
  - lib/utopia/controller/respond.rb
@@ -657,6 +341,7 @@ files:
657
341
  - lib/utopia/path.rb
658
342
  - lib/utopia/path/matcher.rb
659
343
  - lib/utopia/redirection.rb
344
+ - lib/utopia/responder.rb
660
345
  - lib/utopia/session.rb
661
346
  - lib/utopia/session/lazy_hash.rb
662
347
  - lib/utopia/session/serialization.rb
@@ -666,12 +351,12 @@ files:
666
351
  - lib/utopia/static/local_file.rb
667
352
  - lib/utopia/static/mime_types.rb
668
353
  - lib/utopia/version.rb
669
- - materials/utopia.png
670
- - materials/utopia.svg
354
+ - setup/.DS_Store
355
+ - setup/server/.DS_Store
671
356
  - setup/server/git/hooks/post-receive
357
+ - setup/site/.DS_Store
672
358
  - setup/site/.gitignore
673
359
  - setup/site/.rspec
674
- - setup/site/.yarnrc
675
360
  - setup/site/Gemfile
676
361
  - setup/site/Guardfile
677
362
  - setup/site/README.md
@@ -681,12 +366,14 @@ files:
681
366
  - setup/site/config/environment.rb
682
367
  - setup/site/falcon.rb
683
368
  - setup/site/lib/readme.txt
369
+ - setup/site/pages/.DS_Store
684
370
  - setup/site/pages/_heading.xnode
685
371
  - setup/site/pages/_page.xnode
686
372
  - setup/site/pages/errors/exception.xnode
687
373
  - setup/site/pages/errors/file-not-found.xnode
688
374
  - setup/site/pages/links.yaml
689
375
  - setup/site/pages/welcome/index.xnode
376
+ - setup/site/public/.DS_Store
690
377
  - setup/site/public/_static/icon.png
691
378
  - setup/site/public/_static/site.css
692
379
  - setup/site/public/_static/utopia-background.svg
@@ -695,116 +382,12 @@ files:
695
382
  - setup/site/spec/spec_helper.rb
696
383
  - setup/site/spec/website_context.rb
697
384
  - setup/site/spec/website_spec.rb
698
- - spec/mock_node.rb
699
- - spec/spec_helper.rb
700
- - spec/utopia/command_spec.rb
701
- - spec/utopia/content/document_spec.rb
702
- - spec/utopia/content/link_spec.rb
703
- - spec/utopia/content/links/foo/index.xnode
704
- - spec/utopia/content/links/foo/links.yaml
705
- - spec/utopia/content/links/foo/test.de.xnode
706
- - spec/utopia/content/links/foo/test.en.xnode
707
- - spec/utopia/content/links/links.yaml
708
- - spec/utopia/content/links/welcome.xnode
709
- - spec/utopia/content/links_spec.rb
710
- - spec/utopia/content/localized/five/index.en.xnode
711
- - spec/utopia/content/localized/four/index.en.xnode
712
- - spec/utopia/content/localized/four/index.zh.xnode
713
- - spec/utopia/content/localized/four/links.yaml
714
- - spec/utopia/content/localized/links.yaml
715
- - spec/utopia/content/localized/one.xnode
716
- - spec/utopia/content/localized/three/index.xnode
717
- - spec/utopia/content/localized/two.en.xnode
718
- - spec/utopia/content/localized/two.zh.xnode
719
- - spec/utopia/content/markup_spec.rb
720
- - spec/utopia/content/namespace_spec.rb
721
- - spec/utopia/content/node/lookup/content.xnode
722
- - spec/utopia/content/node/lookup/index.xnode
723
- - spec/utopia/content/node/ordered/first.xnode
724
- - spec/utopia/content/node/ordered/index.xnode
725
- - spec/utopia/content/node/ordered/links.yaml
726
- - spec/utopia/content/node/ordered/second.xnode
727
- - spec/utopia/content/node/related/foo.en.xnode
728
- - spec/utopia/content/node/related/foo.ja.xnode
729
- - spec/utopia/content/node/related/links.yaml
730
- - spec/utopia/content/node_spec.rb
731
- - spec/utopia/content/response_spec.rb
732
- - spec/utopia/content/tags_spec.rb
733
- - spec/utopia/content_spec.rb
734
- - spec/utopia/content_spec.ru
735
- - spec/utopia/content_spec/_heading.xnode
736
- - spec/utopia/content_spec/content/_show-value.xnode
737
- - spec/utopia/content_spec/content/links.yaml
738
- - spec/utopia/content_spec/content/test-partial.xnode
739
- - spec/utopia/content_spec/index.xnode
740
- - spec/utopia/content_spec/node/index.xnode
741
- - spec/utopia/content_spec/test.xnode
742
- - spec/utopia/controller/actions_spec.rb
743
- - spec/utopia/controller/middleware_spec.rb
744
- - spec/utopia/controller/middleware_spec.ru
745
- - spec/utopia/controller/middleware_spec/controller/controller.rb
746
- - spec/utopia/controller/middleware_spec/controller/index.xnode
747
- - spec/utopia/controller/middleware_spec/controller/nested/controller.rb
748
- - spec/utopia/controller/middleware_spec/empty/controller.rb
749
- - spec/utopia/controller/middleware_spec/redirect/controller.rb
750
- - spec/utopia/controller/middleware_spec/redirect/test/controller.rb
751
- - spec/utopia/controller/respond_spec.rb
752
- - spec/utopia/controller/respond_spec.ru
753
- - spec/utopia/controller/respond_spec/api/controller.rb
754
- - spec/utopia/controller/respond_spec/errors/controller.rb
755
- - spec/utopia/controller/respond_spec/errors/file-not-found.xnode
756
- - spec/utopia/controller/respond_spec/html/controller.rb
757
- - spec/utopia/controller/respond_spec/rewrite/controller.rb
758
- - spec/utopia/controller/rewrite_spec.rb
759
- - spec/utopia/controller/sequence_spec.rb
760
- - spec/utopia/controller/variables_spec.rb
761
- - spec/utopia/controller/websocket_spec.rb
762
- - spec/utopia/controller/websocket_spec.ru
763
- - spec/utopia/controller/websocket_spec/server/controller.rb
764
- - spec/utopia/exceptions/handler_spec.rb
765
- - spec/utopia/exceptions/handler_spec.ru
766
- - spec/utopia/exceptions/handler_spec/controller.rb
767
- - spec/utopia/exceptions/mailer_spec.rb
768
- - spec/utopia/exceptions/mailer_spec.ru
769
- - spec/utopia/extensions_spec.rb
770
- - spec/utopia/http/status_spec.rb
771
- - spec/utopia/locale_spec.rb
772
- - spec/utopia/localization_spec.rb
773
- - spec/utopia/localization_spec.ru
774
- - spec/utopia/localization_spec/controller.rb
775
- - spec/utopia/localization_spec/localized.de.txt
776
- - spec/utopia/localization_spec/localized.en.txt
777
- - spec/utopia/localization_spec/localized.ja.txt
778
- - spec/utopia/localization_spec/test.txt
779
- - spec/utopia/middleware_spec.rb
780
- - spec/utopia/path/matcher_spec.rb
781
- - spec/utopia/path_spec.rb
782
- - spec/utopia/performance_spec.rb
783
- - spec/utopia/performance_spec/cache/head/readme.txt
784
- - spec/utopia/performance_spec/cache/meta/readme.txt
785
- - spec/utopia/performance_spec/config.ru
786
- - spec/utopia/performance_spec/lib/readme.txt
787
- - spec/utopia/performance_spec/pages/_heading.xnode
788
- - spec/utopia/performance_spec/pages/_page.xnode
789
- - spec/utopia/performance_spec/pages/api/controller.rb
790
- - spec/utopia/performance_spec/pages/errors/exception.xnode
791
- - spec/utopia/performance_spec/pages/errors/file-not-found.xnode
792
- - spec/utopia/performance_spec/pages/links.yaml
793
- - spec/utopia/performance_spec/pages/welcome/index.xnode
794
- - spec/utopia/rack_helper.rb
795
- - spec/utopia/redirection_spec.rb
796
- - spec/utopia/redirection_spec.ru
797
- - spec/utopia/session_spec.rb
798
- - spec/utopia/session_spec.ru
799
- - spec/utopia/setup_spec.rb
800
- - spec/utopia/static_spec.rb
801
- - spec/utopia/static_spec.ru
802
- - spec/utopia/static_spec/test.txt
803
- - utopia.gemspec
385
+ - setup/site/tmp/Gemfile
804
386
  homepage: https://github.com/ioquatix/utopia
805
387
  licenses:
806
388
  - MIT
807
- metadata: {}
389
+ metadata:
390
+ funding_uri: https://github.com/sponsors/ioquatix/
808
391
  post_install_message:
809
392
  rdoc_options: []
810
393
  require_paths:
@@ -824,109 +407,4 @@ rubygems_version: 3.1.2
824
407
  signing_key:
825
408
  specification_version: 4
826
409
  summary: Utopia is a framework for building dynamic content-driven websites.
827
- test_files:
828
- - spec/mock_node.rb
829
- - spec/spec_helper.rb
830
- - spec/utopia/command_spec.rb
831
- - spec/utopia/content/document_spec.rb
832
- - spec/utopia/content/link_spec.rb
833
- - spec/utopia/content/links/foo/index.xnode
834
- - spec/utopia/content/links/foo/links.yaml
835
- - spec/utopia/content/links/foo/test.de.xnode
836
- - spec/utopia/content/links/foo/test.en.xnode
837
- - spec/utopia/content/links/links.yaml
838
- - spec/utopia/content/links/welcome.xnode
839
- - spec/utopia/content/links_spec.rb
840
- - spec/utopia/content/localized/five/index.en.xnode
841
- - spec/utopia/content/localized/four/index.en.xnode
842
- - spec/utopia/content/localized/four/index.zh.xnode
843
- - spec/utopia/content/localized/four/links.yaml
844
- - spec/utopia/content/localized/links.yaml
845
- - spec/utopia/content/localized/one.xnode
846
- - spec/utopia/content/localized/three/index.xnode
847
- - spec/utopia/content/localized/two.en.xnode
848
- - spec/utopia/content/localized/two.zh.xnode
849
- - spec/utopia/content/markup_spec.rb
850
- - spec/utopia/content/namespace_spec.rb
851
- - spec/utopia/content/node/lookup/content.xnode
852
- - spec/utopia/content/node/lookup/index.xnode
853
- - spec/utopia/content/node/ordered/first.xnode
854
- - spec/utopia/content/node/ordered/index.xnode
855
- - spec/utopia/content/node/ordered/links.yaml
856
- - spec/utopia/content/node/ordered/second.xnode
857
- - spec/utopia/content/node/related/foo.en.xnode
858
- - spec/utopia/content/node/related/foo.ja.xnode
859
- - spec/utopia/content/node/related/links.yaml
860
- - spec/utopia/content/node_spec.rb
861
- - spec/utopia/content/response_spec.rb
862
- - spec/utopia/content/tags_spec.rb
863
- - spec/utopia/content_spec.rb
864
- - spec/utopia/content_spec.ru
865
- - spec/utopia/content_spec/_heading.xnode
866
- - spec/utopia/content_spec/content/_show-value.xnode
867
- - spec/utopia/content_spec/content/links.yaml
868
- - spec/utopia/content_spec/content/test-partial.xnode
869
- - spec/utopia/content_spec/index.xnode
870
- - spec/utopia/content_spec/node/index.xnode
871
- - spec/utopia/content_spec/test.xnode
872
- - spec/utopia/controller/actions_spec.rb
873
- - spec/utopia/controller/middleware_spec.rb
874
- - spec/utopia/controller/middleware_spec.ru
875
- - spec/utopia/controller/middleware_spec/controller/controller.rb
876
- - spec/utopia/controller/middleware_spec/controller/index.xnode
877
- - spec/utopia/controller/middleware_spec/controller/nested/controller.rb
878
- - spec/utopia/controller/middleware_spec/empty/controller.rb
879
- - spec/utopia/controller/middleware_spec/redirect/controller.rb
880
- - spec/utopia/controller/middleware_spec/redirect/test/controller.rb
881
- - spec/utopia/controller/respond_spec.rb
882
- - spec/utopia/controller/respond_spec.ru
883
- - spec/utopia/controller/respond_spec/api/controller.rb
884
- - spec/utopia/controller/respond_spec/errors/controller.rb
885
- - spec/utopia/controller/respond_spec/errors/file-not-found.xnode
886
- - spec/utopia/controller/respond_spec/html/controller.rb
887
- - spec/utopia/controller/respond_spec/rewrite/controller.rb
888
- - spec/utopia/controller/rewrite_spec.rb
889
- - spec/utopia/controller/sequence_spec.rb
890
- - spec/utopia/controller/variables_spec.rb
891
- - spec/utopia/controller/websocket_spec.rb
892
- - spec/utopia/controller/websocket_spec.ru
893
- - spec/utopia/controller/websocket_spec/server/controller.rb
894
- - spec/utopia/exceptions/handler_spec.rb
895
- - spec/utopia/exceptions/handler_spec.ru
896
- - spec/utopia/exceptions/handler_spec/controller.rb
897
- - spec/utopia/exceptions/mailer_spec.rb
898
- - spec/utopia/exceptions/mailer_spec.ru
899
- - spec/utopia/extensions_spec.rb
900
- - spec/utopia/http/status_spec.rb
901
- - spec/utopia/locale_spec.rb
902
- - spec/utopia/localization_spec.rb
903
- - spec/utopia/localization_spec.ru
904
- - spec/utopia/localization_spec/controller.rb
905
- - spec/utopia/localization_spec/localized.de.txt
906
- - spec/utopia/localization_spec/localized.en.txt
907
- - spec/utopia/localization_spec/localized.ja.txt
908
- - spec/utopia/localization_spec/test.txt
909
- - spec/utopia/middleware_spec.rb
910
- - spec/utopia/path/matcher_spec.rb
911
- - spec/utopia/path_spec.rb
912
- - spec/utopia/performance_spec.rb
913
- - spec/utopia/performance_spec/cache/head/readme.txt
914
- - spec/utopia/performance_spec/cache/meta/readme.txt
915
- - spec/utopia/performance_spec/config.ru
916
- - spec/utopia/performance_spec/lib/readme.txt
917
- - spec/utopia/performance_spec/pages/_heading.xnode
918
- - spec/utopia/performance_spec/pages/_page.xnode
919
- - spec/utopia/performance_spec/pages/api/controller.rb
920
- - spec/utopia/performance_spec/pages/errors/exception.xnode
921
- - spec/utopia/performance_spec/pages/errors/file-not-found.xnode
922
- - spec/utopia/performance_spec/pages/links.yaml
923
- - spec/utopia/performance_spec/pages/welcome/index.xnode
924
- - spec/utopia/rack_helper.rb
925
- - spec/utopia/redirection_spec.rb
926
- - spec/utopia/redirection_spec.ru
927
- - spec/utopia/session_spec.rb
928
- - spec/utopia/session_spec.ru
929
- - spec/utopia/setup_spec.rb
930
- - spec/utopia/static_spec.rb
931
- - spec/utopia/static_spec.ru
932
- - spec/utopia/static_spec/test.txt
410
+ test_files: []