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
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Marco Montabone <montabone.mrc@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 %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div class="row row-hero background-wallpaper lubuntu">
<div class="twelve-col text-center overlay-wallpaper">
<h1>Lubuntu</h1>
<h3><a href="http://lubuntu.net" target="_blank">Lubuntu</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="http://lxde.org" target="_blank">LXDE</a> e fornisce un sistema leggero, poco esoso di risorse hardware e orientato al risparmio energetico.</h3>
<p class="clearfix"><p>
<p><a href="/download/derivate" class="button--primary">Scaricalo subito!</a></p>
</div>
</div>
<!--END ROW HERO-->
<div class="row strip">
<div class="six-col">
<h2>Lubuntu</h2>
<p><a href="http://lubuntu.net" target="_blank">Lubuntu</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="http://lxde.org" target="_blank">LXDE</a> e fornisce un sistema leggero, poco esoso di risorse hardware e orientato al risparmio energetico.</p>
<p>LXDE, un ambiente dalle prestazioni veloci e a basso consumo energetico.</p>
<p>Lavora bene sia con i vecchi computer, sia con i nuovi, e ti assicura un'esperienza desktop senza problemi.</p>
</div>
<div class="six-col last-col text-center">
<img class="img-derivate-prew" src="/+assets/images/derivate/lubuntu/lubuntu-default-wallpaper.jpg">
</div>
</div>
<div class="row strip vertical-divider">
<div class="four-col">
<h2>MUSICA & VIDEO</h2>
<p>Ascolta la tua musica preferita con Audacious, potente riproduttore musicale, oppure riproduci i tuoi video preferiti con VLC Media player.</p>
<h3>Software inclusi:</h3>
<p><img class="icon" src="/+assets/images/derivate/lubuntu/vlc-24.png"> <a href="http://www.videolan.org/vlc/" target="_blank">VLC Media player</a></p>
<p><img class="icon" src="/+assets/images/derivate/ubuntugnome/rhythmbox-24.png"> <a href="https://wiki.gnome.org/Apps/Rhythmbox" target="_blank">Rhythmbox</a></p>
<p><img class="icon" src="/+assets/images/derivate/lubuntu/audacious-24.png"> <a href="http://audacious-media-player.org/" target="_blank">Audacious</a></p>
<p class="clearfix"></p>
<p><a href="https://wiki.ubuntu.com/Lubuntu" target="_blank">Per saperne di più ></a></p>
</div>
<div class="four-col">
<h2>INTERNET</h2>
<p>Navigate nel web tramite Chromium, il browser web multi-piattaforma open-source utilizzato da milioni di utenti in tutto il mondo.</p>
<h3>Software inclusi:</h3>
<p><img class="icon" src="/+assets/images/derivate/ubuntugnome/chromium-24.png"> <a href="https://www.chromium.org/getting-involved/download-chromium" target="_blank">Chromiun</a></p>
<p><img class="icon" src="/+assets/images/derivate/kubuntu/telepathy-24.png"> <a href="https://telepathy.freedesktop.org/" target="_blank">KDE Telephaty</a></p>
<p><img class="icon" src="/+assets/images/derivate/xubuntu/pidgin-24.png"> <a href="https://pidgin.im/" target="_blank">Pidgin</a></p>
<p class="clearfix"></p>
<p><a href="https://wiki.ubuntu.com/Lubuntu" target="_blank">Per saperne di più ></a></p>
</div>
<div class="four-col last-col">
<h2>UFFICIO</h2>
<p>Usa Abiword e Gnumeric per creare documenti e fogli di calcolo. Entrambe le applicazioni forniscono il supporto agli standard industriali.</p>
<h3>Software inclusi:</h3>
<p><img class="icon" src="/+assets/images/derivate/kubuntu/libreoffice-24.png"> <a href="https://www.libreoffice.org/" target="_blank">Libre Office</a></p>
<p><img class="icon" src="/+assets/images/derivate/lubuntu/abiword-24.png"> <a href="http://www.abisource.com/" target="_blank">Abiword</a></p>
<p><img class="icon" src="/+assets/images/derivate/lubuntu/gnumeric-24.png"> <a href="http://www.gnumeric.org/" target="_blank">Gnumeric</a></p>
<p class="clearfix"></p>
<p><a href="https://wiki.ubuntu.com/Lubuntu" target="_blank" >Per saperne di più ></a></p>
</div>
</div>
{% endblock %}