j1-template 2021.0.16 → 2021.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (307) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +4 -0
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  4. data/_includes/themes/j1/modules/connectors/ads +1 -1
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics-legacy.html +36 -0
  6. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  7. data/_includes/themes/j1/modules/connectors/analytics +2 -3
  8. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  9. data/_layouts/default.html +11 -1
  10. data/assets/data/galleries.json +2 -2
  11. data/assets/data/gallery_customizer.html +2 -2
  12. data/assets/themes/j1/adapter/js/asciidoctor.js +166 -0
  13. data/assets/themes/j1/adapter/js/carousel.js +24 -0
  14. data/assets/themes/j1/adapter/js/fam.js +0 -12
  15. data/assets/themes/j1/adapter/js/j1.js +36 -21
  16. data/assets/themes/j1/adapter/js/{jf_gallery.js → justifiedGallery.js} +9 -9
  17. data/assets/themes/j1/adapter/js/{gallery_customizer.js → justifiedGalleryCustomizer.js} +11 -11
  18. data/assets/themes/j1/adapter/js/logger.js +35 -23
  19. data/assets/themes/j1/adapter/js/navigator.js +0 -12
  20. data/assets/themes/j1/core/css/vendor.css +14 -2
  21. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  22. data/assets/themes/j1/core/js/template.js +8 -2
  23. data/assets/themes/j1/core/js/template.js.map +1 -1
  24. data/assets/themes/j1/core/js/template.min.js +8 -2
  25. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  26. data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +90 -0
  27. data/assets/themes/j1/modules/log4javascript/docs/distribution.html +87 -0
  28. data/assets/themes/j1/modules/log4javascript/docs/index.html +190 -0
  29. data/assets/themes/j1/modules/log4javascript/docs/lite.html +182 -0
  30. data/assets/themes/j1/modules/log4javascript/docs/manual.html +3217 -0
  31. data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +383 -0
  32. data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +230 -0
  33. data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +86 -0
  34. data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +5826 -0
  35. data/assets/themes/j1/modules/{util/js/log4javascript.js → log4javascript/js/log4javascript.min.js} +17 -0
  36. data/exe/j1 +1 -1
  37. data/lib/j1/commands/generate.rb +32 -9
  38. data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/fastfilereaderext.so +0 -0
  39. data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/rubyeventmachine.so +0 -0
  40. data/lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb +246 -0
  41. data/lib/j1/version.rb +1 -1
  42. data/lib/j1_app.rb +1 -1
  43. data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -2
  44. data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +94 -0
  45. data/lib/j1_app/j1_site_manager/static_site.rb +13 -11
  46. data/lib/starter_web/Gemfile +20 -14
  47. data/lib/starter_web/_config.yml +6 -47
  48. data/lib/starter_web/_data/_defaults/j1_config.yml +460 -0
  49. data/lib/starter_web/_data/{private.yml@localhost → _defaults/private.yml} +8 -51
  50. data/lib/starter_web/_data/_defaults/resources.yml +626 -325
  51. data/lib/starter_web/_data/apps/defaults/{justified_gallery.yml → justifiedGallery.yml} +2 -2
  52. data/lib/starter_web/_data/apps/defaults/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
  53. data/lib/starter_web/_data/apps/defaults/{light_gallery.yml → lightGallery.yml} +0 -0
  54. data/lib/starter_web/_data/apps/{justified_gallery.yml → justifiedGallery.yml} +7 -7
  55. data/lib/starter_web/_data/apps/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
  56. data/lib/starter_web/_data/apps/{light_gallery.yml → lightGallery.yml} +0 -0
  57. data/lib/starter_web/_data/blocks/banner.yml +18 -30
  58. data/lib/starter_web/_data/blocks/footer.yml +15 -3
  59. data/lib/starter_web/_data/blocks/panel.yml +4 -6
  60. data/lib/starter_web/_data/j1_config.yml +8 -7
  61. data/lib/starter_web/_data/modules/authentication.yml +11 -100
  62. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +37 -40
  63. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +2 -0
  64. data/lib/starter_web/_data/modules/log4javascript.yml +11 -83
  65. data/lib/starter_web/_data/modules/navigator_menu.yml +25 -6
  66. data/lib/starter_web/_data/modules/quicksearch.yml +2 -0
  67. data/lib/starter_web/_data/plugins/defaults/paginator.yml +15 -12
  68. data/lib/starter_web/_data/plugins/paginator.yml +5 -3
  69. data/lib/starter_web/_data/private.yml +29 -57
  70. data/lib/starter_web/_data/private@default.yml +119 -0
  71. data/lib/starter_web/_data/private@localhost.yml +156 -0
  72. data/lib/starter_web/_data/resources.yml +33 -16
  73. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +49 -3
  74. data/lib/starter_web/_data/utilities/util_srv.yml +8 -65
  75. data/lib/starter_web/_includes/attributes.asciidoc +9 -6
  76. data/lib/starter_web/_plugins/asciidoctor-extensions/callout.rb +47 -5
  77. data/lib/starter_web/_plugins/asciidoctor-extensions/conum.rb +28 -1
  78. data/lib/starter_web/_plugins/lunr_index.rb +17 -2
  79. data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
  80. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.gif +0 -0
  81. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.jpg +0 -0
  82. data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
  83. data/lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg +0 -0
  84. data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
  85. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.gif +0 -0
  86. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +44 -45
  87. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-06-01-about-cookies.adoc → 2020-01-01-about-cookies.adoc} +43 -41
  88. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-site-generators.adoc → 2021-03-01-site-generators.adoc} +57 -30
  89. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +125 -0
  90. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +4 -0
  91. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +1 -1
  92. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +1 -1
  93. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +1 -1
  94. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -1
  95. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +1 -1
  96. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +1 -1
  97. data/lib/starter_web/dot.gitattributes +1 -1
  98. data/lib/starter_web/dot.gitignore +5 -1
  99. data/lib/starter_web/package.json +3 -2
  100. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +1 -1
  101. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +1 -1
  102. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +1 -1
  103. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +1 -1
  104. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  105. data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -1
  106. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  107. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +2 -2
  108. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  109. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  110. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +44 -47
  111. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +20 -19
  112. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +5 -1
  113. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +38 -34
  114. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +37 -35
  115. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +15 -13
  116. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +10 -8
  117. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +29 -26
  118. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +49 -48
  119. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +1 -1
  120. data/lib/starter_web/pages/public/learn/where_to_go.adoc +43 -16
  121. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +114 -0
  122. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +81 -0
  123. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +70 -48
  124. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +121 -0
  125. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +78 -70
  126. data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -2
  127. data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +0 -1939
  128. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +6 -8
  129. data/lib/starter_web/utilsrv/_defaults/package.json +13 -9
  130. data/lib/starter_web/utilsrv/package.json +6 -2
  131. data/lib/starter_web/utilsrv/server.js +228 -55
  132. metadata +45 -214
  133. data/assets/data/menu.1.html +0 -505
  134. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +0 -110
  135. data/lib/starter_web/_data/_defaults/template_settings.yml +0 -258
  136. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +0 -61
  137. data/lib/starter_web/_data/plugins/notebooks.yml +0 -70
  138. data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
  139. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  140. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  141. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  142. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  143. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  144. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
  145. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
  146. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  147. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  148. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  149. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  150. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  151. data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
  152. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  153. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  154. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  155. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  156. data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
  157. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  158. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  159. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  160. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  161. data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
  162. data/lib/starter_web/assets/images/modules/attics/markus-spiske.jpg +0 -0
  163. data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
  164. data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
  165. data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
  166. data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
  167. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  168. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  169. data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
  170. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  171. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  172. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  173. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280.jpg +0 -0
  174. data/lib/starter_web/assets/images/modules/icons/algolia/search-by-algolia.png +0 -0
  175. data/lib/starter_web/assets/images/modules/icons/d1/d1-256x256.png +0 -0
  176. data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
  177. data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
  178. data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
  179. data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
  180. data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
  181. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +0 -2025
  182. data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
  183. data/lib/starter_web/assets/images/modules/icons/p1/favicon.ico +0 -0
  184. data/lib/starter_web/assets/images/modules/icons/p1/p1-256x256.png +0 -0
  185. data/lib/starter_web/assets/images/modules/icons/p1/p1-32x32.ico +0 -0
  186. data/lib/starter_web/assets/images/modules/icons/p1/p1-512x512.png +0 -0
  187. data/lib/starter_web/assets/images/modules/icons/p1/p1-64x64.png +0 -0
  188. data/lib/starter_web/assets/images/modules/icons/p1/p1.ico +0 -0
  189. data/lib/starter_web/assets/images/modules/icons/p1/scalable/p1.svg +0 -2020
  190. data/lib/starter_web/assets/images/modules/icons/patreon/favicon-16x16.png +0 -0
  191. data/lib/starter_web/assets/images/modules/icons/patreon/favicon-32x32.png +0 -0
  192. data/lib/starter_web/assets/images/pages/j1_webhooks/000_browser_console-1280x600.jpg +0 -0
  193. data/lib/starter_web/assets/images/pages/j1_webhooks/001_smee_channel-1280x400.jpg +0 -0
  194. data/lib/starter_web/assets/images/pages/j1_webhooks/002_gh_repo_settings-1280x800.jpg +0 -0
  195. data/lib/starter_web/assets/images/pages/j1_webhooks/003_gh_webhook_settings-1280x1000.jpg +0 -0
  196. data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg +0 -0
  197. data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg +0 -0
  198. data/lib/starter_web/assets/images/pages/j1_webhooks/006_gh_redeliver_payload-1280x900.jpg +0 -0
  199. data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg +0 -0
  200. data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_browser_console.jpg +0 -0
  201. data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_smee_channel.jpg +0 -0
  202. data/lib/starter_web/assets/images/pages/j1_webhooks/base/002_gh_repo-settings.jpg +0 -0
  203. data/lib/starter_web/assets/images/pages/j1_webhooks/base/003_gh_webhook_settings.jpg +0 -0
  204. data/lib/starter_web/assets/images/pages/j1_webhooks/base/004_gh_webhook_settings-post.jpg +0 -0
  205. data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg +0 -0
  206. data/lib/starter_web/assets/images/pages/j1_webhooks/base/006_gh_redeliver_payload.jpg +0 -0
  207. data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg +0 -0
  208. data/lib/starter_web/assets/images/pages/j1_webhooks/base/webhook_flow.jpg +0 -0
  209. data/lib/starter_web/assets/images/pages/j1_webhooks/flows/webhook_flow-1920x1280.jpg +0 -0
  210. data/lib/starter_web/assets/images/pages/j1_webhooks/scaleable/webhook_flow.svg +0 -432
  211. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +0 -632
  212. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +0 -648
  213. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
  214. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/130_layout_inheritance.png +0 -0
  215. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance.png +0 -0
  216. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance_thumb.png +0 -0
  217. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/html_layout.png +0 -0
  218. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-quickstart-windows.png +0 -0
  219. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
  220. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1_layout.png +0 -0
  221. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/jekyll-minima-theme.png +0 -0
  222. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/lane_inheritance.png +0 -0
  223. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/layout_inheritance.png +0 -0
  224. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/preparations/msys_installation.jpg +0 -0
  225. data/lib/starter_web/assets/images/pages/log4j/apache-log4j-logo.png +0 -0
  226. data/lib/starter_web/assets/images/pages/log4r/code-1920x600.jpg +0 -0
  227. data/lib/starter_web/assets/images/pages/log4r/log4r-logo.png +0 -0
  228. data/lib/starter_web/assets/images/pages/log_expert/image_000.png +0 -0
  229. data/lib/starter_web/assets/images/pages/log_expert/image_001.png +0 -0
  230. data/lib/starter_web/assets/images/pages/log_expert/image_002.png +0 -0
  231. data/lib/starter_web/assets/images/pages/log_expert/image_003.png +0 -0
  232. data/lib/starter_web/assets/images/pages/log_expert/image_004.png +0 -0
  233. data/lib/starter_web/assets/images/pages/log_expert/image_005.png +0 -0
  234. data/lib/starter_web/assets/images/pages/log_expert/image_006.png +0 -0
  235. data/lib/starter_web/assets/images/pages/log_expert/image_007.png +0 -0
  236. data/lib/starter_web/assets/images/pages/log_expert/image_008.png +0 -0
  237. data/lib/starter_web/assets/images/pages/log_expert/image_009.png +0 -0
  238. data/lib/starter_web/assets/images/pages/log_expert/image_010.png +0 -0
  239. data/lib/starter_web/assets/images/pages/log_expert/image_011.png +0 -0
  240. data/lib/starter_web/assets/images/pages/log_expert/image_012.png +0 -0
  241. data/lib/starter_web/assets/images/pages/log_expert/image_013.png +0 -0
  242. data/lib/starter_web/assets/images/pages/log_expert/image_014.png +0 -0
  243. data/lib/starter_web/assets/images/pages/log_expert/image_015.png +0 -0
  244. data/lib/starter_web/assets/images/pages/log_expert/image_016.png +0 -0
  245. data/lib/starter_web/assets/images/pages/log_expert/image_017.png +0 -0
  246. data/lib/starter_web/assets/images/pages/log_expert/image_018.png +0 -0
  247. data/lib/starter_web/assets/images/pages/log_expert/image_019.png +0 -0
  248. data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
  249. data/lib/starter_web/assets/images/pages/log_expert/image_021.png +0 -0
  250. data/lib/starter_web/assets/images/pages/log_expert/image_022.png +0 -0
  251. data/lib/starter_web/assets/images/pages/log_expert/image_023.png +0 -0
  252. data/lib/starter_web/assets/images/pages/log_expert/image_024.png +0 -0
  253. data/lib/starter_web/assets/images/pages/log_expert/image_025.png +0 -0
  254. data/lib/starter_web/assets/images/pages/log_expert/image_026.png +0 -0
  255. data/lib/starter_web/assets/images/pages/log_expert/image_027.png +0 -0
  256. data/lib/starter_web/assets/images/pages/log_expert/image_028.png +0 -0
  257. data/lib/starter_web/assets/images/pages/log_expert/image_029.png +0 -0
  258. data/lib/starter_web/assets/images/pages/log_expert/image_030.png +0 -0
  259. data/lib/starter_web/assets/images/pages/log_expert/image_031.png +0 -0
  260. data/lib/starter_web/assets/images/pages/log_expert/image_032.png +0 -0
  261. data/lib/starter_web/assets/images/pages/log_expert/image_033.png +0 -0
  262. data/lib/starter_web/assets/images/pages/log_expert/image_034.png +0 -0
  263. data/lib/starter_web/assets/images/pages/log_expert/image_035.png +0 -0
  264. data/lib/starter_web/assets/images/pages/log_expert/image_036.png +0 -0
  265. data/lib/starter_web/assets/images/pages/log_expert/image_037.png +0 -0
  266. data/lib/starter_web/assets/images/pages/log_expert/image_038.png +0 -0
  267. data/lib/starter_web/assets/images/pages/log_expert/image_039.png +0 -0
  268. data/lib/starter_web/assets/images/pages/log_expert/image_040.png +0 -0
  269. data/lib/starter_web/assets/images/pages/log_expert/image_041.png +0 -0
  270. data/lib/starter_web/assets/images/pages/log_expert/image_042.png +0 -0
  271. data/lib/starter_web/assets/images/pages/log_expert/image_043.png +0 -0
  272. data/lib/starter_web/assets/images/pages/log_expert/image_044.png +0 -0
  273. data/lib/starter_web/assets/images/pages/log_expert/image_045.png +0 -0
  274. data/lib/starter_web/assets/images/pages/log_expert/image_046.png +0 -0
  275. data/lib/starter_web/assets/images/pages/log_expert/image_047.png +0 -0
  276. data/lib/starter_web/assets/images/pages/log_expert/image_048.png +0 -0
  277. data/lib/starter_web/assets/images/pages/log_expert/image_049.png +0 -0
  278. data/lib/starter_web/assets/images/pages/log_expert/image_050.png +0 -0
  279. data/lib/starter_web/assets/images/pages/log_expert/image_051.png +0 -0
  280. data/lib/starter_web/assets/images/pages/log_expert/image_052.png +0 -0
  281. data/lib/starter_web/assets/images/pages/log_expert/image_053.png +0 -0
  282. data/lib/starter_web/assets/images/pages/log_expert/image_054.png +0 -0
  283. data/lib/starter_web/assets/images/pages/log_expert/image_055.png +0 -0
  284. data/lib/starter_web/assets/images/pages/log_expert/image_056.png +0 -0
  285. data/lib/starter_web/assets/images/pages/log_expert/image_057.png +0 -0
  286. data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
  287. data/lib/starter_web/assets/images/pages/pen/jquery/jQuery-logo.png +0 -0
  288. data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1280x600.jpg +0 -0
  289. data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1920x800.jpg +0 -0
  290. data/lib/starter_web/assets/images/pages/pen/jquery/src/JQuery-Logo.svg +0 -122
  291. data/lib/starter_web/assets/images/pages/pen/jquery/src/banner.psd +0 -0
  292. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  293. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  294. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  295. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  296. data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
  297. data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
  298. data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
  299. data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
  300. data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
  301. data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
  302. data/lib/starter_web/pages/protected/site_search.adoc +0 -180
  303. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +1 -5439
  304. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +0 -93
  305. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +0 -55
  306. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +0 -53
  307. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +0 -50
