j1-template 2020.0.25 → 2021.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (551) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/_includes/themes/j1/blocks/ads/ad.html +1 -1
  4. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +1 -1
  5. data/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc +1 -1
  6. data/_includes/themes/j1/blocks/footer/boxes/issue.proc +1 -1
  7. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +1 -1
  8. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/blocks/footer/boxes/social_media_icons.proc +1 -1
  11. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  12. data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
  13. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  14. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  15. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  16. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  17. data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
  18. data/_includes/themes/j1/layouts/layout_metadata_generator.html +12 -12
  19. data/_includes/themes/j1/layouts/layout_module_generator.html +1 -1
  20. data/_includes/themes/j1/layouts/layout_resource_generator.html +1 -1
  21. data/_includes/themes/j1/modules/attics/generator.html +2 -2
  22. data/_includes/themes/j1/modules/boards/news_pin_board.html +1 -1
  23. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +1 -1
  24. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  25. data/_includes/themes/j1/modules/connectors/ads +1 -1
  26. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +1 -1
  27. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  28. data/_includes/themes/j1/modules/connectors/analytics +1 -1
  29. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +1 -1
  30. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  31. data/_includes/themes/j1/modules/connectors/comment/facebook.html +1 -1
  32. data/_includes/themes/j1/modules/connectors/comments +1 -1
  33. data/_includes/themes/j1/modules/connectors/sharing +1 -1
  34. data/_includes/themes/j1/modules/connectors/translator +1 -1
  35. data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +1 -1
  36. data/_includes/themes/j1/modules/connectors/translators/google-translator.html +1 -1
  37. data/_includes/themes/j1/modules/navigator/generator.html +1 -1
  38. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +10 -10
  39. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  40. data/_includes/themes/j1/procedures/global/attributes_loader.proc +1 -1
  41. data/_includes/themes/j1/procedures/global/collect_frontmatter_options.proc +1 -1
  42. data/_includes/themes/j1/procedures/global/collect_page_options.proc +1 -1
  43. data/_includes/themes/j1/procedures/global/create_bs_button.proc +1 -1
  44. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
  45. data/_includes/themes/j1/procedures/global/get_category.proc +1 -1
  46. data/_includes/themes/j1/procedures/global/get_category_item.proc +1 -1
  47. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  48. data/_includes/themes/j1/procedures/global/get_page_path.proc +1 -1
  49. data/_includes/themes/j1/procedures/global/get_page_url.proc +1 -1
  50. data/_includes/themes/j1/procedures/global/pager.proc +1 -1
  51. data/_includes/themes/j1/procedures/global/select_color.proc +1 -1
  52. data/_includes/themes/j1/procedures/global/select_font_size.proc +1 -1
  53. data/_includes/themes/j1/procedures/global/select_icon_size.proc +1 -1
  54. data/_includes/themes/j1/procedures/global/select_location.proc +1 -1
  55. data/_includes/themes/j1/procedures/global/set_base_vars_folders.proc +1 -1
  56. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +1 -1
  57. data/_includes/themes/j1/procedures/global/set_image_block.proc +1 -1
  58. data/_includes/themes/j1/procedures/global/setup.proc +1 -1
  59. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
  60. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  61. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  62. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +1 -1
  63. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  64. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  65. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  66. data/_includes/themes/j1/procedures/posts/create_ad_block.proc +1 -1
  67. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  68. data/_layouts/app.html +1 -1
  69. data/_layouts/blog_archive.html +1 -1
  70. data/_layouts/collection.html +1 -1
  71. data/_layouts/compress.html +1 -1
  72. data/_layouts/default.html +1 -1
  73. data/_layouts/home.html +1 -1
  74. data/_layouts/page.html +1 -1
  75. data/_layouts/paginator/autopage_category.html +1 -1
  76. data/_layouts/paginator/autopage_collection.html +1 -1
  77. data/_layouts/paginator/autopage_collections_tags.html +1 -1
  78. data/_layouts/paginator/autopage_tags.html +1 -1
  79. data/_layouts/post.html +1 -1
  80. data/_layouts/raw.html +1 -1
  81. data/apps/public/cc/cc.yml +1 -1
  82. data/assets/data/authclient.html +1 -1
  83. data/assets/data/banner.html +1 -1
  84. data/assets/data/carousel.json +8 -16
  85. data/assets/data/cookiebar.html +1 -1
  86. data/assets/data/fam.html +1 -1
  87. data/assets/data/footer.html +1 -1
  88. data/assets/data/galleries.json +1 -1
  89. data/assets/data/gallery_customizer.html +1 -1
  90. data/assets/data/mdi_icons.json +1 -1
  91. data/assets/data/menu.html +1 -1
  92. data/assets/data/mmenu.html +1 -1
  93. data/assets/data/mmenu_sidebar.html +1 -1
  94. data/assets/data/mmenu_toc.html +1 -1
  95. data/assets/data/panel.html +1 -1
  96. data/assets/data/quicklinks.html +3 -3
  97. data/assets/data/themes.json +1 -1
  98. data/assets/data/twa_v1.json +1 -1
  99. data/assets/error_pages/HTTP204.html +1 -1
  100. data/assets/error_pages/HTTP400.html +1 -1
  101. data/assets/error_pages/HTTP401.html +1 -1
  102. data/assets/error_pages/HTTP403.html +1 -1
  103. data/assets/error_pages/HTTP404.html +1 -1
  104. data/assets/error_pages/HTTP500.html +1 -1
  105. data/assets/error_pages/HTTP501.html +1 -1
  106. data/assets/error_pages/HTTP502.html +1 -1
  107. data/assets/error_pages/HTTP503.html +1 -1
  108. data/assets/error_pages/HTTP520.html +1 -1
  109. data/assets/error_pages/HTTP521.html +1 -1
  110. data/assets/error_pages/HTTP533.html +1 -1
  111. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  112. data/assets/themes/j1/adapter/js/attic.js +3 -3
  113. data/assets/themes/j1/adapter/js/bmd.js +2 -2
  114. data/assets/themes/j1/adapter/js/carousel.js +397 -34
  115. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  116. data/assets/themes/j1/adapter/js/cookiebar.js +9 -2
  117. data/assets/themes/j1/adapter/js/fam.js +2 -2
  118. data/assets/themes/j1/adapter/js/framer.js +2 -2
  119. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -2
  120. data/assets/themes/j1/adapter/js/j1.js +36 -9
  121. data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
  122. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  123. data/assets/themes/j1/adapter/js/logger.js +2 -2
  124. data/assets/themes/j1/adapter/js/mmenu.js +27 -29
  125. data/assets/themes/j1/adapter/js/navigator.js +2 -3
  126. data/assets/themes/j1/adapter/js/{lunr_search.js → quicksearch.js} +13 -13
  127. data/assets/themes/j1/adapter/js/rouge.js +8 -6
  128. data/assets/themes/j1/adapter/js/rtable.js +6 -4
  129. data/assets/themes/j1/adapter/js/themer.js +55 -47
  130. data/assets/themes/j1/adapter/js/toccer.js +3 -3
  131. data/assets/themes/j1/core/css/animate.css +2 -2
  132. data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +2 -2
  133. data/assets/themes/j1/core/css/icon-fonts/iconify.css +5 -5
  134. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +9 -9
  135. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +6 -6
  136. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1 -1
  137. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +31 -31
  138. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +82 -61
  139. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  140. data/assets/themes/j1/core/css/vendor.css +5 -5
  141. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.eot → eot/fa-brands-400.eot} +0 -0
  142. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.eot → eot/fa-regular-400.eot} +0 -0
  143. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.eot → eot/fa-solid-900.eot} +0 -0
  144. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.svg → svg/fa-brands-400.svg} +0 -0
  145. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.svg → svg/fa-regular-400.svg} +0 -0
  146. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.svg → svg/fa-solid-900.svg} +0 -0
  147. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.ttf → ttf/fa-brands-400.ttf} +0 -0
  148. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.ttf → ttf/fa-regular-400.ttf} +0 -0
  149. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.ttf → ttf/fa-solid-900.ttf} +0 -0
  150. data/assets/themes/j1/core/fonts/materialdesign_icons/fonts/{materialdesignicons-webfont.eot → eot/materialdesignicons-webfont.eot} +0 -0
  151. data/assets/themes/j1/core/fonts/materialdesign_icons/fonts/{materialdesignicons-webfont.svg → svg/materialdesignicons-webfont.svg} +0 -0
  152. data/assets/themes/j1/core/fonts/materialdesign_icons/fonts/{materialdesignicons-webfont.ttf → ttf/materialdesignicons-webfont.ttf} +0 -0
  153. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.eot → eot/Roboto-Bold.eot} +0 -0
  154. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.eot → eot/Roboto-Light.eot} +0 -0
  155. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.eot → eot/Roboto-Medium.eot} +0 -0
  156. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.eot → eot/Roboto-Regular.eot} +0 -0
  157. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.eot → eot/Roboto-Thin.eot} +0 -0
  158. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Black.ttf → ttf/Roboto-Black.ttf} +0 -0
  159. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BlackItalic.ttf → ttf/Roboto-BlackItalic.ttf} +0 -0
  160. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.ttf → ttf/Roboto-Bold.ttf} +0 -0
  161. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BoldItalic.ttf → ttf/Roboto-BoldItalic.ttf} +0 -0
  162. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Italic.ttf → ttf/Roboto-Italic.ttf} +0 -0
  163. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.ttf → ttf/Roboto-Light.ttf} +0 -0
  164. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-LightItalic.ttf → ttf/Roboto-LightItalic.ttf} +0 -0
  165. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.ttf → ttf/Roboto-Medium.ttf} +0 -0
  166. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-MediumItalic.ttf → ttf/Roboto-MediumItalic.ttf} +0 -0
  167. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.ttf → ttf/Roboto-Regular.ttf} +0 -0
  168. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.ttf → ttf/Roboto-Thin.ttf} +0 -0
  169. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-ThinItalic.ttf → ttf/Roboto-ThinItalic.ttf} +0 -0
  170. data/assets/themes/j1/core/js/template.js +5 -10
  171. data/assets/themes/j1/core/js/template.js.map +1 -1
  172. data/assets/themes/j1/core/js/template.min.js +1 -1
  173. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
  174. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  175. data/assets/themes/j1/modules/carousel/css/carousel.css +1 -1
  176. data/assets/themes/j1/modules/carousel/css/carousel.min.css +1 -1
  177. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +1 -1
  178. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +1 -1
  179. data/assets/themes/j1/modules/carousel/css/theme/uno.css +90 -37
  180. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +2 -2
  181. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +1 -1
  182. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +1 -1
  183. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc.png +0 -0
  184. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc_disabled.png +0 -0
  185. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_both.png +0 -0
  186. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc.png +0 -0
  187. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc_disabled.png +0 -0
  188. data/assets/themes/j1/modules/datatables/css/datatables.css +1113 -0
  189. data/assets/themes/j1/modules/datatables/css/datatables.min.css +136 -0
  190. data/assets/themes/j1/modules/datatables/css/theme/uno.css +473 -0
  191. data/assets/themes/j1/modules/datatables/js/datatables.js +95360 -0
  192. data/assets/themes/j1/modules/datatables/js/datatables.min.js +533 -0
  193. data/assets/themes/j1/modules/fam/css/uno/fam.css +1 -1
  194. data/assets/themes/j1/modules/fam/js/fam.js +1 -1
  195. data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -21
  196. data/assets/themes/j1/modules/jquery/css/jqueryUI/theme.css +443 -0
  197. data/assets/themes/j1/modules/jquery/css/jqueryUI/theme.min.css +5 -0
  198. data/assets/themes/j1/modules/jquery/js/jqueryUI.js +18701 -0
  199. data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +13 -0
  200. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/theme/uno.css +1 -1
  201. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/theme/uno.css +1 -1
  202. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  203. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  204. data/assets/themes/j1/modules/kofax.7z +0 -0
  205. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +1 -1
  206. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +1 -1
  207. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +1 -1
  208. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  209. data/assets/themes/j1/modules/lightbox/LICENSE +22 -22
  210. data/assets/themes/j1/modules/lightbox/css/lightbox.css +1 -1
  211. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +1 -1
  212. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +1 -1
  213. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -1
  214. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  215. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  216. data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.css → quicksearch.css} +1 -1
  217. data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.min.css → quicksearch.min.css} +13 -6
  218. data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.js +304 -0
  219. data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.min.js +1 -0
  220. data/assets/themes/j1/modules/lunrSearch/js/{lunr_search.js → quicksearch.js} +23 -4
  221. data/assets/themes/j1/modules/lunrSearch/js/{lunr_search.min.js → quicksearch.min.js} +1 -1
  222. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.js +381 -0
  223. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.min.js +1 -0
  224. data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.js +284 -0
  225. data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.min.js +18 -0
  226. data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.js +384 -0
  227. data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.min.js +18 -0
  228. data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.js +450 -0
  229. data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.min.js +18 -0
  230. data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.js +599 -0
  231. data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.min.js +18 -0
  232. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.js +541 -0
  233. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.min.js +18 -0
  234. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.js +703 -0
  235. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.min.js +18 -0
  236. data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.js +565 -0
  237. data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.min.js +18 -0
  238. data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.js +617 -0
  239. data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.min.js +18 -0
  240. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.js +188 -0
  241. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.min.js +1 -0
  242. data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.js +5 -0
  243. data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.min.js +1 -0
  244. data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.js +79 -0
  245. data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.min.js +1 -0
  246. data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.js +448 -0
  247. data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.min.js +18 -0
  248. data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.js +258 -0
  249. data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.min.js +18 -0
  250. data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.js +570 -0
  251. data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.min.js +18 -0
  252. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.js +558 -0
  253. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.min.js +18 -0
  254. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.js +391 -0
  255. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.min.js +18 -0
  256. data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.js +256 -0
  257. data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.min.js +18 -0
  258. data/assets/themes/j1/modules/lunrSearch/languages/lunr.th.js +97 -0
  259. data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.js +1087 -0
  260. data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.min.js +18 -0
  261. data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.js +84 -0
  262. data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.min.js +1 -0
  263. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
  264. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
  265. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +1 -1
  266. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +1 -1
  267. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +1 -1
  268. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +2 -2
  269. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +1 -1
  270. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +1 -1
  271. data/assets/themes/j1/modules/rtable/css/theme/uno.css +1 -1
  272. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +1 -1
  273. data/assets/themes/j1/modules/rtable/js/rtable.js +1 -1
  274. data/assets/themes/j1/modules/rtable/js/rtable.min.js +1 -1
  275. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  276. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  277. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +1 -1
  278. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +1 -1
  279. data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -21
  280. data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -21
  281. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
  282. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  283. data/assets/themes/j1/modules/twemoji/js/twemoji.js +1 -1
  284. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +1 -1
  285. data/exe/j1 +2 -0
  286. data/lib/j1/commands/generate.rb +47 -46
  287. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  288. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  289. data/lib/j1/utils/exec.rb +1 -1
  290. data/lib/j1/version.rb +1 -1
  291. data/lib/j1_app.rb +0 -4
  292. data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
  293. data/lib/j1_app/j1_auth_manager/commands.rb +1 -1
  294. data/lib/j1_app/j1_auth_manager/error_pages.rb +1 -1
  295. data/lib/j1_app/j1_auth_manager/helpers_disqus.rb +1 -1
  296. data/lib/j1_app/j1_auth_manager/helpers_facebook.rb +1 -1
  297. data/lib/j1_app/j1_auth_manager/helpers_github.rb +1 -1
  298. data/lib/j1_app/j1_auth_manager/helpers_patreon.rb +1 -1
  299. data/lib/j1_app/j1_auth_manager/helpers_twitter.rb +1 -1
  300. data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +1 -1
  301. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  302. data/lib/j1_app/omniauth/strategies/facebook.rb +1 -1
  303. data/lib/j1_app/omniauth/strategies/github.rb +1 -1
  304. data/lib/j1_app/omniauth/strategies/patreon.rb +1 -1
  305. data/lib/j1_app/omniauth/strategies/twitter.rb +1 -1
  306. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  307. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  308. data/lib/starter_web/Gemfile +18 -30
  309. data/lib/starter_web/_config.yml +23 -92
  310. data/lib/starter_web/_data/_defaults/categories.yml +1 -1
  311. data/lib/starter_web/_data/_defaults/colors.yml +1 -1
  312. data/lib/starter_web/_data/_defaults/font_sizes.yml +1 -1
  313. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +1 -1
  314. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  315. data/lib/starter_web/_data/_defaults/template_settings.yml +1 -1
  316. data/lib/starter_web/_data/apps/carousel.yml +158 -337
  317. data/lib/starter_web/_data/apps/defaults/carousel.yml +88 -87
  318. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -1
  319. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -1
  320. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -1
  321. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -1
  322. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -1
  323. data/lib/starter_web/_data/apps/justified_gallery.yml +1 -1
  324. data/lib/starter_web/_data/apps/light_gallery.yml +1 -1
  325. data/lib/starter_web/_data/apps/lightbox.yml +1 -1
  326. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1mn-subset +26 -0
  327. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1p-subset +26 -0
  328. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoemoji-subset +3 -0
  329. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoserif-subset +26 -0
  330. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-mplus +16 -0
  331. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoemoji +201 -0
  332. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoserif +201 -0
  333. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-roboto +11 -0
  334. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Black.ttf +0 -0
  335. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BlackItalic.ttf +0 -0
  336. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Bold.ttf +0 -0
  337. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BoldItalic.ttf +0 -0
  338. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Italic.ttf +0 -0
  339. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Light.ttf +0 -0
  340. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-LightItalic.ttf +0 -0
  341. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Medium.ttf +0 -0
  342. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-MediumItalic.ttf +0 -0
  343. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Regular.ttf +0 -0
  344. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Thin.ttf +0 -0
  345. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-ThinItalic.ttf +0 -0
  346. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold-subset.ttf +0 -0
  347. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold_italic-subset.ttf +0 -0
  348. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-italic-subset.ttf +0 -0
  349. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-regular-subset.ttf +0 -0
  350. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/mplus1p-regular-fallback.ttf +0 -0
  351. data/lib/starter_web/_data/asciidoc2pdf/fonts/notoemoji-subset.ttf +0 -0
  352. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold-subset.ttf +0 -0
  353. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold_italic-subset.ttf +0 -0
  354. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-italic-subset.ttf +0 -0
  355. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-regular-subset.ttf +0 -0
  356. data/lib/starter_web/_data/asciidoc2pdf/themes/base-theme.yml +130 -0
  357. data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-theme.yml +36 -0
  358. data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-with-fallback-font-theme.yml +15 -0
  359. data/lib/starter_web/_data/asciidoc2pdf/themes/default-theme.yml +298 -0
  360. data/lib/starter_web/_data/asciidoc2pdf/themes/default-with-fallback-font-theme.yml +21 -0
  361. data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +315 -0
  362. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  363. data/lib/starter_web/_data/blocks/defaults/banner.yml +1 -1
  364. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  365. data/lib/starter_web/_data/blocks/defaults/panel.yml +1 -1
  366. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  367. data/lib/starter_web/_data/blocks/panel.yml +1 -1
  368. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -1
  369. data/lib/starter_web/_data/categories.yml +1 -1
  370. data/lib/starter_web/_data/colors.yml +1 -1
  371. data/lib/starter_web/_data/font_sizes.yml +1 -1
  372. data/lib/starter_web/_data/j1_config.yml +35 -34
  373. data/lib/starter_web/_data/layouts/app.yml +1 -1
  374. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  375. data/lib/starter_web/_data/layouts/collection.yml +7 -7
  376. data/lib/starter_web/_data/layouts/default.yml +1 -1
  377. data/lib/starter_web/_data/layouts/home.yml +1 -2
  378. data/lib/starter_web/_data/layouts/page.yml +2 -3
  379. data/lib/starter_web/_data/layouts/post.yml +2 -3
  380. data/lib/starter_web/_data/layouts/raw.yml +1 -1
  381. data/lib/starter_web/_data/modules/advertising.yml +1 -1
  382. data/lib/starter_web/_data/modules/attics.yml +1 -1
  383. data/lib/starter_web/_data/modules/authentication.yml +1 -1
  384. data/lib/starter_web/_data/modules/cookiebar.yml +1 -1
  385. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  386. data/lib/starter_web/_data/modules/defaults/authentication.yml +45 -43
  387. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -1
  388. data/lib/starter_web/_data/modules/defaults/fam.yml +1 -1
  389. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -1
  390. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -1
  391. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -1
  392. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  393. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +73 -0
  394. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  395. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  396. data/lib/starter_web/_data/modules/fam.yml +46 -12
  397. data/lib/starter_web/_data/modules/framer.yml +1 -1
  398. data/lib/starter_web/_data/modules/log4javascript.yml +1 -1
  399. data/lib/starter_web/_data/modules/log4r.yml +1 -1
  400. data/lib/starter_web/_data/modules/navigator.yml +5 -7
  401. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  402. data/lib/starter_web/_data/modules/{lunr_search.yml → quicksearch.yml} +4 -4
  403. data/lib/starter_web/_data/modules/themer.yml +1 -96
  404. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  405. data/lib/starter_web/_data/pages/builder.yml +1 -1
  406. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +1 -1
  407. data/lib/starter_web/_data/plugins/defaults/paginator.yml +1 -1
  408. data/lib/starter_web/_data/plugins/notebooks.yml +1 -1
  409. data/lib/starter_web/_data/plugins/paginator.yml +1 -1
  410. data/lib/starter_web/_data/private.yml +1 -1
  411. data/lib/starter_web/_data/resources.yml +36 -38
  412. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +1 -1
  413. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  414. data/lib/starter_web/_includes/attributes.asciidoc +3 -1
  415. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -19
  416. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -45
  417. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -46
  418. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-answer.rb +1 -1
  419. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-question.rb +1 -1
  420. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +1 -1
  421. data/lib/starter_web/_plugins/asciidoctor-extensions/carousel-block.rb +1 -1
  422. data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
  423. data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +1 -1
  424. data/lib/starter_web/_plugins/asciidoctor-extensions/gallery-block.rb +1 -1
  425. data/lib/starter_web/_plugins/asciidoctor-extensions/gist-block.rb +1 -1
  426. data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +1 -1
  427. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +1 -1
  428. data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +1 -1
  429. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +1 -1
  430. data/lib/starter_web/_plugins/asciidoctor-extensions/shout-block.rb +1 -1
  431. data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +1 -1
  432. data/lib/starter_web/_plugins/debug.rb +1 -1
  433. data/lib/starter_web/_plugins/filters.rb +1 -1
  434. data/lib/starter_web/_plugins/lorem_inline.rb +99 -4
  435. data/lib/starter_web/_plugins/lunr_index.rb +24 -10
  436. data/lib/starter_web/_plugins/minifyJS.rb +1 -1
  437. data/lib/starter_web/_plugins/minifyJSON.rb +1 -1
  438. data/lib/starter_web/_plugins/prettify.rb +1 -1
  439. data/lib/starter_web/_plugins/simple_search_filter.rb +1 -1
  440. data/lib/starter_web/_plugins/symlink_watcher.rb +1 -1
  441. data/lib/starter_web/assets/images/modules/icons/d1/d1-256x256.png +0 -0
  442. data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
  443. data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
  444. data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
  445. data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
  446. data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
  447. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +48 -43
  448. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +632 -632
  449. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +648 -648
  450. data/lib/starter_web/assets/images/quotes/colored-1.jpg +0 -0
  451. data/lib/starter_web/assets/images/quotes/colored-2.jpg +0 -0
  452. data/lib/starter_web/assets/images/quotes/default.jpg +0 -0
  453. data/lib/starter_web/assets/images/quotes/light-blue.jpg +0 -0
  454. data/lib/starter_web/assets/images/quotes/people.jpg +0 -0
  455. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +198 -198
  456. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +1 -0
  457. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/unsplash-badge.asciidoc +31 -31
  458. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/100-docker-using-shared-folders.asciidoc +430 -430
  459. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +47 -48
  460. data/lib/starter_web/config.ru +23 -24
  461. data/lib/starter_web/dot.gitattributes +3 -17
  462. data/lib/starter_web/dot.nojekyll +19 -19
  463. data/lib/starter_web/package.json +53 -40
  464. data/lib/starter_web/pages/protected/site_search.adoc +2 -7
  465. data/lib/starter_web/pages/public/about/about_site.adoc +2 -0
  466. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +1 -1
  467. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +2 -2
  468. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +2 -2
  469. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/300_first_awesome_web.asciidoc +11 -12
  470. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +47 -48
  471. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +1 -0
  472. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +6 -23
  473. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +335 -236
  474. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +14 -14
  475. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +11 -11
  476. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +11 -11
  477. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +11 -11
  478. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +11 -11
  479. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +11 -11
  480. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +11 -11
  481. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +11 -11
  482. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +11 -11
  483. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +50 -55
  484. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -19
  485. data/lib/starter_web/pages/public/previewer/rouge.adoc +238 -4
  486. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  487. data/lib/starter_web/utilsrv/package.json +7 -7
  488. data/lib/starter_web/utilsrv/server.js +1 -1
  489. metadata +154 -117
  490. data/assets/themes/j1/core/css/bootstrap.css +0 -7154
  491. data/assets/themes/j1/core/css/bootstrap.min.css +0 -6
  492. data/assets/themes/j1/core/css/custom.scss +0 -28
  493. data/assets/themes/j1/core/css/globals.css +0 -14523
  494. data/assets/themes/j1/core/css/globals.min.css +0 -1
  495. data/assets/themes/j1/core/css/globals.scss +0 -28
  496. data/assets/themes/j1/core/css/theme_extensions.css +0 -11558
  497. data/assets/themes/j1/core/css/theme_extensions.min.css +0 -1
  498. data/assets/themes/j1/core/css/uno.css +0 -11823
  499. data/assets/themes/j1/core/css/uno.min.css +0 -1
  500. data/assets/themes/j1/core/css/uno.scss +0 -28
  501. data/assets/themes/j1/core/css/vendor.scss +0 -28
  502. data/assets/themes/j1/core/fonts/materialdesign_icons/license.md +0 -97
  503. data/assets/themes/j1/core/fonts/roboto/fonts/OpenSansEmoji.ttf +0 -0
  504. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold-ascii.ttf +0 -0
  505. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold_italic-ascii.ttf +0 -0
  506. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-italic-ascii.ttf +0 -0
  507. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-regular-ascii-conums.ttf +0 -0
  508. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb.kapott +0 -234
  509. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.new.erb +0 -297
  510. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -151
  511. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +0 -171
  512. data/lib/starter_web/_data/modules/jekyll_search.yml +0 -33
  513. data/lib/starter_web/assets/images/quotes/default.png +0 -0
  514. data/lib/starter_web/assets/images/quotes/people.png +0 -0
  515. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +0 -494
  516. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +0 -218
  517. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/attributes.asciidoc +0 -34
  518. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/documents/readme +0 -0
  519. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/tables/debug_variables.asciidoc +0 -48
  520. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/tables/readme +0 -0
  521. data/lib/starter_web/pages/public/test_pages/_includes/attributes.asciidoc +0 -49
  522. data/lib/starter_web/pages/public/test_pages/_includes/documents/100_gistblock.asciidoc +0 -27
  523. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_bem_specifiers.asciidoc +0 -22
  524. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_specifier_examples.asciidoc +0 -56
  525. data/lib/starter_web/pages/public/test_pages/breadcrumbs_tester.adoc +0 -62
  526. data/lib/starter_web/pages/public/test_pages/carousel_captions.adoc +0 -1045
  527. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +0 -165
  528. data/lib/starter_web/pages/public/test_pages/floating_actions_button.adoc +0 -523
  529. data/lib/starter_web/pages/public/test_pages/floating_ad.adoc +0 -208
  530. data/lib/starter_web/pages/public/test_pages/floating_div.adoc +0 -196
  531. data/lib/starter_web/pages/public/test_pages/lunr_tester.adoc +0 -89
  532. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +0 -284
  533. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +0 -196
  534. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +0 -213
  535. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +0 -210
  536. data/lib/starter_web/pages/public/test_pages/toccer_tester.adoc +0 -2245
  537. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/attributes.asciidoc +0 -117
  538. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/100_gistblock.asciidoc +0 -27
  539. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_bottom_info.asciidoc +0 -11
  540. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +0 -11
  541. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +0 -11
  542. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_central_success.asciidoc +0 -11
  543. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +0 -11
  544. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +0 -11
  545. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_table_3_column.asciidoc +0 -47
  546. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_top_info.asciidoc +0 -11
  547. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_top_left_info.asciidoc +0 -11
  548. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/410_top_right_success.asciidoc +0 -11
  549. data/lib/starter_web/pages/public/test_pages/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +0 -928
  550. data/lib/starter_web/pages/public/test_pages/vtutorials/000_test_youtube_video.adoc +0 -141
  551. data/lib/starter_web/pages/public/test_pages/vtutorials/100_basic_video.adoc +0 -109
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -22,94 +22,95 @@ about_config:
22
22
  # ------------------------------------------------------------------------------
