j1-template 2020.0.22 → 2020.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +63 -161
  4. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +14 -0
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -3
  6. data/_includes/themes/j1/modules/connectors/comment/disqus.html +37 -24
  7. data/_includes/themes/j1/modules/navigator/generator.html +8 -3
  8. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +36 -26
  9. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/create_series_header.proc +9 -5
  11. data/assets/data/banner.html +1 -1
  12. data/assets/data/fam.html +124 -0
  13. data/assets/data/mmenu_sidebar.html +3 -3
  14. data/assets/data/panel.html +9 -9
  15. data/assets/data/quicklinks.html +13 -13
  16. data/assets/error_pages/HTTP204.html +1 -0
  17. data/assets/error_pages/HTTP400.html +3 -2
  18. data/assets/error_pages/HTTP401.html +3 -2
  19. data/assets/error_pages/HTTP403.html +3 -2
  20. data/assets/error_pages/HTTP404.html +3 -2
  21. data/assets/error_pages/HTTP500.html +3 -2
  22. data/assets/error_pages/HTTP501.html +3 -2
  23. data/assets/error_pages/HTTP502.html +3 -2
  24. data/assets/error_pages/HTTP503.html +3 -2
  25. data/assets/error_pages/HTTP520.html +3 -2
  26. data/assets/error_pages/HTTP521.html +3 -2
  27. data/assets/error_pages/HTTP533.html +3 -2
  28. data/assets/themes/j1/adapter/js/{ssm.js → fam.js} +248 -138
  29. data/assets/themes/j1/adapter/js/framer.js +72 -56
  30. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -1
  31. data/assets/themes/j1/adapter/js/j1.js +8 -2
  32. data/assets/themes/j1/adapter/js/{searcher.js → lunr_search.js} +68 -65
  33. data/assets/themes/j1/adapter/js/toccer.js +62 -30
  34. data/assets/themes/j1/core/css/bootstrap.css +7154 -0
  35. data/assets/themes/j1/core/css/bootstrap.min.css +6 -0
  36. data/assets/themes/j1/core/css/custom.scss +28 -0
  37. data/assets/themes/j1/core/css/globals.css +14523 -0
  38. data/assets/themes/j1/core/css/globals.min.css +1 -0
  39. data/assets/themes/j1/core/css/globals.scss +28 -0
  40. data/assets/themes/j1/core/css/theme_extensions.css +11558 -0
  41. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -0
  42. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +7 -4
  43. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
  44. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +7 -4
  45. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +2 -2
  46. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +514 -417
  47. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +2 -2
  48. data/assets/themes/j1/core/css/uno.css +11823 -0
  49. data/assets/themes/j1/core/css/uno.min.css +1 -0
  50. data/assets/themes/j1/core/css/uno.scss +28 -0
  51. data/assets/themes/j1/core/css/vendor.css +5 -4
  52. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  53. data/assets/themes/j1/core/css/vendor.scss +28 -0
  54. data/assets/themes/j1/core/js/template.js +6 -11
  55. data/assets/themes/j1/core/js/template.js.map +1 -1
  56. data/assets/themes/j1/core/js/template.min.js +1 -1
  57. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6 -0
  58. data/assets/themes/j1/modules/cash/js/cash.js +1374 -0
  59. data/assets/themes/j1/modules/cash/js/cash.min.js +42 -0
  60. data/assets/themes/j1/modules/fam/css/uno/fam.css +369 -0
  61. data/assets/themes/j1/modules/fam/js/fam.js +477 -0
  62. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +1 -1
  63. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.js → resizer.js} +0 -0
  64. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.map → resizer.map} +0 -0
  65. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.min.js → resizer.min.js} +0 -0
  66. data/assets/themes/j1/modules/jquery/js/require.js +2145 -0
  67. data/assets/themes/j1/modules/jquery/js/require.min.js +5 -0
  68. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.css +32 -0
  69. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.min.css +25 -0
  70. data/assets/themes/j1/modules/lunrSearch/js/dateformat.js +125 -0
  71. data/assets/themes/j1/modules/lunrSearch/js/dateformat.min.js +14 -0
  72. data/assets/themes/j1/modules/lunrSearch/js/lunr.js +3475 -0
  73. data/assets/themes/j1/modules/lunrSearch/js/lunr.min.js +51 -0
  74. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.js +184 -0
  75. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +17 -0
  76. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +772 -0
  77. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +772 -0
  78. data/assets/themes/j1/modules/lunrSearch/js/uri.js +2340 -0
  79. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +93 -0
  80. data/assets/themes/j1/modules/materialize/js/anime.js +1283 -0
  81. data/assets/themes/j1/modules/materialize/js/anime.min.js +34 -0
  82. data/assets/themes/j1/modules/materialize/js/autocomplete.js +450 -0
  83. data/assets/themes/j1/modules/materialize/js/buttons.js +409 -0
  84. data/assets/themes/j1/modules/materialize/js/cards.js +40 -0
  85. data/assets/themes/j1/modules/materialize/js/carousel.js +717 -0
  86. data/assets/themes/j1/modules/materialize/js/cash-dom.js +1044 -0
  87. data/assets/themes/j1/modules/materialize/js/cash.js +960 -0
  88. data/assets/themes/j1/modules/materialize/js/characterCounter.js +136 -0
  89. data/assets/themes/j1/modules/materialize/js/chips.js +481 -0
  90. data/assets/themes/j1/modules/materialize/js/collapsible.js +275 -0
  91. data/assets/themes/j1/modules/materialize/js/component.js +44 -0
  92. data/assets/themes/j1/modules/materialize/js/datepicker.js +975 -0
  93. data/assets/themes/j1/modules/materialize/js/dropdown.js +617 -0
  94. data/assets/themes/j1/modules/materialize/js/forms.js +275 -0
  95. data/assets/themes/j1/modules/materialize/js/global.js +427 -0
  96. data/assets/themes/j1/modules/materialize/js/materialbox.js +453 -0
  97. data/assets/themes/j1/modules/materialize/js/modal.js +382 -0
  98. data/assets/themes/j1/modules/materialize/js/parallax.js +138 -0
  99. data/assets/themes/j1/modules/materialize/js/pushpin.js +145 -0
  100. data/assets/themes/j1/modules/materialize/js/range.js +263 -0
  101. data/assets/themes/j1/modules/materialize/js/ripple.js +335 -0
  102. data/assets/themes/j1/modules/materialize/js/scrollspy.js +295 -0
  103. data/assets/themes/j1/modules/materialize/js/select.js +432 -0
  104. data/assets/themes/j1/modules/materialize/js/sidenav.js +580 -0
  105. data/assets/themes/j1/modules/materialize/js/slider.js +359 -0
  106. data/assets/themes/j1/modules/materialize/js/tabs.js +402 -0
  107. data/assets/themes/j1/modules/materialize/js/tapTarget.js +314 -0
  108. data/assets/themes/j1/modules/materialize/js/timepicker.js +647 -0
  109. data/assets/themes/j1/modules/materialize/js/toasts.js +310 -0
  110. data/assets/themes/j1/modules/materialize/js/tooltip.js +303 -0
  111. data/assets/themes/j1/modules/materialize/js/waves.js +335 -0
  112. data/assets/themes/j1/modules/materialize/scss/components/_badges.scss +55 -0
  113. data/assets/themes/j1/modules/materialize/scss/components/_buttons.scss +322 -0
  114. data/assets/themes/j1/modules/materialize/scss/components/_cards.scss +195 -0
  115. data/assets/themes/j1/modules/materialize/scss/components/_carousel.scss +90 -0
  116. data/assets/themes/j1/modules/materialize/scss/components/_chips.scss +90 -0
  117. data/assets/themes/j1/modules/materialize/scss/components/_collapsible.scss +91 -0
  118. data/assets/themes/j1/modules/materialize/scss/components/_color-classes.scss +32 -0
  119. data/assets/themes/j1/modules/materialize/scss/components/_color-variables.scss +370 -0
  120. data/assets/themes/j1/modules/materialize/scss/components/_datepicker.scss +191 -0
  121. data/assets/themes/j1/modules/materialize/scss/components/_dropdown.scss +85 -0
  122. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +769 -0
  123. data/assets/themes/j1/modules/materialize/scss/components/_grid.scss +156 -0
  124. data/assets/themes/j1/modules/materialize/scss/components/_icons-material-design.scss +5 -0
  125. data/assets/themes/j1/modules/materialize/scss/components/_materialbox.scss +43 -0
  126. data/assets/themes/j1/modules/materialize/scss/components/_modal.scss +94 -0
  127. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +208 -0
  128. data/assets/themes/j1/modules/materialize/scss/components/_normalize.scss +447 -0
  129. data/assets/themes/j1/modules/materialize/scss/components/_preloader.scss +334 -0
  130. data/assets/themes/j1/modules/materialize/scss/components/_pulse.scss +34 -0
  131. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +216 -0
  132. data/assets/themes/j1/modules/materialize/scss/components/_slider.scss +92 -0
  133. data/assets/themes/j1/modules/materialize/scss/components/_table_of_contents.scss +33 -0
  134. data/assets/themes/j1/modules/materialize/scss/components/_tabs.scss +99 -0
  135. data/assets/themes/j1/modules/materialize/scss/components/_tapTarget.scss +103 -0
  136. data/assets/themes/j1/modules/materialize/scss/components/_timepicker.scss +183 -0
  137. data/assets/themes/j1/modules/materialize/scss/components/_toast.scss +58 -0
  138. data/assets/themes/j1/modules/materialize/scss/components/_tooltip.scss +32 -0
  139. data/assets/themes/j1/modules/materialize/scss/components/_transitions.scss +13 -0
  140. data/assets/themes/j1/modules/materialize/scss/components/_typography.scss +60 -0
  141. data/assets/themes/j1/modules/materialize/scss/components/_variables.scss +349 -0
  142. data/assets/themes/j1/modules/materialize/scss/components/_waves.scss +114 -0
  143. data/assets/themes/j1/modules/materialize/scss/components/forms/_checkboxes.scss +200 -0
  144. data/assets/themes/j1/modules/materialize/scss/components/forms/_file-input.scss +44 -0
  145. data/assets/themes/j1/modules/materialize/scss/components/forms/_forms.scss +22 -0
  146. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +354 -0
  147. data/assets/themes/j1/modules/materialize/scss/components/forms/_radio-buttons.scss +115 -0
  148. data/assets/themes/j1/modules/materialize/scss/components/forms/_range.scss +161 -0
  149. data/assets/themes/j1/modules/materialize/scss/components/forms/_select.scss +180 -0
  150. data/assets/themes/j1/modules/materialize/scss/components/forms/_switches.scss +89 -0
  151. data/assets/themes/j1/modules/materialize/scss/materialize.scss +41 -0
  152. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.js +0 -0
  153. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.min.js +0 -0
  154. data/lib/j1/version.rb +1 -1
  155. data/lib/starter_web/Gemfile +12 -16
  156. data/lib/starter_web/_config.yml +95 -21
  157. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  158. data/lib/starter_web/_data/blocks/panel.yml +6 -6
  159. data/lib/starter_web/_data/j1_config.yml +7 -6
  160. data/lib/starter_web/_data/layouts/home.yml +13 -3
  161. data/lib/starter_web/_data/layouts/page.yml +10 -0
  162. data/lib/starter_web/_data/layouts/post.yml +10 -0
  163. data/lib/starter_web/_data/modules/defaults/{ssm.yml → fam.yml} +12 -15
  164. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +171 -0
  165. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -4
  166. data/lib/starter_web/_data/modules/defaults/toccer.yml +4 -2
  167. data/lib/starter_web/_data/modules/fam.yml +158 -0
  168. data/lib/starter_web/_data/modules/{back2top.yml → lunr_search.yml} +15 -9
  169. data/lib/starter_web/_data/modules/navigator.yml +2 -2
  170. data/lib/starter_web/_data/modules/navigator_menu.yml +57 -6
  171. data/lib/starter_web/_data/modules/toccer.yml +0 -73
  172. data/lib/starter_web/_data/resources.yml +151 -104
  173. data/lib/starter_web/_includes/attributes.asciidoc +2 -2
  174. data/lib/starter_web/_includes/breadcrumbs.html +11 -0
  175. data/lib/starter_web/_plugins/debug.rb +0 -1
  176. data/lib/starter_web/_plugins/filters.rb +0 -1
  177. data/lib/starter_web/_plugins/{lorem-inline.rb → lorem_inline.rb} +1 -2
  178. data/lib/starter_web/_plugins/lunr_index.rb +313 -0
  179. data/lib/starter_web/_plugins/prettify.rb +0 -3
  180. data/lib/starter_web/_plugins/simple_search_filter.rb +0 -1
  181. data/lib/starter_web/_plugins/symlink_watcher.rb +2 -3
  182. data/lib/starter_web/assets/images/modules/attics/banner/lunr-banner-1280x800.jpg +0 -0
  183. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  184. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  185. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  186. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  187. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +2 -4
  188. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +4 -2
  189. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +3 -2
  190. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +5 -4
  191. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +144 -0
  192. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +146 -0
  193. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +146 -0
  194. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +146 -0
  195. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +2 -4
  196. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -3
  197. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -7
  198. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -6
  199. data/lib/starter_web/index.html +16 -10
  200. data/lib/starter_web/package.json +5 -2
  201. data/lib/starter_web/pages/public/about/about_site.adoc +0 -2
  202. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -3
  203. data/lib/starter_web/pages/public/blog/navigator/archive.html +8 -1
  204. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +7 -3
  205. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +8 -1
  206. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +7 -2
  207. data/lib/starter_web/pages/public/blog/navigator/index.html +6 -2
  208. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +3 -4
  209. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +3 -4
  210. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +3 -4
  211. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +25 -20
  212. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +14 -12
  213. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +20 -20
  214. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +13 -8
  215. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +14 -9
  216. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +9 -6
  217. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +62 -8
  218. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +9 -7
  219. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +237 -0
  220. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +302 -0
  221. data/lib/starter_web/pages/public/learn/where_to_go.adoc +3 -7
  222. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +3 -2
  223. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +2 -1
  224. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -1
  225. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +2 -1
  226. data/lib/starter_web/pages/public/legal/de/500_support.adoc +2 -1
  227. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +30 -27
  228. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +8 -5
  229. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +12 -8
  230. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -0
  231. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +8 -1
  232. data/lib/starter_web/pages/public/legal/en/500_support.adoc +8 -1
  233. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +3 -1
  234. data/lib/starter_web/pages/public/previewer/iframer.adoc +36 -28
  235. data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -1
  236. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -1
  237. data/lib/starter_web/pages/public/previewer/rouge.adoc +4 -2
  238. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +2 -1
  239. data/lib/starter_web/pages/public/test_pages/breadcrumbs_tester.adoc +62 -0
  240. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +3 -0
  241. data/lib/starter_web/pages/public/test_pages/floating_actions_button.adoc +523 -0
  242. data/lib/starter_web/pages/public/test_pages/floating_ad.adoc +1 -0
  243. data/lib/starter_web/pages/public/test_pages/floating_div.adoc +1 -0
  244. data/lib/starter_web/pages/public/test_pages/lunr_tester.adoc +89 -0
  245. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +1 -0
  246. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +1 -0
  247. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +3 -2
  248. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +1 -0
  249. data/lib/starter_web/pages/public/test_pages/toccer_tester.adoc +2245 -0
  250. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  251. data/lib/starter_web/utilsrv/package.json +1 -1
  252. metadata +137 -29
  253. data/assets/data/search.json +0 -165
  254. data/assets/data/ssm.html +0 -242
  255. data/assets/themes/j1/adapter/js/back2top.js +0 -231
  256. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +0 -468
  257. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +0 -6
  258. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +0 -95
  259. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +0 -15
  260. data/assets/themes/j1/modules/tocbot/css/tocbot.css +0 -75
  261. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +0 -19
  262. data/assets/themes/j1/modules/tocbot/js/tocbot.js +0 -19
  263. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +0 -19
  264. data/lib/starter_web/_data/modules/defaults/back2top.yml +0 -146
  265. data/lib/starter_web/_data/modules/defaults/stickybits.yml +0 -36
  266. data/lib/starter_web/_data/modules/ssm.yml +0 -142