@@ -2,7 +2,7 @@
2
2
 
3
3
  Code snippets may helpful to support your readers for existing code examples.
4
4
  An excellent place for code snippets is Gist at Github. To embed an existing
5
- gist into your documents, the Asciidoc extention *Gist block* provides the
5
+ gist into your documents, the Asciidoc Extention *Gist block* provides the
6
6
  block macro `gist::` to do so.
7
7
 
8
8
  The following gist snippet is taken from {asciidoc-extensions-gist-example}[this example, window="_blank"]:
@@ -7,11 +7,11 @@ description: >
7
7
  first time, a good decision you get on that page first.
8
8
  For sure, there is no better place to go.
9
9
 
10
- tags: [ Roundtrip, Introduction ]
11
10
  categories: [ Info ]
11
+ tags: [ Roundtrip, Introduction ]
12
12
 
13
13
  comments: false
14
- fam_menu_id: open_toc
14
+ fam_menu_id: default
15
15
 
16
16
  permalink: /pages/public/learn/where_to_go/
17
17
  regenerate: false
@@ -52,27 +52,54 @@ resource_options:
52
52
  // Page content
53
53
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
54
 
55
- Welcome to the pages of J1 Template. If your here first time, a good decision
56
- you get on that page first. For sure, there is no better place to go.
57
- The crucial first step in to find your way to Jekyll is done. Congratulations.
55
+ // Include sub-documents
56
+ // -----------------------------------------------------------------------------
57
+
58
+ Welcome to the pages of J1 Template. If you are here the first time, a good
59
+ decision you get on that page first. For sure, there is no better place to go.
60
+ The crucial first step in finding your way to Jekyll is done. Congratulations.
58
61
  The *Learn* section contains all you need to learn what Jekyll and J1 can do
