j1-template 2021.1.4 → 2021.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +4 -4
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +7 -15
  4. data/_includes/themes/j1/modules/connectors/ads +18 -7
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +7 -3
  6. data/_includes/themes/j1/modules/connectors/analytics +17 -3
  7. data/_includes/themes/j1/modules/connectors/comments +22 -8
  8. data/_includes/themes/j1/modules/connectors/translator +20 -6
  9. data/_includes/themes/j1/modules/navigator/generator.html +2 -2
  10. data/_includes/themes/j1/procedures/global/select_location.proc +3 -3
  11. data/_layouts/default.html +4 -7
  12. data/assets/data/cookieconsent.html +249 -0
  13. data/assets/data/quicklinks.html +18 -16
  14. data/assets/data/themes.json +6 -6
  15. data/assets/error_pages/HTTP204.html +30 -10
  16. data/assets/error_pages/HTTP400.html +29 -8
  17. data/assets/error_pages/HTTP401.html +29 -9
  18. data/assets/error_pages/HTTP403.html +29 -8
  19. data/assets/error_pages/HTTP404.html +29 -8
  20. data/assets/error_pages/HTTP500.html +29 -8
  21. data/assets/error_pages/HTTP501.html +29 -8
  22. data/assets/error_pages/HTTP502.html +29 -8
  23. data/assets/error_pages/HTTP503.html +30 -8
  24. data/assets/themes/j1/adapter/js/cookieConsent.js +290 -0
  25. data/assets/themes/j1/adapter/js/fam.js +2 -1
  26. data/assets/themes/j1/adapter/js/j1.js +154 -153
  27. data/assets/themes/j1/adapter/js/navigator.js +157 -200
  28. data/assets/themes/j1/adapter/js/themer.1.js +326 -0
  29. data/assets/themes/j1/adapter/js/themer.js +41 -57
  30. data/assets/themes/j1/adapter/js/toccer.js +4 -45
  31. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +2 -2
  32. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  33. data/assets/themes/j1/core/js/template.js +3 -9
  34. data/assets/themes/j1/core/js/template.js.map +1 -1
  35. data/assets/themes/j1/core/js/template.min.js +3 -9
  36. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  37. data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
  38. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +301 -0
  39. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +301 -0
  40. data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
  41. data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
  42. data/assets/themes/j1/modules/fam/js/fam.js +1 -6
  43. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  44. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  45. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  46. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  47. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  48. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  49. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  50. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  51. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
  52. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
  53. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
  54. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
  55. data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
  56. data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
  57. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +34 -49
  58. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
  59. data/assets/themes/j1/modules/util/js/domready.js +146 -0
  60. data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
  61. data/lib/j1/version.rb +3 -3
  62. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
  63. data/lib/starter_web/Gemfile +1 -1
  64. data/lib/starter_web/_config.yml +19 -10
  65. data/lib/starter_web/_data/_defaults/resources.yml +11 -8
  66. data/lib/starter_web/_data/j1_config.yml +21 -18
  67. data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +5 -4
  68. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +136 -0
  69. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
  70. data/lib/starter_web/_data/pages/builder.yml +7 -7
  71. data/lib/starter_web/_data/private.default.yml +119 -0
  72. data/lib/starter_web/_data/private.yml +6 -6
  73. data/lib/starter_web/_data/resources.yml +15 -14
  74. data/lib/starter_web/_includes/attributes.asciidoc +10 -1
  75. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  76. data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
  77. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  78. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +2 -2
  79. data/lib/starter_web/dot.gitignore +1 -1
  80. data/lib/starter_web/index.html +3 -3
  81. data/lib/starter_web/package.json +2 -2
  82. data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -3
  83. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +3 -2
  84. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +6 -4
  85. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +23 -5
  86. data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
  87. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
  88. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +111 -213
  89. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  90. data/lib/starter_web/utilsrv/package.json +1 -1
  91. metadata +24 -76
  92. data/_includes/themes/j1/modules/navigator/generator.org.html +0 -232
  93. data/assets/data/cookiebar.html +0 -288
  94. data/assets/data/footer.new.1.html +0 -256
  95. data/assets/data/footer.new.2.html +0 -256
  96. data/assets/data/footer.org.html +0 -249
  97. data/assets/error_pages/HTTP520.html +0 -68
  98. data/assets/error_pages/HTTP521.html +0 -68
  99. data/assets/error_pages/HTTP533.html +0 -68
  100. data/assets/themes/j1/adapter/js/cookiebar.js +0 -212
  101. data/assets/themes/j1/adapter/js/j1.new.js +0 -1878
  102. data/assets/themes/j1/adapter/js/j1.org.js +0 -1874
  103. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css +0 -58
  104. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css +0 -5
  105. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css +0 -778
  106. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css +0 -5
  107. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css +0 -981
  108. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css +0 -5
  109. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot +0 -0
  110. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg +0 -47
  111. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf +0 -0
  112. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff +0 -0
  113. data/assets/themes/j1/modules/_lightGallery/css/img/loading.gif +0 -0
  114. data/assets/themes/j1/modules/_lightGallery/css/img/video-play.png +0 -0
  115. data/assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png +0 -0
  116. data/assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png +0 -0
  117. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png +0 -0
  118. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png +0 -0
  119. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png +0 -0
  120. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg +0 -10
  121. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg +0 -30
  122. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png +0 -0
  123. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png +0 -0
  124. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png +0 -0
  125. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png +0 -0
  126. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png +0 -0
  127. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png +0 -0
  128. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png +0 -0
  129. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg +0 -15
  130. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png +0 -0
  131. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png +0 -0
  132. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png +0 -0
  133. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png +0 -0
  134. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.css +0 -262
  135. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css +0 -15
  136. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js +0 -1362
  137. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js +0 -4
  138. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js +0 -402
  139. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js +0 -8
  140. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js +0 -206
  141. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js +0 -5
  142. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js +0 -126
  143. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js +0 -5
  144. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js +0 -101
  145. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js +0 -5
  146. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js +0 -105
  147. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js +0 -5
  148. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js +0 -107
  149. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js +0 -5
  150. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js +0 -478
  151. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js +0 -5
  152. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js +0 -342
  153. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js +0 -5
  154. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js +0 -527
  155. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js +0 -5
  156. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -133