23
23
  # Default configuration settings
24
24
  #
25
- defaults:
26
25
 
27
- # ----------------------------------------------------------------------------
28
- # GENERAL Carousel settings
29
- #
30
- # enabled
31
- # ----------------------------------------------------------------------------
32
- # Enables|Disables the use of a carousel|slider
33
- #
34
- # xhr_data_path
35
- # ----------------------------------------------------------------------------
36
- # All data items displayed by a slider are being read from a
37
- # JSON file automatically generated from that configuration.
38
- # AJAX get method is used to supply the slider with respective
39
- # the HTML code at the time the slider is initialized (by the
40
- # J1 Adapter for J1 Owl Sliders).
41
- #
42
- # values: string
43
- # default: /assets/data/carousel.json
44
- #
45
- # ----------------------------------------------------------------------------
46
- enabled: false # needed for j1.layout_shim_generator.html
26
+ # ----------------------------------------------------------------------------
27
+ # GENERAL Carousel settings
28
+ #
29
+ # enabled
30
+ # ----------------------------------------------------------------------------
31
+ # Enables|Disables the use of a carousel|slider
32
+ #
33
+ # xhr_data_path
34
+ # ----------------------------------------------------------------------------
35
+ # All data items displayed by a slider are being read from a
36
+ # JSON file automatically generated from that configuration.
37
+ # AJAX get method is used to supply the slider with respective
38
+ # the HTML code at the time the slider is initialized (by the
39
+ # J1 Adapter for J1 Owl Sliders).
40
+ #
41
+ # values: string
42
+ # default: /assets/data/carousel.json
43
+ #
44
+ # ----------------------------------------------------------------------------
47
45
 