59
62
  for your website. For your new static web - if you like.
60
63
 
64
+ Quickstart::
65
+ For experienced people familiar with using Jekyll, the *Quickstart* section
66
+ may help start by creating a *Starter Web* - the build-in website for *J1*.
67
+ This article gives an overview of what software is needed and how to run the
68
+ base (web development) commands for:
69
+
70
+ * creating a J1 project
71
+ * setting up your run-time
72
+ * (re-)build a web
73
+ * run a web
74
+
75
+ Setting up a J1 project and creating the first website using J1 will take
76
+ about 15 minutes. But, you should know what you doing!
77
+
78
+ Go for the quick start from link:{url-j1--quickstart}[here, {browser-window--new}]!
79
+
61
80
  Roundtrip::
62
- With this section you'll find a *tour* to show some of the main features of
63
- the template system *J1*. The tour covers how image data can be managed using
64
- J1, some background of the typography the template is using, discuss important
65
- extensions and some more what J1 can do. The roundtrip is a *visual* tour.
66
- No technical stuff, nothing academic. See what you will get. As an
67
- overview of some of the main features of *J1*. If you like, continue by
68
- walking through the roundtrip examples
81
+ With this section, you'll find a *tour* to show some of the main features of
82
+ the template system *J1*. This trip covers how image data can be managed
83
+ using J1, some background of the typography the template uses, discuss
84
+ essential extensions, and what J1 can do. The roundtrip is a visual tour
85
+ no technical stuff, nothing academic. See what you will get as an overview
86
+ of some of the top features of J1.
87
+
88
+ If you like, continue by walking through the roundtrip examples
69
89
  link:/pages/public/learn/roundtrip/present_images/[by starting the tour here].
