Ref T213, DSGVO

This commit is contained in:
Klaus Basan
2018-01-15 22:14:10 +01:00
parent f17e57bd51
commit 2026491d9a
6 changed files with 51 additions and 18 deletions

View File

@@ -15,11 +15,12 @@
<li>swift <a href="./cla.html">contributor license agreement</a>
<li>swift <a href="./dataprotection.html">data protection policy</a>
<li>swift <a href="./privacy.html">privacy and cookie policy</a>
<li>We use Google Analytics, see the <a href="./privacy.html">privacy and cookie policy</a> for details
<li>We use Google Analytics, see the <a href="./privacy.html">privacy and cookie policy</a> for details.
<li>We use Google Maps, see the <a href="./privacy.html">privacy and cookie policy</a> for details.
</ul>
<h1>Data copyright</h1>
<h1>Data copyright (swift data)</h1>
<ul>
<li>swift <a href="./data.html">data copyright</a>
<li>swift <a href="./swiftdata.html">data copyright</a>
</ul>
<h1>Other swift resources</h1>
<ul>

View File

@@ -7,8 +7,10 @@
</head>
<body>
<h1>Datenspeicherung</h1>
<h2>Welche personenbezogenen Daten werden bei "swift" gespeichert und warum?</h2>
<table>
<tr>
<th colspan="2">Welche personenbezogenen Daten werden bei "swift" gespeichert und warum?</th>
</tr>
<tr>
<th>Was wird gespeichert?</th>
<th>Warum?</th>
@@ -40,10 +42,9 @@
bei fehlerhaften/fragwürdigen Informationen.
</td>
</tr>
</table>
<h2>Welche personenbezogenen Daten werden im Entwicklerbereich "Phabricator, Jenkins" gespeichert und warum?</h2>
<table>
<tr>
<th colspan="2">Welche personenbezogenen Daten werden im Entwicklerbereich "Phabricator, Jenkins" gespeichert und warum?</th>
</tr>
<tr>
<th>Was wird gespeichert?</th>
<th>Warum?</th>
@@ -78,10 +79,9 @@
Weitere Details können der Dokumentation von git entnommen werden.
</td>
<tr>
</table>
<h2>Wo kann ich meine Daten einsehen?</h2>
<table>
<tr>
<th colspan="2">Wo kann ich meine Daten einsehen?</th>
</tr>
<tr>
<th>Selbstadministration</th>
<th>Warum?</th>
@@ -95,10 +95,9 @@
<td>
</td>
</tr>
</table>
<h2>Empfehlungen</h2>
<table>
<tr>
<th colspan="2">Empfehlungen</th>
</tr>
<tr>
<th>email und Passworte</th>
<th>Warum?</th>

View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Datenschutz (misc.)</title>
</head>
<body>
<h1>Datenaustausch</h1>
<ul>
<li>
swift tauscht Daten zwischen seinen einzelnen Web-Anwendungen aus, z.B.
<a href="https://dev.swift-project.org/">dev.swift-project.org</a> und
<a href="https://datastore.swift-project.org/">datastore.swift-project.org</a> .
</li>
<li>
swift stellt Daten ("mappings, "aircraft data") weltweit zum Download zur Verfügung.
</li>
<li>
swift stellt seine Software weltweit zum Download zur Verfügung.
</li>
<li>
swift empfängt Benutzerdaten von VATSIM zur Anmeldung ("Single Sign On").
Diese Anmeldedaten werden aus der VATSIM Infrastruktur übermittelt.
</li>
</ul>
</body>
</html>

View File

@@ -14,8 +14,8 @@
<li>storage duration / Speicherdauer</li>
<li>user rights / Betroffenenrechte</li>
<li>reasons for data storage / <a href="data.de.html">Zwecke der Datenerfassung</a></li>
<li>3rd party data receivers / Dritte Datenempfänger</li>
<li>data receivers outside the EU / Drittempfänger außerhalb EU</li>
<li>3rd party data receivers / <a href="datamisc.de.html">Dritte Datenempfänger</a></li>
<li>data receivers outside the EU / <a href="datamisc.de.html">Drittempfänger außerhalb EU</a></li>
<li>export of stored data / Bereitstellung der Daten</li>
<li>Bestehen automatisierte Entscheidungsfindung
</ol>

View File

@@ -33,4 +33,9 @@ pre {
padding: 15px;
font: 100% Courier;
}
th {
text-align: left;
background-color: lightgray;
}