j1-template 2021.0.0 → 2021.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (601) 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 +1 -1
  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 +7 -7
  38. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +11 -11
  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 +2 -2
  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 +1 -1
  85. data/assets/data/cookiebar.html +1 -1
  86. data/assets/data/fam.html +2 -2
  87. data/assets/data/footer.html +1 -1
  88. data/assets/data/galleries.json +1 -1
  89. data/assets/data/gallery_customizer.html +2 -2
  90. data/assets/data/mdi_icons.json +69583 -14641
  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 +2 -2
  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 +3 -3
  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 +4 -4
  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 +3 -3
  129. data/assets/themes/j1/adapter/js/themer.js +55 -47
  130. data/assets/themes/j1/adapter/js/toccer.js +2 -2
  131. data/assets/themes/j1/core/css/animate.css +2 -2
  132. data/assets/themes/j1/core/css/animate.min.css +1 -7
  133. data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +5 -12
  134. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  135. data/assets/themes/j1/core/css/icon-fonts/iconify.css +5 -5
  136. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +12514 -4821
  137. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
  138. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +6 -6
  139. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
  140. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +80 -50
  141. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +1 -6
  142. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +109 -79
  143. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -6
  144. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +162 -109
  145. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -8
  146. data/assets/themes/j1/core/css/vendor.css +7 -7
  147. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  148. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.eot → eot/fa-brands-400.eot} +0 -0
  149. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.eot → eot/fa-regular-400.eot} +0 -0
  150. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.eot → eot/fa-solid-900.eot} +0 -0
  151. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.svg → svg/fa-brands-400.svg} +0 -0
  152. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.svg → svg/fa-regular-400.svg} +0 -0
  153. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.svg → svg/fa-solid-900.svg} +0 -0
  154. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.ttf → ttf/fa-brands-400.ttf} +0 -0
  155. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.ttf → ttf/fa-regular-400.ttf} +0 -0
  156. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.ttf → ttf/fa-solid-900.ttf} +0 -0
  157. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92/eot}/materialdesignicons-webfont.eot +0 -0
  158. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92}/materialdesignicons-webfont.woff +0 -0
  159. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92}/materialdesignicons-webfont.woff2 +0 -0
  160. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92/svg}/materialdesignicons-webfont.svg +0 -0
  161. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92/ttf}/materialdesignicons-webfont.ttf +0 -0
  162. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/eot/materialdesignicons-webfont.eot +0 -0
  163. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/materialdesignicons-webfont.woff +0 -0
  164. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/materialdesignicons-webfont.woff2 +0 -0
  165. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/preview.html +717 -0
  166. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/svg/materialdesignicons-webfont.svg +10188 -0
  167. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/ttf/materialdesignicons-webfont.ttf +0 -0
  168. data/assets/themes/j1/core/fonts/material_design_icons/fonts/eot/materialdesignicons-webfont.eot +0 -0
  169. data/assets/themes/j1/core/fonts/material_design_icons/fonts/materialdesignicons-webfont.woff +0 -0
  170. data/assets/themes/j1/core/fonts/material_design_icons/fonts/materialdesignicons-webfont.woff2 +0 -0
  171. data/assets/themes/j1/core/fonts/material_design_icons/fonts/svg/materialdesignicons-webfont.svg +10188 -0
  172. data/assets/themes/j1/core/fonts/material_design_icons/fonts/ttf/materialdesignicons-webfont.ttf +0 -0
  173. data/assets/themes/j1/core/fonts/{materialdesign_icons → material_design_icons}/metadata/icons.json +0 -0
  174. data/assets/themes/j1/core/fonts/{materialdesign_icons → material_design_icons}/metadata/icons.yml +0 -0
  175. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.eot → eot/Roboto-Bold.eot} +0 -0
  176. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.eot → eot/Roboto-Light.eot} +0 -0
  177. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.eot → eot/Roboto-Medium.eot} +0 -0
  178. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.eot → eot/Roboto-Regular.eot} +0 -0
  179. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.eot → eot/Roboto-Thin.eot} +0 -0
  180. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Black.ttf → ttf/Roboto-Black.ttf} +0 -0
  181. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BlackItalic.ttf → ttf/Roboto-BlackItalic.ttf} +0 -0
  182. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.ttf → ttf/Roboto-Bold.ttf} +0 -0
  183. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BoldItalic.ttf → ttf/Roboto-BoldItalic.ttf} +0 -0
  184. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Italic.ttf → ttf/Roboto-Italic.ttf} +0 -0
  185. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.ttf → ttf/Roboto-Light.ttf} +0 -0
  186. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-LightItalic.ttf → ttf/Roboto-LightItalic.ttf} +0 -0
  187. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.ttf → ttf/Roboto-Medium.ttf} +0 -0
  188. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-MediumItalic.ttf → ttf/Roboto-MediumItalic.ttf} +0 -0
  189. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.ttf → ttf/Roboto-Regular.ttf} +0 -0
  190. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.ttf → ttf/Roboto-Thin.ttf} +0 -0
  191. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-ThinItalic.ttf → ttf/Roboto-ThinItalic.ttf} +0 -0
  192. data/assets/themes/j1/core/js/template.js +5 -10
  193. data/assets/themes/j1/core/js/template.js.map +1 -1
  194. data/assets/themes/j1/core/js/template.min.js +23 -1
  195. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
  196. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  197. data/assets/themes/j1/modules/carousel/css/carousel.css +1 -1
  198. data/assets/themes/j1/modules/carousel/css/carousel.min.css +1 -1
  199. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +1 -1
  200. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +1 -1
  201. data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
  202. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  203. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +1 -1
  204. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +1 -1
  205. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc.png +0 -0
  206. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc_disabled.png +0 -0
  207. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_both.png +0 -0
  208. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc.png +0 -0
  209. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc_disabled.png +0 -0
  210. data/assets/themes/j1/modules/datatables/css/datatables.css +1113 -0
  211. data/assets/themes/j1/modules/datatables/css/datatables.min.css +136 -0
  212. data/assets/themes/j1/modules/datatables/css/theme/uno.css +473 -0
  213. data/assets/themes/j1/modules/datatables/js/datatables.js +95360 -0
  214. data/assets/themes/j1/modules/datatables/js/datatables.min.js +533 -0
  215. data/assets/themes/j1/modules/fam/css/uno/fam.css +1 -1
  216. data/assets/themes/j1/modules/fam/js/fam.js +1 -1
  217. data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -21
  218. data/assets/themes/j1/modules/jquery/js/jquery-3.5.1.min.map +1 -0
  219. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/theme/uno.css +1 -1
  220. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/css/justifiedGallery.css +110 -0
  221. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/css/justifiedGallery.min.css +110 -0
  222. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/js/jquery.justifiedGallery.js +1245 -0
  223. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/js/jquery.justifiedGallery.min.js +8 -0
  224. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/justifiedGallery.min.zip +0 -0
  225. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/justifiedGallery.zip +0 -0
  226. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/theme/uno.css +1 -1
  227. data/assets/themes/j1/modules/justifiedGallery/css/_archived/justifiedGallery.css +110 -0
  228. data/assets/themes/j1/modules/justifiedGallery/css/_archived/justifiedGallery.min.css +110 -0
  229. data/assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.css +11 -10
  230. data/assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.min.css +3 -106
  231. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  232. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  233. data/assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.js +147 -146
  234. data/assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.min.js +3 -3
  235. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +1 -1
  236. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +1 -1
  237. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -2
  238. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +1 -1
  239. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  240. data/assets/themes/j1/modules/lightbox/LICENSE +22 -22
  241. data/assets/themes/j1/modules/lightbox/css/lightbox.css +1 -1
  242. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +1 -1
  243. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +1 -1
  244. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -1
  245. data/assets/themes/j1/modules/lightbox/js/lightbox.js +2 -2
  246. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  247. data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.css → quicksearch.css} +1 -1
  248. data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.min.css → quicksearch.min.css} +13 -6
  249. data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.js +304 -0
  250. data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.min.js +1 -0
  251. data/assets/themes/j1/modules/lunrSearch/js/{lunr_search.js → quicksearch.js} +23 -4
  252. data/assets/themes/j1/modules/lunrSearch/js/quicksearch.min.js +17 -0
  253. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.js +381 -0
  254. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.min.js +1 -0
  255. data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.js +284 -0
  256. data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.min.js +18 -0
  257. data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.js +384 -0
  258. data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.min.js +18 -0
  259. data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.js +450 -0
  260. data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.min.js +18 -0
  261. data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.js +599 -0
  262. data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.min.js +18 -0
  263. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.js +541 -0
  264. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.min.js +18 -0
  265. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.js +703 -0
  266. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.min.js +18 -0
  267. data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.js +565 -0
  268. data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.min.js +18 -0
  269. data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.js +617 -0
  270. data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.min.js +18 -0
  271. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.js +188 -0
  272. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.min.js +1 -0
  273. data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.js +5 -0
  274. data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.min.js +1 -0
  275. data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.js +79 -0
  276. data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.min.js +1 -0
  277. data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.js +448 -0
  278. data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.min.js +18 -0
  279. data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.js +258 -0
  280. data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.min.js +18 -0
  281. data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.js +570 -0
  282. data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.min.js +18 -0
  283. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.js +558 -0
  284. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.min.js +18 -0
  285. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.js +391 -0
  286. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.min.js +18 -0
  287. data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.js +256 -0
  288. data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.min.js +18 -0
  289. data/assets/themes/j1/modules/lunrSearch/languages/lunr.th.js +97 -0
  290. data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.js +1087 -0
  291. data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.min.js +18 -0
  292. data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.js +84 -0
  293. data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.min.js +1 -0
  294. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +21 -6
  295. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +2 -2
  296. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +115 -0
  297. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +15 -0
  298. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.new.js +111 -0
  299. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.old.js +103 -0
  300. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +1 -1
  301. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +1 -1
  302. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +1 -1
  303. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +2 -2
  304. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +3 -3
  305. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +4 -4
  306. data/assets/themes/j1/modules/rtable/css/theme/uno.css +1 -1
  307. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +1 -1
  308. data/assets/themes/j1/modules/rtable/js/rtable.js +1 -1
  309. data/assets/themes/j1/modules/rtable/js/rtable.min.js +1 -1
  310. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  311. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  312. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +5 -5
  313. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +2 -2
  314. data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -21
  315. data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -21
  316. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +47 -46
  317. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +2 -2
  318. data/assets/themes/j1/modules/twemoji/js/twemoji.js +1 -1
  319. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +1 -1
  320. data/exe/j1 +2 -0
  321. data/lib/j1/commands/generate.rb +47 -46
  322. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  323. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  324. data/lib/j1/utils/exec.rb +1 -1
  325. data/lib/j1/version.rb +1 -1
  326. data/lib/j1_app.rb +0 -4
  327. data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
  328. data/lib/j1_app/j1_auth_manager/commands.rb +1 -1
  329. data/lib/j1_app/j1_auth_manager/error_pages.rb +1 -1
  330. data/lib/j1_app/j1_auth_manager/helpers_disqus.rb +1 -1
  331. data/lib/j1_app/j1_auth_manager/helpers_facebook.rb +1 -1
  332. data/lib/j1_app/j1_auth_manager/helpers_github.rb +1 -1
  333. data/lib/j1_app/j1_auth_manager/helpers_patreon.rb +1 -1
  334. data/lib/j1_app/j1_auth_manager/helpers_twitter.rb +1 -1
  335. data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +1 -1
  336. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  337. data/lib/j1_app/omniauth/strategies/facebook.rb +1 -1
  338. data/lib/j1_app/omniauth/strategies/github.rb +1 -1
  339. data/lib/j1_app/omniauth/strategies/patreon.rb +1 -1
  340. data/lib/j1_app/omniauth/strategies/twitter.rb +1 -1
  341. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  342. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  343. data/lib/starter_web/Gemfile +29 -40
  344. data/lib/starter_web/_config.yml +4 -4
  345. data/lib/starter_web/_data/_defaults/categories.yml +1 -1
  346. data/lib/starter_web/_data/_defaults/colors.yml +1 -1
  347. data/lib/starter_web/_data/_defaults/font_sizes.yml +1 -1
  348. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +1 -1
  349. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  350. data/lib/starter_web/_data/_defaults/template_settings.yml +1 -1
  351. data/lib/starter_web/_data/apps/carousel.yml +1 -1
  352. data/lib/starter_web/_data/apps/defaults/carousel.yml +1 -1
  353. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -1
  354. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -1
  355. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -1
  356. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -1
  357. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -1
  358. data/lib/starter_web/_data/apps/justified_gallery.yml +1 -1
  359. data/lib/starter_web/_data/apps/light_gallery.yml +2 -2
  360. data/lib/starter_web/_data/apps/lightbox.yml +1 -1
  361. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1mn-subset +26 -0
  362. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1p-subset +26 -0
  363. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoemoji-subset +3 -0
  364. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoserif-subset +26 -0
  365. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-mplus +16 -0
  366. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoemoji +201 -0
  367. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoserif +201 -0
  368. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-roboto +11 -0
  369. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Black.ttf +0 -0
  370. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BlackItalic.ttf +0 -0
  371. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Bold.ttf +0 -0
  372. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BoldItalic.ttf +0 -0
  373. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Italic.ttf +0 -0
  374. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Light.ttf +0 -0
  375. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-LightItalic.ttf +0 -0
  376. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Medium.ttf +0 -0
  377. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-MediumItalic.ttf +0 -0
  378. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Regular.ttf +0 -0
  379. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Thin.ttf +0 -0
  380. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-ThinItalic.ttf +0 -0
  381. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold-subset.ttf +0 -0
  382. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold_italic-subset.ttf +0 -0
  383. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-italic-subset.ttf +0 -0
  384. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-regular-subset.ttf +0 -0
  385. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/mplus1p-regular-fallback.ttf +0 -0
  386. data/lib/starter_web/_data/asciidoc2pdf/fonts/notoemoji-subset.ttf +0 -0
  387. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold-subset.ttf +0 -0
  388. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold_italic-subset.ttf +0 -0
  389. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-italic-subset.ttf +0 -0
  390. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-regular-subset.ttf +0 -0
  391. data/lib/starter_web/_data/asciidoc2pdf/themes/base-theme.yml +130 -0
  392. data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-theme.yml +36 -0
  393. data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-with-fallback-font-theme.yml +15 -0
  394. data/lib/starter_web/_data/asciidoc2pdf/themes/default-theme.yml +298 -0
  395. data/lib/starter_web/_data/asciidoc2pdf/themes/default-with-fallback-font-theme.yml +21 -0
  396. data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +315 -0
  397. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  398. data/lib/starter_web/_data/blocks/defaults/banner.yml +1 -1
  399. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  400. data/lib/starter_web/_data/blocks/defaults/panel.yml +1 -1
  401. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  402. data/lib/starter_web/_data/blocks/panel.yml +1 -1
  403. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -1
  404. data/lib/starter_web/_data/categories.yml +1 -1
  405. data/lib/starter_web/_data/colors.yml +1 -1
  406. data/lib/starter_web/_data/font_sizes.yml +1 -1
  407. data/lib/starter_web/_data/j1_config.yml +37 -36
  408. data/lib/starter_web/_data/layouts/app.yml +1 -1
  409. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  410. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  411. data/lib/starter_web/_data/layouts/default.yml +1 -1
  412. data/lib/starter_web/_data/layouts/home.yml +1 -1
  413. data/lib/starter_web/_data/layouts/page.yml +1 -1
  414. data/lib/starter_web/_data/layouts/post.yml +1 -1
  415. data/lib/starter_web/_data/layouts/raw.yml +1 -1
  416. data/lib/starter_web/_data/modules/advertising.yml +1 -1
  417. data/lib/starter_web/_data/modules/attics.yml +1 -1
  418. data/lib/starter_web/_data/modules/authentication.yml +1 -1
  419. data/lib/starter_web/_data/modules/cookiebar.yml +1 -1
  420. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  421. data/lib/starter_web/_data/modules/defaults/authentication.yml +45 -43
  422. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -1
  423. data/lib/starter_web/_data/modules/defaults/fam.yml +1 -1
  424. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -1
  425. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -1
  426. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -1
  427. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  428. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +82 -0
  429. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  430. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  431. data/lib/starter_web/_data/modules/fam.yml +1 -1
  432. data/lib/starter_web/_data/modules/framer.yml +1 -1
  433. data/lib/starter_web/_data/modules/log4javascript.yml +1 -1
  434. data/lib/starter_web/_data/modules/log4r.yml +1 -1
  435. data/lib/starter_web/_data/modules/navigator.yml +5 -7
  436. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -65
  437. data/lib/starter_web/_data/modules/{lunr_search.yml → quicksearch.yml} +4 -4
  438. data/lib/starter_web/_data/modules/themer.yml +1 -96
  439. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  440. data/lib/starter_web/_data/pages/builder.yml +1 -1
  441. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +1 -1
  442. data/lib/starter_web/_data/plugins/defaults/paginator.yml +1 -1
  443. data/lib/starter_web/_data/plugins/notebooks.yml +1 -1
  444. data/lib/starter_web/_data/plugins/paginator.yml +1 -1
  445. data/lib/starter_web/_data/private.yml +1 -1
  446. data/lib/starter_web/_data/resources.yml +35 -61
  447. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +1 -1
  448. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  449. data/lib/starter_web/_includes/attributes.asciidoc +278 -90
  450. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -19
  451. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -45
  452. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -46
  453. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-answer.rb +1 -1
  454. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-question.rb +1 -1
  455. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +1 -1
  456. data/lib/starter_web/_plugins/asciidoctor-extensions/carousel-block.rb +1 -1
  457. data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
  458. data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +1 -1
  459. data/lib/starter_web/_plugins/asciidoctor-extensions/gallery-block.rb +1 -1
  460. data/lib/starter_web/_plugins/asciidoctor-extensions/gist-block.rb +1 -1
  461. data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +1 -1
  462. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +1 -1
  463. data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +1 -1
  464. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +1 -1
  465. data/lib/starter_web/_plugins/asciidoctor-extensions/shout-block.rb +1 -1
  466. data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +1 -1
  467. data/lib/starter_web/_plugins/debug.rb +1 -1
  468. data/lib/starter_web/_plugins/filters.rb +1 -1
  469. data/lib/starter_web/_plugins/lorem_inline.rb +99 -4
  470. data/lib/starter_web/_plugins/lunr_index.rb +43 -10
  471. data/lib/starter_web/_plugins/minifyJS.rb +4 -1
  472. data/lib/starter_web/_plugins/minifyJSON.rb +1 -1
  473. data/lib/starter_web/_plugins/prettify.rb +1 -1
  474. data/lib/starter_web/_plugins/symlink_watcher.rb +1 -1
  475. data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
  476. data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
  477. data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
  478. data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
  479. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  480. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +632 -632
  481. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +648 -648
  482. data/lib/starter_web/assets/images/pages/panels/modules-apps-1920x800.jpg +0 -0
  483. data/lib/starter_web/assets/images/pages/panels/no-time-1920x800.jpg +0 -0
  484. data/lib/starter_web/assets/images/pages/panels/the-place-1920x800.jpg +0 -0
  485. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_icon-800x200.jpg +0 -0
  486. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_icon.jpg +0 -0
  487. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_input-800x200.jpg +0 -0
  488. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_input.jpg +0 -0
  489. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_results_jekyll-.jpg +0 -0
  490. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_results_jekyll.jpg +0 -0
  491. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +10 -13
  492. data/lib/starter_web/collections/posts/public/featured/_posts/{2018-05-01-confusion-about-base-url.adoc → 2020-04-01-confusion-about-base-url.adoc} +6 -4
  493. data/lib/starter_web/collections/posts/public/featured/_posts/{2019-05-01-top-open-source-static-site-generators.adoc → 2020-05-01-top-open-source-static-site-generators.adoc} +15 -13
  494. data/lib/starter_web/collections/posts/public/featured/_posts/{2019-06-01-about-cookies.adoc → 2020-06-01-about-cookies.adoc} +184 -198
  495. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +1 -0
  496. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +6 -17
  497. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +6 -16
  498. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +6 -16
  499. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +6 -16
  500. data/{assets/themes/j1/modules/mdiPreviewer/js → lib/starter_web/collections/posts/public/series/_posts/_includes/documents}/readme +0 -0
  501. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +47 -48
  502. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +5 -4
  503. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +13 -3
  504. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +13 -3
  505. data/lib/starter_web/config.ru +23 -24
  506. data/lib/starter_web/dot.gitattributes +3 -17
  507. data/lib/starter_web/dot.nojekyll +19 -19
  508. data/lib/starter_web/favicon.ico +0 -0
  509. data/lib/starter_web/index.html +1 -1
  510. data/lib/starter_web/package.json +56 -44
  511. data/lib/starter_web/pages/protected/site_search.adoc +2 -7
  512. data/lib/starter_web/pages/public/about/about_site.adoc +1828 -8
  513. data/lib/starter_web/pages/public/about/become_a_patron.adoc +26 -1
  514. data/lib/starter_web/pages/public/blog/navigator/archive.html +2 -0
  515. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +3 -1
  516. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +2 -0
  517. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +2 -0
  518. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -0
  519. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +3 -3
  520. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +2 -2
  521. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +2 -2
  522. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/300_first_awesome_web.asciidoc +11 -12
  523. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +47 -48
  524. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +1 -0
  525. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +6 -2
  526. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -3
  527. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
  528. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +5 -4
  529. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  530. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  531. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  532. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +39 -19
  533. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +417 -0
  534. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +2 -2
  535. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +3 -0
  536. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +14 -14
  537. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +11 -11
  538. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +11 -11
  539. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +11 -11
  540. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +11 -11
  541. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +11 -11
  542. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +11 -11
  543. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +11 -11
  544. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +11 -11
  545. data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
  546. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +1 -1
  547. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +1 -1
  548. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +1 -1
  549. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  550. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +1 -1
  551. data/lib/starter_web/pages/public/legal/en/500_support.adoc +1 -1
  552. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +50 -55
  553. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +16 -5
  554. data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +5 -81
  555. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -19
  556. data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +119 -0
  557. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  558. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  559. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +1 -1
  560. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
  561. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +1 -1
  562. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +4 -4
  563. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  564. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  565. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  566. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  567. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  568. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +41 -0
  569. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +857 -0
  570. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  571. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  572. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  573. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +1 -1
  574. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  575. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +116 -78
  576. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  577. data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
  578. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +41 -108
  579. data/lib/starter_web/pages/public/previewer/rouge.adoc +38 -353
  580. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +2 -2
  581. data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
  582. data/lib/starter_web/utilsrv/package.json +9 -9
  583. data/lib/starter_web/utilsrv/server.js +1 -1
  584. metadata +197 -83
  585. data/assets/themes/j1/core/fonts/materialdesign_icons/license.md +0 -97
  586. data/assets/themes/j1/core/fonts/roboto/fonts/OpenSansEmoji.ttf +0 -0
  587. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold-ascii.ttf +0 -0
  588. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold_italic-ascii.ttf +0 -0
  589. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-italic-ascii.ttf +0 -0
  590. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-regular-ascii-conums.ttf +0 -0
  591. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +0 -17
  592. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb.kapott +0 -234
  593. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.new.erb +0 -297
  594. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -151
  595. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +0 -171
  596. data/lib/starter_web/_data/modules/jekyll_search.yml +0 -33
  597. data/lib/starter_web/_plugins/simple_search_filter.rb +0 -32
  598. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/unsplash-badge.asciidoc +0 -31
  599. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/100-docker-using-shared-folders.asciidoc +0 -430
  600. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/loop.sh +0 -28
  601. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +0 -236