70
90
 
71
91
  Web in a Day::
72
- To go deeper, your're invited to *Web in a Day*. This tutorial guides you
92
+ To go deeper, you’re invited to *Web in a Day*. This tutorial guides you
73
93
  through all the steps to build a website using Jekyll and the template system
74
- J1. The guide let you go more in-depth and make things real. You dive into
94
+ J1. The guide lets you go more in-depth and make things real. You dive into
75
95
  the world of Jekyll. You'll have learned a lot at the end of that day about
76
- what Jekyll is, static webs and the template system J1 is all about. To go
77
- deeper, your're invited, try out the journey having some hours of fun at
96
+ what Jekyll is, static webs, and the template system J1 is all about.
97
+
98
+ To go deeper, you’re invited, try out the journey having some hours of fun at
78
99
  {url-j1-web-in-a-day--meet-and-greet}[Web in a Day, {browser-window--new}].
100
+
101
+ Study sections should help all people interested in modern Jekyll websites
102
+ learn what Jekyll and J1 Template is all about. Now, it's on you where
103
+ you start.
104
+
105
+ Anyway, have a good start using *Jekyll and J1*!
@@ -0,0 +1,114 @@
1
+ ---
2
+ title: Copyright
3
+ tagline: software and content
4
+ date: 2020-10-23 00:00:00
5
+ description: >
6
+ Copyright for Software and Content
7
+
8
+ categories: [ Legal ]
9
+ tags: [ License, Copyright ]
10
+
11
+ toc: true
12
+ fam: true
13
+ fam_menu_id: page_ctrl_simple
14
+ scrollbar: false
15
+ indexed: false
16
+ comments: false
17
+ exclude_from_search: true
18
+
19
+ permalink: /pages/public/legal/en/copyright/
20
+ regenerate: false
21
+
22
+ resources: []
23
+ resource_options:
24
+ - attic:
25
+ padding_top: 400
26
+ padding_bottom: 50
27
+ opacity: 0.5
28
+ slides:
29
+ - url: /assets/images/modules/attics/runner-1920x1200.jpg
30
+ ---
31
+
32
+ // Page Initializer
33
+ // =============================================================================
34
+ // Enable the Liquid Preprocessor
35
+ :page-liquid:
36
+
37
+ // Set (local) page attributes here
38
+ // -----------------------------------------------------------------------------
39
+ // :page--attr: <attr-value>
40
+ :disclaimer: true
41
+ :legal-warning: false
42
+ // Load Liquid procedures
43
+ // -----------------------------------------------------------------------------
44
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
45
+
46
+ // Load page attributes
47
+ // -----------------------------------------------------------------------------
48
+ {% include {{load_attributes}} scope="global" %}
49
+
50
+
51
+ // Page content
52
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
53
+
54
+ ifeval::[{legal-warning} == true]
55
+ WARNING: This document *does not* constitute any *legal advice*. It is
56
+ highly recommended to verify legal aspects and implications.
57
+ endif::[]
58
+
59
+ // Include sub-documents
60
+ // -----------------------------------------------------------------------------
61
+
62
+
63
+ == Copyright
64
+
65
+ The content and works published on this website are governed by the copyright
66
+ laws of Germany. Any duplication, processing, distribution, or any form of
67
+ utilization beyond the scope of copyright law shall require the prior written
68
+ consent of the author or authors in question.
69
+
70
+ The content provided by this site is subject to German copyright law. The
71
+ duplication, editing, distribution, and any kind of exploitation outside
72
+ the limits of copyright require the respective author or creator's written
73
+ consent.
74
+
75
+ As far as the content on this page was not created by the operator, third
76
+ parties' copyrights are respected. Nevertheless, you were on one copyright
77
+ infringement, we friendly ask for a corresponding note.
78
+
79
+ ifeval::[{disclaimer} == true]
80
+ == Disclaimer
81
+
82
+ The website contents were created with the care and to the best of our
83
+ conscience. Nevertheless, this website's provider assumes no responsibility
84
+ for the topicality, completeness, and accuracy of the pages and content
85
+ provided.
86
+
87
+ === Liability for content
88
+
89
+ As a content provider, we are responsible for our own content in by § 7
90
+ Abs.1 TMG according to §§ 8 to 10 TMG. However, as a service provider,
91
+ we are not obliged to transmit or transmit to monitor stored foreign
92
+ information or, according to circumstances, research that indicates unlawful
93
+ activity.
94
+
95
+ Obligations to remove or block the use of information according to the general
96
+ laws remain unaffected. A related Liability, however, is only from the date of
97
+ knowledge of a concrete Infringement possible. Upon becoming aware of appropriate
98
+ Violations, we will remove this content immediately.
99
+
100
+ === Liability for linked pages
101
+
102
+ Our offer contains links to external websites of third parties. On their
103
+ contents, we have no influence. That's why we can for this foreign content
104
+ also assume no liability. For the contents of the linked pages is always
105
+ the respective provider or operator of the pages responsible.
106
+
107
+ The linked pages were at the time of linking to possible legal violations
108
+ checked. Illegal content was, at the time of linking those content pages, not
109
+ recognizable.
110
+
111
+ However, a permanent content control of the linked pages is without concrete
112
+ evidence of an infringement unreasonable. Becoming aware of violations,
113
+ remove such links.
114
+ endif::[]
@@ -0,0 +1,81 @@
1
+ ---
2
+ title: Impress
3
+ tagline: legal data
4
+ date: 2020-10-23 00:00:00
5
+ description: >
6
+ Impressum
7
+
8
+ categories: [ Legal ]
9
+ tags: [ Impressum, Info ]
10
+
11
+
12
+ toc: false
13
+ fam: true
14
+ fam_menu_id: default
15
+ scrollbar: false
16
+ indexed: false
17
+ comments: false
18
+ exclude_from_search: true
19
+
20
+ permalink: /pages/public/legal/en/impress/
21
+ regenerate: false
22
+
23
+ resources: []
24
+ resource_options:
25
+ - attic:
26
+ padding_top: 400
27
+ padding_bottom: 50
28
+ opacity: 0.5
29
+ slides:
30
+ - url: /assets/images/modules/attics/runner-1920x1200.jpg
31
+ ---
32
+
33
+ // Page Initializer
34
+ // =============================================================================
35
+ // Enable the Liquid Preprocessor
36
+ :page-liquid:
37
+
38
+ // Set (local) page attributes here
39
+ // -----------------------------------------------------------------------------
40
+ // :page--attr: <attr-value>
41
+ :eu-region: true
42
+ :legal-warning: false
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
+ ifeval::[{legal-warning} == true]
56
+ WARNING: This document *does not* constitute any *legal advice*. It is
57
+ highly recommended to verify legal aspects and implications.
58
+ endif::[]
59
+
60
+ // Include sub-documents
61
+ // -----------------------------------------------------------------------------
62
+
63
+
64
+ ifeval::[{eu-region} == true]
65
+ .Postal address
66
+ ----
67
+ <your-postal-address>
68
+ ----
69
+ endif::[]
70
+
71
+ .Contact
72
+ ----
73
+ webmaster@<your-site>
74
+ ----
75
+
76
+ ifeval::[{eu-region} == true]
77
+ .Responsible for the content according to § 55 Abs. 2 RStV:
78
+ ----
79
+ <responsbile-postal-address>
80
+ ----
81
+ endif::[]
@@ -5,14 +5,15 @@ date: 2020-10-23 00:00:00
5
5
  description: >