@@ -4,26 +4,22 @@ tagline: fasten your way
4
4
  description: Where to go, Too Long; Didn't Read, faster your way
5
5
 
6
6
  tags: [ Page, Roundtrip ]
7
- index: [ Start, Template, Where, fast, way, TL;DR ]
8
7
  categories: [ pages ]
9
8
 
9
+ comments: false
10
+ fam_menu_id: open_toc
11
+
10
12
  permalink: /pages/public/learn/where_to_go/
11
13
  regenerate: false
12
- toc: true
13
14
 
14
15
  resources: []
15
16
  resource_options:
16
- - ssm:
17
- mode: menu
18
17
  - attic:
19
18
  padding_top: 400
20
19
  padding_bottom: 50
21
20
  opacity: 0.5
22
21
  slides:
23
22
  - url: /assets/images/modules/attics/tldr-1920x800.jpg
24
- # /assets/images/modules/attics/runner-1920x1200-bw.jpg
25
-
26
-
27
23
  alt: Photo by Alexander Redl on Unsplash
28
24
  badge:
29
25
  type: unsplash
@@ -9,10 +9,11 @@ categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/legal/de/impress/
11
11
  regenerate: false
12
+ exclude_from_search: true
12
13
 
13
14
  toc: false
14
15
  resources: []