@@ -38,8 +38,9 @@ resource_options:
38
38
 
39
39
  {% comment %} Variables
40
40
  -------------------------------------------------------------------------------- {% endcomment %}
41
- {% assign view_config = site.data.builder.blog_navigator.tag_view %}
42
- {% assign view_description = view_config.description %}
41
+ {% assign view_config = site.data.builder.blog_navigator.category_view %}
42
+ {% assign truncate_words = site.excerpt_truncate_words %}
43
+ {% assign view_description = view_config.description %}
43
44
  {% assign defaults = site.data.builder.blog_navigator.defaults %}
44
45
 
45
46
  {% if site.permalink == 'none' %}
@@ -152,8 +153,24 @@ resource_options:
152
153
  {% include {{select_icon_size}} family=icon_family size=icon_size %}
153
154
  {% assign icon_size = size %}
154
155
 
155
- {% assign excerpt = post.excerpt|truncatewords:50|replace:'...',' ...'|strip_html|strip_newlines|strip %}
156
+ {% assign excerpt = post.excerpt|truncatewords:truncate_words|replace:'...',' ...'|strip_html|strip_newlines|strip %}
156
157
 
158
+ <!-- place post -->
159
+ <!--div class="card card-flat mb-4">
160
+ <div class="card-body">
161
+
162
+ <h5 id="{{ 100000 | rand }}" class="card-title">{{ post.title }}</h5>
163
+ <h6 class="notoc card-subtitle text-muted mb-2">{{ post.tagline }}</h6>
164
+ <div class="card-text"><p>{{ excerpt }}</p></div>
165
+ </div>
166
+ <div class="card-footer">
167
+ <a class="btn btn-primary btn-raised btn-flex" href="{{post.url}}#readmore">
168
+ <i class="fa fa-eye fa-lg" style="color:#FFFFFF;"></i>
169
+ Read more
170
+ </a>
171
+ </div>
172
+ </div -->
173
+
157
174
  <!-- place post -->
