mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
52 lines
1.5 KiB
HTML
52 lines
1.5 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
-->
|
|
|
|
<!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>
|