15
- resource_options:
16
+ resource_options: []
16
17
  ---
17
18
 
18
19
  .Postadresse
@@ -94,4 +95,4 @@ Urheberrechtsverletzung aufmerksam werden, bitten wir um einen
94
95
  entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden
95
96
  wir derartige Inhalte umgehend entfernen.
96
97
 
97
- /////
98
+ /////
@@ -9,9 +9,10 @@ categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/legal/de/terms_of_use/
11
11
  regenerate: false
12
+ exclude_from_search: true
12
13
 
13
14
  resources: []
14
- resource_options:
15
+ resource_options: []
15
16
  ---
16
17
 
17
18
  == Nutzungsbedingungen
@@ -9,9 +9,10 @@ categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/legal/de/privacy/
11
11
  regenerate: false
12
+ exclude_from_search: true
12
13
 
13
14
  resources: []
14
- resource_options:
15
+ resource_options: []
15
16
  ---
16
17
 
17
18
  // Attribute settings for section control
@@ -9,9 +9,10 @@ categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/legal/de/license_agreement/
11
11
  regenerate: false
12
+ exclude_from_search: true
12
13
 
13
14
  resources: []
14
- resource_options:
15
+ resource_options: []
15
16
  ---
16
17
 
17
18
  == Lizensierung
