DSGVO and adjusted bootstrap URL: https://datastore.swift-project.net

This commit is contained in:
Klaus Basan
2018-04-11 02:17:31 +02:00
committed by Roland Winklmeier
parent 6061a61d50
commit 4423f8503f
11 changed files with 253 additions and 64 deletions

View File

@@ -0,0 +1,48 @@
<!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.
VATSIM ist ein weltweites Netzwerk, d.h. EU/außerhalb EU.
</li>
</ul>
<h1>Data exchange</h1>
<ul>
<li>
swift shares data among its own ecosystem, i.e. the various applications like
<a href="https://dev.swift-project.org/">dev.swift-project.org</a> and
<a href="https://datastore.swift-project.org/">datastore.swift-project.org</a> .
</li>
<li>
swift data for flight simulation ("mappings, "aircraft data") are provided worldwide.
</li>
<li>
swift software can be downloaded worldwide.
</li>
<li>
swift receives and uses user data/credentials for authentication ("Single Sign On").
Those data are transferred from the VATSIM network, which operates worldwide
(i.e. EU/non EU).
</li>
</ul>
</body>
</html>