j1-template 2021.0.12 → 2021.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +4 -0
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +34 -12
- data/_includes/themes/j1/layouts/content_generator_post.html +7 -5
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
- data/_includes/themes/j1/modules/connectors/ads +1 -1
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics-legacy.html +36 -0
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
- data/_includes/themes/j1/modules/connectors/analytics +2 -3
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
- data/_includes/themes/j1/modules/navigator/generator.html +6 -6
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -0
- data/_layouts/default.html +11 -1
- data/assets/data/authclient.html +1 -1
- data/assets/data/carousel.json +1 -1
- data/assets/data/fam.html +2 -2
- data/assets/data/galleries.json +2 -2
- data/assets/data/gallery_customizer.html +2 -2
- data/assets/data/menu.html +15 -17
- data/assets/themes/j1/adapter/js/asciidoctor.js +166 -0
- data/assets/themes/j1/adapter/js/carousel.js +30 -1
- data/assets/themes/j1/adapter/js/fam.js +8 -12
- data/assets/themes/j1/adapter/js/j1.js +71 -24
- data/assets/themes/j1/adapter/js/{jf_gallery.js → justifiedGallery.js} +9 -9
- data/assets/themes/j1/adapter/js/{gallery_customizer.js → justifiedGalleryCustomizer.js} +11 -11
- data/assets/themes/j1/adapter/js/logger.js +35 -23
- data/assets/themes/j1/adapter/js/mmenu.js +9 -4
- data/assets/themes/j1/adapter/js/navigator.js +14 -18
- data/assets/themes/j1/adapter/js/themer.js +32 -27
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +25 -7
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +14 -2
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +6 -6
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
- data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +90 -0
- data/assets/themes/j1/modules/log4javascript/docs/distribution.html +87 -0
- data/assets/themes/j1/modules/log4javascript/docs/index.html +190 -0
- data/assets/themes/j1/modules/log4javascript/docs/lite.html +182 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual.html +3217 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +383 -0
- data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +230 -0
- data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +86 -0
- data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +5826 -0
- data/assets/themes/j1/modules/{util/js/log4javascript.js → log4javascript/js/log4javascript.min.js} +17 -0
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +9 -4
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/exe/j1 +1 -1
- data/lib/j1/commands/generate.rb +32 -9
- 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
- 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
- data/lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb +246 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -2
- data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +94 -0
- data/lib/j1_app/j1_site_manager/static_site.rb +13 -11
- data/lib/starter_web/Gemfile +21 -15
- data/lib/starter_web/_config.yml +7 -48
- data/lib/starter_web/_data/_defaults/j1_config.yml +460 -0
- data/lib/starter_web/_data/_defaults/private.yml +156 -0
- data/lib/starter_web/_data/_defaults/resources.yml +626 -325
- data/lib/starter_web/_data/apps/defaults/{justified_gallery.yml → justifiedGallery.yml} +2 -2
- data/lib/starter_web/_data/apps/defaults/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/defaults/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/apps/{justified_gallery.yml → justifiedGallery.yml} +7 -7
- data/lib/starter_web/_data/apps/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/blocks/banner.yml +18 -30
- data/lib/starter_web/_data/blocks/footer.yml +15 -3
- data/lib/starter_web/_data/blocks/panel.yml +4 -6
- data/lib/starter_web/_data/builder/blog_navigator.yml +4 -4
- data/lib/starter_web/_data/j1_config.yml +8 -7
- data/lib/starter_web/_data/modules/authentication.yml +11 -100
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +37 -40
- data/lib/starter_web/_data/modules/defaults/quicksearch.yml +5 -24
- data/lib/starter_web/_data/modules/fam.yml +13 -2
- data/lib/starter_web/_data/modules/log4javascript.yml +11 -83
- data/lib/starter_web/_data/modules/navigator_menu.yml +26 -7
- data/lib/starter_web/_data/modules/quicksearch.yml +5 -3
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +15 -12
- data/lib/starter_web/_data/plugins/paginator.yml +5 -3
- data/lib/starter_web/_data/private.yml +29 -57
- data/lib/starter_web/_data/private@default.yml +119 -0
- data/lib/starter_web/_data/private@localhost.yml +156 -0
- data/lib/starter_web/_data/resources.yml +33 -16
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +49 -3
- data/lib/starter_web/_data/utilities/util_srv.yml +8 -65
- data/lib/starter_web/_includes/attributes.asciidoc +10 -6
- data/lib/starter_web/_plugins/asciidoctor-extensions/callout.rb +47 -5
- data/lib/starter_web/_plugins/asciidoctor-extensions/conum.rb +28 -1
- data/lib/starter_web/_plugins/lunr_index.rb +24 -5
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.gif +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske4-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +45 -46
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-06-01-about-cookies.adoc → 2020-01-01-about-cookies.adoc} +42 -40
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-site-generators.adoc → 2021-03-01-site-generators.adoc} +58 -31
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +125 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +4 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -2
- data/lib/starter_web/dot.gitattributes +1 -1
- data/lib/starter_web/dot.gitignore +5 -1
- data/lib/starter_web/package.json +3 -2
- data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +16 -11
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/index.html +10 -11
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +44 -47
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +20 -19
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +5 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +38 -34
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +37 -35
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +15 -13
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +10 -8
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +29 -26
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +50 -49
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +43 -16
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +114 -0
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +81 -0
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +70 -48
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +121 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +78 -70
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +161 -591
- data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -1
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +4 -4
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +511 -0
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +10 -12
- data/lib/starter_web/pages/public/previewer/rouge.adoc +3 -3
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +13 -9
- data/lib/starter_web/utilsrv/package.json +6 -2
- data/lib/starter_web/utilsrv/server.js +228 -55
- metadata +48 -210
- data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +0 -110
- data/lib/starter_web/_data/_defaults/template_settings.yml +0 -258
- data/lib/starter_web/_data/plugins/defaults/notebooks.yml +0 -61
- data/lib/starter_web/_data/plugins/notebooks.yml +0 -70
- data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/algolia/search-by-algolia.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +0 -2025
- data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/scalable/p1.svg +0 -2020
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-16x16.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-32x32.png +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/000_browser_console-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/001_smee_channel-1280x400.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/002_gh_repo_settings-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/003_gh_webhook_settings-1280x1000.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/006_gh_redeliver_payload-1280x900.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_browser_console.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_smee_channel.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/002_gh_repo-settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/003_gh_webhook_settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/004_gh_webhook_settings-post.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/006_gh_redeliver_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/webhook_flow.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/flows/webhook_flow-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/scaleable/webhook_flow.svg +0 -432
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +0 -632
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +0 -648
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/130_layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance_thumb.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/html_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-quickstart-windows.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/jekyll-minima-theme.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/lane_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/preparations/msys_installation.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4j/apache-log4j-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log4r/code-1920x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4r/log4r-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_000.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_001.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_002.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_003.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_004.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_005.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_006.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_007.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_008.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_009.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_010.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_011.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_012.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_013.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_014.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_015.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_016.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_017.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_018.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_019.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_021.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_022.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_023.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_024.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_025.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_026.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_027.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_028.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_029.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_030.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_031.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_032.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_033.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_034.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_035.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_036.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_037.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_038.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_039.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_040.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_041.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_042.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_043.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_044.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_045.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_046.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_047.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_048.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_049.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_050.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_051.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_052.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_053.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_054.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_055.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_056.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_057.png +0 -0
- data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jQuery-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1920x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/src/JQuery-Logo.svg +0 -122
- data/lib/starter_web/assets/images/pages/pen/jquery/src/banner.psd +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/pages/protected/site_search.adoc +0 -180
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +1 -5439
- data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +0 -93
- data/lib/starter_web/pages/public/legal/en/100_impress.adoc +0 -55
- data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +0 -53
- data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +0 -50
data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc
CHANGED
@@ -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
|
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:
|
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
|
-
|
56
|
-
|
57
|
-
|
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*.
|
64
|
-
J1, some background of the typography the template
|
65
|
-
extensions and
|
66
|
-
|
67
|
-
|
68
|
-
|
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,
|
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
|
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.
|
77
|
-
|
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:
|
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/
|
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
|
-
:
|
41
|
-
:
|
42
|
-
:
|
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
|
-
|
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.
|
51
|
-
|
52
|
-
|
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
|
-
|
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
|
59
|
-
|
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
|
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,
|
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
|
-
|
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
|
-
|
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
|
135
|
+
them by adjusting your *browser* settings to *reject cookies*.
|
111
136
|
|
112
|
-
CAUTION:
|
113
|
-
session
|
114
|
-
|
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
|
-
|
206
|
+
ifeval::[{delete-cookies} == true]
|
183
207
|
== Delete cookies
|
184
208
|
|
185
|
-
|
186
|
-
|
187
|
-
|
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
|
-
|
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
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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*.
|