@@ -9,9 +9,10 @@ categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/legal/de/support/
11
11
  regenerate: false
12
+ exclude_from_search: true
12
13
 
13
14
  resources: []
14
- resource_options:
15
+ resource_options: []
15
16
  ---
16
17
 
17
18
  == Support
@@ -1,11 +1,18 @@
1
1
  ---
2
- title: Copyright
2
+ title: Copyright
3
3
  tagline: software and content
4
4
  description: Copyright for Software and Content
5
5
 
6
- tags: [ Copyright, Software, Content ]
7
- index: []
8
- categories: [ pages ]
6
+ date: 2020-10-23 12:00:00
7
+ tags: [ License, Copyright ]
8
+ categories: [ Legal ]
9
+
10
+ toc: false
11
+ fam: false
12
+ fam_menu_id: page_ctrl
13
+ scrollbar: false
14
+ indexed: false
15
+ exclude_from_search: true
9
16
 
10
17
  permalink: /pages/public/legal/en/copyright/
11
18
  regenerate: false
@@ -15,7 +22,7 @@ resource_options:
15
22
  - attic:
16
23
  padding_top: 400
17
24
  padding_bottom: 50
18
- opacity: 0.5
25
+ opacity: 0.5
19
26
  slides:
20
27
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
21
28
  alt: Photo by Giammarco Boscaro
