utopia 2.13.4 → 2.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (353) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/development.yml +62 -0
  3. data/README.md +3 -5
  4. data/bake/utopia/yarn.rb +4 -2
  5. data/docs/_components/jquery-litebox/jquery.litebox.css +23 -0
  6. data/docs/_components/jquery-litebox/jquery.litebox.gallery.css +48 -0
  7. data/docs/_components/jquery-litebox/jquery.litebox.js +30 -0
  8. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.apache.css +6 -0
  9. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.bash.css +4 -10
  10. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.clang.css +5 -2
  11. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.diff.css +8 -8
  12. data/docs/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css +1 -1
  13. data/docs/_components/jquery-syntax/base/jquery.syntax.core.css +43 -47
  14. data/docs/_components/jquery-syntax/jquery.syntax.brush.apache.js +3 -41
  15. data/docs/_components/jquery-syntax/jquery.syntax.brush.applescript.js +5 -57
  16. data/docs/_components/jquery-syntax/jquery.syntax.brush.assembly.js +3 -37
  17. data/docs/_components/jquery-syntax/jquery.syntax.brush.bash-script.js +4 -67
  18. data/docs/_components/jquery-syntax/jquery.syntax.brush.bash.js +2 -33
  19. data/docs/_components/jquery-syntax/jquery.syntax.brush.basic.js +5 -51
  20. data/docs/_components/jquery-syntax/jquery.syntax.brush.clang.js +5 -89
  21. data/docs/_components/jquery-syntax/jquery.syntax.brush.csharp.js +4 -47
  22. data/docs/_components/jquery-syntax/jquery.syntax.brush.css.js +5 -80
  23. data/docs/_components/jquery-syntax/jquery.syntax.brush.diff.js +2 -24
  24. data/docs/_components/jquery-syntax/jquery.syntax.brush.go.js +3 -47
  25. data/docs/_components/jquery-syntax/jquery.syntax.brush.haskell.js +3 -45
  26. data/docs/_components/jquery-syntax/jquery.syntax.brush.html.js +4 -66
  27. data/docs/_components/jquery-syntax/jquery.syntax.brush.io.js +3 -45
  28. data/docs/_components/jquery-syntax/jquery.syntax.brush.java.js +4 -45
  29. data/docs/_components/jquery-syntax/jquery.syntax.brush.javascript.js +3 -40
  30. data/docs/_components/jquery-syntax/jquery.syntax.brush.kai.js +2 -29
  31. data/docs/_components/jquery-syntax/jquery.syntax.brush.lisp.js +2 -34
  32. data/docs/_components/jquery-syntax/jquery.syntax.brush.lua.js +3 -44
  33. data/docs/_components/jquery-syntax/jquery.syntax.brush.nginx.js +2 -31
  34. data/docs/_components/jquery-syntax/jquery.syntax.brush.ocaml.js +4 -73
  35. data/docs/_components/jquery-syntax/jquery.syntax.brush.ooc.js +4 -46
  36. data/docs/_components/jquery-syntax/jquery.syntax.brush.pascal.js +4 -51
  37. data/docs/_components/jquery-syntax/jquery.syntax.brush.perl5.js +3 -52
  38. data/docs/_components/jquery-syntax/jquery.syntax.brush.php-script.js +4 -48
  39. data/docs/_components/jquery-syntax/jquery.syntax.brush.php.js +2 -15
  40. data/docs/_components/jquery-syntax/jquery.syntax.brush.plain.js +2 -10
  41. data/docs/_components/jquery-syntax/jquery.syntax.brush.protobuf.js +3 -43
  42. data/docs/_components/jquery-syntax/jquery.syntax.brush.python.js +5 -44
  43. data/docs/_components/jquery-syntax/jquery.syntax.brush.ruby.js +5 -77
  44. data/docs/_components/jquery-syntax/jquery.syntax.brush.scala.js +4 -44
  45. data/docs/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js +2 -29
  46. data/docs/_components/jquery-syntax/jquery.syntax.brush.sql.js +4 -31
  47. data/docs/_components/jquery-syntax/jquery.syntax.brush.super-collider.js +3 -57
  48. data/docs/_components/jquery-syntax/jquery.syntax.brush.swift.js +3 -55
  49. data/docs/_components/jquery-syntax/jquery.syntax.brush.trenni.js +2 -35
  50. data/docs/_components/jquery-syntax/jquery.syntax.brush.xml.js +4 -50
  51. data/docs/_components/jquery-syntax/jquery.syntax.brush.yaml.js +2 -29
  52. data/docs/_components/jquery-syntax/jquery.syntax.cache.js +7 -65
  53. data/docs/_components/jquery-syntax/jquery.syntax.core.js +34 -1098
  54. data/docs/_components/jquery-syntax/jquery.syntax.editor.js +11 -291
  55. data/docs/_components/jquery-syntax/jquery.syntax.js +8 -258
  56. data/docs/_components/jquery/jquery.js +1678 -1026
  57. data/docs/_components/jquery/jquery.min.js +2 -4
  58. data/docs/_components/jquery/jquery.min.map +1 -1
  59. data/docs/_components/jquery/jquery.slim.js +1602 -932
  60. data/docs/_components/jquery/jquery.slim.min.js +2 -4
  61. data/docs/_components/jquery/jquery.slim.min.map +1 -1
  62. data/docs/_static/icon.png +0 -0
  63. data/docs/_static/site.css +100 -114
  64. data/docs/{wiki/development-environment-setup.html → development-environment-setup/index.html} +9 -15
  65. data/docs/{wiki/faq/what-is-xnode.html → faq/what-is-xnode/index.html} +9 -15
  66. data/docs/index.html +25 -31
  67. data/docs/javascript/index.html +108 -0
  68. data/docs/{wiki/middleware/content.html → middleware/content/index.html} +9 -15
  69. data/docs/{wiki/middleware/controller/actions.html → middleware/controller/actions/index.html} +11 -17
  70. data/docs/{wiki/middleware/controller.html → middleware/controller/index.html} +9 -15
  71. data/docs/{wiki/middleware/controller/rewrite.html → middleware/controller/rewrite/index.html} +9 -15
  72. data/docs/{wiki/middleware/localization.html → middleware/localization/index.html} +9 -15
  73. data/docs/{wiki/middleware/redirection.html → middleware/redirection/index.html} +9 -15
  74. data/docs/{wiki/middleware/session.html → middleware/session/index.html} +9 -15
  75. data/docs/{wiki/middleware/static.html → middleware/static/index.html} +9 -15
  76. data/docs/{wiki/server-setup.html → server-setup/index.html} +11 -42
  77. data/docs/{wiki/testing.html → testing/index.html} +10 -16
  78. data/docs/{wiki/updating-utopia.html → updating-utopia/index.html} +9 -15
  79. data/docs/{wiki/your-first-page.html → your-first-page/index.html} +11 -17
  80. data/lib/utopia/content.rb +23 -19
  81. data/lib/utopia/content/link.rb +29 -34
  82. data/lib/utopia/content/links.rb +185 -123
  83. data/lib/utopia/content/node.rb +13 -17
  84. data/lib/utopia/content/response.rb +2 -2
  85. data/lib/utopia/localization.rb +18 -10
  86. data/lib/utopia/path.rb +36 -32
  87. data/lib/utopia/version.rb +1 -1
  88. data/setup/site/Gemfile +7 -5
  89. data/spec/utopia/command_spec.rb +1 -1
  90. data/spec/utopia/content/links/bar/index.xnode +0 -0
  91. data/spec/utopia/content/links/bar/parent/child/index.en.xnode +0 -0
  92. data/spec/utopia/content/links/bar/parent/child/index.ja.xnode +0 -0
  93. data/spec/utopia/content/links/bar/parent/links.yaml +2 -0
  94. data/spec/utopia/content/links/index.xnode +0 -0
  95. data/spec/utopia/content/links/links.yaml +10 -1
  96. data/spec/utopia/content/links/redirect/links.yaml +2 -0
  97. data/spec/utopia/content/links_spec.rb +160 -43
  98. data/spec/utopia/content/localized/links.yaml +2 -5
  99. data/spec/utopia/content/node_spec.rb +1 -1
  100. data/spec/utopia/path_spec.rb +50 -5
  101. data/wiki/Gemfile +9 -0
  102. data/wiki/config.ru +7 -0
  103. data/{documentation/pages/wiki/development-environment-setup/content.md → wiki/pages/development-environment-setup/index.md} +0 -0
  104. data/wiki/pages/faq/links.yaml +2 -0
  105. data/{documentation/pages/wiki/faq/what-is-xnode/content.md → wiki/pages/faq/what-is-xnode/index.md} +1 -1
  106. data/wiki/pages/faq/what-is-xnode/links.yaml +2 -0
  107. data/{documentation/pages/wiki/content.md → wiki/pages/index.md} +2 -2
  108. data/{documentation/pages/wiki/javascript/content.md → wiki/pages/javascript/index.md} +15 -13
  109. data/wiki/pages/javascript/links.yaml +2 -0
  110. data/wiki/pages/links.yaml +2 -0
  111. data/{documentation/pages/wiki/middleware/content/content.md → wiki/pages/middleware/content/index.md} +0 -0
  112. data/{documentation/pages/wiki/middleware/controller/actions/content.md → wiki/pages/middleware/controller/actions/index.md} +2 -2
  113. data/{documentation/pages/wiki/middleware/controller/content.md → wiki/pages/middleware/controller/index.md} +0 -0
  114. data/{documentation/pages/wiki → wiki/pages}/middleware/controller/links.yaml +0 -0
  115. data/{documentation/pages/wiki/middleware/controller/rewrite/content.md → wiki/pages/middleware/controller/rewrite/index.md} +0 -0
  116. data/{documentation/pages/wiki/middleware/localization/content.md → wiki/pages/middleware/localization/index.md} +0 -0
  117. data/{documentation/pages/wiki/middleware/redirection/content.md → wiki/pages/middleware/redirection/index.md} +0 -0
  118. data/{documentation/pages/wiki/middleware/session/content.md → wiki/pages/middleware/session/index.md} +0 -0
  119. data/{documentation/pages/wiki/middleware/static/content.md → wiki/pages/middleware/static/index.md} +0 -0
  120. data/{documentation/pages/wiki/server-setup/content.md → wiki/pages/server-setup/index.md} +0 -0
  121. data/{documentation/pages/wiki/testing/content.md → wiki/pages/testing/index.md} +0 -0
  122. data/{documentation/pages/wiki/updating-utopia/content.md → wiki/pages/updating-utopia/index.md} +0 -0
  123. data/{documentation/pages/wiki/your-first-page/content.md → wiki/pages/your-first-page/index.md} +2 -2
  124. metadata +56 -263
  125. data/.travis.yml +0 -28
  126. data/Rakefile +0 -33
  127. data/docs/_components/jquery/core.js +0 -482
  128. data/docs/_static/utopia-background.svg +0 -1
  129. data/docs/_static/utopia.svg +0 -1
  130. data/docs/code/Utopia.html +0 -517
  131. data/docs/code/Utopia/Basename.html +0 -654
  132. data/docs/code/Utopia/Bootstrap.html +0 -538
  133. data/docs/code/Utopia/Command.html +0 -213
  134. data/docs/code/Utopia/Command/Environment.html +0 -321
  135. data/docs/code/Utopia/Command/Server.html +0 -214
  136. data/docs/code/Utopia/Command/Server/Create.html +0 -222
  137. data/docs/code/Utopia/Command/Server/Environment.html +0 -236
  138. data/docs/code/Utopia/Command/Server/Update.html +0 -317
  139. data/docs/code/Utopia/Command/Setup.html +0 -145
  140. data/docs/code/Utopia/Command/Setup/Server.html +0 -298
  141. data/docs/code/Utopia/Command/Setup/Site.html +0 -180
  142. data/docs/code/Utopia/Command/Site.html +0 -285
  143. data/docs/code/Utopia/Command/Site/Create.html +0 -324
  144. data/docs/code/Utopia/Command/Site/Update.html +0 -407
  145. data/docs/code/Utopia/Command/Top.html +0 -279
  146. data/docs/code/Utopia/Content.html +0 -832
  147. data/docs/code/Utopia/Content/Document.html +0 -1822
  148. data/docs/code/Utopia/Content/Document/State.html +0 -1220
  149. data/docs/code/Utopia/Content/Link.html +0 -1286
  150. data/docs/code/Utopia/Content/Links.html +0 -847
  151. data/docs/code/Utopia/Content/MarkupParser.html +0 -881
  152. data/docs/code/Utopia/Content/MarkupParser/ParsedTag.html +0 -422
  153. data/docs/code/Utopia/Content/MarkupParser/UnbalancedTagError.html +0 -615
  154. data/docs/code/Utopia/Content/Namespace.html +0 -485
  155. data/docs/code/Utopia/Content/Node.html +0 -1188
  156. data/docs/code/Utopia/Content/Node/Context.html +0 -938
  157. data/docs/code/Utopia/Content/Response.html +0 -813
  158. data/docs/code/Utopia/Content/SymbolicHash.html +0 -419
  159. data/docs/code/Utopia/Content/Tag.html +0 -399
  160. data/docs/code/Utopia/Content/Tags.html +0 -136
  161. data/docs/code/Utopia/Content/Tags/ContentTag.html +0 -187
  162. data/docs/code/Utopia/Content/Tags/DeferredTag.html +0 -193
  163. data/docs/code/Utopia/Content/Tags/Library.html +0 -333
  164. data/docs/code/Utopia/Content/Tags/NodeTag.html +0 -193
  165. data/docs/code/Utopia/Content/UnbalancedTagError.html +0 -298
  166. data/docs/code/Utopia/ContentLength.html +0 -343
  167. data/docs/code/Utopia/Controller.html +0 -907
  168. data/docs/code/Utopia/Controller/Actions.html +0 -289
  169. data/docs/code/Utopia/Controller/Actions/Action.html +0 -984
  170. data/docs/code/Utopia/Controller/Actions/ClassMethods.html +0 -442
  171. data/docs/code/Utopia/Controller/Base.html +0 -1216
  172. data/docs/code/Utopia/Controller/Respond.html +0 -293
  173. data/docs/code/Utopia/Controller/Respond/ClassMethods.html +0 -236
  174. data/docs/code/Utopia/Controller/Respond/Converter.html +0 -256
  175. data/docs/code/Utopia/Controller/Respond/Converter/Callback.html +0 -484
  176. data/docs/code/Utopia/Controller/Respond/Converter/ToJSON.html +0 -381
  177. data/docs/code/Utopia/Controller/Respond/Passthrough.html +0 -297
  178. data/docs/code/Utopia/Controller/Respond/Responder.html +0 -535
  179. data/docs/code/Utopia/Controller/Rewrite.html +0 -290
  180. data/docs/code/Utopia/Controller/Rewrite/ClassMethods.html +0 -242
  181. data/docs/code/Utopia/Controller/Rewrite/ExtractPrefixRule.html +0 -364
  182. data/docs/code/Utopia/Controller/Rewrite/Rewriter.html +0 -464
  183. data/docs/code/Utopia/Controller/Rewrite/Rule.html +0 -209
  184. data/docs/code/Utopia/Controller/Variables.html +0 -550
  185. data/docs/code/Utopia/Controllers.html +0 -244
  186. data/docs/code/Utopia/Exceptions.html +0 -127
  187. data/docs/code/Utopia/Exceptions/Handler.html +0 -526
  188. data/docs/code/Utopia/Exceptions/Mailer.html +0 -482
  189. data/docs/code/Utopia/Extensions.html +0 -117
  190. data/docs/code/Utopia/Extensions/ArraySplit.html +0 -183
  191. data/docs/code/Utopia/Extensions/DateTimeComparison.html +0 -193
  192. data/docs/code/Utopia/Extensions/TimeDateComparison.html +0 -193
  193. data/docs/code/Utopia/HTTP.html +0 -250
  194. data/docs/code/Utopia/HTTP/Status.html +0 -415
  195. data/docs/code/Utopia/Locale.html +0 -606
  196. data/docs/code/Utopia/Localization.html +0 -1241
  197. data/docs/code/Utopia/Localization/Wrapper.html +0 -459
  198. data/docs/code/Utopia/Logger.html +0 -205
  199. data/docs/code/Utopia/Logger/CompactFormatter.html +0 -335
  200. data/docs/code/Utopia/Path.html +0 -3310
  201. data/docs/code/Utopia/Path/Matcher.html +0 -518
  202. data/docs/code/Utopia/Path/Matcher/MatchData.html +0 -475
  203. data/docs/code/Utopia/Redirection.html +0 -151
  204. data/docs/code/Utopia/Redirection/ClientRedirect.html +0 -717
  205. data/docs/code/Utopia/Redirection/DirectoryIndex.html +0 -298
  206. data/docs/code/Utopia/Redirection/Errors.html +0 -476
  207. data/docs/code/Utopia/Redirection/Moved.html +0 -312
  208. data/docs/code/Utopia/Redirection/RequestFailure.html +0 -226
  209. data/docs/code/Utopia/Redirection/Rewrite.html +0 -296
  210. data/docs/code/Utopia/Session.html +0 -889
  211. data/docs/code/Utopia/Session/LazyHash.html +0 -859
  212. data/docs/code/Utopia/Setup.html +0 -970
  213. data/docs/code/Utopia/Static.html +0 -696
  214. data/docs/code/Utopia/Static/LocalFile.html +0 -1104
  215. data/docs/code/Utopia/Static/MimeTypeLoader.html +0 -541
  216. data/docs/code/Utopia/Static/MimeTypeLoader/ExpansionError.html +0 -124
  217. data/docs/code/Utopia/Tags.html +0 -115
  218. data/docs/code/Utopia/Tags/Environment.html +0 -314
  219. data/docs/code/Utopia/Tags/EnvironmentTag.html +0 -314
  220. data/docs/code/Utopia/Tags/Library.html +0 -340
  221. data/docs/code/_index.html +0 -758
  222. data/docs/code/class_list.html +0 -51
  223. data/docs/code/css/common.css +0 -1
  224. data/docs/code/css/full_list.css +0 -58
  225. data/docs/code/css/style.css +0 -496
  226. data/docs/code/file.README.html +0 -171
  227. data/docs/code/file_list.html +0 -56
  228. data/docs/code/frames.html +0 -17
  229. data/docs/code/index.html +0 -171
  230. data/docs/code/js/app.js +0 -292
  231. data/docs/code/js/full_list.js +0 -216
  232. data/docs/code/js/jquery.js +0 -4
  233. data/docs/code/materials/utopia.png +0 -0
  234. data/docs/code/materials/utopia.svg +0 -1
  235. data/docs/code/method_list.html +0 -3443
  236. data/docs/code/top-level-namespace.html +0 -110
  237. data/docs/wiki.html +0 -92
  238. data/docs/wiki/development-environment-setup/index.html +0 -60
  239. data/docs/wiki/edit.html +0 -103
  240. data/docs/wiki/faq/what-is-xnode/index.html +0 -79
  241. data/docs/wiki/javascript.html +0 -153
  242. data/docs/wiki/javascript/index.html +0 -153
  243. data/docs/wiki/middleware/content/index.html +0 -64
  244. data/docs/wiki/middleware/controller/actions/index.html +0 -117
  245. data/docs/wiki/middleware/controller/actions/rewrite/index.html +0 -48
  246. data/docs/wiki/middleware/controller/index.html +0 -104
  247. data/docs/wiki/middleware/controller/rewrite/index.html +0 -111
  248. data/docs/wiki/middleware/localization/index.html +0 -59
  249. data/docs/wiki/middleware/redirection/index.html +0 -61
  250. data/docs/wiki/middleware/session/index.html +0 -71
  251. data/docs/wiki/middleware/static/index.html +0 -57
  252. data/docs/wiki/server-setup/index.html +0 -118
  253. data/docs/wiki/testing/index.html +0 -59
  254. data/docs/wiki/updating-utopia/index.html +0 -108
  255. data/docs/wiki/your-first-page/index.html +0 -80
  256. data/documentation/.rspec +0 -4
  257. data/documentation/.yarnrc +0 -1
  258. data/documentation/Gemfile +0 -19
  259. data/documentation/Guardfile +0 -9
  260. data/documentation/Rakefile +0 -9
  261. data/documentation/config.ru +0 -41
  262. data/documentation/config/README.md +0 -7
  263. data/documentation/config/environment.rb +0 -12
  264. data/documentation/lib/readme.txt +0 -1
  265. data/documentation/pages/_editor.xnode +0 -64
  266. data/documentation/pages/_heading.xnode +0 -2
  267. data/documentation/pages/_page.xnode +0 -40
  268. data/documentation/pages/errors/exception.xnode +0 -5
  269. data/documentation/pages/errors/file-not-found.xnode +0 -5
  270. data/documentation/pages/links.yaml +0 -2
  271. data/documentation/pages/wiki/_listing.xnode +0 -32
  272. data/documentation/pages/wiki/_navigation.xnode +0 -15
  273. data/documentation/pages/wiki/controller.rb +0 -48
  274. data/documentation/pages/wiki/edit.xnode +0 -10
  275. data/documentation/pages/wiki/links.yaml +0 -6
  276. data/documentation/pages/wiki/show.xnode +0 -12
  277. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css +0 -6
  278. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css +0 -5
  279. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css +0 -8
  280. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.bash-script.css +0 -6
  281. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.bash.css +0 -10
  282. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.clang.css +0 -3
  283. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.css.css +0 -14
  284. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.diff.css +0 -16
  285. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.html.css +0 -5
  286. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.ocaml.css +0 -3
  287. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.protobuf.css +0 -2
  288. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.python.css +0 -6
  289. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css +0 -2
  290. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.brush.xml.css +0 -18
  291. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.core.css +0 -62
  292. data/documentation/public/_components/jquery-syntax/base/jquery.syntax.editor.css +0 -6
  293. data/documentation/public/_components/jquery-syntax/base/theme.js +0 -1
  294. data/documentation/public/_components/jquery-syntax/bright/jquery.syntax.core.css +0 -27
  295. data/documentation/public/_components/jquery-syntax/bright/theme.js +0 -1
  296. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.apache.js +0 -41
  297. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.applescript.js +0 -57
  298. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.assembly.js +0 -37
  299. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.bash-script.js +0 -67
  300. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.bash.js +0 -33
  301. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.basic.js +0 -51
  302. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.clang.js +0 -89
  303. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.csharp.js +0 -47
  304. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.css.js +0 -80
  305. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.diff.js +0 -24
  306. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.go.js +0 -47
  307. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.haskell.js +0 -45
  308. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.html.js +0 -66
  309. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.io.js +0 -45
  310. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.java.js +0 -45
  311. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.javascript.js +0 -40
  312. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.kai.js +0 -29
  313. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.lisp.js +0 -34
  314. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.lua.js +0 -44
  315. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.nginx.js +0 -31
  316. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.ocaml.js +0 -73
  317. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.ooc.js +0 -46
  318. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.pascal.js +0 -51
  319. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.perl5.js +0 -52
  320. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.php-script.js +0 -48
  321. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.php.js +0 -15
  322. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.plain.js +0 -10
  323. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.protobuf.js +0 -43
  324. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.python.js +0 -44
  325. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.ruby.js +0 -77
  326. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.scala.js +0 -44
  327. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js +0 -29
  328. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.sql.js +0 -31
  329. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.super-collider.js +0 -57
  330. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.swift.js +0 -55
  331. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.trenni.js +0 -35
  332. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.xml.js +0 -50
  333. data/documentation/public/_components/jquery-syntax/jquery.syntax.brush.yaml.js +0 -29
  334. data/documentation/public/_components/jquery-syntax/jquery.syntax.cache.js +0 -65
  335. data/documentation/public/_components/jquery-syntax/jquery.syntax.core.js +0 -1098
  336. data/documentation/public/_components/jquery-syntax/jquery.syntax.editor.js +0 -291
  337. data/documentation/public/_components/jquery-syntax/jquery.syntax.js +0 -258
  338. data/documentation/public/_components/jquery-syntax/jquery.syntax.min.js +0 -13
  339. data/documentation/public/_components/jquery-syntax/paper/jquery.syntax.core.css +0 -31
  340. data/documentation/public/_components/jquery-syntax/paper/theme.js +0 -1
  341. data/documentation/public/_components/jquery/core.js +0 -482
  342. data/documentation/public/_components/jquery/jquery.js +0 -10220
  343. data/documentation/public/_components/jquery/jquery.min.js +0 -4
  344. data/documentation/public/_components/jquery/jquery.min.map +0 -1
  345. data/documentation/public/_components/jquery/jquery.slim.js +0 -8107
  346. data/documentation/public/_components/jquery/jquery.slim.min.js +0 -4
  347. data/documentation/public/_components/jquery/jquery.slim.min.map +0 -1
  348. data/documentation/public/_static +0 -1
  349. data/documentation/public/materials +0 -1
  350. data/documentation/spec/website_context.rb +0 -12
  351. data/documentation/spec/website_spec.rb +0 -16
  352. data/documentation/tasks +0 -1
  353. data/spec/utopia/content/link_spec.rb +0 -47
