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
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Marco Montabone <montabone.mrc@gmail.com>
# 2019-2020 Alessandro Viprati <vipri.alessandro@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
{% extends "layout.html" %}
{% block title %}Ubuntu Kylin{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntukylin">
<div class="col">
<h1 class="text-center">Ubuntu Kylin</h1>
<p class="intro text-center"><a href="https://www.ubuntukylin.com/index.php?lang=en" target="_blank">Ubuntu Kylin</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="https://www.ukui.org/" target="_blank">UKUI</a>.</p>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col">
<p>
Ubuntu Kylin è una variante di Ubuntu realizzata per essere più
confortevole per gli utenti cinesi. Ubuntu Kylin fornisce i
programmi generalente preferiti da molti utenti cinesi e
l'interfaccia UKUI.
</p>
</div>
<div class="col col-quarter">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-kylin/ubuntu-kylin-logo.png') }}" alt="Logo di Ubuntu Kylin">
</div>
</div>
<div class="row text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-kylin") }}">Scarica Ubuntu Kylin</a>
<a class="btn" href="https://www.ubuntukylin.com/index.php?lang=en">Sito internazionale</a>
<a class="btn" href="https://www.ubuntukylin.com/jintro/download.php?class2=468&lang=en">Per saperne di più</a>
</div>
</div>
</div>
{% endblock %}