Files
pilotclient/resources/share/legal/about.html
2024-06-02 11:27:53 +02:00

105 lines
3.4 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>About swift</title>
<noscript>
<style>
#nojs {display:none;}
</style>
</noscript>
</head>
<body>
<div class="swifttoc">
<table>
<tr>
<th colspan="3">
swift - the multiple simulator and OS pilot client.
We are an independent (private/non-commercial) software project creating open source software for flight simulation.
</th>
</tr>
<tr>
<td>
Download swift:
<ul>
<li><a target="_blank" href="https://swift-project.org/home/system_requirements/">System requirements</a>
<li><a target="_blank" href="https://github.com/swift-project/pilotclient/releases/latest"><i>swift</i> pilot client</a></li>
<li><a target="_blank" href="https://github.com/swift-project/pilotclient/releases">Tester and developer versions</a></li>
</ul>
</td>
<td>
Installation:
<ul>
<li><a target="_blank" href="https://swift-project.org/home/install/"><i>swift</i> installation</a></li>
<li><a target="_blank" href="https://swift-project.org/home/updating/"><i><i>swift</i></i> update</a></li>
<li><a target="_blank" href="https://swift-project.org/home/checklist_first_flight/">Before 1st flight</a></li>
</ul>
</td>
<td>
Documentation:
<ul>
<li><a target="_blank" href="https://swift-project.org/documentation/"><i>swift</i> help</a></li>
<li><a target="_blank" href="https://swift-project.org/home/video_tutorials/"><i>swift</i> @YouTube</a></li>
</ul>
</td>
</tr>
<tr>
<td>
Support and contact:
<ul>
<li><a target="_blank" href="https://forums.vatsim.net/forum/347-swift/">VATSIM forum (VATSIM members)</a></li>
<li><a target="_blank" href="https://discord.gg/R7Atd9A">Discord channels</a></li>
<li><a target="_blank" target="_blank"href="https://swift-project.org/home/getting_involved/bug_reporting/">Reporting bugs</a></li>
</ul>
</td>
<td>
<i>swift</i> testers:
<ul>
<li><a target="_blank" href="https://swift-project.org/home/getting_involved/">Getting involved</a></li>
<li><a target="_blank" href="https://datastore.swift-project.org"><i>swift</i> model database</a></li>
</ul>
</td>
<td>
<i>swift</i> developers:
<ul>
<li><a target="_blank" href="https://github.com/swift-project"><i>swift</i> developer site</a></li>
<li><a target="_blank" href="https://swift-project.org/home/getting_involved/developer/">Start as developer</a></li>
</ul>
</td>
</tr>
<tr>
<td>
swift model database:
<ul>
<li><a target="_blank" href="https://datastore.swift-project.org">Request model mappings</a></li>
</ul>
</td>
<td>
Legal information:
<ul>
<li><a href="legal.html">Legal topics</a></li>
<li><a href="dataprotection.html">Your data and privacy</a></li>
<li><a href="copyright.html">Copyright</a></li>
<li><a href="3rdparty.html">3rd party libraries</a></li>
</ul>
</td>
<td>
Credits:
<ul>
<li><a href="credits.html">Contributors / supporters</a></li>
<li><a href="3rdparty.html">3rd party libraries</a></li>
<li><a href="credits.html">Icon libraries</a></li>
</ul>
</td>
</tr>
</table>
</div>
</body>
</html>