6
6
  Protection of your personal data
7
7
 
8
+ categories: [ Legal ]
8
9
  tags: [ Privacy, Statement ]
9
- categories: [ Legal, Info ]
10
10
 
11
11
  toc: true
12
12
  fam: false
13
- fam_menu_id: page_ctrl
13
+ fam_menu_id: page_ctrl_simple
14
14
  scrollbar: false
15
15
  indexed: false
16
+ comments: false
16
17
  exclude_from_search: true
17
18
 
18
19
  permalink: /pages/public/legal/en/privacy/
@@ -25,45 +26,69 @@ resource_options:
25
26
  padding_bottom: 50
26
27
  opacity: 0.5
27
28
  slides:
28
- - url: /assets/images/modules/attics/lianhao-1920x1280.jpg
29
- alt: Photo by Lianhao Qu
30
- alignY: top
31
- badge:
32
- type: unsplash
33
- author: Lianhao Qu
34
- href: https://unsplash.com/@lianhao
29
+ - url: /assets/images/modules/attics/runner-1920x1200.jpg
35
30
  ---
36
31
 
32
+ // Page Initializer
33
+ // =============================================================================
34
+ // Enable the Liquid Preprocessor
35
+ :page-liquid:
36
+
37
+ // Set (local) page attributes here
38
+ // -----------------------------------------------------------------------------
39
+ // :page--attr: <attr-value>
40
+ :legal-warning: false
41
+
37
42
  // Attribute settings for section control