158
175
  <article class="card raised-z3 mb-5">
159
176
  <h3 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h3>
@@ -211,10 +228,11 @@ resource_options:
211
228
  var user_state = j1.readCookie(user_state_cookie_name);
212
229
  var user_state_last_page = "{{browser_page_url}}";
213
230
  user_state.last_page = user_state_last_page;
214
- // j1.setUserState( {last_page:user_state_last_page} );
231
+
215
232
  j1.writeCookie({
216
233
  name: user_state_cookie_name,
217
- data: user_state
234
+ data: user_state,
235
+ samesite: 'Strict'
218
236
  });
219
237
  logger.info('Saved current Post Browser page to cookie: {{browser_page_url}}');
220
238
  }
@@ -0,0 +1,93 @@
1
+ ---
2
+ title: J1
3
+ tagline: Cookie Consent
4
+ date: 2021-06-24 00:00:00 +100
5
+ description: >
6
+ Bootstrap Cookie Consent Module
7
+ for J1 Template
8
+
9
+ categories: [ Software ]
10
+ tags: [ Cookie, Consent ]
11
+
12
+ scrollbar: false
13
+ fam_menu_id: default
14
+
15
+ permalink: /pages/public/cookieConsent/
16
+ regenerate: true
17
+
18
+ resources: [ bsCookieConsent ]
19
+ resource_options:
20
+ - attic:
21
+ padding_top: 400
22
+ padding_bottom: 50
23
+ opacity: 0.5
24
+ slides:
25
+ - url: /assets/images/modules/attics/cookies-1920x1200.jpg
26
+ ---
27
+
28
+ // Page Initializer
29
+ // =============================================================================
30
+ // Enable the Liquid Preprocessor
31
+ :page-liquid:
32
+
33
+ // Set (local) page attributes here
34
+ // -----------------------------------------------------------------------------
35
+ // :page--attr: <attr-value>
36
+ :badges-enabled: false
37
+
38
+ // Load Liquid procedures
39
+ // -----------------------------------------------------------------------------
40
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
41
+
42
+ // Load page attributes
43
+ // -----------------------------------------------------------------------------
44
+ {% include {{load_attributes}} scope="global" %}
45
+
46
+
47
+ // Page content
48
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49
+
50
+ ++++
51
+ <div class="container">
52
+ <h2>Usage</h2>
53
+ <p>Initialize the cookie consent framework with the constructor</p>
54
+ <p><code>var cookieSettings = new BootstrapCookieConsent()</code></p>
55
+ <h3>Show the Dialog</h3>
56
+ <p>
57
+ On a new visit the dialog is shown automatically. For reconfiguration
58
+ show the Dialog again with <code>cookieSettings.showDialog()</code>.
59
+ </p>
60
+ <p>
61
+ <a href="javascript:showSettingsDialog()" class="btn btn-primary btn-raised">Cookie Settings</a>
62
+ </p>
63
+ <h2>Read the settings</h2>
64
+ <p>Read all cookie settings with <code>cookieSettings.getSettings()</code></p>
65
+ <div class="card mb-4">
66
+ <div class="card-body">
67
+ <pre class="mb-0" id="settingsOutput"></pre>
68
+ </div>
69
+ </div>
70
+ <p>Read a specific cookie setting with <code>cookieSettings.getSettings('analyses')</code></p>
71
+ <div class="card">
72
+ <div class="card-body">
73
+ <pre class="mb-0" id="settingsAnalysisOutput"></pre>
74
+ </div>
75
+ </div>
76
+ </div>
77
+
78
+ <script>
79
+
80
+ function showSettingsDialog() {
81
+ j1.cookieConsent.showDialog();
82
+ }
83
+
84
+ var dependencies_met_cookie_consent_ready = setInterval (function (options) {
85
+ if ( typeof j1.cookieConsent !== 'undefined' ) {
86
+ $("#settingsOutput").text(JSON.stringify(j1.cookieConsent.getSettings()))
87
+ $("#settingsAnalysisOutput").text(j1.cookieConsent.getSettings('analyses'))
88
+ clearInterval(dependencies_met_cookie_consent_ready);
89
+ }
90
+ });
91
+
92
+ </script>
93
+ ++++
@@ -115,7 +115,7 @@ WARNING: Icon background-color: yellow
115
115
  .CAUTION block