@@ -35,55 +42,51 @@ laws of Germany. Any duplication, processing, distribution or any form of
35
42
  utilisation beyond the scope of copyright law shall require the prior written
36
43
  consent of the author or authors in question.
37
44
 
38
- The content provide by this are subject to German copyright law. The
45
+ The content provide by this are subject to German copyright law. The
39
46
  duplication, editing, distribution and any kind of exploitation outside the
40
- limits of copyright require the written consent of respective author or
47
+ limits of copyright require the written consent of respective author or
41
48
  creator.
42
49
 
43
50
  Downloads and copies of this site are for private use only, not
44
51
  commercial use.
45
52
 
46
- As far as the content on this page was not created by the operator, the
53
+ As far as the content on this page was not created by the operator, the
47
54
  copyrights of third parties are respected. Nevertheless, you were on one
48
55
  copyright infringement, we friendly ask for a corresponding note.
49
56
 
50
57
  ifdef::disclaimer[]
51
58
  == Disclaimer
52
59
 
53
- The contents of the website were created with the greatest possible care
54
- and to the best of our conscience. Nevertheless, the provider of this
55
- website assumes no responsibility for the topicality, completeness and
56
- accuracy of the pages and content provided.
60
+ The contents of the website were created with the greatest possible care
61
+ and to the best of our conscience. Nevertheless, the provider of this
62
+ website assumes no responsibility for the topicality, completeness and
63
+ accuracy of the pages and content provided.
57
64
 