@@ -1,19 +1,19 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/.nojekyll
3
- # Semaphor to completely bypass Jekyll processing for J1 Template based
4
- # websites on GitHub Pages (only _site is deployed)
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- #
9
- # Copyright (C) 2020 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
- #
14
- # ------------------------------------------------------------------------------
15
- # NOTE:
16
- # It's possible to completely bypass Jekyll processing on GitHub Pages
17
- # by creating a file named .nojekyll in the root of your pages repo and
18
- # pushing it to GitHub.
19
- # ------------------------------------------------------------------------------
1
+ # ------------------------------------------------------------------------------
2
+ # ~/.nojekyll
3
+ # Semaphor to completely bypass Jekyll processing for J1 Template based
4
+ # websites on GitHub Pages (only _site is deployed)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ #
9
+ # Copyright (C) 2021 Juergen Adams
10
+ #
11
+ # J1 Template is licensed under the MIT License.
12
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
+ #
14
+ # ------------------------------------------------------------------------------
15
+ # NOTE:
16
+ # It's possible to completely bypass Jekyll processing on GitHub Pages
17
+ # by creating a file named .nojekyll in the root of your pages repo and
18
+ # pushing it to GitHub.
19
+ # ------------------------------------------------------------------------------
Binary file
@@ -32,7 +32,7 @@ robots:
32
32
  index: true
33
33
  follow: true
34
34
 
35
- resources: [ animate, lunr ]
35
+ resources: []
36
36
  resource_options:
37
37
  - attic:
38
38
  padding_top: 400
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2021.0.0",
4
+ "version": "2021.0.5",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -30,24 +30,25 @@
30
30
  "Web",
31
31
  "Site"
32
32
  ],
33
+ "ruby": {
34
+ "gemfile": "Gemfile",
35
+ "userize": "true"
36
+ },
33
37
  "jekyll": {
34
38
  "configfile": "_config.yml",
35
- "gemfile": "Gemfile",
36
39
  "metadata": ".jekyll-metadata",
37
40
  "opt_incremental": "--incremental",
38
41
  "opt_skip_initial_build": "--skip-initial-build",
39
42
  "opt_webserver": "puma",
40
43
  "opt_interface": "0.0.0.0",
41
- "opt_web_port": "4000",
42
- "opt_web_url": "http://localhost:4000/",
43
- "opt_app_port": "5000",
44
- "opt_app_url": "http://localhost:5000/",
44
+ "opt_web_port": "40000",
45
+ "opt_web_url": "http://localhost:40000/",
46
+ "opt_app_port": "40010",
47
+ "opt_app_url": "http://localhost:40010/",
45
48
  "opt_profile": "",
46
49
  "opt_watch": "--watch",
47
- "opt_live_reload": "--livereload",
48
- "opt_live_reload_port": "55555",
49
- "vendor_path": "./vendor",
50
- "vendorize": "false"
50
+ "opt_livereload": "--livereload",
51
+ "opt_livereload_port": "40001"
51
52
  },