48
- # ----------------------------------------------------------------------------
49
- # DEFAULT options
50
- #
51
- # items
52
- # ----------------------------------------------------------------------------
53
- # This variable allows to set the maximum amount of items displayed
54
- # at a time with the widest browser width.
55
- #
56
- # values: integer
57
- # default: 5
58
- #
59
- # itemsDesktop
60
- # ----------------------------------------------------------------------------
61
- # Preset the number of slides visible with a particular browser
62
- # width. The format is [x,y] whereby x means the browser width
63
- # and y the number of slides displayed. For example [1199,4] means
64
- # that if the window size is lower or equal 1199, show 4 slides
65
- # per page.
66
- #
67
- # values: array (of resolution|item pairs)
68
- # default: [1199,4]
69
- # Other (named) presets: see items|itemsDesktop
70
- #
71
- # values: array (resolution|item pairs)
72
- # defaults:
73
- # itemsDesktop: [1199,4]
74
- # itemsDesktopSmall: [980,3]
75
- # itemsTablet: [768,2]
76
- # itemsTabletSmall: false
77
- # itemsMobile: [479,1]
78
- #
79
- # singleItem:
80
- # ----------------------------------------------------------------------------
81
- # Display only one item independent from screen size.
82
- #
83
- # values: boolean (true|false)
84
- # default: false
85
- #
86
- # itemsScaleUp
87
- # ----------------------------------------------------------------------------
88
- # Don't stretch items when it is less than the supplied items.
89
- #
90
- # values: boolean (true|false)
91
- # default: false
92
- #
93
- # itemsCustom
94
- # ----------------------------------------------------------------------------
95
- # Specifies how many items|slides are shown depending on the
96
- # screen width. If this option is set, the options itemsDeskop,
97
- # itemsDesktopSmall, itemsTablet, itemsMobile are DISABLED
98
- # automatically.
99
- #
100
- # NOTE: For better preview results, order the arrays by screen size.
101
- # This is RECOMMENDED but not mandatory.
102
- #
103
- # NOTE: Don’t forget to include the lowest available screen size, otherwise
104
- # the carousel takes as default value for a screen the next lower screen
105
- # size available (from what you configured).
106
- #
107
- # Example: [ [0, 2], [400, 4], [700, 6], [1000, 8], [1200, 10], [1600, 16] ]
108
- #
109
- # values: array (of screen|item pairs)
110
- # default: false (no defaults)
111
- #
112
- # ----------------------------------------------------------------------------
46
+ # ----------------------------------------------------------------------------
47
+ # DEFAULT options
48
+ #
49
+ # items
50
+ # ----------------------------------------------------------------------------
51
+ # This variable allows to set the maximum amount of items displayed
52
+ # at a time with the widest browser width.
53
+ #
54
+ # values: integer
55
+ # default: 5
56
+ #
57
+ # itemsDesktop
58
+ # ----------------------------------------------------------------------------
59
+ # Preset the number of slides visible with a particular browser
60
+ # width. The format is [x,y] whereby x means the browser width
61
+ # and y the number of slides displayed. For example [1199,4] means
62
+ # that if the window size is lower or equal 1199, show 4 slides
63
+ # per page.
64
+ #
65
+ # values: array (of resolution|item pairs)
66
+ # default: [1199,4]
67
+ # Other (named) presets: see items|itemsDesktop
68
+ #
69
+ # values: array (resolution|item pairs)
70
+ # defaults:
71
+ # itemsDesktop: [1199,4]
72
+ # itemsDesktopSmall: [980,3]
73
+ # itemsTablet: [768,2]
74
+ # itemsTabletSmall: false
75
+ # itemsMobile: [479,1]
76
+ #
77
+ # singleItem:
78
+ # ----------------------------------------------------------------------------
79
+ # Display only one item independent from screen size.
80
+ #
81
+ # values: boolean (true|false)
82
+ # default: false
83
+ #
84
+ # itemsScaleUp
85
+ # ----------------------------------------------------------------------------
86
+ # Don't stretch items when it is less than the supplied items.
87
+ #
88
+ # values: boolean (true|false)
89
+ # default: false
90
+ #
91
+ # itemsCustom
92
+ # ----------------------------------------------------------------------------
93
+ # Specifies how many items|slides are shown depending on the
94
+ # screen width. If this option is set, the options itemsDeskop,
95
+ # itemsDesktopSmall, itemsTablet, itemsMobile are DISABLED
96
+ # automatically.
97
+ #
98
+ # NOTE: For better preview results, order the arrays by screen size.
99
+ # This is RECOMMENDED but not mandatory.
100
+ #
101
+ # NOTE: Don’t forget to include the lowest available screen size, otherwise
102
+ # the carousel takes as default value for a screen the next lower screen
103
+ # size available (from what you configured).
104
+ #
105
+ # Example: [ [0, 2], [400, 4], [700, 6], [1000, 8], [1200, 10], [1600, 16] ]
106
+ #
107
+ # values: array (of screen|item pairs)
108
+ # default: false (no defaults)
109
+ #
110
+ # ----------------------------------------------------------------------------
111
+ defaults:
112
+
113
+ enabled: false
113
114
 
