mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!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://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://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>
|