generated from 11ty/eleventy-base-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add matomo tracking, imprint and gdpr declaration
- Loading branch information
1 parent
f1097f1
commit 3f60086
Showing
4 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<footer class="p-2"> | ||
<div>e-editiones | c/o Stadtarchiv der Ortsbürgergemeinde St.Gallen | Notkerstrasse 22 | CH-9000 St. Gallen | [email protected]<br/> | ||
IBAN: CH21 0900 0000 1549 5086 6 | BIC: POFICHBEXXX</div> | ||
<div class="col-8">e-editiones | c/o Stadtarchiv der Ortsbürgergemeinde St.Gallen | Notkerstrasse 22 | CH-9000 St. Gallen | [email protected]<br/> | ||
IBAN: CH21 0900 0000 1549 5086 6 | BIC: POFICHBEXXX<br/> | ||
<a href="/pages/imprint">Imprint</a> | <a href="/pages/gdpr">Data Protection</a> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: "Data Protection" | ||
date: "2024-03-14" | ||
--- | ||
|
||
## General | ||
|
||
By using this website, you consent to the collection, processing and use of data in accordance with the following description. This website can generally be visited without registration. Data such as pages accessed or names of files accessed, date and time are stored on the server for statistical purposes without this data being directly related to your person. | ||
|
||
## Cookies | ||
|
||
This website uses cookies. These are small text files that make it possible to store specific information related to the user on the user's terminal device while the user is using the website. Cookies make it possible, in particular, to determine the frequency of use and number of users of the pages, to analyze behavior patterns of page use, but also to make our offer more customer-friendly. Cookies remain stored beyond the end of a browser session and can be retrieved when you visit the site again. If you do not wish this to happen, you should set your Internet browser so that it refuses to accept cookies. | ||
|
||
The storage of cookies can be achieved by disabling them in the browser settings. Please note that in this case not all functions of this online offer can be used. | ||
|
||
## SSL/TLS encryption | ||
|
||
This website uses SSL/TLS encryption for security reasons and to protect the transmission of confidential content. You can recognize an encrypted connection by the fact that the address line of the browser changes from http:// to https:// and by the lock symbol in your browser line. | ||
|
||
If SSL or TLS encryption is activated, the data you transmit to us cannot be read by third parties. | ||
|
||
## Server Log-Files | ||
|
||
The provider of this website automatically collects and stores information in so-called server log files, which your browser automatically transmits to us. These are: | ||
|
||
* Browser type and Browser version | ||
* Operating system used | ||
* Referer URL | ||
* Host name of the accessing computer | ||
* Time of the server request | ||
* This data cannot be assigned to specific persons. This data is not merged with other data sources. We reserve the right to check this data retrospectively if we become aware of specific indications of illegal use. | ||
|
||
## Third party services | ||
|
||
We use the open source software Matomo. This is a web analysis platform that helps us to optimise our website. For this purpose, cookies are used to collect information about website usage (e.g. pages accessed, duration of access, browser data) so that usage behaviour can be evaluated and weak points identified. Your IP address is anonymised immediately; you as the user thus remain anonymous. | ||
|
||
The information obtained about website use is transmitted exclusively to our servers. The data collected is not passed on to third parties. | ||
|
||
## Disclaimer | ||
|
||
All information on our website has been carefully checked. Nevertheless, the occurrence of errors can not be completely excluded, so we can not guarantee the completeness, accuracy and timeliness of information. Liability claims regarding damage caused by the use of any information provided, including any kind of information which is incomplete or incorrect, will therefore be rejected. | ||
|
||
The publisher/editors may change or delete parts of the pages or the entire edition at their own discretion and without notice and are not obliged to update the contents of this website. The use of or access to this website is at the visitor's own risk. The publisher/editors are not responsible for damages, such as direct, indirect, incidental, consequential or punitive damages, allegedly caused by the visit of this website and consequently assume no liability for such damages. | ||
|
||
The publisher/editors also accept no responsibility or liability for the content and availability of third-party websites that can be accessed via external links on this website. The operators of the linked sites are solely responsible for their content. The publisher/editors thus expressly distance themselves from all third-party content that may be relevant under criminal or liability law or that may offend common decency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Imprint" | ||
date: "2024-03-14" | ||
--- | ||
|
||
## Publisher | ||
|
||
[e-editiones](https://e-editiones.org)\ | ||
c/o Stadtarchiv der Ortsbürgergemeinde St.Gallen\ | ||
Notkerstrasse 22\ | ||
CH-9000 St. Gallen\ | ||
[email protected] | ||
|
||
## Technical support and implementation | ||
|
||
JinnTec GmbH, Berlin (https://jinntec.de) | ||
|
||
## Licenses | ||
|
||
Contents and source code of this website are freely accessible on [Github](https://github.com/eeditiones/e-editiones-website). |