forked from XCSoar/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (161 loc) · 6.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
---
layout: default
color: blue
title: ... the open-source glide computer
tagline: true
jquery: true
---
<script>
$(function() {
$('#screenshots .span4 a').lightBox({
imageLoading: '/lib/jquery-lightbox/lightbox-ico-loading.gif',
imageBtnClose: '/lib/jquery-lightbox/lightbox-btn-close.gif',
imageBtnPrev: '/lib/jquery-lightbox/lightbox-btn-prev.gif',
imageBtnNext: '/lib/jquery-lightbox/lightbox-btn-next.gif',
imageBlank: '/lib/jquery-lightbox/lightbox-blank.gif'
});
});
</script>
<div class="row" id="summary">
<div class="span8">
<p>
XCSoar is a tactical glide computer originally developed for the
Pocket PC platform. In 2005, the originally commercial software was
given to the open-source community for further development and has
constantly been improved since. It is now a multi-platform application
that currently runs on Linux, Android and Windows devices.
</p>
<p>
<a href="./discover/" title="Learn more about XCSoar">Learn more...</a>
</p>
<hr/>
</div>
<div id="aside" class="span4 pull-right">
<a href="./download/" class="btn btn-success btn-large btn-block">
Download XCSoar
</a>
<ul id="downloads" class="quicklinks">
<li class="list-item-data">
<a href="./download/data.html">Maps, Waypoints, ...</a>
</li>
<li class="divider"></li>
<li class="list-item-android">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/ANDROID/">Android</a>
<small class="nowrap">(<a href="https://play.google.com/store/apps/details?id=org.xcsoar">Google Play</a>)</small>
<small class="nowrap">(<a href="https://f-droid.org/en/packages/org.xcsoar/">F-Droid</a>)</small>
</li>
<li class="list-item-cubie">
<a href="https://openvario.org/doku.php?id=downloads">CUBIE/OpenVario</a>
</li>
<li class="list-item-kobo">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/KOBO/">KOBO E-reader</a>
</li>
<li class="list-item-linux">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/LINUX/">Linux</a>
</li>
<li class="list-item-pi">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/PI/">Raspberry PI 1-3</a>
</li>
<li class="list-item-pi">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/PI4/">Raspberry PI 4</a>
</li>
<li class="list-item-windows">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/WIN64/">Windows</a>
<small class="nowrap">(<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/PC/">32 bit</a> /
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/WIN64/">64 bit</a>)</small>
</li>
</ul>
<hr/>
<a href="./discover/manual.html" class="btn btn-large btn-block btn-primary">
Download Manual
</a>
<ul id="manuals" class="quicklinks">
<li class="list-item-xcsoar">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/XCSoar-manual.pdf">Manual for XCSoar {{ site.xcsoar_stable_version }}</a>
</li>
<li class="list-item-xcsoar">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/XCSoar-manual-de.pdf">German translation {{ site.xcsoar_stable_version }}</a>
</li>
<li class="list-item-xcsoar">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/XCSoar-manual-fr.pdf">French translation {{ site.xcsoar_stable_version }}</a>
</li>
<li class="list-item-xcsoar">
<a href="{{ site.download_server_url }}/{{ site.xcsoar_stable_version }}/XCSoar-manual-pt_BR.pdf">Portuguese translation {{ site.xcsoar_stable_version }}</a>
</li>
</ul>
<hr/>
<div id="social-links" class="clearfix">
<div><a href="atom.xml" title="Follow us via RSS feed" target="_blank"><img src="{% svgconvert img/icon-rss.svg 48x48 %}" alt="rss"></a></div>
<div><a href="https://github.com/XCSoar/XCSoar.git" title="Follow our development via git" target="_blank"><img src="{% svgconvert img/icon-git.svg 48x48 %}" alt="git"></a></div>
<div><a href="https://twitter.com/XCSoar" title="Follow us on Twitter" target="_blank"><img src="{% svgconvert img/icon-twitter.svg 48x48 %}" alt="twitter"></a></div>
</div>
<hr/>
</div>
<div class="span8">
<p>
Try
<a href="https://skylines.aero/" style="text-decoration:none;font-weight:bold">
<img class="logo"
src="https://www.skylines.aero/android-chrome-192x192.png" alt="skylines.aero"
width="24" height="24"/>
<span style="color:#008EDA">Sky</span><span style="color:black">Lines</span></a>, our live tracking and flight sharing platform!
</p>
<hr/>
</div>
{% for post in site.posts limit: 1 %}
<div class="span8 news-item">
<h2>
<a href="{{ post.url }}">{{ post.title }}</a><br>
<small>({{ post.date | date:'%e. %b %Y' }}{% if post.author %} by {{ post.author }}{% endif %})</small>
</h2>
<div class="news-content">
{{ post.content }}
</div>
<hr/>
</div>
{% endfor %}
{% for post in site.posts limit: 5 offset: 1 %}
<div class="span8 news-item">
<h2>
<small>{{ post.date | date:'%e. %b %Y' }}:</small>
<a href="{{ post.url }}">{{ post.title }}</a>
</h2>
</div>
{% endfor %}
<div class="span8">
<h3>
<a href="./discover/news.html" title="See previous news posts">Previous news...</a>
</h3>
{% include section_change.html %}
<div id="screenshots">
<h2>Screenshots</h2>
<h3>Highlights of XCSoar's interface</h3>
<div class="row">
<div class="span4">
<a href="./discover/screenshots/map.png" title="Moving Map">
<img src="./discover/screenshots/map.png" alt="Moving Map" class="screenshot"/>
</a>
<p><strong>Moving Map</strong><br/>
The primary display, easily configurable to provide the desired level of detail.</p>
</div>
<div class="span4">
<a href="./discover/screenshots/map_terrain1.png" title="Terrain Display">
<img src="./discover/screenshots/map_terrain1.png" alt="Terrain Display" class="screenshot"/>
</a>
<p><strong>Terrain Display</strong><br/>
Terrain and Topology data from all over the world can be displayed on the moving map.</p>
</div>
<div class="span4">
<a href="./discover/screenshots/map_flarm_traffic.png" title="FLARM Integration">
<img src="./discover/screenshots/map_flarm_traffic.png" alt="FLARM Integration" class="screenshot"/>
</a>
<p><strong>FLARM Integration</strong><br/>
All received FLARM traffic is displayed on the map and on the inset radar screen. (including climb speed)</p>
</div>
</div>
<p>
<a href="./discover/screenshots/">More...</a>
</p>
</div>
</div>
</div>