116
116
  CAUTION: Icon background-color: red
117
117
 
118
-
118
+ /////
119
119
  == Q&A Blocks
120
120
 
121
121
  Q&A sections are used quite often to answer popular questions. To make
@@ -163,6 +163,7 @@ find the full color scheme for Material Design.
163
163
  For J1 Template, go for the {jekyll-one-core-doc-color-scheme}[Core documentation, window="blank"] section.
164
164
  You'll find the full color scheme for Material Design.
165
165
  ====
166
+ /////
166
167
 
167
168
  == Lightboxes
168
169
 
@@ -28,7 +28,7 @@ resource_options:
28
28
  padding_bottom: 50
29
29
  opacity: 0.5
30
30
  slides:
31
- - url: /assets/images/modules/attics/runner-1920x1200.jpg
31
+ - url: /assets/images/modules/attics/lianhao-1920x1280.jpg
32
32
  ---
33
33
 
34
34
  // Page Initializer
@@ -44,10 +44,13 @@ resource_options:
44
44
  // Attribute settings for section control
45
45
  //
46
46
  :cookies: true
47
- :revoke-cookie-consent: true
48
- :delete-cookies: true
49
- :content-permissions: true
50
- :server-logs: true
47
+ :cookie-consent: true
48
+ :logs-files: false
49
+ :google-analytics: true
50
+ :facebook: false
51
+ :twitter: false
52
+ :instagram: false
53
+ :youtube: true
51
54
 
52
55
  // Load Liquid procedures
53
56
  // -----------------------------------------------------------------------------
@@ -73,187 +76,72 @@ The operators of this website take the protection of your personal data extremel
73
76
  seriously. We treat your personal data as confidential and comply with the
74
77
  data protection legislation and this privacy policy.
75
78
 
76
- It is generally *not* possible to use our website without disclosing personal
77
- data. Personal data (for example page visits) is collected on our website.
78
- This is voluntary insofar as possible. This data is never disclosed to third
79
- parties without your express consent.
80
-
81
79
  ifeval::[{cookies} == true]
82
80
  == Cookies
83
81
 