38
43
  //
39
- :cookies:
40
- :revoke_cookie_consent:
41
- :delete_cookies:
42
- :content_permissions:
43
- :server-logs:
44
+ :cookies: true
45
+ :revoke-cookie-consent: true
46
+ :delete-cookies: true
47
+ :content-permissions: true
48
+ :server-logs: true
49
+
50
+ // Load Liquid procedures
51
+ // -----------------------------------------------------------------------------
52
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
53
+
54
+ // Load page attributes
55
+ // -----------------------------------------------------------------------------
56
+ {% include {{load_attributes}} scope="global" %}
57
+
44
58
 
45
- The operators of this website take protection of your personal data extremely
59
+ // Page content
60
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+
62
+ ifeval::[{legal-warning} == true]
63
+ WARNING: This document *does not* constitute any *legal advice*. It is
64
+ highly recommended to verify legal aspects and implications.
65
+ endif::[]
66
+
67
+ // Include sub-documents
68
+ // -----------------------------------------------------------------------------
69
+
70
+ The operators of this website take the protection of your personal data extremely
46
71
  seriously. We treat your personal data as confidential and comply with the
47
72
  data protection legislation and this privacy policy.
48
73
 
49
74
  It is generally *not* possible to use our website without disclosing personal
50
- data. Where personal data (for example a user name, page visits) is collected
51
- on our website, this is voluntary insofar as is possible. This data is never
52
- disclosed to third parties without your express consent.
75
+ data. Personal data (for example page visits) is collected on our website.
76
+ This is voluntary insofar as possible. This data is never disclosed to third
77
+ parties without your express consent.
53
78
 