58
65
  === Liability for content
59
66
 
60
- As a content provider, we are responsible for our own content in accordance
61
- with § 7 Abs.1 TMG According to §§ 8 to 10 TMG However, as a service provider
62
- we are not obliged to transmit or transmit to monitor stored foreign
63
- information or according to circumstances research that indicates unlawful
67
+ As a content provider, we are responsible for our own content in accordance
68
+ with § 7 Abs.1 TMG According to §§ 8 to 10 TMG However, as a service provider
69
+ we are not obliged to transmit or transmit to monitor stored foreign
70
+ information or according to circumstances research that indicates unlawful
64
71
  activity.
65
72
 
66
- Obligations to remove or block the use of information according to the general
67
- laws remain unaffected. A related Liability, however, is only from the date of
73
+ Obligations to remove or block the use of information according to the general
74
+ laws remain unaffected. A related Liability, however, is only from the date of
68
75
  knowledge of a concrete Infringement possible. Upon becoming aware of appropriate
69
76
  Violations, we will remove this content immediately.
70
77
 
71
78
  === Liability for linked pages
72
79
 
73
- Our offer contains links to external websites of third parties, on their
80
+ Our offer contains links to external websites of third parties, on their
74
81
  contents we have no influence. That's why we can for this foreign content
75
82
  also assume no liability. For the contents of the linked pages is always
76
83
  the respective provider or operator of the pages responsible.
77
84
 
78
- The linked pages were at the time of linking to possible legal violations
79
- checked. Illegal content was, at the time of linking those content pages, not
85
+ The linked pages were at the time of linking to possible legal violations
86
+ checked. Illegal content was, at the time of linking those content pages, not
80
87
  recognizable.
81
88
 
82
- However, a permanent content control of the linked pages is without concrete
83
- evidence of an infringement unreasonable. Becoming aware of violations, we
89
+ However, a permanent content control of the linked pages is without concrete
90
+ evidence of an infringement unreasonable. Becoming aware of violations, we
84
91
  will promptly such links remove.
85
92
  endif::[]
86
-
87
-
88
-
89
-
@@ -7,16 +7,22 @@ tags: [ Impressum ]
7
7
  index: []
8
8
  categories: [ pages ]
9
9
 
10
+ toc: false
11
+ fam: false
12
+ fam_menu_id: page_ctrl
13
+ scrollbar: false
14
+ indexed: false
15
+ exclude_from_search: true
16
+
10
17
  permalink: /pages/public/legal/en/impress/
11
18
  regenerate: false
12
19
 
13
- toc: false
14
20
  resources: []
15
21
  resource_options:
16
22
  - attic:
17
23
  padding_top: 400
18
24
  padding_bottom: 50
19
- opacity: 0.5
25
+ opacity: 0.5
20
26
  slides:
21
27
  - url: /assets/images/modules/attics/aditya-joshi-1920x1280.jpg
22
28
  alt: Photo by Aditya Joshi
@@ -46,6 +52,3 @@ resource_options:
46
52
  Erasmustrasse 28
47
53
  40223 Duesseldorf
48
54
  ----
49
-
50
-
51
-
@@ -7,11 +7,18 @@ tags: [ Terms, Use, Software, Content ]
7
7
  index: []
8
8
  categories: [ pages ]
9
9
 
10
+ toc: false
11
+ fam: false
12
+ fam_menu_id: page_ctrl
13
+ scrollbar: false
14
+ indexed: false
15
+ exclude_from_search: true
16
+
10
17
  permalink: /pages/public/legal/en/terms_of_use/
11
18
  regenerate: false
12
19
 
13
20
  resources: []
14
- resource_options:
21
+ resource_options: []
15
22
  ---
16
23
 
17
24
  == Terms of Use
@@ -37,12 +44,9 @@ Our website contains links to the websites of third parties, so-called
37
44
  *external links*. As the content of these websites is not under our control,
38
45
  we cannot assume any liability for such external content.
39
46
 
40
- In all cases, the provider of information of the linked websites is liable
41
- for the content and accuracy of the information provided. At the point in time
42
- when the links were placed, no infringements of the law were recognisable to us.
47
+ In all cases, the provider of information of the linked websites is liable
48
+ for the content and accuracy of the information provided. At the point in time
49
+ when the links were placed, no infringements of the law were recognisable to us.
43
50
 
44
- As soon as an infringement of the law becomes known to us, we will immediately
51
+ As soon as an infringement of the law becomes known to us, we will immediately
45
52
  remove the link in question.
46
-
47
-
48
-
@@ -7,6 +7,13 @@ tags: [ Privacy, Statement ]
7
7
  index: []
8
8
  categories: [ pages ]
9
9
 
10
+ toc: false
11
+ fam: false
12
+ fam_menu_id: page_ctrl
13
+ scrollbar: false
14
+ indexed: false
15
+ exclude_from_search: true
16
+
10
17
  permalink: /pages/public/legal/en/privacy/
11
18
  regenerate: false
12
19
 
@@ -7,11 +7,18 @@ tags: [ License, Agreement ]
7
7
  index: []
8
8
  categories: [ pages ]
9
9
 
10
+ toc: false
11
+ fam: false
12
+ fam_menu_id: page_ctrl
13
+ scrollbar: false
14
+ indexed: false
15
+ exclude_from_search: true
16
+
10
17
  permalink: /pages/public/legal/en/license_agreement/
11
18
  regenerate: false
12
19
 
13
20
  resources: []
14
- resource_options:
21
+ resource_options: []
15
22
  ---
16
23
 
17
24
  // Attribute settings for section control
@@ -7,11 +7,18 @@ tags: [ Support ]
7
7
  index: []
8
8
  categories: [ pages ]
9
9
 
10
+ toc: false
11
+ fam: false
12
+ fam_menu_id: page_ctrl
13
+ scrollbar: false
14
+ indexed: false
15
+ exclude_from_search: true
16
+
10
17
  permalink: /pages/public/legal/en/support/
11
18
  regenerate: false
12
19
 
13
20
  resources: []
14
- resource_options:
21
+ resource_options: []
15
22
  ---
16
23
 
17
24
  == Support
@@ -19,8 +19,9 @@ flowtext: false
19
19
 
20
20
  permalink: /pages/public/previewer/theme/
21
21
  regenerate: false
22
+ date: 2020-11-08 12:00:00
22
23
 
23
- resources: [ rouge ]
24
+ resources: [ rouge, fam ]
24
25
  resource_options:
25
26
  - toccer:
26
27
  collapseDepth: 3
@@ -804,6 +805,7 @@ Beside the default size, small and large buttons are available.
804
805
  <button type="button" class="btn btn-primary btn-raised">Default button</button>