84
- A cookie is a commonly used automated data collection method. Cookies are
85
- small text files placed on your computer or device by websites that you
86
- visit to make websites work or work more efficiently.
87
-
88
- We, may our partners, make use of cookies, web beacons, pixel tags, scripts,
89
- or other similar technologies on our websites to improve the browsing
90
- experience of our pages:
91
-
92
- * Tailor information presented to you based on your browsing preferences,
93
- such as language, user account data, selected content, and geographical
94
- region
95
-
96
- * Collect statistics regarding your website usage
97
-
98
- All personal data collected is stored in Cookies. We use different kinds
99
- of cookies. Cookies are classified by its *lifespan* and the *domain* to
100
- which it belongs.
101
-
102
- Session Cookie::
103
- Classified by *lifespan*. Necessary to provide you with services and
104
- features available through our websites for the time of your visit. If you
105
- leave our pages, these cookies are automatically deleted by your web browser.
106
- Without these cookies, services you may need cannot be provided.
107
-
108
- Persistent Cookie::
109
- Classified by *lifespan*. Necessary to provide you with services and
110
- features available through our websites if you return the site. Without
111
- these cookies, services cannot be provided.
112
-
113
- First-party Cookie::
114
- Classified by the *domain*. First-party Cookies are created by *this* site.
115
- We are using both types: Session Cookies *and* Persistent Cookies.
116
-
117
- Second-party Cookie::
118
- Classified by the *domain*. Used to integrate services from *other* sites
119
- like Github, Disqus, and others.
120
-
121
- [NOTE]
122
- ====
123
- If you do not wish to receive cookies, you may be able to refuse them by
124
- adjusting your browser settings to reject cookies. If you do so, we may *not*
125
- able to offer you *any* of our functionalities, services, or support.
126
- If you have previously visited our websites, you may also have to delete any
127
- existing cookies from your browser.
128
- ====
82
+ This website is using cookies and similar technologies that are required for
83
+ operation. You are free to decide to give, refuse or withdraw your consent by
84
+ clicking the `Settings` button in the privacy dialog. Subsequent changes are
85
+ possible at *any* time by clicking on the `cookie icon` in the *menu bar*.
86
+
87
+ *Extended* cookies are only used with your consent. Those additional cookies
88
+ are used to analyze the usage of this website. Analysis of the use of this
89
+ website help gives you a better user experience of the website to offer. More
90
+ information about what data is collected and how they may be passed on
91
+ to partners can be found in the privacy dialog by clicking on the
92
+ `Privacy Policy` button.
93
+
94
+
95
+ Necessary::
96
+ data is stored to run base services of this site. This website is based on
97
+ static content, and no database is used behind it. All information (data)
98
+ needed to control this site is stored in so-called *session cookies*. Session
99
+ cookies are automatically removed by your browser if you *close* all windows.
100
+
101
+ Analysis::
102
+ of the use of this website helps us to optimize your user experience of the
103
+ website. For analysis, Google Analytics (GA) is used. This website does *not*
104
+ transfer any *personal data* to GA. Implicit personal information, like IP
105
+ addresses, is *anonymized* to protect your privacy.
106
+
107
+ Personalization::
108
+ is used e.g. to collect user feedback or running advertising campaigns to
109
+ provide you a website free of charge. Partners like `Disqus` or `Google`
110
+ provide you excellent personalized services and enables us to finance the
111
+ costs for running this site.
129
112
  endif::[]
130
113
 
131
114
 
132
- ifeval::[{revoke-cookie-consent} == true]
133
- == Revoke Cookie Consent
115
+ ifeval::[{cookie-consent} == true]
116
+ == Cookie Consent
134
117
 
135
- If you do *not* wish to receive *cookies* anymore from *this site*, you can
136
- revoke the cookie consent you've given. Furthermore, you may be able to refuse
137
- them by adjusting your *browser* settings to *reject cookies*.
118
+ If you want to configure what *cookies* are used by *this site*, you can
119
+ adjust your consent settings on cookies you've already given. Furthermore,
120
+ you may be able to refuse them by adjusting your *browser* settings to
121
+ *reject cookies*. Please be carefull on changing your browser setting on
122
+ cookies. Reject on cookies may cause severe issues visiting websites that
123
+ depends on cookies like *this site*.
138
124
 
139
125
  CAUTION: Suppose you have previously visited our website — or any pages this
140
126
  session — and agreed on the use of cookies. In that case, you may also have