114
115
  # ----------------------------------------------------------------------------
115
116
  # View port sizes
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -0,0 +1,26 @@
1
+ M+ fonts are generated from the M+ outline fonts TESTFLIGHT 63a retrieved from http://mplus-fonts.osdn.jp/mplus-outline-fonts/download/index-en.html.
2
+
3
+ The following changes were made using fontforge to produce mplus1mn-*-ascii.ttf fonts:
4
+
5
+ * Subsetted to include (ascii variant):
6
+ ** Non-visible Characters (U+00a0)
7
+ ** Basic Latin (U+0020–U+007e)
8
+ ** Enclosed Numbers (U+2460–U+2473, U+2776–U+277f, U+24eb–U+24f4) (M+ 1mn Regular only)
9
+ ** Box Drawing Symbols (U+2500–U+257f)
10
+ ** .notdef glyph
11
+ * Subsetted to include (subset variant):
12
+ ** Non-visible Characters (U+00a0)
13
+ ** Basic Latin (U+0020–U+007e)
14
+ ** Latin-1 Supplement (U+00a0–U+00fd)
15
+ ** Latin Extended-A (U+0100–U+017f)
16
+ ** Greek Alphabet (U+0391–U+03c9)
17
+ ** Cyrillic (U+0400–U+04ff)
18
+ ** Assorted Symbols (U+20ac, U+2713–U+2714)
19
+ ** Enclosed Numbers (U+2460–U+2473, U+2776–U+277f, U+24eb–U+24f4) (mplus1mn-regular only)
20
+ ** Box Drawing Symbols (U+2500–U+257f)
21
+ ** .notdef glyph
22
+ * Added BOM (U+feff) and line feed (U+000a) characters (from blank)
23
+ * Generated old-style kern table (neither Apple or OpenType) (required to make kerning work in Prawn) (flags: 0x90)
24
+ * Removed Truetype instructions (information not used by Prawn) (flags: 0x08)
25
+ * Generated with PS Glyph Names option enabled (didn't use 0x04 flag)
26
+ * Generate flags used, in total: 0x90 + 0x08
@@ -0,0 +1,26 @@
1
+ M+ fonts are generated from the M+ outline fonts TESTFLIGHT 63a retrieved from http://mplus-fonts.osdn.jp/mplus-outline-fonts/download/index-en.html.
2
+
3
+ The following changes were made using fontforge to produce mplus1p-regular-fallback.ttf font:
4
+
5
+ * Subsetted to include:
6
+ ** Non-visible Characters (U+00a0)
7
+ ** Basic Latin (U+0020–U+007e)
8
+ ** Latin-1 Supplement (U+00a0–U+00fd)
9
+ ** Latin Extended-A (U+0100–U+017f)
10
+ ** Latin Extended-B (U+0180–U+024f)
11
+ ** IPA (U+0259, U+02b0–U+02ff)
12
+ ** Greek (U+0370–U+03ff)
13
+ ** Cyrillic (U+0400–U+04ff)
14
+ ** Vietnamese (U+01a0–U01b0, U+1ea0–U1ef9)
15
+ ** CJK (U+4e00–U+9fff, U+3000–U+303f) (mostly Japanese, limited selection based on what M+ supports)
16
+ ** Mathematical Operators (U+2200–U+22ff, U+2116)
17
+ ** General Punctuation (U+2000–U203a)
18
+ ** Geometric Shapes (U+25a0–U25ff)
19
+ ** Assorted Symbols (U+20ac, U+2122, U+21d0–U+21d5, U+2190–U+2195, U+2610–U+2611, U+2713–U+2714)
20
+ ** .notdef glyph
21
+ * Added BOM (U+feff), hair space (U+200a), zero-width space (U+200b) and line feed (U+000a) characters (from blank)
22
+ * Manually added non-breaking hyphen (U+2011) from hyphen (U+002d)
23
+ * Generated old-style kern table (neither Apple or OpenType) (required to make kerning work in Prawn) (flags: 0x90)
24
+ * Removed Truetype instructions (information not used by Prawn) (flags: 0x08)
25
+ * Generated with PS Glyph Names option enabled (didn't use 0x04 flag)
26
+ * Generate flags used, in total: 0x90 + 0x08
@@ -0,0 +1,3 @@
1
+ Noto Emoji font is generated from the google-noto-emoji-fonts (commit 16151a2312a1f8a7d79e91789d3cfe24559d61f7).
2
+
3
+ Some glyphs have been removed that conflict with the other built-in fonts to produce the notoemoji-subset.ttf font.
@@ -0,0 +1,26 @@
1
+ Noto Serif fonts are generated from the google-noto-serif-fonts-20161022 Fedora RPM package (commit 86b2e553c3e3e4d6614dadd1fa0a7a6dafd74552).
2
+
3
+ The following changes were made using fontforge to produce the notoserif-*-subset.ttf fonts:
4
+
5
+ * Mapped single arrows <- (U+2190) and -> (U+2192) to double arrows <= (U+21d0) and => (U+21d2)
6
+ * Manually added non-breaking hyphen (U+2011) from hyphen (U+002d)
7
+ * Moved arrows (U+21d0, U+21d2, U+2190, U+2192) up in line to align with middle of X
8
+ * Subsetted to include:
9
+ ** Non-visible Characters (U+feff, U+00a0)
10
+ ** Basic Latin (U+0020–U+007e)
11
+ ** Latin-1 Supplement (U+00a0–U+00fd)
12
+ ** Latin Extended-A (U+0100–U+017f)
13
+ ** Greek (U+0370–U+03ff)
14
+ ** Cyrillic (U+0400–U+04ff)
15
+ ** Vietnamese (U+01a0–U01b0, U+1ea0–U1ef9)
16
+ ** Mathematical Operators (U+2200–U+22ff, U+2116)
17
+ ** General Punctuation (U+2000–U203a)
18
+ ** Geometric Shapes (U+25a0–U25ff)
19
+ ** Assorted Symbols (U+20ac, U+2122, U+21d0, U+21d2, U+2190, U+2192)
20
+ ** .notdef glyph
21
+ * Imported ballot boxes from Font Awesome (U+2610, U+2611) (Noto Serif Regular only)
22
+ * Added line feed character (U+000a)
23
+ * Generated old-style kern table (neither Apple or OpenType) (required to make kerning work in Prawn) (flags: 0x90)
24
+ * Removed Truetype instructions (information not used by Prawn)
25
+ * Generated with PS Glyph Names option enabled (didn't use 0x04 flag)
26
+ * Generate flags used, in total: 0x90 + 0x08
@@ -0,0 +1,16 @@
1
+ M+ FONTS Copyright (C) 2002-2019 M+ FONTS PROJECT
2
+
3
+ -
4
+
5
+ LICENSE_E
6
+
7
+
8
+
9
+
10
+ These fonts are free software.
11
+ Unlimited permission is granted to use, copy, and distribute them, with
12
+ or without modification, either commercially or noncommercially.
13
+ THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
14
+
15
+
16
+ http://mplus-fonts.osdn.jp
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.