54
- ifdef::cookies[]
79
+ ifeval::[{cookies} == true]
55
80
  == Cookies
56
81
 
57
82
  A cookie is a commonly used automated data collection method. Cookies are
58
- small text files that are placed on your computer or device by websites that
59
- you visit in order to make websites work, or work more efficiently.
83
+ small text files placed on your computer or device by websites that you
84
+ visit to make websites work or work more efficiently.
60
85
 
61
- We, may our partners, make use of cookies, web beacons, pixel tags, scripts
86
+ We, may our partners, make use of cookies, web beacons, pixel tags, scripts,
62
87
  or other similar technologies on our websites to improve the browsing
63
88
  experience of our pages:
64
89
 
65
90
  * Tailor information presented to you based on your browsing preferences,
66
- such as language, user account data, selected content and geographical
91
+ such as language, user account data, selected content, and geographical
67
92
  region
68
93
 
69
94
  * Collect statistics regarding your website usage
@@ -75,7 +100,7 @@ which it belongs.
75
100
  Session Cookie::
76
101
  Classified by *lifespan*. Necessary to provide you with services and
77
102
  features available through our websites for the time of your visit. If you
78
- leave our pages, these Cookies are automatically deleted by your web browser.
103
+ leave our pages, these cookies are automatically deleted by your web browser.
79
104
  Without these cookies, services you may need cannot be provided.
80
105
 
81
106
  Persistent Cookie::
@@ -89,30 +114,29 @@ We are using both types: Session Cookies *and* Persistent Cookies.
89
114
 
90
115
  Second-party Cookie::
91
116
  Classified by the *domain*. Used to integrate services from *other* sites
92
- like Github, Patreon, Disqus and others.
117
+ like Github, Disqus, and others.
93
118
 
94
119
  [NOTE]
95
120
  ====
96
- If you do not wish to receive cookies you may be able to refuse them by
97
- adjusting your browser settings to reject cookies. If you do so, we may
98
- *not* unable to offer you *any* of our functionalities, services or support.
121
+ If you do not wish to receive cookies, you may be able to refuse them by
122
+ adjusting your browser settings to reject cookies. If you do so, we may *not*
123
+ able to offer you *any* of our functionalities, services, or support.
99
124
  If you have previously visited our websites, you may also have to delete any