141
- to delete already-existing cookies by your browser to clear all cookies left.
142
-
143
- ++++
144
- <div class="ml-0 mb-0">
145
- <button type="button" name="revokeCookieConsent" class="btn btn-primary btn-raised btn-flex mb-3" style="min-width: 25rem">
146
- <i class="toggle-button mdi mdi-toggle-switch-off mdi-lg mdi-md-bg-primary-50 mr-1"></i>
147
- Revoke Cookie Consent
148
- </button>
149
- </div>
150
-
151
- <script>
152
- var logger = log4javascript.getLogger('page.privacy');
153
- var cookie_names = j1.getCookieNames();
154
- const cookie_consent_name = cookie_names.cookie_consent;
155
- const cookie_user_session_name = cookie_names.user_session;
156
- var user_state = j1.readCookie(cookie_user_session_name);
157
- var user_state_empty = {};
158
- var pageChanged;
159
-
160
- // ---------------------------------------------------------------------------
161
- // Initializer
162
- // ---------------------------------------------------------------------------
163
- $(document).ready(function() {
164
- if ( user_state.cookies_accepted == 'declined' ) {
165
- $('.toggle-button').toggleClass('mdi-toggle-switch-off mdi-toggle-switch');
166
- }
167
- });
168
-
169
- // ---------------------------------------------------------------------------
170
- // EventHandler
171
- // ---------------------------------------------------------------------------
172
- $('button[name="revokeCookieConsent"]').on('click', function (e) {
173
- if ( user_state.cookies_accepted === 'declined' ) {
174
- logger.debug('Cookie Consent already DECLINED. Click event ignored');
175
- return true;
176
- } else {
177
- logger.debug('Enter Cookie Consent REVOKE dialog');
178
- $('#cookieRevokeCentralDanger').modal('show');
179
- }
180
-
181
- /* Manage button click events from "Cookie Consent REVOKE" dialog */
182
- $('a.btn').click(function() {
183
- if (this.id === 'revokeCookies') {
184
- logger.debug('User clicked revokeCookiesButton');
185
- user_state.cookies_accepted = 'declined';
186
- j1.writeCookie({
187
- name: cookie_user_session_name,
188
- data: user_state
189
- });
190
-
191
- $('.toggle-button').toggleClass('mdi-toggle-switch-off mdi-toggle-switch');
192
-
193
- // Hide cookie icon
194
- $('#cookie-state').css('display', 'none');
195
- return true;
196
- }
197
- if (this.id === 'remainCookies') {
198
- logger.debug('User clicked remainCookiesButton');
199
- return true;
200
- }
201
- return true;
202
- });
203
- });
204
- </script>
205
- ++++
206
- endif::[]
207
-
208
- ifeval::[{delete-cookies} == true]
209
- == Delete cookies
210
-
211
- Suppose you have previously visited our website — or any pages this session —
212
- and agreed on the use of cookies. In that case, you may also have to delete
213
- already-existing cookies by your browser to clear all cookies left.
214
-
215
- By clicking the button below, all cookies related to *this* site will be
216
- deleted.
127
+ to delete already-existing cookies by your browser to clear all unwanted
128
+ cookies left.
217
129
 
218
130
  ++++
219
- <div class="ml-0 mb-0">
220
- <button type="button" name="deleteCookies" class="btn btn-primary btn-raised btn-flex mb-3" style="min-width: 25rem">
221
- <i class="mdi mdi-cookie mdi-lg mdi-md-bg-primary-50 mr-1"></i>
222
- Delete Cookies
223
- </button>
131
+ <div class="mt-4 mb-3">
132
+ <a href="javascript:j1.cookieConsent.showDialog()"
133
+ class="btn btn-primary btn-lg btn-block btn-raised btn-flex mb-3"
134
+ aria-label="Cookie Consent"
135
+ style="min-width: 25rem">
136
+ <i class="mdi mdi-cookie mdi-2x mr-2"></i>
137
+ Cookie Consent
138
+ </a>
224
139
  </div>
225
-
226
- <script>
227
- var logger = log4javascript.getLogger('page.privacy');
228
- var cookie_names = j1.getCookieNames();
229
-
230
- // ---------------------------------------------------------------------------
231
- // EventHandler
232
- // ---------------------------------------------------------------------------
233
- $('button[name="deleteCookies"]').on('click', function (e) {
234
- logger.debug('User clicked deleteCookiesButton');
235
-
236
- j1.removeCookie({
237
- name: cookie_names.user_session
238
- });
239
- j1.removeCookie({
240
- name: cookie_names.user_state
241
- });
242
- j1.removeCookie({
243
- name: cookie_names.app_session
244
- });
245
-
246
- logger.debug('cookies deleted: ' + cookie_names.user_session + ', ' + cookie_names.user_state);
247
- logger.debug('pass to (browser) default page');
248
- j1.goHome();
249
-
250
- });
251
- </script>
252
140
  ++++
253
141
  endif::[]
254
142
 
255
- ifeval::[{server-logs} == true]
256
- == Server log files
143
+ ifeval::[{logs-files} == true]
144
+ == Log files
257
145
 
258
146
  We gather certain information automatically by our webservers and store it in
259
147
  log files. This information may include Internet protocol (IP) addresses,