52
53
  "algolia": {
53
54
  "admin_key": "your-algolia-admin-key"
@@ -55,75 +56,86 @@
55
56
  "scripts": {
56
57
  "app": "run-p -s app:*",
57
58
  "app:rackup": "cross-env SINATRA_ACTIVESUPPORT_WARNING=false WEBSERVER=$npm_package_jekyll_opt_webserver INTERFACE=$npm_package_jekyll_opt_interface PORT=$npm_package_jekyll_opt_app_port j1 rackup",
59
+ "app:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_ruby_gemfile bundle exec jekyll b -c $npm_package_jekyll_configfile $npm_package_jekyll_opt_incremental --watch",
58
60
  "app:open": "npm run delay-3s && cross-var opn $npm_package_jekyll_opt_app_url",
61
+ "delay-1s": "node ./node_modules/npm-delay 1000",
62
+ "delay-2s": "node ./node_modules/npm-delay 2000",
63
+ "delay-3s": "node ./node_modules/npm-delay 3000",
64
+ "delay-5s": "node ./node_modules/npm-delay 5000",
65
+
59
66
  "algolia": "cross-var cross-env ALGOLIA_API_KEY=$npm_package_algolia_admin_key bundle exec jekyll algolia",
60
67
  "algolia-check": "cross-var cross-env ALGOLIA_API_KEY=$npm_package_algolia_admin_key bundle exec jekyll algolia --dry-run --verbose",
61
- "build": "run-p -s gem:* && run-p -s build:*",
68
+
69
+ "build": "run-s -s build:*",
62
70
  "build:info": "echo Build site incremental ..",
63
71
  "build:do": "cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll b --incremental",
64
- "gem:check": "cross-var if-env OS=Windows_NT && run-s -s gem:delete || cross-env OS=$(skip delete gems for: echo $(getos))",
65
- "gem:delete": "gem uninstall eventmachine -v 1.2.7 --force",
66
- "gem:install": "gem install eventmachine -v 1.2.7 --platform ruby --no-document",
67
- "bundle": "shx rm -f Gemfile.lock && cross-env if-env BUNDLE_VENDORIZE=true && run-s bundle_vendor || run-s bundle_global",
68
- "bundle_global": "cross-var cross-env BUNDLE_GEMFILE=$npm_package_jekyll_gemfile bundle install",
69
- "bundle_vendor": "cross-var cross-env BUNDLE_GEMFILE=$npm_package_jekyll_gemfile bundle install --path $npm_package_jekyll_vendor_path",
70
- "rebuild": "run-p -s rebuild:*",
71
- "rebuild:info": "echo Build site from scratch ..",
72
+ "postbuild": "run-s -s postbuild:*",
73
+ "postbuild:finished": "echo .. build finished.",
74
+ "postbuild:hint": "echo To open the site, run: yarn site",
75
+
76
+ "bundle": "run-s -s bundler:*",
77
+ "bundler:info": "echo Create bundle ..",
78
+ "bundler:clean": "shx rm -f Gemfile.lock",
79
+ "bundler:check": "cross-var cross-env BUNDLE_VENDORIZE=$npm_package_ruby_vendorize if-env BUNDLE_VENDORIZE=true && run-s -s bundle_vendor:* || run-s -s bundle_system:*",
80
+ "bundle_system:info": "echo Bundle Rubies using system path ..",
81
+ "bundle_system:set-path": "bundle config set --local system true",
82
+ "bundle_system:bundle": "cross-var cross-env BUNDLE_GEMFILE=$npm_package_ruby_gemfile bundle install",
83
+ "bundle_vendor:info": "echo Bundle Rubies using vendor path ..",
84
+ "bundle_vendor:set-path": "bundle config set --local path ./vendor",
85
+ "bundle_vendor:bundle": "bundle install",
86
+
87
+ "rebuild": "run-s -s rebuild:* && run-s -s post-rebuild:*",
88
+ "rebuild:info": "echo Rebuild site incremental ..",
72
89
  "rebuild:clean": "echo Clean up site files .. && bundle exec jekyll clean",
73
90
  "rebuild:do": "cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll b --incremental",
74
- "delay-1s": "node ./node_modules/npm-delay 1000",
75
- "delay-2s": "node ./node_modules/npm-delay 2000",
76
- "delay-3s": "node ./node_modules/npm-delay 3000",
77
- "delay-5s": "node ./node_modules/npm-delay 5000",
78
- "clean": "run-s -s clean-site && run-p -s clean:*",
91
+ "post-rebuild": "run-s -s postrebuild:*",
92
+ "post-rebuild:finished": "echo .. rebuild finished.",
93
+ "post-rebuild:hint": "echo To open the site, run: yarn site.",
94
+
95
+ "clean": "run-s -s clean-site && run-s clean:*",
79
96
  "clean-site": "echo Clean up site files .. && bundle exec jekyll clean",
80
97
  "clean:start": "echo Clean up projects files ..",
81
- "clean:log-folder": "echo Remove log folder .. && shx rm -rf ./log",
82
- "clean:etc-folder": "echo Remove etc folder .. && shx rm -rf ./etc",
98
+ "clean:bundle-config-folder": "echo Remove bundle config folder .. && shx rm -rf .bundle",
99
+ "clean:log-folder": "echo Remove log folder .. && shx rm -rf log",
100
+ "clean:etc-folder": "echo Remove etc folder .. && shx rm -rf etc",
83
101
  "clean:logfiles": "echo Remove various log files .. && shx rm -f *.log",
84
102
  "clean:locks": "echo Remove lock files .. && shx rm -f *.lock && shx rm -f package-lock.json",
85
- "_clean:links": "echo Remove shared resources .. && shx rm -f _data/modules/cc.yml",
86
- "credentials": "run-s -s credential:*",
87
- "credential:echo": "echo Store username and password ..",
88
- "credential:set": "git config credential.helper store && echo done.",
103
+
89
104
  "reset": "run-s -s reset:*",
90
105
  "reset:start": "echo Reset project to factory state ..",
91
106
  "reset:base-clean-files": "echo Clean up base modules .. && npm --silent run clean",
92
107
  "reset:utilsrv-clean-files": "echo Clean up utility server .. && npm --prefix ./utilsrv --silent run clean",
93
108
  "reset:utilsrv-clean-modules": "shx rm -rf ./utilsrv/node_modules",
94
109
  "reset:finished": "echo done.",
110
+
95
111
  "setup": "npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*",
96
112
  "setup-start": "echo Setup project for first use ..",
97
113
  "setup-base": "echo Bootstrap base modules .. && echo J1 Project Base modules: > install.log && npm --silent i lnk-cli shx npm-run-all cross-var cross-env -D >> install.log && echo done.",
98
114
  "setup:env": "echo Configure environment .. && run-s -s set-env:*",
115
+ "set-env:loglevel": "cross-var cross-env npm config set jekyll_one_com:loglevel $npm_package_config_loglevel",
116
+ "set-env:mode": "cross-var cross-env npm config set jekyll_one_com:mode $npm_package_config_mode && echo done.",
99
117
  "setup:create-folders": "echo Create project folders ..",
100
118
  "setup:create-log-folder": "echo Create log folder .. && shx mkdir ./log",
101
119
  "setup:create-log-archived-folder": "echo Create archived log folder .. && shx mkdir ./log/archived",
102
120
  "setup:create-etc-folder": "echo Create etc folder .. && shx mkdir ./etc && echo done.",
103
- "_setup:links": "echo Link shared resources .. && lnk -s apps/public/cc/cc.yml _data/modules && echo done.",
104
- "set-env:loglevel": "cross-var cross-env npm config set jekyll_one_com:loglevel $npm_package_config_loglevel",
105
- "set-env:mode": "cross-var cross-env npm config set jekyll_one_com:mode $npm_package_config_mode && echo done.",
106
121
  "setup:node-modules-base": "echo Bootstrap project modules .. && echo J1 Project modules: >> install.log && npm --silent install >> install.log",
107
122
  "setup:node-modules-utilsrv": "echo Bootstrap utility server modules .. && echo J1 Utility Server modules: >> install.log && cd utilsrv && npm --silent install >> ../install.log && cd .. && echo done.",
108
123
  "setup:detect-os": "echo Detect OS .. && cross-env if-env OS=Windows_NT && cross-var echo \"OS detected: $OS\" || OS=$(echo $(getos)) && echo \"OS detected: $OS\" && echo done.",
109
124
  "setup:site": "run-s -s build",
110
- "site": "run-p -s site:*",
111
- "site:jekyll": "echo Startup the site .. && cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll s --incremental --livereload --livereload-port $npm_package_jekyll_opt_live_reload_port --open",
125
+
126
+ "site": "run-s site:*",
127
+ "site:jekyll": "echo Startup the site .. && cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll s --incremental --livereload --livereload-port $npm_package_jekyll_opt_livereload_port --open",
112
128
  "site:utilsrv": "npm --prefix ./utilsrv --silent run utilsrv",
113
- "deploy": "echo Add, commit, push and deploy changed files to remotes && run-s -s git:*",
114
- "git:add": "git add .",
115
- "git:commit": "echo Commit files .. && git commit -a",
116
- "git:github": "echo Push files to Github .. && git push github master",
117
- "git:j1git": "echo Push files to J1 Git Server .. && git push",
129
+
118
130
  "bump": "run-s -s ver && run-s -s bump:* && run-s -s ver",
119
131
  "ver": "cross-var cross-env echo \"Project version: $npm_package_version\"",
120
132
  "bump:project": "cross-var cross-env npm version $npm_package_config_bumplevel",
121
133
  "bump-no-git": "cross-var cross-env npm --no-git-tag-version version $npm_package_config_bumplevel",
122
- "get_version": "run-p -s get_version:*",
134
+ "get_version": "run-s get_version:*",
123
135
  "get_version:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_jekyll_gemfile bundle exec jekyll --version"
124
136
  },
125
137
  "dependencies": {
126
- "getos": "^3.1.0",
138
+ "getos": "^3.2.1",
127
139
  "getos-cli": "^1.0.0",
128
140
  "if-env": "^1.0.4",
129
141
  "j1-cli": "^2019.0.3",
@@ -131,10 +143,10 @@
131
143
  "opn-cli": "^3.1.0"
132
144
  },
133
145
  "devDependencies": {
134
- "cross-env": "^5.2.1",
146
+ "cross-env": "^7.0.3",
135
147
  "cross-var": "^1.1.0",
136
148
  "lnk-cli": "^1.0.1",
137
149
  "npm-run-all": "^4.1.5",
138
- "shx": "^0.2.2"
150
+ "shx": "^0.3.3"
139
151
  }
140
152
  }
@@ -3,13 +3,8 @@ title: Site Search
3
3
  tagline: Full-text search engine
4
4
  description: Algolia Index for all documents
5
5
 
6
- tags: [
7
- Doc, Post, Documents, Full, Text,
8
- Site, Search, Engine, Algolia
9
- ]
10
- index: []
11
- categories: [ pages ]
12
-
6
+ tags: [ Algolia ]
7
+ categories: [ Search ]
13
8
  toc: false
14
9
 
15
10
  permalink: /pages/protected/site_search/
@@ -1,10 +1,17 @@
1
1
  ---
2
2
  title: J1 Template
3
3
  tagline: about
4
- description: Things you should know about this site
4
+ date: 2021-02-01 00:00:00
5
+ description: >
6
+ Things you should know about this site,
7
+ about the software used. Read a bit what
8
+ people, what companies has contributed
9
+ to make a project like J1 Template real.
5
10
 
6
- tags: [ About ]
7
- categories: [ pages ]
11
+ tags: [ Overview ]
12
+ categories: [ Software, Platforms, Contributers ]
13
+
14
+ scrollbar: true
8
15
 
9
16
  permalink: /pages/public/about/site/
10
17
  regenerate: false
@@ -24,15 +31,1828 @@ resource_options:
24
31
  href: https://unsplash.com/@goian
25
32
  ---
26
33
 