100
125
  existing cookies from your browser.
101
126
  ====
102
127
  endif::[]
103
128
 
104
129
 
105
- ifdef::revoke_cookie_consent[]
130
+ ifeval::[{revoke-cookie-consent} == true]
106
131
  == Revoke Cookie Consent
107
132
 
108
133
  If you do *not* wish to receive *cookies* anymore from *this site*, you can
109
134
  revoke the cookie consent you've given. Furthermore, you may be able to refuse
110
- them by adjusting your *browser* settings to *reject on cookies*.
135
+ them by adjusting your *browser* settings to *reject cookies*.
111
136
 
112
- CAUTION: If you have previously visited our website -- or any pages this
113
- session -- *and* agreed on the use of cookies, you may also have to
114
- *delete* already existing *cookies* by your *browser* in order to clean
115
- all cookies left.
137
+ CAUTION: Suppose you have previously visited our website or any pages this
138
+ session and agreed on the use of cookies. In that case, you may also have
139
+ to delete already-existing cookies by your browser to clear all cookies left.
116
140
 
117
141
  ++++
118
142
  <div class="ml-0 mb-0">
@@ -179,13 +203,12 @@ all cookies left.
179
203
  ++++
180
204
  endif::[]
181
205
 
182
- ifdef::delete_cookies[]
206
+ ifeval::[{delete-cookies} == true]
183
207
  == Delete cookies
184
208
 
185
- If you have previously visited our website -- or any pages this
186
- session -- *and* agreed on the use of cookies, you may also have to
187
- *delete* already existing *cookies* by your *browser* in order to clean
188
- all cookies left.
209
+ Suppose you have previously visited our website or any pages this session —
210
+ and agreed on the use of cookies. In that case, you may also have to delete
211
+ already-existing cookies by your browser to clear all cookies left.
189
212
 
190
213
  By clicking the button below, all cookies related to *this* site will be
191
214
  deleted.
@@ -227,7 +250,7 @@ deleted.
227
250
  ++++
228
251
  endif::[]
229
252
 
230
- ifdef::server-logs[]
253
+ ifeval::[{server-logs} == true]
231
254
  == Server log files
232
255
 
233
256
  We gather certain information automatically by our webservers and store it in
@@ -244,15 +267,15 @@ These are:
244
267
  * Timestamp of page requests
245
268
 
246
269
  We may combine this log information with other information we collect about
247
- you. We do this to improve services we offer you, to improve marketing,
270
+ you. We do this to improve the services we offer you, to improve marketing,
248
271
  analytics, or site functionality. We use Local Storage, such as HTML5, to
249
272
  store content information and preferences. Third parties with whom we partner
250
- to provide certain features on our website or to display advertising based
273
+ to provide certain features on our website or display advertising based
251
274
  upon your web browsing activity also use HTML5 to collect and store information.
252
275
  Various browsers may offer their own management tools for removing HTML5.
253
276
  endif::[]
254
277
 
255
- ifdef::google-analytics[]
278
+ ifeval::[{google-analytics} == true]
256
279
  == Use of Google Analytics
257
280
 
258
281
  This website uses Google Analytics, a web analytics service provided by:
@@ -290,7 +313,7 @@ from the following link: http://tools.google.com/dlpage/gaoptout?hl=de
290
313
  endif::[]
291
314
 
292
315
 
293
- ifdef::facebook[]
316
+ ifeval::[{facebook} == true]
294
317
  == Use of Facebook Plug-ins
295
318
 
296
319
  We have integrated plug-ins (Like-Button) by the social network *Facebook*,
@@ -324,7 +347,7 @@ please log out of your Facebook account before visiting our website.
324
347
  endif::[]
325
348
 
326
349
 
327
- ifdef::twitter[]
350
+ ifeval::[{twitter} == true]
328
351
  == Use of Twitter
329
352
 
330
353
  We have integrated functions by the service provider Twitter into our website.
@@ -348,7 +371,7 @@ settings in your account settings at http://twitter.com/account/settings.
348
371
  endif::[]
349
372
 
350
373
 
351
- ifdef::instagram[]
374
+ ifeval::[{instagram} == true]
352
375
  == Use of Instagram
353
376
 
354
377
  Auf unseren Seiten sind Funktionen des Dienstes Instagram eingebunden. Diese
@@ -371,8 +394,7 @@ Weitere Informationen hierzu finden Sie in der
371
394
  http://instagram.com/about/legal/privacy/[Datenschutzerklärung von Instagram, window="_blank"].
372
395
  endif::[]
373
396
 
374
-
375
- ifdef::youtube[]
397
+ ifeval::[{youtube} == true]
376
398
  == Use of YouTube
377
399
 
378
400
  Unsere Webseite nutzt Plugins der von Google betriebenen Seite *YouTube*.