@@ -281,12 +169,13 @@ ifeval::[{google-analytics} == true]
281
169
  == Use of Google Analytics
282
170
 
283
171
  This website uses Google Analytics, a web analytics service provided by:
284
- Anbieter ist die:
285
172
 
286
- Google Inc.
287
- 1600 Amphitheatre Parkway Mountain View
288
- CA 94043
289
- USA
173
+ ----
174
+ Google Inc.
175
+ 1600 Amphitheatre Parkway Mountain View
176
+ CA 94043
177
+ USA
178
+ ----
290
179
 
291
180
  Google Analytics uses so called “cookies”, which are text files placed on
292
181
  your computer to help the website analyze how users use the site. The
@@ -307,13 +196,17 @@ with any other data held by Google.
307
196
 
308
197
  You may object to the use of cookies by selecting the appropriate settings
309
198
  on your browser, however please note that if you do this you may not be able
310
- to use the full functionality of this website. You can also avoid the
311
- recording of data referring to your use of the website generated by cookies
312
- (including your IP address) by Google as well as the processing of your
313
- data by Google by downloading and installing the browser plug-in available
314
- from the following link: http://tools.google.com/dlpage/gaoptout?hl=de
315
- endif::[]
199
+ to use the full functionality of this website.
316
200
 
201
+ /////
202
+ You can also avoid the recording of data referring to your use of the website
203
+ generated by cookies (including your IP address) by Google as well as the
204
+ processing of your data by Google by downloading and installing the browser
205
+ plug-in available from the following:
206
+ link:{url-google--deactivate-ga-en}[Browser-Add-on Google Analytics, {browser-window--new}]
207
+ /////
208
+
209
+ endif::[]
317
210
 
318
211
  ifeval::[{facebook} == true]
319
212
  == Use of Facebook Plug-ins
@@ -321,18 +214,16 @@ ifeval::[{facebook} == true]
321
214
  We have integrated plug-ins (Like-Button) by the social network *Facebook*,
322
215
  provided by:
323
216
 
324
- Facebook Inc.
325
- 1 Hacker Way
326
- Menlo Park
327
- California 94025
328
- USA
217
+ ----
218
+ Facebook Inc.
219
+ 1 Hacker Way
220
+ Menlo Park
221
+ California 94025
222
+ USA
223
+ ----
329
224
 
330
225
  into our website.
331
226
 
332
- You can identify these Facebook Plug ins by the Facebook logo or the "Like"
333
- button on our website. You can find an overview of the Facebook plug ins
334
- on: http://developers.facebook.com/docs/plug-ins/.
335
-
336
227
  When you visit our website, the plug-in will establish a direct connection
337
228
  between your browser and the Facebook server. Thereby Facebook will be informed
338
229
  about your visit on our website with your IP address. If you click the Facebook
@@ -343,23 +234,25 @@ associate your visit to our website with your user account.
343
234
  We would like to point out that, as the website provider, we possess no
344
235
  knowledge of the contents of the transmitted data or its use by Facebook. You
345
236
  can find further information on this topic in the Facebook privacy policy at
346
- http://de-de.facebook.com/policy.php. If you do not want Facebook to be able
347
- to associate your visit to our website with your Facebook user account,
348
- please log out of your Facebook account before visiting our website.
237
+ link:{url-facebook--privacy-policy-en}[Privacy Police, {browser-window--new}].
238
+ If you do not want Facebook to be able to associate your visit to our website
239
+ with your Facebook user account, please log out of your Facebook account
240
+ before visiting our website.
349
241
  endif::[]
350
242
 
351
-
352
243
  ifeval::[{twitter} == true]
353
244
  == Use of Twitter
354
245
 
355
246
  We have integrated functions by the service provider Twitter into our website.
356
247
  These functions are offered by:
357
248
 
358
- Twitter Inc.
359
- 1355 Market Street
360
- Suite 900, San Francisco
361
- CA 94103
362
- USA
249
+ ----
250
+ Twitter Inc.
251
+ 1355 Market Street
252
+ Suite 900, San Francisco
253
+ CA 94103
254
+ USA
255
+ ----
363
256
 