@@ -1,5 +0,0 @@
1
- <content:page>
2
- <content:heading>Exception</content:heading>
3
-
4
- <p>It seems like something didn't quite work out as expected!</p>
5
- </content:page>
@@ -1,5 +0,0 @@
1
- <content:page>
2
- <content:heading>File Not Found</content:heading>
3
-
4
- <p>The file you requested is unfortunately not available at this time!</p>
5
- </content:page>
@@ -1,2 +0,0 @@
1
- errors:
2
- display: false
@@ -1,32 +0,0 @@
1
- <?r
2
-
3
- case attributes[:rel]
4
- when "utopia"
5
- # Listing src will be relative to the base of utopia:
6
- base_path = Utopia::default_root("../")
7
- when "site"
8
- # Listing src is relative to setup/site in utopia:
9
- base_path = Utopia::default_root("../setup/site")
10
- else
11
- # Listing src will be relative to the path of the wiki page:
12
- base_path = current.node.local_path(controller[:page_path])
13
- end
14
-
15
- if attributes[:src]
16
- path = File.join(base_path, attributes[:src])
17
- code = File.read(path)
18
- else
19
- code = content
20
- end
21
-
22
- escaped_code = MarkupString.new(code)
23
-
24
- escaped_code = escaped_code.gsub(/%%([a-z]+)\{(.*?)\}/) do |match|
25
- "<span class=\"#{$1}\">#{$2}</span>"
26
- end
27
-
28
- if lang = (attributes[:lang] || attributes[:brush]) ?>
29
- <pre><code class="syntax brush-#{lang}">#{escaped_code}</code></pre>
30
- <?r else ?>
31
- <pre>#{escaped_code}</pre>
32
- <?r end ?>
@@ -1,15 +0,0 @@
1
- <?r prev = nil ?>
2
- <nav>
3
- <?r
4
- Utopia::Path[attributes[:path]].descend do |path|
5
- next unless path.last
6
-
7
- link = links(path.dirname, :name => path.last, :locale => localization.current_locale, :display => nil).first
8
-
9
- if link and File.exist?(current.node.local_path(link.path + "content.md"))
10
- ?> &rsaquo; <a href="#{link.path}">#{link.title}</a><?r
11
- elsif link
12
- ?> &rsaquo; <span>#{link.title}</span><?r
13
- end
14
- end ?>
15
- </nav>
@@ -1,48 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- prepend Actions
4
-
5
- on '**' do |request, path|
6
- @full_path = URI_PATH + path
7
- @page_path = path.components[0..-2]
8
-
9
- @page_file = File.join(BASE_PATH, @page_path, "content.md")
10
-
11
- if last_path_component = @page_path.last
12
- @title = Trenni::Strings::to_title(last_path_component)
13
- else
14
- @title = "Wiki"
15
- end
16
- end
17
-
18
- def read_contents
19
- if File.exist? @page_file
20
- File.read(@page_file)
21
- else
22
- "\# #{@title}\n\n" +
23
- "This page is empty."
24
- end
25
- end
26
-
27
- on '**/edit' do |request, path|
28
- if request.post?
29
- FileUtils.mkdir_p File.dirname(@page_file)
30
-
31
- # Get the content and normalize newlines:
32
- content = request.params['content'].gsub /\r\n?/, "\n"
33
- File.write(@page_file, content)
34
-
35
- # Redirect relative to controller.
36
- goto! @page_path
37
- else
38
- @content = read_contents
39
- end
40
-
41
- path.components = ["edit"]
42
- end
43
-
44
- on '**/index' do |request, path|
45
- @content = read_contents
46
-
47
- path.components = ["show"]
48
- end
@@ -1,10 +0,0 @@
1
- <content:editor>
2
- <form action="#" method="post">
3
- <div class="header">
4
- <div>Editing #{attributes[:title].inspect}</div>
5
- <input type="submit" />
6
- </div>
7
-
8
- <textarea name="content">#{self[:content]}</textarea>
9
- </form>
10
- </content:editor>
@@ -1,6 +0,0 @@
1
- index:
2
- title: Wiki
3
- faq:
4
- title: FAQ
5
- javascript:
6
- title: "JavaScript"
@@ -1,12 +0,0 @@
1
- <content:page>
2
- #{partial 'content:navigation', path: attributes[:full_path].dirname}
3
-
4
- #{MarkupString.raw Kramdown::Document.new(self[:content], input: 'GFM', syntax_highlighter: nil).to_html}
5
-
6
- <footer>
7
- Last Modified: #{File.mtime(self[:page_file]) rescue "N/A"} &mdash;
8
- <?r if RACK_ENV != :static ?>
9
- <a href="edit">Edit Page</a>
10
- <?r end ?>
11
- </footer>
12
- </content:page>
@@ -1,6 +0,0 @@
1
- .syntax-theme-base .apache .tag {
2
- color: #00c; }
3
- .syntax-theme-base .apache .tag-name {
4
- color: #00f; }
5
- .syntax-theme-base .apache .tag-name {
6
- font-weight: bold; }
@@ -1,5 +0,0 @@
1
- .syntax-theme-base .applescript {
2
- font-family: Geneva, Helvetica, sans-serif; }
3
- .syntax-theme-base .applescript .keyword {
4
- color: #00f;
5
- font-weight: bold; }
@@ -1,8 +0,0 @@
1
- .syntax-theme-base .assembly .register {
2
- color: #3caa20;
3
- font-style: italic; }
4
- .syntax-theme-base .assembly .label {
5
- font-weight: bold;
6
- color: #2a85b3; }
7
- .syntax-theme-base .assembly .directive {
8
- color: #828a3d; }
@@ -1,6 +0,0 @@
1
- .syntax-theme-base .bash-script .function {
2
- font-weight: bold; }
3
- .syntax-theme-base .bash-script .option {
4
- color: #03f; }
5
- .syntax-theme-base .bash-script .env {
6
- font-style: italic; }
@@ -1,10 +0,0 @@
1
- .syntax-theme-base .bash {
2
- color: #555; }
3
- .syntax-theme-base .bash .prompt {
4
- color: #0c0;
5
- font-weight: bold; }
6
- .syntax-theme-base .bash .bash-script {
7
- font-style: normal;
8
- color: black; }
9
- .syntax-theme-base .bash .stderr {
10
- color: red; }
@@ -1,3 +0,0 @@
1
- .syntax-theme-base .preprocessor {
2
- color: #63381f;
3
- font-style: italic; }
@@ -1,14 +0,0 @@
1
- .syntax-theme-base .css .selector {
2
- color: #458;
3
- font-weight: bold; }
4
- .syntax-theme-base .css .property {
5
- color: teal; }
6
- .syntax-theme-base .css .color-box {
7
- position: relative; }
8
- .syntax-theme-base .css .color-box .sample {
9
- border: 1px solid #000;
10
- position: absolute;
11
- left: 0.2em;
12
- right: 0.2em;
13
- top: 0.2em;
14
- bottom: 0.2em; }
@@ -1,16 +0,0 @@
1
- .syntax-theme-base .syntax .add {
2
- color: green; }
3
- .syntax-theme-base .syntax .del {
4
- color: red; }
5
- .syntax-theme-base .syntax .insert {
6
- color: green; }
7
- .syntax-theme-base .syntax .insert-line {
8
- background-color: #cfc !important; }
9
- .syntax-theme-base .syntax .remove {
10
- color: red; }
11
- .syntax-theme-base .syntax .remove-line {
12
- background-color: #fcc !important; }
13
- .syntax-theme-base .syntax .offset {
14
- color: blue; }
15
- .syntax-theme-base .syntax .offset-line {
16
- background-color: #ccf !important; }
@@ -1,5 +0,0 @@
1
- .syntax-theme-base .html .doctype {
2
- font-weight: bold;
3
- color: #938; }
4
- .syntax-theme-base .html .javascript, .syntax-theme-base .html .css {
5
- font-style: italic; }
@@ -1,3 +0,0 @@
1
- .syntax .ocaml .operator {
2
- color: #06C;
3
- font-weight: bold; }
@@ -1,2 +0,0 @@
1
- .syntax .protobuf .variable {
2
- font-weight: bold; }
@@ -1,6 +0,0 @@
1
- .syntax-theme-base .python .decorator {
2
- color: #ffb600;
3
- font-weight: bold; }
4
- .syntax-theme-base .python .builtin {
5
- color: #33f;
6
- font-style: italic; }
@@ -1,2 +0,0 @@
1
- .syntax-theme-base .ruby .string .ruby {
2
- color: #000; }
@@ -1,18 +0,0 @@
1
- .syntax-theme-base .xml .cdata-content {
2
- color: #046;
3
- border-radius: 0.5em; }
4
- .syntax-theme-base .xml .xml-tag, .syntax-theme-base .xml .cdata {
5
- color: #00c; }
6
- .syntax-theme-base .xml .tag-name, .syntax-theme-base .xml .cdata-tag {
7
- color: #00f;
8
- font-weight: bold; }
9
- .syntax-theme-base .xml .namespace {
10
- color: #00c; }
11
- .syntax-theme-base .xml .attribute {
12
- color: #00c; }
13
- .syntax-theme-base .xml .instruction {
14
- color: #00c; }
15
- .syntax-theme-base .xml .entity, .syntax-theme-base .xml .percent-escape {
16
- color: #666;
17
- background-color: #ddd;
18
- border-radius: 0.5em; }
@@ -1,62 +0,0 @@
1
- pre code.syntax-theme-base {
2
- display: block; }
3
- pre code.syntax-theme-base > span {
4
- display: block;
5
- white-space: pre-wrap; }
6
- pre code.syntax-theme-base .indent {
7
- display: block;
8
- float: left; }
9
- pre code.syntax-theme-base .text {
10
- white-space: pre-wrap;
11
- display: block;
12
- overflow: hidden;
13
- padding-left: 1rem;
14
- text-indent: -1rem; }
15
-
16
- .syntax-theme-base {
17
- font-family: Menlo, Monaco, Consolas, monospace;
18
- line-height: 1.15em; }
19
- .syntax-theme-base a {
20
- text-decoration: none;
21
- color: inherit; }
22
- .syntax-theme-base .function {
23
- color: #33f; }
24
- .syntax-theme-base .keyword, .syntax-theme-base .access {
25
- color: #7a0968; }
26
- .syntax-theme-base .type {
27
- color: #3239D6; }
28
- .syntax-theme-base .comment {
29
- color: #6ac; }
30
- .syntax-theme-base .constant {
31
- color: #1c00ce; }
32
- .syntax-theme-base .string, .syntax-theme-base .symbol {
33
- color: #c41a15; }
34
- .syntax-theme-base .string .escape {
35
- color: #f99; }
36
- .syntax-theme-base .operator {
37
- color: #000000; }
38
- .syntax-theme-base .href {
39
- color: #0e0eff;
40
- text-decoration: underline; }
41
- .syntax-theme-base .variable {
42
- color: #466997; }
43
- .syntax-theme-base .highlight {
44
- background-color: #fdfdba; }
45
- .syntax-theme-base pre {
46
- overflow: auto;
47
- font-family: inherit; }
48
-
49
- .syntax-container.syntax-theme-base {
50
- position: relative; }
51
- .syntax-container.syntax-theme-base .toolbar {
52
- font-size: 80%;
53
- text-align: right;
54
- padding: 0 0.2em 0.2em; }
55
- .syntax-container.syntax-theme-base .toolbar a {
56
- margin-left: 1em; }
57
- .syntax-container.syntax-theme-base pre.raw {
58
- overflow: auto;
59
- padding: 0 0.4em 0 !important;
60
- margin: 0 !important;
61
- background-color: #f0f0f0;
62
- border: 1px solid #aaa; }
@@ -1,6 +0,0 @@
1
- .syntax-container.syntax-theme-base div.editor.syntax {
2
- padding: 0.2em !important;
3
- margin: 0 !important;
4
- white-space: pre; }
5
- .syntax-container.syntax-theme-base div.editor.syntax:focus {
6
- outline: none; }
@@ -1 +0,0 @@
1
- Syntax.themes["base"] = []
@@ -1,27 +0,0 @@
1
- .syntax-container.syntax-theme-bright .syntax {
2
- font-family: Menlo, Monaco, Consolas, monospace;
3
- line-height: 1.5em; }
4
- .syntax-container.syntax-theme-bright .syntax .function {
5
- color: #33f; }
6
- .syntax-container.syntax-theme-bright .syntax .keyword {
7
- color: #3c3; }
8
- .syntax-container.syntax-theme-bright .syntax .access {
9
- color: #ffb600;
10
- font-weight: bold; }
11
- .syntax-container.syntax-theme-bright .syntax .type {
12
- color: #191;
13
- font-weight: bold; }
14
- .syntax-container.syntax-theme-bright .syntax .comment {
15
- color: #6ac;
16
- font-style: italic; }
17
- .syntax-container.syntax-theme-bright .syntax .string, .syntax-container.syntax-theme-bright .syntax .constant {
18
- color: #f33; }
19
- .syntax-container.syntax-theme-bright .syntax .string .escape {
20
- color: #f99; }
21
- .syntax-container.syntax-theme-bright .syntax .operator {
22
- color: #c00; }
23
- .syntax-container.syntax-theme-bright .syntax .href {
24
- color: #00f;
25
- text-decoration: underline; }
26
- .syntax-container.syntax-theme-bright .syntax .variable {
27
- color: #22c; }
@@ -1 +0,0 @@
1
- Syntax.themes["bright"] = ["base"]
@@ -1,41 +0,0 @@
1
- // brush: "apache" aliases: []
2
-
3
- // This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
4
- // Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
5
- // See <jquery.syntax.js> for licensing details.
6
-
7
- Syntax.register('apache', function(brush) {
8
- brush.push({
9
- pattern: /(<(\w+).*?>)/gi,
10
- matches: Syntax.extractMatches(
11
- {
12
- klass: 'tag',
13
- allow: ['attribute', 'tag-name', 'string']
14
- },
15
- {
16
- klass: 'tag-name',
17
- process: Syntax.lib.webLinkProcess("site:http://httpd.apache.org/docs/trunk/ directive", true)
18
- })
19
- });
20
-
21
- brush.push({
22
- pattern: /(<\/(\w+).*?>)/gi,
23
- matches: Syntax.extractMatches({klass: 'tag', allow: ['tag-name']}, {klass: 'tag-name'})
24
- });
25
-
26
- brush.push({
27
- pattern: /^\s+([A-Z][\w]+)/gm,
28
- matches: Syntax.extractMatches({
29
- klass: 'function',
30
- allow: ['attribute'],
31
- process: Syntax.lib.webLinkProcess("site:http://httpd.apache.org/docs/trunk/ directive", true)
32
- })
33
- });
34
-
35
- brush.push(Syntax.lib.perlStyleComment);
36
- brush.push(Syntax.lib.singleQuotedString);
37
- brush.push(Syntax.lib.doubleQuotedString);
38
-
39
- brush.push(Syntax.lib.webLink);
40
- });
41
-
@@ -1,57 +0,0 @@
1
- // brush: "applescript" aliases: []
2
-
3
- // This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
4
- // Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
5
- // See <jquery.syntax.js> for licensing details.
6
-
7
- Syntax.register('applescript', function(brush) {
8
- var keywords = ["after", "before", "beginning", "continue", "copy", "each", "end", "every", "from", "get", "global", "in", "local", "named", "of", "return", "set", "some", "that", "the", "then", "times", "to", "where", "whose", "with", "without"]
9
-
10
- brush.push(keywords, {klass: 'keyword'});
11
-
12
- var ordinals = ["first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth", "ninth", "tenth", "last", "front", "back", "middle"];
13
-
14
- brush.push(ordinals, {klass: 'keyword'});
15
-
16
- var specials = ["activate", "add", "alias", "AppleScript", "ask", "attachment", "boolean", "class", "constant", "delete", "duplicate", "empty", "exists", "false", "id", "integer", "list", "make", "message", "modal", "modified", "new", "no", "paragraph", "pi", "properties", "quit", "real", "record", "remove", "rest", "result", "reveal", "reverse", "run", "running", "save", "string", "true", "word", "yes"];
17
-
18
- brush.push(specials, {klass: 'keyword'});
19
-
20
- var comments = [
21
- /(\-\-|#).*$/gm,
22
- /\(\*(?:[\s\S]*?\(\*[\s\S]*?\*\))*[\s\S]*?\*\)/gm,
23
- Syntax.lib.perlStyleComment.pattern
24
- ];
25
-
26
- brush.push(Syntax.lib.webLink);
27
- brush.push(comments, {klass: 'comment', allow: ['href']});
28
-
29
- brush.push(Syntax.lib.doubleQuotedString);
30
-
31
- var constants = [
32
- /\b\d+(st|nd|rd|th)\b/g,
33
- /(-)?(\d)+(\.(\d)?)?(E\+(\d)+)?/g
34
- ];
35
-
36
- brush.push(constants, {klass: 'constant'});
37
-
38
- brush.push({
39
- pattern: /&|¬|=|≠|>|<|≥|>=|≤|<=|\*|\+|-|\/|÷|\^/g,
40
- klass: 'operator'
41
- });
42
-
43
- brush.push({
44
- pattern: /\b(?:and|as|div|mod|not|or|return(?!\s&)(ing)?|equals|(is(n't| not)? )?equal( to)?|does(n't| not) equal|(is(n't| not)? )?(greater|less) than( or equal( to)?)?|(comes|does(n't| not) come) (after|before)|is(n't| not)?( in)? (back|front) of|is(n't| not)? behind|is(n't| not)?( (in|contained by))?|does(n't| not) contain|contain(s)?|(start|begin|end)(s)? with|((but|end) )?(consider|ignor)ing|prop(erty)?|(a )?ref(erence)?( to)?|repeat (until|while|with)|((end|exit) )?repeat|((else|end) )?if|else|(end )?(script|tell|try)|(on )?error|(put )?into|(of )?(it|me)|its|my|with (timeout( of)?|transaction)|end (timeout|transaction))\b/g,
45
- klass: 'keyword'
46
- })
47
-
48
- brush.push({
49
- pattern: /\b(?:about|above|against|around|at|below|beneath|beside|between|by|(apart|aside) from|(instead|out) of|into|on(to)?|over|since|thr(ough|u)|under)\b/g,
50
- klass: 'keyword'
51
- })
52
-
53
- brush.push({
54
- pattern: /\b(?:adding folder items to|after receiving|choose( ((remote )?application|color|folder|from list|URL))?|clipboard info|set the clipboard to|(the )?clipboard|entire contents|display(ing| (alert|dialog|mode))?|document( (edited|file|nib name))?|file( (name|type))?|(info )?for|giving up after|(name )?extension|quoted form|return(ed)?|second(?! item)(s)?|list (disks|folder)|text item(s| delimiters)?|(Unicode )?text|(disk )?item(s)?|((current|list) )?view|((container|key) )?window|with (data|icon( (caution|note|stop))?|parameter(s)?|prompt|properties|seed|title)|case|diacriticals|hyphens|numeric strings|punctuation|white space|folder creation|application(s( folder)?| (processes|scripts position|support))?|((desktop )?(pictures )?|(documents|downloads|favorites|home|keychain|library|movies|music|public|scripts|sites|system|users|utilities|workflows) )folder|desktop|Folder Action scripts|font(s| panel)?|help|internet plugins|modem scripts|(system )?preferences|printer descriptions|scripting (additions|components)|shared (documents|libraries)|startup (disk|items)|temporary items|trash|on server|in AppleTalk zone|((as|long|short) )?user name|user (ID|locale)|(with )?password|in (bundle( with identifier)?|directory)|(close|open for) access|read|write( permission)?|(g|s)et eof|using( delimiters)?|starting at|default (answer|button|color|country code|entr(y|ies)|identifiers|items|name|location|script editor)|hidden( answer)?|open(ed| (location|untitled))?|error (handling|reporting)|(do( shell)?|load|run|store) script|administrator privileges|altering line endings|get volume settings|(alert|boot|input|mount|output|set) volume|output muted|(fax|random )?number|round(ing)?|up|down|toward zero|to nearest|as taught in school|system (attribute|info)|((AppleScript( Studio)?|system) )?version|(home )?directory|(IPv4|primary Ethernet) address|CPU (type|speed)|physical memory|time (stamp|to GMT)|replacing|ASCII (character|number)|localized string|from table|offset|summarize|beep|delay|say|(empty|multiple) selections allowed|(of|preferred) type|invisibles|showing( package contents)?|editable URL|(File|FTP|News|Media|Web) [Ss]ervers|Telnet hosts|Directory services|Remote applications|waiting until completion|saving( (in|to))?|path (for|to( (((current|frontmost) )?application|resource))?)|POSIX (file|path)|(background|RGB) color|(OK|cancel) button name|cancel button|button(s)?|cubic ((centi)?met(re|er)s|yards|feet|inches)|square ((kilo)?met(re|er)s|miles|yards|feet)|(centi|kilo)?met(re|er)s|miles|yards|feet|inches|lit(re|er)s|gallons|quarts|(kilo)?grams|ounces|pounds|degrees (Celsius|Fahrenheit|Kelvin)|print( (dialog|settings))?|clos(e(able)?|ing)|(de)?miniaturized|miniaturizable|zoom(ed|able)|attribute run|action (method|property|title)|phone|email|((start|end)ing|home) page|((birth|creation|current|custom|modification) )?date|((((phonetic )?(first|last|middle))|computer|host|maiden|related) |nick)?name|aim|icq|jabber|msn|yahoo|address(es)?|save addressbook|should enable action|city|country( code)?|formatte(r|d address)|(palette )?label|state|street|zip|AIM [Hh]andle(s)?|my card|select(ion| all)?|unsaved|(alpha )?value|entr(y|ies)|group|(ICQ|Jabber|MSN) handle|person|people|company|department|icon image|job title|note|organization|suffix|vcard|url|copies|collating|pages (across|down)|request print time|target( printer)?|((GUI Scripting|Script menu) )?enabled|show Computer scripts|(de)?activated|awake from nib|became (key|main)|call method|of (class|object)|center|clicked toolbar item|closed|for document|exposed|(can )?hide|idle|keyboard (down|up)|event( (number|type))?|launch(ed)?|load (image|movie|nib|sound)|owner|log|mouse (down|dragged|entered|exited|moved|up)|move|column|localization|resource|script|register|drag (info|types)|resigned (active|key|main)|resiz(e(d)?|able)|right mouse (down|dragged|up)|scroll wheel|(at )?index|should (close|open( untitled)?|quit( after last window closed)?|zoom)|((proposed|screen) )?bounds|show(n)?|behind|in front of|size (mode|to fit)|update(d| toolbar item)?|was (hidden|miniaturized)|will (become active|close|finish launching|hide|miniaturize|move|open|quit|(resign )?active|((maximum|minimum|proposed) )?size|show|zoom)|bundle|data source|movie|pasteboard|sound|tool(bar| tip)|(color|open|save) panel|coordinate system|frontmost|main( (bundle|menu|window))?|((services|(excluded from )?windows) )?menu|((executable|frameworks|resource|scripts|shared (frameworks|support)) )?path|(selected item )?identifier|data|content(s| view)?|character(s)?|click count|(command|control|option|shift) key down|context|delta (x|y|z)|key( code)?|location|pressure|unmodified characters|types|(first )?responder|playing|(allowed|selectable) identifiers|allows customization|(auto saves )?configuration|visible|image( name)?|menu form representation|tag|user(-| )defaults|associated file name|(auto|needs) display|current field editor|floating|has (resize indicator|shadow)|hides when deactivated|level|minimized (image|title)|opaque|position|release when closed|sheet|title(d)?)\b/g,
55
- klass: 'keyword'
56
- })
57
- });