805
806
  <button type="button" class="btn btn-primary btn-raised btn-sm">Small button</button>
806
807
  ----
808
+
807
809
  === Block level button
808
810
 
809
811
  Create block level buttons—those that span the full width of a parent—by
@@ -10,8 +10,9 @@ categories: [ pages ]
10
10
  permalink: /pages/public/iframer/
11
11
  regenerate: false
12
12
  toc: false
13
+ date: 2020-11-08 12:00:00
13
14
 
14
- resources: [ iframe_resizer ]
15
+ resources: [ framer, fam ]
15
16
  resource_options:
16
17
  - attic:
17
18
  padding_top: 400
@@ -31,6 +32,7 @@ resource_options:
31
32
 
32
33
  // Page content
33
34
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35
+
34
36
  == Automagic iFrame
35
37
 
36
38
  Resize window or click one of the links in the iFrame to watch it resize.
@@ -46,34 +48,40 @@ Resize window or click one of the links in the iFrame to watch it resize.
46
48
  </iframe>
47
49
 
48
50
  <script>
49
- iFrameResize({
50
- log: true,
51
- minHeight: 250,
52
- onResized: function(messageData){
53
-
54
- $('p#callback').html(
55
- '<b>Frame ID:</b> ' + messageData.iframe.id +
56
- ' <b>Height:</b> ' + messageData.height +
57
- ' <b>Width:</b> ' + messageData.width +
58
- ' <b>Event type:</b> ' + messageData.type
59
- );
60
- },
61
- onMessage: function(messageData){
51
+ $(document).ready(function() {
52
+ var dependencies_met_page_finished = setInterval (function () {
53
+ if (j1.adapter.framer.getState() === 'finished') {
54
+ iFrameResize({
55
+ log: true,
56
+ minHeight: 250,
57
+ onResized: function(messageData){
62
58
 
63
- $('p#callback').html(
64
- '<b>Frame ID:</b> ' + messageData.iframe.id +
65
- ' <b>Message:</b> ' + messageData.message
66
- );
67
- alert(messageData.message);
68
- document.getElementsByTagName('iframe')[0].iFrameResizer.sendMessage('Hello back from parent page');
69
- },
70
- onClosed: function(id){
59
+ $('p#callback').html(
60
+ '<b>Frame ID:</b> ' + messageData.iframe.id +
61
+ ' <b>Height:</b> ' + messageData.height +
62
+ ' <b>Width:</b> ' + messageData.width +
63
+ ' <b>Event type:</b> ' + messageData.type
64
+ );
65
+ },
66
+ onMessage: function(messageData){
71
67
 
72
- $('p#callback').html(
73
- '<b>IFrame (</b>' + id +
74
- '<b>) removed from page.</b>'
75
- );
76
- }
77
- });
68
+ $('p#callback').html(
69
+ '<b>Frame ID:</b> ' + messageData.iframe.id +
70
+ ' <b>Message:</b> ' + messageData.message
71
+ );
72
+ alert(messageData.message);
73
+ document.getElementsByTagName('iframe')[0].iFrameResizer.sendMessage('Hello back from parent page');
74
+ },
75
+ onClosed: function(id){
76
+ $('p#callback').html(
77
+ '<b>IFrame (</b>' + id +
78
+ '<b>) removed from page.</b>'
79
+ );
80
+ }
81
+ });
82
+ clearInterval(dependencies_met_page_finished);
83
+ }
84
+ }, 25);
85
+ });
78
86
  </script>
79
87
  ++++
@@ -11,6 +11,7 @@ categories: [ app ]
11
11
 
12
12
  permalink: /pages/public/previewer/justified_gallery/
13
13
  regenerate: false
14
+ date: 2020-11-08 12:00:00
14
15
 
15
16
  toc: false
16
17
 
@@ -30,4 +31,4 @@ resource_options:
30
31
  ---
31
32
 
32
33
  <!-- [INFO ] [j1.gallery_customizer ] [Placement of the content] -->
33
- <div id="customizer" class="row r-text-300 g-mb-100"></div>
34
+ <div id="customizer" class="container r-text-300 g-mb-100"></div>