364
257
  When using Twitter and the "re-tweet" function, the websites you have visited
365
258
  will be linked to your Twitter account and made available to other users.
@@ -368,22 +261,25 @@ Data will also be transmitted to Twitter.
368
261
  We would like to point out that as provider of the website we possess no
369
262
  knowledge of the contents of the data transmitted or its use by Twitter.
370
263
  You can find further information on this topic in the Twitter privacy
371
- policy at http://twitter.com/privacy. You can change your Twitter privacy
372
- settings in your account settings at http://twitter.com/account/settings.
264
+ policy at link:{url-twitter--privacy-en}[Privacy Police, {browser-window--new}].
265
+ You can change your Twitter privacy
266
+ settings in your account settings at
267
+ link:{url-twitter--login}[Login, {browser-window--new}].
373
268
  endif::[]
374
269
 
375
-
376
270
  ifeval::[{instagram} == true]
377
271
  == Use of Instagram
378
272
 
379
273
  Auf unseren Seiten sind Funktionen des Dienstes Instagram eingebunden. Diese
380
274
  Funktionen werden angeboten durch die
381
275
 
276
+ ----
382
277
  Instagram Inc.
383
278
  1601 Willow Road
384
279
  Menlo Park
385
280
  CA 94025
386
281
  USA
282
+ ----
387
283
 
388
284
  integriert. Wenn Sie in Ihrem Instagram Account eingeloggt sind können Sie
389
285
  durch Anklicken des *Instagram Buttons* die Inhalte unserer Seiten mit
@@ -393,28 +289,30 @@ Anbieter der Seiten keine Kenntnis vom Inhalt der übermittelten Daten sowie
393
289
  deren Nutzung durch Instagram erhalten.
394
290
 
395
291
  Weitere Informationen hierzu finden Sie in der
396
- http://instagram.com/about/legal/privacy/[Datenschutzerklärung von Instagram, window="_blank"].
292
+ link:{url-instagram--privacy-policy}[Privacy Police Instagram, {browser-window--new}].
397
293
  endif::[]
398
294
 
399
295
  ifeval::[{youtube} == true]
400
296
  == Use of YouTube
401
297
 
402
- Unsere Webseite nutzt Plugins der von Google betriebenen Seite *YouTube*.
403
- Betreiber der Seiten ist die
298
+ We have integrated functions by the service provider *YouTube* into our
299
+ website on selected pages. These functions are offered by:
404
300
 
301
+ ----
405
302
  YouTube LLC,
406
303
  901 Cherry Ave San Bruno
407
304
  CA 94066
408
305
  USA
306
+ ----
409
307
 
410
- Wenn Sie eine unserer mit einem *YouTube Plugin* ausgestatteten Seiten
411
- besuchen, wird eine Verbindung zu den Servern von YouTube hergestellt. Dabei
412
- wird dem Youtube-Server mitgeteilt, welche unserer Seiten Sie besucht haben.
308
+ If you use one of our pages equipped with a *YouTube plugin* visit, a
309
+ connection to the YouTube servers is established. There the YouTube server
310
+ is informed which of our pages you have visited.
413
311
 
414
- Wenn Sie in Ihrem YouTube-Account eingeloggt sind ermöglichen Sie YouTube,
415
- Ihr Surfverhalten direkt Ihrem persönlichen Profil zuzuordnen. Dies können
416
- Sie verhindern, indem Sie sich aus Ihrem YouTube Account ausloggen.
312
+ If you are logged into your YouTube account, you enable YouTube to assign
313
+ your surfing behavior directly to your personal profile. You can prevent this
314
+ by logging out of your YouTube account.
417
315
 
418
- Weitere Informationen zum Umgang von Nutzerdaten finden Sie in der
419
- https://www.google.de/intl/de/policies/privacy[Datenschutzerklärung von YouTube, window="_blank"].
316
+ Further information on the handling of user data can be found in the
317
+ link:{url-google--privacy-policy-en}[Privacy Police Google/YouTube, {browser-window--new}].
420
318
  endif::[]