j1-template 2021.1.11 → 2021.1.16
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/issue.proc +28 -5
- data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +66 -23
- data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +0 -1
- data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +16 -1
- data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +197 -219
- data/_includes/themes/j1/layouts/content_generator_collection.html +4 -2
- data/_includes/themes/j1/layouts/content_generator_page.html +4 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +31 -23
- data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +55 -0
- data/_includes/themes/j1/modules/connectors/comment/commento.html +31 -0
- data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +7 -8
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +12 -54
- data/_includes/themes/j1/modules/connectors/comment/facebook.html +7 -8
- data/_includes/themes/j1/modules/connectors/comment/hyvor.html +33 -0
- data/_includes/themes/j1/modules/connectors/comment/just-comments.html +31 -0
- data/_includes/themes/j1/modules/connectors/comments +3 -0
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +27 -5
- data/_includes/themes/j1/procedures/posts/pager.proc +123 -0
- data/_layouts/default.html +52 -1
- data/assets/data/cookieconsent.html +0 -2
- data/assets/data/disqus.js +81 -0
- data/assets/data/hyvor.js +72 -0
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu_toc.html +20 -1
- data/assets/data/panel.html +28 -7
- data/assets/error_pages/HTTP204.html +2 -1
- data/assets/error_pages/HTTP400.html +2 -1
- data/assets/error_pages/HTTP401.html +2 -1
- data/assets/error_pages/HTTP403.html +2 -1
- data/assets/error_pages/HTTP404.html +2 -1
- data/assets/error_pages/HTTP444.html +93 -0
- data/assets/error_pages/HTTP500.html +2 -1
- data/assets/error_pages/HTTP501.html +2 -1
- data/assets/error_pages/HTTP502.html +2 -1
- data/assets/error_pages/HTTP503.html +2 -1
- data/assets/themes/j1/adapter/js/algolia.js +10 -10
- data/assets/themes/j1/adapter/js/asciidoctor.js +6 -6
- data/assets/themes/j1/adapter/js/attic.js +17 -17
- data/assets/themes/j1/adapter/js/bmd.js +6 -6
- data/assets/themes/j1/adapter/js/carousel.js +10 -10
- data/assets/themes/j1/adapter/js/clipboard.js +10 -10
- data/assets/themes/j1/adapter/js/cookieConsent.js +58 -47
- data/assets/themes/j1/adapter/js/fam.js +34 -34
- data/assets/themes/j1/adapter/js/framer.js +6 -6
- data/assets/themes/j1/adapter/js/j1.js +520 -252
- data/assets/themes/j1/adapter/js/justifiedGallery.js +11 -11
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +19 -19
- data/assets/themes/j1/adapter/js/lightbox.js +6 -6
- data/assets/themes/j1/adapter/js/logger.js +7 -7
- data/assets/themes/j1/adapter/js/mmenu.js +25 -25
- data/assets/themes/j1/adapter/js/navigator.js +55 -48
- data/assets/themes/j1/adapter/js/quicksearch.js +6 -6
- data/assets/themes/j1/adapter/js/rouge.js +7 -7
- data/assets/themes/j1/adapter/js/rtable.js +6 -6
- data/assets/themes/j1/adapter/js/themer.js +43 -47
- data/assets/themes/j1/adapter/js/toccer.js +9 -9
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +3 -3
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +35 -23
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +2 -2
- data/assets/themes/j1/modules/lunrSearch/js/quicksearch.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +74 -55
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +75 -57
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +4 -5
- data/lib/starter_web/_config.yml +42 -24
- data/lib/starter_web/_data/blocks/footer.yml +52 -20
- data/lib/starter_web/_data/blocks/panel.yml +4 -4
- data/lib/starter_web/_data/builder/blog_navigator.yml +9 -192
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +389 -0
- data/lib/starter_web/_data/j1_config.yml +24 -10
- data/lib/starter_web/_data/locales/be.yml +269 -0
- data/lib/starter_web/_data/locales/cs.yml +218 -0
- data/lib/starter_web/_data/locales/da.yml +213 -0
- data/lib/starter_web/_data/locales/de.yml +222 -0
- data/lib/starter_web/_data/locales/el.yml +215 -0
- data/lib/starter_web/_data/locales/en.yml +215 -0
- data/lib/starter_web/_data/locales/es.yml +219 -0
- data/lib/starter_web/_data/locales/et.yml +207 -0
- data/lib/starter_web/_data/locales/fi.yml +211 -0
- data/lib/starter_web/_data/locales/fr.yml +219 -0
- data/lib/starter_web/_data/locales/hr.yml +240 -0
- data/lib/starter_web/_data/locales/hu.yml +196 -0
- data/lib/starter_web/_data/locales/it.yml +215 -0
- data/lib/starter_web/_data/locales/lv.yml +233 -0
- data/lib/starter_web/_data/locales/nl.yml +213 -0
- data/lib/starter_web/_data/locales/pl.yml +241 -0
- data/lib/starter_web/_data/locales/pt.yml +217 -0
- data/lib/starter_web/_data/locales/readme +4 -0
- data/lib/starter_web/_data/locales/ro.yml +209 -0
- data/lib/starter_web/_data/locales/ru.yml +269 -0
- data/lib/starter_web/_data/locales/sk.yml +211 -0
- data/lib/starter_web/_data/locales/sl.yml +209 -0
- data/lib/starter_web/_data/locales/sv.yml +207 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +11 -10
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -0
- data/lib/starter_web/_data/modules/themer.yml +1 -0
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +7 -6
- data/lib/starter_web/_data/plugins/paginator.yml +3 -0
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/date-i18n.rb +67 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/matthew-dockery-1920x1280.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -1
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +1 -1
- data/lib/starter_web/index.html +3 -3
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +3 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +3 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +3 -0
- data/lib/starter_web/pages/public/blog/navigator/archive.html +80 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +94 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +81 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +95 -37
- data/lib/starter_web/pages/public/blog/navigator/index.html +4 -0
- data/lib/starter_web/pages/public/cookieConsent.adoc +3 -0
- data/lib/starter_web/pages/public/learn/quickstart.adoc +473 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -1
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +0 -2
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +0 -2
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +0 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -1
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +116 -0
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +94 -0
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +320 -0
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +123 -0
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +3 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +3 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +81 -20
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +34 -16
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +41 -4
- data/_includes/themes/j1/procedures/global/pager.proc +0 -79
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +0 -244
@@ -0,0 +1,123 @@
|
|
1
|
+
---
|
2
|
+
title: Kommentarrichtlinie
|
3
|
+
tagline: mit respekt diskutieren
|
4
|
+
date: 2023-01-01 01:00:00 +100
|
5
|
+
description: >
|
6
|
+
Wir lieben Kommentare und schätzen die Zeit unserer Besucher, Ideen
|
7
|
+
auszutauschen und Feedback zu geben. Vielen Dank an alle, die einen
|
8
|
+
Kommentar geschrieben haben.
|
9
|
+
|
10
|
+
categories: [ Site ]
|
11
|
+
tags: [ Kommentarrichtlinie ]
|
12
|
+
|
13
|
+
sitemap: false
|
14
|
+
robots:
|
15
|
+
index: false
|
16
|
+
follow: false
|
17
|
+
|
18
|
+
fam_menu_id: page_ctrl_simple
|
19
|
+
scrollbar: false
|
20
|
+
comments: false
|
21
|
+
toc: true
|
22
|
+
|
23
|
+
permalink: /pages/public/legal/de/comment_policy/
|
24
|
+
regenerate: true
|
25
|
+
|
26
|
+
resources: []
|
27
|
+
resource_options:
|
28
|
+
- attic:
|
29
|
+
padding_top: 400
|
30
|
+
padding_bottom: 50
|
31
|
+
opacity: 0.5
|
32
|
+
slides:
|
33
|
+
- url: /assets/images/modules/attics/leon-1920x1280.jpg
|
34
|
+
alt: Photo by Leon on Unsplash
|
35
|
+
badge:
|
36
|
+
type: unsplash
|
37
|
+
author: Leon
|
38
|
+
href: https://unsplash.com/@myleon
|
39
|
+
---
|
40
|
+
|
41
|
+
// Page Initializer
|
42
|
+
// =============================================================================
|
43
|
+
// Enable the Liquid Preprocessor
|
44
|
+
:page-liquid:
|
45
|
+
|
46
|
+
// Set (local) page attributes here
|
47
|
+
// -----------------------------------------------------------------------------
|
48
|
+
// :page--attr: <attr-value>
|
49
|
+
:disqus: true
|
50
|
+
|
51
|
+
// Load Liquid procedures
|
52
|
+
// -----------------------------------------------------------------------------
|
53
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
54
|
+
|
55
|
+
// Load page attributes
|
56
|
+
// -----------------------------------------------------------------------------
|
57
|
+
{% include {{load_attributes}} scope="global" %}
|
58
|
+
|
59
|
+
|
60
|
+
// Page content
|
61
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
62
|
+
|
63
|
+
// Include sub-documents
|
64
|
+
// -----------------------------------------------------------------------------
|
65
|
+
|
66
|
+
Wir lieben Kommentare und schätzen die Zeit unserer Besucher, Ideen
|
67
|
+
auszutauschen und zu geben Feedback. Vielen Dank an alle, die einen Kommentar
|
68
|
+
zu {j1--site-name} hinterlassen haben.
|
69
|
+
|
70
|
+
ifeval::[{disqus} == true]
|
71
|
+
To access the public commenting feature, you will need to register for
|
72
|
+
an account as an individual at _Disqus_. One of the primary purposes of
|
73
|
+
encouraging comments on the {j1--site-name} website is to promote a sense
|
74
|
+
of community.
|
75
|
+
|
76
|
+
NOTE: _Disqus_ (/dɪsˈkʌs/) ist ein Blog-Kommentar-Hosting-Dienst für Websites
|
77
|
+
und Online-Communitys, die eine vernetzte Plattform nutzen. Die Firmen
|
78
|
+
Plattform umfasst verschiedene Funktionen, wie soziale Integration, soziale
|
79
|
+
Netzwerke, Benutzerprofile, Spam- und Moderationstools, Analysen,
|
80
|
+
E-Mail-Benachrichtigungen und mobile Kommentare.
|
81
|
+
endif::[]
|
82
|
+
|
83
|
+
== Mit Respekt diskutieren
|
84
|
+
|
85
|
+
Einer der wichtigsten Aspekte eines hilfreichen Blogs ist die Konversation
|
86
|
+
über Kommentare, die Besucher veröffentlichen. Kommentare können manchmal
|
87
|
+
eine negative Wendung nehmen oder unerwünschte Werbungen enthalten. Aus diesem
|
88
|
+
Grund ist eine Richtlinie für Blog-Kommentare hilfreich. Alle Besucher können
|
89
|
+
verstehen was akzeptabel ist und was nicht.
|
90
|
+
|
91
|
+
== Kommentare sind willkommen
|
92
|
+
|
93
|
+
Kommentare sind auf dieser Seite willkommen und erwünscht, aber es gibt einige
|
94
|
+
Fälle, in denen Kommentare bearbeitet oder gelöscht werden. Der Inhaber dieser
|
95
|
+
Seite behält sich das Recht vor, an den Blog übermittelte Kommentare ohne
|
96
|
+
vorherige Ankündigung zu bearbeiten oder zu löschen.
|
97
|
+
|
98
|
+
Die folgende Kommentarrichtlinie kann jederzeit geändert werden:
|
99
|
+
|
100
|
+
Werbung::
|
101
|
+
Kommentare, die als Spam oder rein werbender Natur gelten, werden
|
102
|
+
gelöscht. Das Einfügen eines Links zu relevanten Inhalten ist erlaubt, jedoch
|
103
|
+
sollen Kommentare zum Thema des Beitrags passen.
|
104
|
+
|
105
|
+
Schimpfwörter::
|
106
|
+
Kommentare mit Schimpfwörtern werden gelöscht.
|
107
|
+
|
108
|
+
Grobe Sprache::
|
109
|
+
Kommentare die Sprache enthalten, die als anstößig angesehen werden könnten
|
110
|
+
werden gelöscht. Dazu zählen beleidigende, bedrohende, pornografische,
|
111
|
+
beleidigende, irreführende oder verleumderische Anmerkungen.
|
112
|
+
|
113
|
+
Angriffe::
|
114
|
+
Kommentare die eine Person direkt angreifen werden gelöscht.
|
115
|
+
|
116
|
+
Belästigung::
|
117
|
+
Kommentare, die andere Besucher oder generell Menschen belästigen können
|
118
|
+
werden gelöscht. Alle Kommentare müssen respektvoll gegenüber allen Besuchern
|
119
|
+
sein, die Kommentare hinterlassen.
|
120
|
+
|
121
|
+
Anonymität::
|
122
|
+
Anonyme Kommentare werden gelöscht. Es werden nur Kommentare von Personen
|
123
|
+
akzeptiert, die sich persönlich identifizieren.
|
@@ -15,9 +15,11 @@ robots:
|
|
15
15
|
|
16
16
|
fam_menu_id: page_ctrl_simple
|
17
17
|
scrollbar: false
|
18
|
-
comments: false
|
19
18
|
toc: true
|
20
19
|
|
20
|
+
advertising: false
|
21
|
+
comments: false
|
22
|
+
|
21
23
|
permalink: /pages/public/legal/en/privacy/
|
22
24
|
regenerate: false
|
23
25
|
|
@@ -47,6 +49,8 @@ resource_options:
|
|
47
49
|
:cookie-consent: true
|
48
50
|
:logs-files: false
|
49
51
|
:google-analytics: true
|
52
|
+
:hyvor: true
|
53
|
+
:disqus: false
|
50
54
|
:facebook: false
|
51
55
|
:twitter: false
|
52
56
|
:instagram: false
|
@@ -91,7 +95,6 @@ information about what data is collected and how they may be passed on
|
|
91
95
|
to partners can be found in the privacy dialog by clicking on the
|
92
96
|
`Privacy Policy` button.
|
93
97
|
|
94
|
-
|
95
98
|
Necessary::
|
96
99
|
data is stored to run base services of this site. This website is based on
|
97
100
|
static content, and no database is used behind it. All information (data)
|
@@ -172,7 +175,7 @@ This website uses Google Analytics, a web analytics service provided by:
|
|
172
175
|
|
173
176
|
----
|
174
177
|
Google Inc.
|
175
|
-
1600 Amphitheatre Parkway
|
178
|
+
1600 Amphitheatre Parkway
|
176
179
|
CA 94043
|
177
180
|
USA
|
178
181
|
----
|
@@ -211,8 +214,8 @@ endif::[]
|
|
211
214
|
ifeval::[{facebook} == true]
|
212
215
|
== Use of Facebook Plug-ins
|
213
216
|
|
214
|
-
|
215
|
-
provided by:
|
217
|
+
Commenting on *Facebook* is available if you have *agreed* on
|
218
|
+
*personalization* with your privacy settings to use this site provided by:
|
216
219
|
|
217
220
|
----
|
218
221
|
Facebook Inc.
|
@@ -222,8 +225,6 @@ provided by:
|
|
222
225
|
USA
|
223
226
|
----
|
224
227
|
|
225
|
-
into our website.
|
226
|
-
|
227
228
|
When you visit our website, the plug-in will establish a direct connection
|
228
229
|
between your browser and the Facebook server. Thereby Facebook will be informed
|
229
230
|
about your visit on our website with your IP address. If you click the Facebook
|
@@ -243,28 +244,29 @@ endif::[]
|
|
243
244
|
ifeval::[{twitter} == true]
|
244
245
|
== Use of Twitter
|
245
246
|
|
246
|
-
|
247
|
-
|
247
|
+
Commenting on *Twitter* is available if you have *agreed* on
|
248
|
+
*personalization* with your privacy settings to use this site provided by:
|
248
249
|
|
249
250
|
----
|
250
251
|
Twitter Inc.
|
251
252
|
1355 Market Street
|
252
|
-
Suite 900
|
253
|
+
Suite 900
|
253
254
|
CA 94103
|
254
255
|
USA
|
255
256
|
----
|
256
257
|
|
257
258
|
When using Twitter and the "re-tweet" function, the websites you have visited
|
258
259
|
will be linked to your Twitter account and made available to other users.
|
259
|
-
Data will also be transmitted to Twitter.
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
settings in your account settings at
|
260
|
+
Data will also be transmitted to Twitter. We would like to point out that as
|
261
|
+
provider of the website we possess no knowledge of the contents of the data
|
262
|
+
transmitted or its use by Twitter.
|
263
|
+
|
264
|
+
Further information on the handling of user data can be found in the
|
265
|
+
link:{url-twitter--privacy-en}[Privacy Police, {browser-window--new}].
|
266
|
+
|
267
|
+
You can change your Twitter privacy settings in your account settings at
|
267
268
|
link:{url-twitter--login}[Login, {browser-window--new}].
|
269
|
+
|
268
270
|
endif::[]
|
269
271
|
|
270
272
|
ifeval::[{instagram} == true]
|
@@ -290,16 +292,18 @@ deren Nutzung durch Instagram erhalten.
|
|
290
292
|
|
291
293
|
Weitere Informationen hierzu finden Sie in der
|
292
294
|
link:{url-instagram--privacy-policy}[Privacy Police Instagram, {browser-window--new}].
|
295
|
+
|
293
296
|
endif::[]
|
294
297
|
|
295
298
|
ifeval::[{youtube} == true]
|
296
299
|
== Use of YouTube
|
297
300
|
|
298
301
|
We have integrated functions by the service provider *YouTube* into our
|
299
|
-
website on selected pages.
|
302
|
+
website on selected pages. *YouTube* is available if you have *agreed* on
|
303
|
+
*personalization* with your privacy settings to use this site provided by:
|
300
304
|
|
301
305
|
----
|
302
|
-
YouTube LLC
|
306
|
+
YouTube LLC
|
303
307
|
901 Cherry Ave San Bruno
|
304
308
|
CA 94066
|
305
309
|
USA
|
@@ -315,4 +319,61 @@ by logging out of your YouTube account.
|
|
315
319
|
|
316
320
|
Further information on the handling of user data can be found in the
|
317
321
|
link:{url-google--privacy-policy-en}[Privacy Police Google/YouTube, {browser-window--new}].
|
322
|
+
|
323
|
+
endif::[]
|
324
|
+
|
325
|
+
|
326
|
+
ifeval::[{disqus} == true]
|
327
|
+
== Use of Disqus
|
328
|
+
|
329
|
+
We have integrated the social network|commenting platform *Disqus* into our
|
330
|
+
website. Commenting on *Disqus* is available if you have *agreed* on
|
331
|
+
*personalization* with your privacy settings to use this site provided by:
|
332
|
+
|
333
|
+
----
|
334
|
+
Disqus, Inc.
|
335
|
+
301 Howard Street
|
336
|
+
Suite 300
|
337
|
+
CA 94105
|
338
|
+
USA
|
339
|
+
----
|
340
|
+
|
341
|
+
When you visit our website, the plug-in will establish a direct connection
|
342
|
+
between your browser and the Disqus server. Thereby Disqus will be informed
|
343
|
+
about your visit on our website with your IP address and other data tracked
|
344
|
+
by cookies and similiar technologies. Your personal data is shared by partners
|
345
|
+
of the provider *Disqus* with third-party advertising platforms.
|
346
|
+
|
347
|
+
Further information on the handling of user data can be found in the
|
348
|
+
https://help.disqus.com/en/articles/1717103-disqus-privacy-policy[Privacy Policy, {browser-window--new}].
|
349
|
+
|
350
|
+
endif::[]
|
351
|
+
|
352
|
+
ifeval::[{hyvor} == true]
|
353
|
+
== Use of Hyvor Talk
|
354
|
+
|
355
|
+
We have integrated the social network|commenting platform *Hyvor Talk* into
|
356
|
+
our website. Commenting on *Hyvor Talk* is available if you have *agreed* on
|
357
|
+
*personalization* with your privacy settings to use this site provided by:
|
358
|
+
|
359
|
+
----
|
360
|
+
Green Mount State
|
361
|
+
Madawa, Pilessa
|
362
|
+
No 130
|
363
|
+
Kurunegala
|
364
|
+
Sri Lanka
|
365
|
+
----
|
366
|
+
|
367
|
+
Hyvor Talk is a *privacy-first*, no ads, no tracking platform to support
|
368
|
+
visitors for comments on this website. When you visit our website, the
|
369
|
+
commenting platform will establish a direct connection between your browser
|
370
|
+
and the Hyvor servers, but does *not* sell any of your personal data to
|
371
|
+
third-parties or advertisers.
|
372
|
+
|
373
|
+
Further information on the handling of user data can be found in the
|
374
|
+
https://hyvor.com/privacy-policy[Privacy Policy, {browser-window--new}].
|
375
|
+
|
376
|
+
NOTE: Hyvor Talk does not place any tracking, advertising, affiliate, or any
|
377
|
+
third-party codes.
|
378
|
+
|
318
379
|
endif::[]
|
@@ -17,9 +17,11 @@ robots:
|
|
17
17
|
|
18
18
|
fam_menu_id: page_ctrl_simple
|
19
19
|
scrollbar: false
|
20
|
-
comments: false
|
21
20
|
toc: true
|
22
21
|
|
22
|
+
advertising: false
|
23
|
+
comments: false
|
24
|
+
|
23
25
|
permalink: /pages/public/legal/en/comment_policy/
|
24
26
|
regenerate: true
|
25
27
|
|
@@ -46,8 +48,8 @@ resource_options:
|
|
46
48
|
// Set (local) page attributes here
|
47
49
|
// -----------------------------------------------------------------------------
|
48
50
|
// :page--attr: <attr-value>
|
49
|
-
:disqus:
|
50
|
-
|
51
|
+
:disqus: false
|
52
|
+
:hyvor: true
|
51
53
|
// Load Liquid procedures
|
52
54
|
// -----------------------------------------------------------------------------
|
53
55
|
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
@@ -67,17 +69,33 @@ We love comments and appreciate our visitor's time to share ideas and give
|
|
67
69
|
feedback. Thank you to everyone who places a comment on the {j1--site-name}
|
68
70
|
website.
|
69
71
|
|
72
|
+
ifeval::[{hyvor} == true]
|
73
|
+
To access the public commenting feature, you will need to register for
|
74
|
+
an account as an *individual* at _Hyvor_. One of the primary purposes of
|
75
|
+
encouraging comments on the {j1--site-name} website is to promote a sense
|
76
|
+
of community.
|
77
|
+
|
78
|
+
NOTE: _Hyvor Talk_ is a *privacy-first*, no ads, no tracking platform to
|
79
|
+
support visitors for comments on websites. When you visit our website, the
|
80
|
+
commenting platform will establish a direct connection between your browser
|
81
|
+
and the server at Hyvor, but does *not* sell any of your personal data to
|
82
|
+
third-parties or any advertisers. The _Hyvor Talk_ platform includes various
|
83
|
+
features, such as social integration and social networking to support
|
84
|
+
your personal networks.
|
85
|
+
endif::[]
|
86
|
+
|
70
87
|
ifeval::[{disqus} == true]
|
71
88
|
To access the public commenting feature, you will need to register for
|
72
|
-
an account as an individual at _Disqus_. One of the primary purposes of
|
89
|
+
an account as an *individual* at _Disqus_. One of the primary purposes of
|
73
90
|
encouraging comments on the {j1--site-name} website is to promote a sense
|
74
91
|
of community.
|
75
92
|
|
76
|
-
NOTE: _Disqus_ (/dɪsˈkʌs/) is a blog comment hosting service
|
77
|
-
and online communities that use a networked platform.
|
78
|
-
|
79
|
-
|
80
|
-
|
93
|
+
NOTE: _Disqus_ (/dɪsˈkʌs/) is a *commercial* blog comment hosting service
|
94
|
+
for websites and online communities that use a networked platform. When you
|
95
|
+
visit our website, the commenting platform will establish a direct connection
|
96
|
+
between your browser and the server at Disqus. The _Disqus_ platform includes
|
97
|
+
various features, such as social integration and social networking to support
|
98
|
+
your personal networks.
|
81
99
|
endif::[]
|
82
100
|
|
83
101
|
== Discuss with Respect
|
@@ -85,22 +103,22 @@ endif::[]
|
|
85
103
|
One of the most important aspects of a helpful blog is the conversation
|
86
104
|
that occurs through comments that visitors publish on blog posts. However,
|
87
105
|
comment conversations can sometimes take a negative turn or feature spam
|
88
|
-
links. That's why it's helpful to have
|
89
|
-
understand what is and is not acceptable when commenting
|
106
|
+
links. That's why it's helpful to have this blog comment policy. Visitors
|
107
|
+
can understand what is and is not acceptable when commenting.
|
90
108
|
|
91
|
-
|
109
|
+
=== Comments are Welcome
|
92
110
|
|
93
111
|
Comments are welcomed and encouraged on this site, but there are some
|
94
112
|
instances where comments will be edited or deleted. The owner of this site
|
95
113
|
reserves the right to edit or delete any comments submitted to the blog
|
96
114
|
without notice.
|
97
115
|
|
98
|
-
This comment policy is subject to change at any time
|
116
|
+
NOTE: This comment policy is subject to change at any time.
|
99
117
|
|
100
118
|
Promotional::
|
101
119
|
Comments deemed to be spam or solely promotional in nature will be
|
102
|
-
deleted.
|
103
|
-
|
120
|
+
deleted. Links to relevant content are permitted, but comments should be
|
121
|
+
relevant to the article topics.
|
104
122
|
|
105
123
|
Profanity::
|
106
124
|
Comments including profanity will be deleted.
|
@@ -111,7 +129,7 @@ will be deleted. Note this may include abusive, threatening, pornographic,
|
|
111
129
|
offensive, misleading, or libelous language.
|
112
130
|
|
113
131
|
Attack::
|
114
|
-
Comments that attack
|
132
|
+
Comments that attack any *individual* directly will be deleted.
|
115
133
|
|
116
134
|
Harassing::
|
117
135
|
Comments that harass other posters will be deleted. While conversation and
|