27
- lorem:sentences[3]
34
+ // Page Initializer
35
+ // =============================================================================
36
+ // Enable the Liquid Preprocessor
37
+ :page-liquid:
38
+
39
+ // Set (local) page attributes here
40
+ // -----------------------------------------------------------------------------
41
+ // :page--attr: <attr-value>
42
+
43
+ // Load Liquid procedures
44
+ // -----------------------------------------------------------------------------
45
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
46
+
47
+ // Load page attributes
48
+ // -----------------------------------------------------------------------------
49
+ {% include {{load_attributes}} scope="global" %}
50
+
51
+
52
+ // Page content
53
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
+
55
+ // Include sub-documents
56
+ // -----------------------------------------------------------------------------
57
+
58
+ == About this site
59
+
60
+ The template system was originally developed to create a simple, but fully
61
+ configurable website creation toolset for document servers. Document servers
62
+ provide websites, or other content formats like PDF, for projects, for software
63
+ documentation or similar approaches.
64
+
65
+ Many large today's companies like {url-docker--docs}[Docker, {browser-window--new}]
66
+ are using template based systems to create their documentation sites. Or like
67
+ {url-oreilly-atlas--home}[O'Reilly Atlas, {browser-window--new}],
68
+ to provide a fully featured writers platform for writing books or large
69
+ documentation.
70
+
71
+ All these platform are technically different but they share common ideas:
28
72
 
29
- lorem:sentences[3]
73
+ * the layout of all content (pages) is based on a common skeleton, but
74
+ separated from the content
75
+ * content is written using a neutral meta-language
76
+ * the final output is not predefined
77
+ * the output is automatically generated by engines (robots)
30
78
 
31
- == About this Site
79
+ To make this ideas real, a lot of things are need; you can imagine. The
80
+ approaches of Docker or O'Reilly points to a possible solution: a template
81
+ system based on _Bootstrap_ for the CCS framework, _Jekyll_ and _Liquid_ for
82
+ the core engines, and _Asciidoc_ (Asciidoctor) for a neutral meta-language
83
+ writing content.
32
84
 
33
- lorem:sentences[5]
85
+ The next thought comes on my mind. Why developing a toolset for only
86
+ document servers? Documentation webs of today are complex websites. Some
87
+ features used for general web design may not needed for documentation systems,
88
+ but a lot of components are needed that are generally needed:
34
89
 
90
+ * a powerful CSS and Javascript framework
91
+ * a modular approach for dynamic content and apps
92
+ * a configuration system to separate content from layout and to automate
93
+ creation processes following the development pattern *MVC*
94
+ (https://blog.codinghorror.com/understanding-model-view-controller/[Model–View–Controller, {browser-window--new}])
95
+
96
+ A plan was made in 2016, based on Jekyll V3 and Bootstrap V3, to create a
97
+ template-based robot-system that can be used for all types of websites, for
98
+ all common formats to create digital content.
99
+
100
+ I was too optimistic how long it would take to build such a system:
101
+
102
+ * easy to use by developers and non-technical people
103
+ * modular, powerful and stable
104
+ * supporting modern content design
105
+ * usable on common computer hardware, available to the public
106
+ * less in components, using well-known software
107
+ * fully usable on small PC's locally as well as on powerful remote systems
108
+ on the Internet
109
+
110
+ It took me nearly 4 years. Now, early 2021, I can present the first version of
111
+ J1 Template for the public. Hopefully most of the objectives are achieved.
112
+
113
+ Have fun!
35
114
 
36
115
  == Hall of fame
37
116
 
38
- lorem:sentences[5]
117
+ A bunch of software and systems are needed to create or publish websites. I've
118
+ no idea how many people all over the world are working hard each and every day
119
+ to manage this. A huge number of companies, thousands and thousands of private
120
+ persons and projects contribute by their tools and software freely available
121
+ to all of us on the Internet.
122
+
123
+ Thanks a lot to all the committed developers that makes it possible to get
124
+ such excellent software for free, available for all that are interested in.
125
+ Thanks a lot to all the companies providing free software. Or giving free
126
+ access to their platforms to make it possible for individuals, private
127
+ initiatives, small companies and startups to make the first steps into the
128
+ digital world of today.
129
+
130
+ NOTE: The *Hall of fame* is a section work-in-progress. I'll limit the number
131
+ of entries for this section to hundred items to not get blown up.
132
+
133
+ J1 Template is using *100+* main software products and platforms. And these
134
+ 100+ importants part are using uncountable second-level components under the
135
+ hood. For sure, all of them contributed to my project J1 Template, and many,
136
+ many others as well.
137
+
138
+ Again. Thanks to all individuals and organisations to make this possible.
139
+
140
+ Find the main software products and platforms listed below in an alphabetical
141
+ order - not by size. No doubts, all are important to make things real.
142
+
143
+ === A - B
144
+
145
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
146
+ |===============================================================================
147
+ |Product\|Home |Producer |Platform |Description
148
+
149
+ |{url-animate-css--home}[AnimateCSS, {browser-window--new}]
150
+ |Daniel Eden and Friends
151
+ |CSS
152
+ |_Animate.css_ is a CSS library for cross-browser animations to be used in web
153
+ projects. Great for emphasis, home pages, sliders, and attention-guiding hints.
154
+
155
+ NOTE: J1 Template is using Animate.css for all CSS based animations.
156
+
157
+ .Product details
158
+ ----
159
+ License: MIT
160
+ Used version: 4.1.1
161
+ Year: 2020
162
+ ----
163
+
164
+ |{url-anime--home}[Anime, {browser-window--new}]
165
+ |Julian Garnier
166
+ |JS
167
+ |_Anime.js_ is a Javascript library for complex, cross-browser animations to
168
+ be used in web projects.
169
+
170
+ NOTE: Anime.js is used by J1 for all complex, JS based animations.
171
+
172
+ .Product details
173
+ ----
174
+ License: MIT
175
+ Used version: 3.2.0
176
+ Year: 2020
177
+ ----
178
+
179
+ |{url-asciidoctor--home}[Asciidoctor, {browser-window--new}]
180
+ |Dan Allen, Sarah White, Ryan Waldron, and Friends
181
+ |Ruby
182
+ |_Asciidoctor_ is a open source text processor and publishing toolchain for
183
+ converting AsciiDoc-based content to HTML5, DocBook, PDF, and other formats.
184
+
185
+ NOTE: _AsciiDoctor_ provides a modern version of the neutral meta-language
186
+ Asciidoc, used by J1 for writing content pages to be converted to HTML5,
187
+ PDF and other formats.
188
+
189
+ .Product details
190
+ ----
191
+ License: MIT
192
+ Used version: 1.5.8
193
+ Year: 2018
194
+ ----
195
+
196
+ |{url-asciidoctor-pdf--home}[Asciidoctor PDF, {browser-window--new}]
197
+ |OpenDevise Inc. and the Asciidoctor Project
198
+ |Ruby
199
+ |_Asciidoctor PDF_ is a native PDF converter for AsciiDoc. It bypasses the
200
+ requirement to generate an intermediary format such as DocBook, Apache FO,
201
+ or LaTeX. Instead, the _Asciidoctor PDF_ extension convert documents directly
202
+ from AsciiDoc to PDF.
203
+
204
+ NOTE: J1 uses _Asciidoctor PDF_ to convert large content pages of a website
205
+ (e.g documentation) to PDF.
206
+
207
+ .Product details
208
+ ----
209
+ License: MIT, CC BY 3.0
210
+ Used version: 2.0.12
211
+ Year: 2020
212
+ ----
213
+
214
+ |{url-asciidoctor-rouge--home}[Asciidoctor Rouge, {browser-window--new}]
215
+ |Jakub Jirutka
216
+ |Ruby
217
+ |_Asciidoctor Rouge_ provides an Asciidoctor extension for highlighting source
218
+ listing blocks using Rouge, a pure-ruby code highlighter (compatible with the
219
+ Python Pygments highlighter). The extension supports all Asciidoctor features
220
+ such as callouts, highlighting of specified lines (attribute highlight),
221
+ passthroughs inside a code and all other substitutions.
222
+
223
+ NOTE: _Asciidoctor Rouge_ is used by the template system for highlighting all
224
+ listing blocks placed in content pages.
225
+
226
+ .Product details
227
+ ----
228
+ License: MIT license
229
+ Used version: 0.4.0
230
+ Year: 2018
231
+ ----
232
+
233
+ |{url-babel-js--home}[Babel JS, {browser-window--new}]
234
+ |Sebastian McKenzie and Friends
235
+ |JS
236
+ |_Babel JS_ is a modular and plugable JavaScript compiler/transpiler.
237
+ Babel (pronounced: babble) is a community-driven project used by many
238
+ companies and projects, and is maintained by a group of volunteers.
239
+
240
+ NOTE: _Babel JS_ is used by the J1 development system to transpile modern,
241
+ ES5 Javascript code (written for NodeJS) for the use with web browsers that
242
+ does't or cannot (technically) support all ES5 language features.
243
+
244
+ .Product details
245
+ ----
246
+ License: MIT license
247
+ Used version: 7.12.12
248
+ Year: 2021
249
+ ----
250
+
251
+ |{url-backstretch--home}[Backstretch, {browser-window--new}]
252
+ |Daniel Cohen Gindi, Scott Robbin
253
+ |JS, jQuery
254
+ |_Backstretch_ is a jQuery plugin that allows to add dynamically resized,
255
+ slideshow capable background images to any page or HTML element. Images are
256
+ recalculated in size to stretch and fit the page or element. Backstretch
257
+ supports responsivness by automatically resizing images as the size of the
258
+ window in a browser changes.
259
+
260
+ NOTE: _Backstretch_ for J1 is mainly used for the top-level Headers (Attics)
261
+ for all content pages. Images, or videos, gets automatically resized to fill
262
+ a page header full-size.
263
+
264
+ .Product details
265
+ ----
266
+ License: MIT license
267
+ Used version: 2.1.18
268
+ Year: 2019
269
+ ----
270
+
271
+ |{url-bs--home}[Bootstrap, {browser-window--new}]
272
+ |Bootstrap Authors, Twitter Inc. and Friends
273
+ |CSS, JS
274
+ |_Bootstrap_ is a free and open-source CSS framework directed at responsive,
275
+ mobile-first front-end web development. It contains CSS- and JavaScript-based
276
+ design templates for typography, forms, buttons, navigation, and other
277
+ interface components.
278
+
279
+ NOTE: _Bootstrap_ (BS4) is the core CSS framework to create standardized, fully
280
+ responsive HTML5 code from the content pages. A selected number of JS
281
+ components of Bootstrap are build-in the template. BS4 is the base for the
282
+ theming feature of J1.
283
+
284
+ .Product details
285
+ ----
286
+ License: MIT license
287
+ Used version: 4.6.0
288
+ Year: 2021
289
+ ----
290
+
291
+ |{url-bs-theme-switcher--gh-repo}[Bootstrap ThemeSwitcher, {browser-window--new}]
292
+ |Joseph Guadagno
293
+ |CSS, JS
294
+ |_BS ThemeSwitcher_ is a jQuery plugin to dynamically download BS themes
295
+ from Bootswatch. This plugin supports the automated population of Bootswatch
296
+ themes for menus and selections. The plugin provides functions to switch a
297
+ theme, and save the selected theme to a cookie as well as the load of a
298
+ selected theme from cookies.
299
+
300
+ NOTE: _BS ThemeSwitcher_ is one of the core components for the theming feature
301
+ of J1. The plugin helps to access the (JSON) API at Bootswatch, to generate
302
+ the menu items for selecting themes.
303
+
304
+ .Product details
305
+ ----
306
+ License: MIT license
307
+ Used version: 1.1.5
308
+ Year: 2014
309
+ ----
310
+
311
+ |{url-bootswatch--home}[Bootswatch, {browser-window--new}]
312
+ |Thomas Park
313
+ |CSS
314
+ |_Bootswatch_ provides a rich collection of free themes for Bootstrap. The
315
+ platform provides a large number of diffent themes (pre-compiled BS4 CSS files)
316
+ to be directly used for websites using Bootstrap V4.
317
+
318
+ NOTE: _Bootswatch_ is fully interated with template to support the theming
319
+ feature of J1 by pre-Compiled CSS files of BS4. A wide range of light and
320
+ dark themes are provided by Bootswatch. It's worth to check what can be done.
321
+
322
+ .Product details
323
+ ----
324
+ License: MIT license
325
+ Used version: 4
326
+ Year: 2020
327
+ ----
328
+
329
+ |{url-bootswatch--api}[Bootswatch API, {browser-window--new}]
330
+ |Thomas Park
331
+ |(JSON) API
332
+ |A simple JSON API to request theme data, to integrate Bootswatch themes
333
+ into websites.
334
+
335
+ NOTE: The _Bootswatch API_ is used by the J1 theming component to collect
336
+ themes data for all themes available at the Bootswatch platform.
337
+
338
+ .Product details
339
+ ----
340
+ License: MIT license
341
+ Used version: 4
342
+ Year: 2020
343
+ ----
344
+
345
+ |{url-bump--gh-repo}[Bump, {browser-window--new}]
346
+ |Gregory Marcil Hacy
347
+ |Ruby
348
+ |_Bump_ is a gem to simplify the processes to build gems, to generate new
349
+ versions and helps to integrate the gem creation process into Rake.
350
+
351
+ NOTE: _Bump_ is used by the J1 Template development system to ease the process
352
+ of versioning the J1 Template Rubie, to populate the Gem to RubyGems for
353
+ public access.
354
+
355
+ .Product details
356
+ ----
357
+ License: MIT license
358
+ Used version: 0.10.0
359
+ Year: 2020
360
+ ----
361
+
362
+ |{url-builder--gh-repo}[Builder, {browser-window--new}]
363
+ |Jim Weirich
364
+ |Ruby
365
+ |The gem builder provide a simple way to create XML markup and data structures.
366
+
367
+ NOTE: _Builder_ is a very helpful library (Ruby Gem) for generating XML or
368
+ HTML code. The gem is used by several Asciidoctor extentions, like the lightbox
369
+ block extention. _Builder_ creates the HTML-portion to integrate the Javascipt
370
+ Lightbox plugin by an Asciidoc (block) tag.
371
+
372
+ .Product details
373
+ ----
374
+ License: MIT license
375
+ Used version: 3.2.0
376
+ Year: 2013
377
+ ----
378
+
379
+ |===============================================================================
380
+
381
+
382
+ === C - D
383
+
384
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
385
+ |===============================================================================
386
+ |Product\|Home |Producer |Platform |Description
387
+
388
+ |{url-cash--gh-repo}[Cash, {browser-window--new}]
389
+ |Ken Wheeler, Fabio Spampinato
390
+ |JS
391
+ |_Cash_ is a lightweight alternative to _jQuery_ (`$`) for modern browsers.
392
+ The library provides a jQuery-style syntax for manipulating the DOM. Cash
393
+ supports only a subset of features in compare to jQuery but will minimize the
394
+ codebase. Developers can use the familiar chainable methods at a fraction of
395
+ the file size.
396
+
397
+ NOTE: A small number of modules, integrated with J1, is using _Cash_ instead of
398
+ _jQuery_. If only base functions for manipulating the DOM is needed, _Cash_
399
+ may an alternative to _jQuery_ to speedup processing time and the amount of
400
+ data loaded.
401
+
402
+ .Product details
403
+ ----
404
+ License: MIT license
405
+ Used version: 8.1.0
406
+ Year: 2020
407
+ ----
408
+
409
+ |{url-clipboard--gh-repo}[Clipboard, {browser-window--new}]
410
+ |Zeno Rocha
411
+ |JS
412
+ |_Clipboard_ is a quite small and easy to use Javascript library that
413
+ implements a modern copy-to-clipboard functionality. Copying text to the OS
414
+ clipboard shouldn't be hard, it shouldn't require dozens of steps to configure
415
+ or hundreds of KBs to load. That's why _clipboard.js_ exists.
416
+
417
+ NOTE: _Clipboard_ is widely used for J1. It's automatically attached to all
418
+ code listing blocks of a page to make it easy to copy commands or code
419
+ snippets.
420
+
421
+ .Product details
422
+ ----
423
+ License: MIT license
424
+ Used version: 2.0.6
425
+ Year: 2020
426
+ ----
427
+
428
+ |{url-cors--gh-repo}[Cors, {browser-window--new}]
429
+ |Troy Goode
430
+ |JS
431
+ |_Cors_ is a NodeHS package for providing a CORS secured Express middleware.
432
+ Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism
433
+ that allows a web server to indicate a requester (origin) to allow or
434
+ reject from loading of (web) resources. For security reasons, browsers
435
+ restrict so-called cross-origin HTTP requests initiated from scripts.
436
+
437
+ NOTE: The J1 development system is accompanied by a small NodeJS-based
438
+ utilliy server - based on the Express middleware (Webserver). J1 Utilliy
439
+ Server helps to collect log data from the webbrowser's console to write
440
+ them to files on disk. The JS module _Cors_ is used to control cross-origin
441
+ HTTP requests initiated by a browser.
442
+
443
+ .Product details
444
+ ----
445
+ License: MIT license
446
+ Used version: 2.8.5
447
+ Year: 2020
448
+ ----
449
+
450
+ |{url-cross-env--gh-repo}[CrossEnv, {browser-window--new}]
451
+ |Kent C. Dodds
452
+ |JS
453
+ |The JS module _cross-env_ supports the cross-platform use of environment
454
+ variables. On Windows systems, a variable is written like %ENV_VAR%, on
455
+ Unix-like systems (POSIX), variables looks like $ENV_VAR.
456
+
457
+ NOTE: The J1 Development Systems is controlled by NodeJS project files
458
+ package.json. All project files contain scripts to run base tasks to e.g.
459
+ setup a J1-based project. To make this possible cross-platform, the module
460
+ allows to use *environment* variables on all platform J1 is supported.
461
+
462
+ .Product details
463
+ ----
464
+ License: MIT license
465
+ Used version: 7.0.3
466
+ Year: 2020
467
+ ----
468
+
469
+ |{url-cross-var--gh-repo}[CrossVar, {browser-window--new}]
470
+ |Elijah Manor
471
+ |JS
472
+ |The JS module _cross-var_ supports the cross-platform use of variables of
473
+ the shell. On Windows systems, a variable is written like %VAR%, on
474
+ Unix-like systems (POSIX), variables looks like $VAR.
475
+
476
+ NOTE: The J1 Development Systems is controlled by NodeJS project files
477
+ package.json. All project files contain scripts to run base tasks to e.g.
478
+ setup a J1-based project. To make this possible cross-platform, the module
479
+ allows to use *shell* variables on all platform J1 is supported.
480
+
481
+ .Product details
482
+ ----
483
+ License: MIT license
484
+ Used version: 1.1.0
485
+ Year: 2017
486
+ ----
487
+
488
+ |{url-sass-lang--home}[Dart Sass, {browser-window--new}]
489
+ |Google LLC
490
+ |JS
491
+ |_Dart Sass_ is the current and primary implementation of *Sass*, which means
492
+ it gets new features before any other implementation. It's fast, easy to
493
+ install, and it compiles to pure JavaScript which makes it easy to integrate
494
+ into modern web development workflow
495
+
496
+ NOTE: _Dart Sass_ is current *NOT* used by the J1 Template development system.
497
+ For the next versions of J1, the CSS package will be re-written to use the
498
+ current *Sass* _Dart Sass_ implemetation instead of _Node Sass_.
499
+
500
+ .Product details
501
+ ----
502
+ License: MIT license
503
+ Used version: 1.32.6
504
+ Year: 2021
505
+ ----
506
+
507
+ |{url-datatables--home}[Datatables, {browser-window--new}]
508
+ |SpryMedia Ltd.
509
+ |JS (jQuery)
510
+ |_DataTables_ is a _jQuery_ plug-in to construct HTM tables read from data
511
+ like CSV files from disk or other data sources. It is a highly flexible tool,
512
+ that adds advanced features, as e.g. searching, to any HTML table.
513
+
514
+ NOTE: _DataTables_ is fully integrated for the *free version* with J1 to create
515
+ Bootstrap styled HTML tables from data sources. The _jQuery_ plug-in is used
516
+ by the J1 Docummentation to create searchable Bottstrap tables from CSV files.
517
+
518
+ .Product details
519
+ ----
520
+ License: MIT license
521
+ Used version: 1.10.16
522
+ Year: 2019
523
+ ----
524
+
525
+ |===============================================================================
526
+
527
+ /////
528
+ Unsinn da eigene Komponente
529
+
530
+ |*Cookiebar*
531
+ |Jürgen Adams
532
+ |JS
533
+ |Cookiebar implements simple but fully configurable cookie consent dialogs
534
+ to accept or reject on cookies by the vistors of a J1-based website.
535
+
536
+ NOTE: For the background of the privacy regulations introduces by
537
+ {url-gdpr-eu--home}[GDPR, {browser-window--new}] in Europe and associated
538
+ countries, cookie consent dialogs are required to inform your vistors to
539
+ comply legal requirements.
540
+
541
+ .Product details
542
+ ----
543
+ License: MIT license
544
+ Used version: 2021.1.0
545
+ Year: 2021
546
+ ----
547
+ /////
548
+
549
+ === E - G
550
+
551
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
552
+ |===============================================================================
553
+ |Product\|Home |Producer |Platform |Description
554
+
555
+ |{url-eslint--home}[ESlint, {browser-window--new}]
556
+ |JS Foundation and Friends
557
+ |JS
558
+ |A linter is a code analysis tool used to flag programming errors, bugs,
559
+ stylistic errors, and suspicious constructs. _ESLint_ is a linter for
560
+ identifying and reporting on incorrect patterns found in ECMAScript/JavaScript
561
+ code.
562
+
563
+ NOTE: To make JS code consistency sure for all components using JavaScript used
564
+ by J1, the Development System is using _ESlint_ to inspect JS based modules for
565
+ correctness.
566
+
567
+ .Product details
568
+ ----
569
+ License: MIT license
570
+ Used version: 7.19.0
571
+ Year: 2021
572
+ ----
573
+
574
+ |{url-execjs--gh-repo}[ExecJS, {browser-window--new}]
575
+ |Sam Stephenson, Josh Peek
576
+ |JS
577
+ |_ExecJS_ let run JavaScript code from Ruby. The gem automatically picks the
578
+ best runtime available to evaluate a JavaScript program, and returns the
579
+ result as a Ruby object.
580
+
581
+ NOTE: Some libraries needed for J1 are not available as pure Ruby code. For
582
+ the search engine Lunr, used by J1 QuickSearch, the code base available is
583
+ written in Javascript. To create index data for Lunr from the Ruby/Jekyll
584
+ plugin lunr_index.rb, _ExecJS_ is used to run the JS portion.
585
+
586
+ .Product details
587
+ ----
588
+ License: MIT license
589
+ Used version: 2.7.0
590
+ Year: 2016
591
+ ----
592
+
593
+ |{url-fontawesome--home}[Font Awesome, {browser-window--new}]
594
+ |Fonticons, Inc.
595
+ |CSS
596
+ |_Font Awesome_ is a popular icon library. Font Awesome *Free* is free,
597
+ open source, and GPL friendly. It can be for commercial projects, open
598
+ source projects, or really almost whatever you want.
599
+
600
+ NOTE: _Font Awesome Free_ is an alternative to the J1's default icon font set
601
+ provided by _Material Design Icons_ (MDI). Font Awesome icons are used for
602
+ default by Asciidoctor for several block elements like admonitions (see *this*
603
+ element).
604
+
605
+ .Product details
606
+ ----
607
+ License: Font Awesome Free License
608
+ Used version: V5
609
+ Year: 2020
610
+ ----
611
+
612
+ |{url-getos--gh-repo}[GetOS, {browser-window--new}]
613
+ |William Blankenship
614
+ |JS
615
+ |GetOS is a NodeJS module to collect OS and Distribution details of the
616
+ current environment.
617
+
618
+ NOTE: The module _GetOS_ is used by the J1 Development System to identify the
619
+ current OS to run OS specific commands from project scripts (package.json).
620
+
621
+ .Product details
622
+ ----
623
+ License: MIT license
624
+ Used version: 3.2.1
625
+ Year: 2020
626
+ ----
627
+
628
+ |{url-git--home}[Git, {browser-window--new}]
629
+ |Software Freedom Conservancy
630
+ |Application
631
+ |_Git_ is a free and open source distributed version control system designed
632
+ to handle everything from small to very large projects with speed and
633
+ efficiency.
634
+
635
+ NOTE: J1 based web projects should be tracked under control of _Git_. This
636
+ enables developers to manage code changes by the power of a modern version
637
+ control system
638
+
639
+ .Product details
640
+ ----
641
+ License: GPL v2
642
+ Used version: 2.30.0
643
+ Year: 2021
644
+ ----
645
+
646
+ |{url-git--home}[Github, {browser-window--new}]
647
+ |GitHub, Inc.
648
+ |Platform
649
+ |_GitHub_ is a code hosting platform for version control and collaboration using
650
+ the version control system _Git_. It lets programmers and others work together
651
+ on projects from anywhere. Millions of developers and companies build, ship,
652
+ and maintain their software on _GitHub_.
653
+
654
+ NOTE: J1 based web projects should be tracked under control of _Git_. To place
655
+ such a *Git repo* at _GitHub_, for single projects or small groups could this
656
+ be done for free.
657
+
658
+ |{url-wikipedia-en--google}[Google LLC, {browser-window--new}]
659
+ |Google LLC
660
+ |Platform
661
+ |_Google LLC_ is an American multinational technology company that specializes
662
+ in Internet-related services and products. This include online advertising
663
+ technologies (Google Ads), online monitoring services (Google Analytics), a
664
+ search engine, cloud computing, hardware and a huge number of large software
665
+ projects like the operating system Android for mobile computing.
666
+
667
+ NOTE: The company _Google_ is omnipresent in the digital world. It is very
668
+ unlikely, that an Internet-related project does not use products, services or
669
+ concepts (originally) created by Google. J1 Template supports for example
670
+ *Google Ads*, *Google Analytics* by J1 Connectors and adapts concepts
671
+ from *Google Material Design* for Web Design.
672
+
673
+ |===============================================================================
674
+
675
+
676
+ === H - J
677
+
678
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
679
+ |===============================================================================
680
+ |Product\|Home |Producer |Platform |Description
681
+
682
+ |{url-heroku--home}[Heroku, {browser-window--new}]
683
+ |Salesforce, Inc.
684
+ |Platform
685
+ |_Heroku_ is a commercial Internet platform. The company offers a container-based
686
+ cloud Platform as a Service (PaaS). Developers use _Heroku_ to deploy, manage,
687
+ and scale modern (web) apps. The platform is flexible, and easy to use, offering
688
+ developers a simple path to getting their products to market.
689
+
690
+ NOTE: J1-based websites can be run as (web) apps as well. The number of companies
691
+ that offers a managed platform for web applications is quite limited. _Heroku_
692
+ is one of these providers, another one is _Digital Ocean_ (but using *Heroku*
693
+ services under the hood).
694
+
695
+ |{url-iconify--home}[Iconify, {browser-window--new}]
696
+ |Iconify OÜ
697
+ |Platform
698
+ |_Iconify_ is a unified open source icon *framework* that makes it possible to
699
+ use icons from different icon sets on same page or in same application using
700
+ one syntax. _Iconify_ combines pixel perfect rendering of SVG with ease of use
701
+ of glyph fonts, while offering more choice than any glyph font or SVG framework.
702
+
703
+ NOTE: Icon sets are ever growing. No font icon set can provide all possible
704
+ icons. If a icon for a social network or a company is missing in the current
705
+ font icon set, _Iconify_ can help. The template integrates _Iconify_ by an
706
+ Asciidoctor extention easy to use.
707
+
708
+ |{url-iframe-resizer--gh-repo}[IframeResizer, {browser-window--new}]
709
+ |David J. Bradshaw
710
+ |JS
711
+ |_IframeResizer_ is a library to manage iFrames on a client-server-basis.
712
+ It enables the automatic resizing of the height and width to fit their
713
+ contained content, and add control to iFrames loaded cross domain. The library
714
+ provides a wide range of features to address the most common issues with using
715
+ iFrames for HTML contents.
716
+
717
+ NOTE: For J1 Template, _IframeResizer_ is fully integrated as a module. The
718
+ template use the library for example to block cross domain request for iFrames.
719
+
720
+ .Product details
721
+ ----
722
+ License: MIT license
723
+ Used version: 4.2.9
724
+ Year: 2020
725
+ ----
726
+
727
+ |{url-jquery--home}[jQuery, {browser-window--new}]
728
+ |OpenJS Foundation and jQuery contributors
729
+ |JS
730
+ |_jQuery_ is a fast, small, and rich JavaScript library for DOM manpipulation.
731
+ It makes things like HTML document traversal and manipulation, event handling,
732
+ animation, and Ajax much simpler across most modern browsers. With a combination
733
+ of versatility and extensibility, jQuery has changed the way of people write
734
+ JavaScript.
735
+
736
+ NOTE: Many modules implemented with J1 are wriiten as _jQuery plugins_, and J1
737
+ use _jQuery_ to write JavaScript code as well.
738
+
739
+ .Product details
740
+ ----
741
+ License: MIT license
742
+ Used version: 3.5.1
743
+ Year: 2020
744
+ ----
745
+
746
+ |{url-jekyll-asciidoc--gh-repo}[Jekyll Asciidoc, {browser-window--new}]
747
+ |Dan Allen, Paul Rayner, and the Asciidoctor Project
748
+ |Ruby
749
+ |_Jekyll Asciidoc_, a plugin for Jekyll that converts AsciiDoc source files
750
+ to HTML pages using Asciidoctor.
751
+
752
+ NOTE: _Jekyll Asciidoc_ is a core component of J1 to convert the Asciidoc
753
+ source code of source pages to HTML5.
754
+
755
+ .Product details
756
+ ----
757
+ License: MIT license
758
+ Used version: 3.0.0
759
+ Year: 2019
760
+ ----
761
+
762
+ |{url-jekyll-compress--gh-repo}[Jekyll Compress, {browser-window--new}]
763
+ |Anatol Broder
764
+ |Liquid
765
+ |_Jekyll Compress_ is a *Jekyll Layout* that compresses HTML. Its used to
766
+ remove all unnecessary characters, like whitespaces or optional start and end
767
+ tags, from the generated HTML code of a content page.
768
+
769
+ NOTE: Jekyll Compress is used by J1 in production mode to reduce the size of
770
+ the generated HTML code by Jekyll to a minimum. The helps to minimize the load
771
+ time of a web page. As a side effect, compressing will do an obfuscation for
772
+ the HTML source code
773
+
774
+ .Product details
775
+ ----
776
+ License: MIT license
777
+ Used version: 2.0.6
778
+ Year: 2020
779
+ ----
780
+
781
+ |{url-jekyll-feed--gh-repo}[Jekyll Feed, {browser-window--new}]
782
+ |Ben Balter and Friends
783
+ |Ruby
784
+ |_Jekyll Feed_ is a Jekyll plugin to generate an Atom (RSS-like) feed of
785
+ your Jekyll posts.
786
+
787
+ .Product details
788
+ ----
789
+ License: MIT license
790
+ Used version: 0.15.1
791
+ Year: 2020
792
+ ----
793
+
794
+ |{url-jekyll-paginate-v2--gh-repo}[Jekyll Paginator V2, {browser-window--new}]
795
+ |Sverrir Sigmundarson, Juergen Adams
796
+ |JS
797
+ |The _Jekyll Paginator V2_ gem built specially for Jekyll 3 and newer that is
798
+ fully backwards compatible and serves as an enhanced replacement for the
799
+ previously built-in jekyll-paginate gem.
800
+
801
+ NOTE: To make _Jekyll Paginator V2_ usable for all *current* (V4) versions of
802
+ _Jekyll_, this Rubie has been modified and pubslished as gem *j1-paginate*
803
+ to be downloaded from _RubyGems_ as usual. The Rubie *j1-paginate* is loaded
804
+ by the J1 Gemfile as a replacement for the original gem.
805
+
806
+ .Product details
807
+ ----
808
+ License: MIT license
809
+ Used version: 2021.1.0
810
+ Year: 2021
811
+ ----
812
+
813
+
814
+ |{url-jekyll-sitemap--gh-repo}[Jekyll Sitemap, {browser-window--new}]
815
+ |GitHub Inc. and Contributors
816
+ |Ruby
817
+ |_Jekyll Sitemap_, a Jekyll plugin to silently generate a sitemaps.org
818
+ compliant sitemap for a Jekyll site.
819
+
820
+ .Product details
821
+ ----
822
+ License: MIT license
823
+ Used version: 1.4.0
824
+ Year: 2019
825
+ ----
826
+
827
+ |{url-js-yaml--gh-repo}[JS YAML, {browser-window--new}]
828
+ |Vitaly Puzrin
829
+ |JS
830
+ |The *NodeJS* module _JS YAML_ implements a YAML (v1.2) parser-writer for
831
+ JavaScript.
832
+
833
+ NOTE: _JS YAML_ is used by the J1 Utility Server to read Jekyll (YAML)
834
+ configuration files for several modules.
835
+
836
+ .Product details
837
+ ----
838
+ License: MIT license
839
+ Used version: 4.0.0
840
+ Year: 2021
841
+ ----
842
+
843
+ |{url-js-json-minify--gh-repo}[JSON Minify, {browser-window--new}]
844
+ |Kei Funagayama
845
+ |JS
846
+ |Simple *NodeJS* library that implements a minifier for JSON based objects
847
+ and documents (files) to remove unnessesary comments and whitespaces.
848
+
849
+ NOTE: For *production* mode, J1 *compress* all files of all types used in a
850
+ project. JSON-based files (documents) may huge in size. To load JSON-based
851
+ files by a browser efficiently, all JSON files used by the J1 Template are
852
+ compressed using the module _JSON Minify_ for production.
853
+
854
+ .Product details
855
+ ----
856
+ License: MIT license
857
+ Used version: 0.4.1
858
+ Year: 2015
859
+ ----
860
+
861
+ |{url-justified-gallery--home}[Justified Gallery, {browser-window--new}]
862
+ |Miro Mannino
863
+ |JS
864
+ |_Justified Gallery_ is a JavaScript library that allows you to create an
865
+ high quality gallery of images. The gallery is using a so-called masonry grid
866
+ layout. It works by placing elements in an optimal position based on
867
+ available horizontal and vertical space. Sort of like mason fitting stones
868
+ in a wall.
869
+
870
+ NOTE: Pictures made are typically not even in size. Images may have the same
871
+ size (resolution), but some of them are orientated landscape or other may
872
+ portrait. For that reason, J1 provides the more powerful _Justified Gallery_
873
+ fully integrated as a module to create justified views.
874
+
875
+ .Product details
876
+ ----
877
+ License: MIT license
878
+ Used version: 3.8.1
879
+ Year: 2020
880
+ ----
881
+
882
+ |===============================================================================
883
+
884
+
885
+ === K - L
886
+
887
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
888
+ |===============================================================================
889
+ |Product\|Home |Producer |Platform |Description
890
+
891
+ |{url-lerna--home}[Lerna, {browser-window--new}]
892
+ |Lerna Contributors
893
+ |JS
894
+ |_Lerna_ is a tool for managing large (JavaScript) projects splitted in
895
+ multiple packages but using a single repository; a so-called Mono-repo.
896
+ Splitting up a large codebase into separate packages is extremely useful for
897
+ code sharing. However, making changes across many repositories is messy and
898
+ difficult to track, and testing across repositories becomes complicated very
899
+ quickly.
900
+
901
+ NOTE: The development system of J1 is a _Lerna_ driven Mono-repo, splitted
902
+ into six packages. All packages are managed by Javascript using independed
903
+ project files (package.json), but - managed by _Lerna_ - they work very
904
+ closely together.
905
+
906
+ .Product details
907
+ ----
908
+ License: MIT license
909
+ Used version: 3.22.1
910
+ Year: 2020
911
+ ----
912
+
913
+ |{url-light-gallery--home}[LightGallery, {browser-window--new}]
914
+ |Sachin N
915
+ |JS
916
+ |_LightGallery_ is a customizable, modular, responsive, lightbox gallery
917
+ plugin for jQuery. The name is a bit confusing, because _LightGallery_ is
918
+ a *lightbox* not a *gallery*. The lightbox *behaves* like a *gallery* as
919
+ _LightGallery_ is able to load multiple images displayed as (image) icons
920
+ to select images like a *gallery* very handy.
921
+
922
+ NOTE: _LightGallery_ is a powerful free jQuery plugin for open-source projects.
923
+ _LightGallery_ is fully integrated with J1 for all image (and video) related
924
+ modules as a lighbox.
925
+
926
+ WARNING: _LightGallery_ is free to use for open-source projects for free use.
927
+ If the library is used for business, commercial sites, or projects to be paid
928
+ for the *Commercial license* of _LightGallery_ is required.
929
+
930
+ .Product details
931
+ ----
932
+ License: GPLv3, Commercial license
933
+ Used version: 1.10.0
934
+ Year: 2020
935
+ ----
936
+
937
+ |{url-lightbox-v2--home}[Lightbox V2, {browser-window--new}]
938
+ |Lokesh Dhakar
939
+ |JS
940
+ |_Lightbox V2_ is small javascript library used to overlay images on top
941
+ of the current page. It's a snap to setup and works on all modern browsers.
942
+
943
+ NOTE: J1 integrates _Lightbox V2_ as a lightweight alternative to the lightbox
944
+ _LightGallery_. The library is integrated as an Asciidoc Extension - really
945
+ easy to use on images or group of images.
946
+
947
+ .Product details
948
+ ----
949
+ License: MIT license
950
+ Used version: 2.11.3
951
+ Year: 2020
952
+ ----
953
+
954
+ |{url-liquid--home}[Liquid, {browser-window--new}]
955
+ |Tobias Luetke
956
+ |Ruby
957
+ |_Liquid_ is an open-source template language (for websites and HTML code
958
+ generation) created by *Tobias Luetke*. The template language is the backbone
959
+ of {url-shopify--home}[Shopify, {browser-window--new}] themes and is used
960
+ to load dynamic content on storefronts. The static site generator _Jekyll_
961
+ use _Liquid_ build-in as a core component for layouts and general (web page)
962
+ templating.
963
+
964
+ NOTE: J1 is using _Liquid_ to generate CSS, JS and HTML code to integrate
965
+ 3rd party modules into the template system like _Lightbox V2_ or
966
+ _LightGallery_. In combination with (YAML-based) configuration files, the
967
+ template engine generates the code needed for a webpage and no complex
968
+ programming is needed.
969
+
970
+ .Product details
971
+ ----
972
+ License: MIT license
973
+ Used version: 4.0.3
974
+ Year: 2019
975
+ ----
976
+
977
+ |{url-log4javascript--home}[Log4Javascript, {browser-window--new}]
978
+ |Tim Down
979
+ |JS
980
+ |_Log4Javascript_ (log4js) is a JavaScript *logging library* inspired by the
981
+ Java logging framework {url-apache-log4j-v2--home}[Apache Log4j, {browser-window--new}].
982
+ The framework implements a subset of _Log4j_; primarily loggers, appenders and
983
+ layouts.
984
+
985
+ NOTE: Logging is a important feature to track the run-time of software and
986
+ systems. To provide industry-standard logs for a J1 based website, the template
987
+ system is using *log4js* to generate logs for the web browser console.
988
+
989
+ .Product details
990
+ ----
991
+ License: Apache V2 license
992
+ Used version: 1.4.13
993
+ Year: 2015
994
+ ----
995
+
996
+ |{url-log4r--gh-repo}[Log4r, {browser-window--new}]
997
+ |Colby Gutierrez-Kraybill, Leon Torres
998
+ |Ruby
999
+ |_Log4r_ is a comprehensive and flexible logging library inspired by the
1000
+ Java logging framework {url-apache-log4j-v2--home}[Apache Log4j, {browser-window--new}]
1001
+ written in Ruby for use in Ruby programs. It features a hierarchical logging
1002
+ system of any number of levels, custom level names, logger inheritance,
1003
+ multiple output destinations per log event, execution tracing, custom
1004
+ formatting, thread safteyness, XML and YAML configuration, and more.
1005
+
1006
+ NOTE: _Log4r_ is used for all Ruby based components (Ruby Gems and Jekyll
1007
+ Plugins) of J1 for run-time tracking. The log format of _Log4r_ is the same
1008
+ as for _Log4Javascript_ to make loglines 100% comparable.
1009
+
1010
+ .Product details
1011
+ ----
1012
+ License: MIT license
1013
+ Used version: 1.1.11
1014
+ Year: 2014
1015
+ ----
1016
+
1017
+ |{url-lunr--home}[Lunr, {browser-window--new}]
1018
+ |Oliver Nightingale
1019
+ |JS
1020
+ |_Lunr_ is a small, full-text search library for use in the browser. It indexes
1021
+ JSON documents and provides a simple search interface for retrieving documents
1022
+ that best match text queries. The search library enables website creators to
1023
+ provide a great search experience on their content.
1024
+
1025
+ NOTE: _Lunr_ is used for J1 *QuickSearch*, the build-in search engine for J1
1026
+ Template based websites. J1 *QuickSearch* enables a powerfull search
1027
+ functionality without the need for commercial, internet-based search services
1028
+ like _Google_.
1029
+
1030
+ .Product details
1031
+ ----
1032
+ License: MIT license
1033
+ Used version: 2.3.9
1034
+ Year: 2020
1035
+ ----
1036
+
1037
+ |===============================================================================
1038
+
1039
+
1040
+ === M - O
1041
+
1042
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
1043
+ |===============================================================================
1044
+ |Product\|Home |Producer |Platform |Description
1045
+
1046
+ |{url-bs-material-design--home}[MDB, {browser-window--new}]
1047
+ |Federico Zivolo and Friends
1048
+ |CSS, JS
1049
+ |Material Design for Bootstrap supports the Material Design guidelines of
1050
+ Google for Bootstrap based webs and web applications. MDB is an open source
1051
+ toolkit based on Bootstrap V4/V5 for developing Material Design apps with HTML,
1052
+ CSS, JS, and powerful plugins built on jQuery.
1053
+
1054
+ NOTE: Material Design for Bootstrap (MDB) is used by J1 to extend the BS4 based
1055
+ template system for forms and inputs that follow the Material Design (MD)
1056
+ guidelines defined by Google. MDB is used only for a selected number of CSS
1057
+ components.
1058
+
1059
+ .Product details
1060
+ ----
1061
+ License: MIT license
1062
+ Used version: 4.1.3
1063
+ Year: 2020
1064
+ ----
1065
+
1066
+ |link:{url-material-design-icons--home}[Material Design Icons, {browser-window--new}]
1067
+ |Austin Andrews and Friends
1068
+ |CSS
1069
+ |_Material Design Icons_ (*MDI*) is a community-driven project to create an
1070
+ increased number of icons based on Google's official repository and the Material
1071
+ Design style specified by _Google_.
1072
+
1073
+ NOTE: The primary icon-set for J1 Template is *MDI* because it is extremely
1074
+ rich set providing more than 5900+ icons for the current version (v5.9.55).
1075
+ From a design perspective, _MDI_ has an excellent *Material Design* support and
1076
+ comes build-in with the original icon set created by _Google_.
1077
+
1078
+ .Product details
1079
+ ----
1080
+ License: Pictogrammers Free License
1081
+ Used version: 5.9.55
1082
+ Year: 2021
1083
+ ----
1084
+
1085
+ |{url-materialize--home}[Materialize, {browser-window--new}]
1086
+ |Materialize and Friends
1087
+ |CSS, JS
1088
+ |_Materialize_ is a CSS Framework following the prinziples of _Goolgle's_
1089
+ Material Design.
1090
+
1091
+ NOTE: J1 Template is inspired by _Materialize_ for the implementation of some
1092
+ Javascript based on Material Design. For example, the FAM button is based on
1093
+ the JS code of _Materialize_.
1094
+
1095
+ .Product details
1096
+ ----
1097
+ License: MIT license
1098
+ Used version: 1.0.0
1099
+ Year: 2020
1100
+ ----
1101
+
1102
+ |{url-mobile-menu-light--home}[MobileMenu Light, {browser-window--new}]
1103
+ |Fred Heusschen
1104
+ |JS
1105
+ |_MobileMenu Light_ is the extremely small and lightweight library to
1106
+ create menus to be used on mobile devices. It creates a beautiful, intuitive
1107
+ off-canvas menu for mobile websites and web-apps.
1108
+
1109
+ NOTE: J1 use _MobileMenu Light_ to transform the menus provided by the
1110
+ navigation bar into menus usable on mobile devices. With the help of this
1111
+ library, menus can be displayed on small displays or small window-sizes in
1112
+ a browser.
1113
+
1114
+ .Product details
1115
+ ----
1116
+ License: CC-BY-4.0 license
1117
+ Used version: 3.0.8
1118
+ Year: 2021
1119
+ ----
1120
+
1121
+ |{url-netlify--home}[Netlify, {browser-window--new}]
1122
+ |Netlify Inc.
1123
+ |Platform
1124
+ |_Netlify_ provides everything you need to build fast, modern websites based
1125
+ on modern static site generators like Jekyll (and many others). Powerful
1126
+ features like continuous deployment and serverless functions support your
1127
+ website for the better.
1128
+
1129
+ NOTE: _Netlify_ is an option to deploy, to place a J1-base static web on
1130
+ the Internet. Running a web on this platform is easy to manage, very fast and
1131
+ can be done *for free*.
1132
+
1133
+ |{url-nodejs--home}[NodeJS Language, {browser-window--new}]
1134
+ |OpenJS Foundation
1135
+ |JS
1136
+ |_NodeJS_ is an open-source, cross-platform, back-end JavaScript runtime
1137
+ environment that runs on the Chrome V8 engine and executes JavaScript code
1138
+ *outside* a web browser.
1139
+
1140
+ NOTE: All Javascript resources running *outside* the browser are based on
1141
+ _NodeJS_. The J1 package management and control is using _NodeJS_, the J1
1142
+ Utility Server is based on this runtime environment.
1143
+
1144
+ .Product details
1145
+ ----
1146
+ License: MIT license
1147
+ Used version: 12.19.0
1148
+ Year: 2020
1149
+ ----
1150
+
1151
+ |{url-node-sass--home}[Node Sass, {browser-window--new}]
1152
+ |OpenJS Foundation
1153
+ |JS
1154
+ |_Node Sass_ is a library that provides binding for _NodeJS_ to *LibSass*,
1155
+ the C version of the popular stylesheet preprocessor *Sass*. It allows to
1156
+ natively compile `.scss` files to css at incredible speed.
1157
+
1158
+ NOTE: The J1 Development system is using _Node Sass_ to process *Sass*
1159
+ sources into *CSS* files. Because *LibSass* is not longer maintained by the
1160
+ makers of _Sass_, J1 will move from _Node Sass_ to _Dart Sass_ for upcoming
1161
+ releases.
1162
+
1163
+ .Product details
1164
+ ----
1165
+ License: MIT license
1166
+ Used version: 5.0.0
1167
+ Year: 2020
1168
+ ----
1169
+
1170
+ |{url-nokogiri--home}[Nokogiri, {browser-window--new}]
1171
+ |Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA,
1172
+ John Shahid, Karol Bucek, Lars Kanis, Sergio Arbeo,
1173
+ Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney
1174
+ |Ruby
1175
+ |_Nokogiri_ is an open source software library to parse HTML and XML in Ruby.
1176
+ The library (鋸) makes it easy and painless to work with XML and HTML from Ruby.
1177
+ It provides a sensible, easy-to-understand API for reading, writing, modifying,
1178
+ and querying documents. It is fast and standards-compliant by relying on native
1179
+ parsers.
1180
+
1181
+ NOTE: _Nokogiri_ is the base (Ruby) library for HTMl processing and
1182
+ manipulation.
1183
+
1184
+ .Product details
1185
+ ----
1186
+ License: MIT license
1187
+ Used version: 1.11.1
1188
+ Year: 2021
1189
+ ----
1190
+
1191
+ |{url-nokogiri-pretty--gh-repo}[Nokogiri Pretty, {browser-window--new}]
1192
+ |Toby Matejovsky
1193
+ |Ruby
1194
+ |_Nokogiri Pretty_ pretty-prints the contents of Nokogiri documents (XML/HTML).
1195
+
1196
+ NOTE: _Nokogiri Pretty_ is used by J1 to check code consistency and prettifies
1197
+ all HTML pages generated by _Jekyll_ for better human readability.
1198
+
1199
+ .Product details
1200
+ ----
1201
+ License: MIT license
1202
+ Used version: 0.1.0
1203
+ Year: 2013
1204
+ ----
1205
+
1206
+ |{url-npm--home}[NPM, {browser-window--new}]
1207
+ |npm Inc. and Contributors (CLI)
1208
+ |Plattform (JS), CLI (JS)
1209
+ |_NPM_ is two things: first and foremost, it is an online *repository* for the
1210
+ publishing of open-source _NodeJS_ projects. Second, it is a *command-line*
1211
+ utility/interface (*CLI*) for interacting with said repository that aids in
1212
+ package installation, version and dependency management and project control.
1213
+
1214
+ NOTE: J1 is using _NPM_ both ways: as an online *repository* to downlad all JS
1215
+ modules online needed for the project and as a *command-line interface* (CLI)
1216
+ to run the project (offline).
1217
+
1218
+ .Product details (CLI)
1219
+ ----
1220
+ License: The Artistic License 2.0
1221
+ Used version: 6.14.8
1222
+ Year: 2020
1223
+ ----
1224
+
1225
+ |{url-npm-run-all--gh-repo}[Npm Run All, {browser-window--new}]
1226
+ |Toru Nagashima
1227
+ |JS
1228
+ |_Npm Run All_ is a command-line tool (CLI) to run multiple npm scripts in
1229
+ parallel or sequential.
1230
+
1231
+ NOTE: The J1 project is using the _npm_ CLI to run all *tasks* to create and
1232
+ run a website. _Npm Run All_ helps to run project *tasks* efficiently; if
1233
+ possible *in parallel*.
1234
+
1235
+ .Product details
1236
+ ----
1237
+ License: MIT license
1238
+ Used version: 4.1.5
1239
+ Year: 2018
1240
+ ----
1241
+
1242
+ |{url-omniauth--gh-repo}[Omniauth, {browser-window--new}]
1243
+ |
1244
+ |
1245
+ |_OmniAuth_ is a library that standardizes multi-provider authentication for
1246
+ web applications. It was created to be powerful, flexible, and do as little
1247
+ as possible. Any developer can create strategies (*plugins*) for OmniAuth that
1248
+ can authenticate users via disparate systems.
1249
+
1250
+ NOTE: _OmniAuth_ is the core library for J1 for *authentication* if a site is
1251
+ run as a *web application*. Several *plugins* are used to implement
1252
+ *authentication* for e.g. *Oauth* or *Basic Authentication*.
1253
+
1254
+ .Product details
1255
+ ----
1256
+ License: MIT license
1257
+ Used version: 2.0.2
1258
+ Year: 2021
1259
+ ----
1260
+
1261
+ |{url-omniauth-oauth-v2--gh-repo}[Omniauth Oauth2, {browser-window--new}]
1262
+ |Michael Bleigh, Erik Michaels-Ober and Intridea Inc.
1263
+ |Ruby
1264
+ |_Omniauth Oauth2_ provides a generic OAuth2 strategy for _OmniAuth_. It is
1265
+ meant to serve as a building block strategy for other strategies and not to
1266
+ be used independently (since it has no inherent way to gather uid and user
1267
+ info).
1268
+
1269
+ NOTE: _Omniauth Oauth2_ is used by J1 to implement a _OmniAuth_ (authentication)
1270
+ strategy for *Oauth2* to access providers like _Github_, _Disqus_, or
1271
+ _Facebook_ if a J1 site is run as an web *application*.
1272
+
1273
+ .Product details
1274
+ ----
1275
+ License: MIT license
1276
+ Used version: 1.7.1
1277
+ Year: 2021
1278
+ ----
1279
+
1280
+ |OwlCarousel (V1)
1281
+ |Bartosz Wojciechowski
1282
+ |JS
1283
+ |_OwlCarousel (V1)_ provides a touch enabled (e.g mobile devices) jQuery plugin
1284
+ that lets create beautiful responsive carousel slider.
1285
+
1286
+ NOTE: OWL Carousel V1 is no longer available on the Internet; for an unknown
1287
+ reasons. Anyway, J1 Template is using this version of OWL Carousel as a
1288
+ build-in carousel module because the software does a excellent job.
1289
+
1290
+ .Product details
1291
+ ----
1292
+ License: MIT license
1293
+ Used version: 1.23
1294
+ Year: 2016
1295
+ ----
1296
+
1297
+ |===============================================================================
1298
+
1299
+
1300
+ === P - R
1301
+
1302
+ [cols="2a,2a,2a,6a, options="header", width="100%", role="rtable mt-3"]
1303
+ |===============================================================================
1304
+ |Product\|Home |Producer |Platform |Description
1305
+
1306
+ |{url-parseurl--gh-repo}[ParseURL, {browser-window--new}]
1307
+ |Jonathan Ong, Douglas Christopher Wilson
1308
+ |JS
1309
+ |Parse a URL (unified resource locator) with memoization.
1310
+
1311
+ NOTE: _ParseURL_ is a small library that provides a parser for all types of
1312
+ internet addresses (*URLs*) to split them into their components. J1 uses the
1313
+ parser to split and extract data from URLs.
1314
+
1315
+ .Product details
1316
+ ----
1317
+ License: MIT license
1318
+ Used version: 1.3.3
1319
+ Year: 2019
1320
+ ----
1321
+
1322
+ |{url-platform--gh-repo}[Platform, {browser-window--new}]
1323
+ |Benjamin Tan, John-David Dalton
1324
+ |JS
1325
+ |_Platform_ is a platform detection library that works on nearly all
1326
+ JavaScript platforms.
1327
+
1328
+ NOTE: The detection library _Platform_ is a useful helper to detect and
1329
+ collect all relevant details of the operating system (platform) a J1
1330
+ based site is running.
1331
+
1332
+ .Product details
1333
+ ----
1334
+ License: MIT license
1335
+ Used version: 1.7.1
1336
+ Year: 2021
1337
+ ----
1338
+
1339
+ |{url-popper--home}[Popper, {browser-window--new}]
1340
+ |Federico Zivolo
1341
+ |JS
1342
+ |_Popper_ is a Tooltip and Popover positioning engine to support a better
1343
+ web design for user notification. Given an element, such as a button, and a
1344
+ tooltip element describing it, Popper will automatically put the tooltip
1345
+ in the right place near the button.
1346
+
1347
+ NOTE: _Popper_ is one of the core JS components of _Bootstrap V4_ and used
1348
+ by J1 for easier positioning of *UI* (user interface) components. Note that
1349
+ the older version *1.x* is used for _Bootstrap_ compatibility.
1350
+
1351
+ .Product details
1352
+ ----
1353
+ License: MIT license
1354
+ Used version: 1.16.1
1355
+ Year: 2020
1356
+ ----
1357
+
1358
+ |{url-puma--home}[Puma, {browser-window--new}]
1359
+ |Evan Phoenix, Zed Shaw
1360
+ |Ruby
1361
+ |_Puma_ is a Ruby *Web Server* built for concurrency. The Web Server is a
1362
+ simple, fast, multi-threaded, and highly concurrent HTTP 1.1 server made for
1363
+ Ruby and Rack-based (web) applications.
1364
+
1365
+ NOTE: If a J1-based website in run as an *web application*, _Puma_ used for the
1366
+ Web Server.
1367
+
1368
+ .Product details
1369
+ ----
1370
+ License: BSD-3-Clause license
1371
+ Used version: 5.2.1
1372
+ Year: 2021
1373
+ ----
1374
+
1375
+ |{url-rack--home}[Rack, {browser-window--new}]
1376
+ |Leah Neukirchen
1377
+ |Ruby
1378
+ |_Rack_ is a modular interface between web servers and web applications
1379
+ developed in the Ruby programming language. With Rack, application programming
1380
+ interfaces (APIs) for web frameworks and middleware are wrapped into a
1381
+ single method call handling HTTP requests and responses.
1382
+
1383
+ NOTE: Rack is used by many Ruby web frameworks and libraries, such as
1384
+ _Ruby on Rails_ and _Sinatra_. J1 Template transforms a website into an
1385
+ web application using the framework _Sinatra_.
1386
+
1387
+ .Product details
1388
+ ----
1389
+ License: MIT license
1390
+ Used version: 2.2.2
1391
+ Year: 2021
1392
+ ----
1393
+
1394
+ |{url-rack-protection--home}[Rack Protection, {browser-window--new}]
1395
+ |Konstantin Haase, Zachary Scott
1396
+ |Ruby
1397
+ |_Rack Protection_ is part of the Ruby web framework _Sinatra_, but work
1398
+ for all Rack apps, including Rails. It protect against typical web attacks
1399
+ like Cross Site Request Forgery (CSRF), Cross Site Scripting, Clickjacking,
1400
+ Session Hijacking, etc.
1401
+
1402
+ NOTE: J1 Template use this Ruby Gem to protect a website, that is run as an
1403
+ web application, against typical web attacks.
1404
+
1405
+ .Product details
1406
+ ----
1407
+ License: MIT license
1408
+ Used version: 2.1.0
1409
+ Year: 2021
1410
+ ----
1411
+
1412
+ |{url-rack-ssl-enforcer--gh-repo}[Rack SSL Enforcer, {browser-window--new}]
1413
+ |Tobias Matthies
1414
+ |Ruby
1415
+ |_Rack SSL Enforcer_ is an add-on, a middleware for _Rack_ to enforce SSL
1416
+ connections.
1417
+
1418
+ NOTE: For J1 websites running as web applications, the (*Rack*) middleware
1419
+ _Rack SSL Enforcer_ can be used to establish secure, encrpyted HTTPS
1420
+ connections using SSL.
1421
+
1422
+ .Product details
1423
+ ----
1424
+ License: MIT license
1425
+ Used version: 0.2.9
1426
+ Year: 2017
1427
+ ----
1428
+
1429
+ |{url-roboto--home}[Roboto, {browser-window--new}]
1430
+ |Google, Christian Robertson
1431
+ |Font
1432
+ |_Roboto_ is a chararcter font used by _Google_ *Material Design* for the
1433
+ default. For J1 Template, _Roboto_ is the default font as well for non-serif
1434
+ characters.
1435
+
1436
+ NOTE: The font _Roboto_ is non-serif, has a mechanical skeleton and the forms
1437
+ are largely geometric. At the same time, the font features friendly and open
1438
+ curves. The font excellent readable in all sizes and gives a quite harmonic
1439
+ and natural text flow.
1440
+
1441
+ .Product details
1442
+ ----
1443
+ License: Apache License, Version 2.0
1444
+ Used version: 1.7.1
1445
+ Year: 2021
1446
+ ----
1447
+
1448
+ |{url-ruby-rouge--gh-repo}[Rouge, {browser-window--new}]
1449
+ |Jeanine Adkisson, Drew Blessing, Goro Fuji and Friends
1450
+ |Ruby
1451
+ |_Rouge_ is a pure Ruby syntax highlighter. It can highlight 100+ different
1452
+ languages, and output HTML or ANSI 256-color text.
1453
+
1454
+ NOTE: For J1 Template, _Rouge_ is used for highlightning all (Asciidoc) code
1455
+ blocks placed in the sources of a web page.
1456
+
1457
+ .Product details
1458
+ ----
1459
+ License: MIT license
1460
+ Used version: 3.26.0
1461
+ Year: 2020
1462
+ ----
1463
+
1464
+ |{url-ruby-lang--home}[Ruby Language, {browser-window--new}]
1465
+ |Yukihiro Matsumoto and Contributors
1466
+ |Ruby
1467
+ |_Ruby_ is a dynamic, open source programming language with a focus on
1468
+ simplicity and productivity. It has an elegant syntax that is natural to
1469
+ read and easy to write.
1470
+
1471
+ NOTE: J1 Template is based on _Jekyll_, a static site generator written in
1472
+ _Ruby_.
1473
+
1474
+ .Product details
1475
+ ----
1476
+ License: 2-clause BSDL license
1477
+ Used version: 2.6.6
1478
+ Year: 2020
1479
+ ----
1480
+
1481
+ |{url-rubygems--home}[RubyGems, {browser-window--new}]
1482
+ |Nick Quaranto and Contributers
1483
+ |Platform (Ruby)
1484
+ |RubyGems.org is the Ruby community’s gem hosting service. The interface
1485
+ for RubyGems is a command-line tool called `gem` which can install and
1486
+ manage _Ruby_ *libraries* (the gems, the Rubies).
1487
+
1488
+ NOTE: All _Ruby_ *libraries* (gems) used by the project J1 Template are
1489
+ available for free at _RubyGems_.
1490
+
1491
+ |===============================================================================
1492
+
1493
+
1494
+ //////////
1495
+ === S
1496
+
1497
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
1498
+ |===============================================================================
1499
+ |Product\|Home |Producer |Platform |Description
1500
+
1501
+ |{}[ScrollSmooth, {browser-window--new}]
1502
+ |
1503
+ |
1504
+ |
1505
+
1506
+ NOTE: bla
1507
+
1508
+ .Product details
1509
+ ----
1510
+ License: MIT license
1511
+ Used version: 1.7.1
1512
+ Year: 2021
1513
+ ----
1514
+
1515
+ |{}[ScssLint, {browser-window--new}]
1516
+ |
1517
+ |
1518
+ |
1519
+
1520
+ NOTE: bla
1521
+
1522
+ .Product details
1523
+ ----
1524
+ License: MIT license
1525
+ Used version: 1.7.1
1526
+ Year: 2021
1527
+ ----
1528
+
1529
+ |{}[SeeMe, {browser-window--new}]
1530
+ |
1531
+ |
1532
+ |
1533
+
1534
+ NOTE: bla
1535
+
1536
+ .Product details
1537
+ ----
1538
+ License: MIT license
1539
+ Used version: 1.7.1
1540
+ Year: 2021
1541
+ ----
1542
+
1543
+ |{}[SeeMe Client, {browser-window--new}]
1544
+ |
1545
+ |
1546
+ |
1547
+
1548
+ NOTE: bla
1549
+
1550
+ .Product details
1551
+ ----
1552
+ License: MIT license
1553
+ Used version: 1.7.1
1554
+ Year: 2021
1555
+ ----
1556
+
1557
+ |===============================================================================
1558
+ //////////
1559
+
1560
+
1561
+ === S - T
1562
+
1563
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
1564
+ |===============================================================================
1565
+ |Product\|Home |Producer |Platform |Description
1566
+
1567
+ |{url-tablesaw-rtables--gh-repo}[Tablesaw, {browser-window--new}]
1568
+ |Filament Group
1569
+ |JS
1570
+ |_Tablesaw_ provides a set of Javascript plugins to support *responsive* HTML
1571
+ tables easy to use in web pages.
1572
+
1573
+ NOTE: The people at {url-filamentgroup--home}[Filament Group, {browser-window--new}]
1574
+ collected a set of well-known strategies to make *HTML tables* usable for
1575
+ responsive Web Design. J1 template make use of the *Stack Mode* plugin to make
1576
+ larger, multi-column (HTML) tables readable on small (mobile) devices or browser
1577
+ windows.
1578
+
1579
+ .Product details
1580
+ ----
1581
+ License: BSD license
1582
+ Used version: 3.1.0
1583
+ Year: 2018
1584
+ ----
1585
+
1586
+ |{url-terser--home}[Terser, {browser-window--new}]
1587
+ |Mihai Bazon and Friends
1588
+ |JS
1589
+ |_Terser_ is a JavaScript parser and mangler/compressor toolkit for Javasript
1590
+ ES6+ code.
1591
+
1592
+ NOTE: To compress (*uglify*) Javascript files, J1 is using _Terser_ to create
1593
+ the *minified* versions for all JS components (of the JS package) used by a
1594
+ website running in *production* mode.
1595
+
1596
+ .Product details
1597
+ ----
1598
+ License: BSD license
1599
+ Used version: 5.5.1
1600
+ Year: 2020
1601
+ ----
1602
+
1603
+ |{url-theme-switcher--gh-repo}[ThemeSwitcher, {browser-window--new}]
1604
+ |Joseph Guadagno
1605
+ |JS
1606
+ |_ThemeSwitcher_ is a jQuery plugin for dynamically loading Twitter Bootstrap
1607
+ themes from Bootswatch. The plugin allows for the automatic populating of UL
1608
+ and SELECT elements with the names of themes available. The plugin can switch
1609
+ a theme, save the selected theme to a cookie and load the selected theme from
1610
+ a cookie vice-versa.
1611
+
1612
+ NOTE: _ThemeSwitcher_ is one of the core components for the *theming* feature
1613
+ of J1 Template to select and load themes from _BootSwatch_.
1614
+
1615
+ .Product details
1616
+ ----
1617
+ License: MIT license
1618
+ Used version: 1.15
1619
+ Year: 2015
1620
+ ----
1621
+
1622
+ |{url-tocbot--home}[TocBot, {browser-window--new}]
1623
+ |Tim Scanlin
1624
+ |JS
1625
+ |_Tocbot_ builds a table of contents (TOC) from headings in an HTML document.
1626
+ This is useful for documentation websites or long markdown pages because it
1627
+ makes them easier to navigate. Tocbot uses native DOM methods and avoids any
1628
+ jQuery and jQuery UI dependencies.
1629
+
1630
+ NOTE: For J1, _Tocbot_ is the core library to create dynamic table-of-content
1631
+ menus (*TOC*) availabe for all content pages (if enabled). The library is
1632
+ fully configurable, fast and support *smooth* scrolling out of the box.
1633
+
1634
+ .Product details
1635
+ ----
1636
+ License: MIT license
1637
+ Used version: 4.12.0
1638
+ Year: 2020
1639
+ ----
1640
+
1641
+ |{url-twitter-emoji--gh-repo}[Twemoji, {browser-window--new}]
1642
+ |Twitter, Inc and contributors
1643
+ |JS
1644
+ |Emoji (絵文字) are ideograms and smileys used in electronic messages
1645
+ and web pages. _Twemoji_ is a simple library that provides standard Unicode
1646
+ for _Twitter's_ emoji support across all platforms.
1647
+
1648
+ NOTE: J1 implements _Twitter_ emoji's based on a standrad font icon set.
1649
+ Emoji's can be used in a web page using an AsciiDoc extention like all all
1650
+ other font icons provided by _Font Awesome_ or _Material Design Icons_.
1651
+
1652
+ .Product details
1653
+ ----
1654
+ License: MIT license
1655
+ Used version: 13.0.1
1656
+ Year: 2020
1657
+ ----
1658
+
1659
+ |{url-twitter-emoji-picker--gh-repo}[Twemoji Picker, {browser-window--new}]
1660
+ |Jordan Gillet (xLs51)
1661
+ |JS
1662
+ |_Twemoji Picker_ is a jQuery plugin that adds support for twemoji to select
1663
+ icons from a HTML textarea element.
1664
+
1665
+ NOTE: For easier use for _Twitter_ emoji's, a previewer is provided. The core
1666
+ component for previewer is _Twemoji Picker_ to select easily icons with the
1667
+ mouse.
1668
+
1669
+ .Product details
1670
+ ----
1671
+ License: MIT license
1672
+ Used version: 2017
1673
+ Year: 2017
1674
+ ----
1675
+
1676
+ |===============================================================================
1677
+
1678
+
1679
+ === U - V
1680
+
1681
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
1682
+ |===============================================================================
1683
+ |Product\|Home |Producer |Platform |Description
1684
+
1685
+ |{url-uglifier--gh-repo}[Uglifier, {browser-window--new}]
1686
+ |Ville Lautanala
1687
+ |Ruby
1688
+ |_Uglifier_ is a Ruby-based wrapper for the JavaScript _UglifyJS_ compressor.
1689
+
1690
+ NOTE: To compress (*uglify*) so-called Javascript module *adapter*, J1
1691
+ compress all JS adapters by _Uglifier_ for webs run in production mode.
1692
+
1693
+ .Product details
1694
+ ----
1695
+ License: MIT license
1696
+ Used version: 4.2.0
1697
+ Year: 2019
1698
+ ----
1699
+
1700
+ |{url-videojs--home}[VideoJS, {browser-window--new}]
1701
+ |Brightcove, Inc.
1702
+ |JS
1703
+ |_VideoJS_ is a web video player built from the ground up for an HTML5 world.
1704
+ It supports HTML5 video and modern streaming formats, as well as YouTube, or
1705
+ Vimeo. It supports video playback on desktop and mobile devices as well.
1706
+
1707
+ NOTE: J1 Template support video content by native HTML5 and players like
1708
+ _VideoJS_ as an alternative to use.
1709
+
1710
+ .Product details
1711
+ ----
1712
+ License: Apache V2 license
1713
+ Used version: 7.11.4
1714
+ Year: 2021
1715
+ ----
1716
+
1717
+ |{url-vimeo--home}[Vimeo, {browser-window--new}]
1718
+ |Vimeo Inc.
1719
+ |Platform (video content)
1720
+ |Vimeo is an video hosting, sharing, and services platform. Vimeo operates on
1721
+ an ad-free basis, and instead derives revenue by providing commercial
1722
+ subscription plans for businesses and video content producers and offering
1723
+ software as a service (SaaS).
1724
+
1725
+ NOTE: _Vimeo_ provides video content created by professionals. In compare
1726
+ to _YouTube_ the contents are quite professional, made primarely for business
1727
+ use. J1 is using some video streams for examples using *video content* with
1728
+ J1 websites.
1729
+
1730
+ |===============================================================================
1731
+
1732
+
1733
+ === W - Z
1734
+
1735
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
1736
+ |===============================================================================
1737
+ |Product\|Home |Producer |Platform |Description
1738
+
1739
+ |{url-ruby-warden--home}[Warden, {browser-window--new}]
1740
+ |Daniel Neighman, Justin Smestad and Friends
1741
+ |Ruby
1742
+ |_Warden_ provides a mechanism for authentication in Rack based Ruby
1743
+ applications. It’s made with multiple applications sharing within the
1744
+ same rack instance in mind.
1745
+
1746
+ NOTE: _Warden_ is used by J1 if a website is run as a *web application* based
1747
+ on _Rack_ and _Sinatra_. The library is the core component to transform a
1748
+ *visit* (instance) of a website into a *session* for the *visitor*. If a J1
1749
+ website uses *authentication*, _Warden_ takes care of the authentication
1750
+ *state* of the visitor to provide *access* for all pages, the user is already
1751
+ authenticated for.
1752
+
1753
+ .Product details
1754
+ ----
1755
+ License: MIT license
1756
+ Used version: 1.2.9
1757
+ Year: 2020
1758
+ ----
1759
+
1760
+ |{url-webpack--home}[Webpack, {browser-window--new}]
1761
+ |JS Foundation and Contributers
1762
+ |JS
1763
+ |_Webpack_ is a module bundler for Javascript. The main purpose of the bundler
1764
+ is to take all code from an application and makes it usable in a web browser.
1765
+
1766
+ NOTE: _Webpack_ is used by the J1 Development System to dynamically compile
1767
+ JavaScript sources on changes at run-time and compile static JS code of all
1768
+ core components makes usable in a web browser.
1769
+
1770
+ |{url-yarn--home}[Yarn, {browser-window--new}]
1771
+ |Facebook Inc.
1772
+ |JS
1773
+ |_Yarn_ is a new package manager that replaces the existing workflow for the
1774
+ *npm* client (CLI) while remaining compatible with the npm registry. It has
1775
+ the same feature set as existing workflows while operating faster, more
1776
+ securely, and more reliably.
1777
+
1778
+ NOTE: _Yarn_ is the favorite package manager *CLI* (over npm) managing a
1779
+ J1 project.
1780
+
1781
+ .Product details
1782
+ ----
1783
+ License: BSD license
1784
+ Used version: 1.22.10
1785
+ Year: 2020
1786
+ ----
1787
+
1788
+ |{url-youtube--home}[YouTube, {browser-window--new}]
1789
+ |Google LLC
1790
+ |Platform (video streams)
1791
+ |_YouTube_ is an online video-sharing platform for the public and for business
1792
+ use. The platform allows users and customers to upload, view, rate, share,
1793
+ add to playlists, report, comment on videos, and subscribe to other users.
1794
+ On _YouTube_, all type of content is available.
1795
+
1796
+ NOTE: _YouTube_ provides video content of all type. J1 is using some video
1797
+ streams for examples using *video content* with J1 websites.
1798
+
1799
+ |===============================================================================
1800
+
1801
+ /////
1802
+ === W - Z
1803
+
1804
+ [cols="2a,2a,2a,6a, subs=+macros, options="header", width="100%", role="rtable mt-3"]
1805
+ |===============================================================================
1806
+ |Product\|Home |Producer |Platform |Description
1807
+
1808
+ .Product details
1809
+ ----
1810
+ License: MIT license
1811
+ Used version: 4.42.0
1812
+ Year: 2020
1813
+ ----
1814
+
1815
+ |{url-webpack-cli--home}[Webpack CLI, {browser-window--new}]
1816
+ |
1817
+ |JS
1818
+ |
1819
+
1820
+ NOTE: bla
1821
+
1822
+ .Product details
1823
+ ----
1824
+ License: MIT license
1825
+ Used version: 1.7.1
1826
+ Year: 2021
1827
+ ----
1828
+
1829
+ |{}[WDM, {browser-window--new}]
1830
+ |
1831
+ |
1832
+ |
1833
+
1834
+ NOTE: bla
1835
+
1836
+ .Product details
1837
+ ----
1838
+ License: MIT license
1839
+ Used version: 1.7.1
1840
+ Year: 2021
1841
+ ----
1842
+
1843
+ |{}[Webhooks, {browser-window--new}]
1844
+ |
1845
+ |
1846
+ |
1847
+
1848
+ NOTE: bla
1849
+
1850
+ .Product details
1851
+ ----
1852
+ License: MIT license
1853
+ Used version: 1.7.1
1854
+ Year: 2021
1855
+ ----
1856
+
1857
+ |===============================================================================
1858
+ /////