index.html 6.2 KB
{# 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">
    	<div class="twelve-col">
		<h1>Progetti derivati</h1>
		<p>Ubuntu è un sistema operativo diffuso ed è molto usato anche come punto di partenza per chi vuol creare il proprio sistema operativo. Progetti derivati da Ubuntu comprendono ad esempio versioni specifiche per lingua o per hardware. Qui sotto trovi le derivate ufficiali di Ubuntu.</p>    				
		<p>Esistono, inoltre, anche molte derivate non ufficiali. Per un elenco completo fare riferimento alla pagina wiki del <a href="https://wiki.ubuntu.com/DerivativeTeam/Derivatives" target="_blank">Derivatives Team</a> (en).</p>		  
    	</div>
</div>
<!--END ROW HERO-->

<!--START ROW ZERO-->
<div class="row background-wallpaper kubuntu">
	<div class="twelve-col text-center">
		<h1>Kubuntu</h1>
		<p><a href="http://www.kubuntu.org" target="_blank">Kubuntu</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="http://www.kde.org" target="_blank">KDE</a>, un sistema intuitivo e gradevole, che offre una coinvolgente esperienza utente.</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_kubuntu_index') }}">Kubuntu</a>!</p>
		<p><img src="+assets/images/derivate/kubuntu/kubuntu-logo-32.png"</p>
	</div>
</div>
<div class="row background-wallpaper xubuntu">
	<div class="twelve-col text-center">
		<h1>Xubuntu</h1>
		<p><a href="" target="_blank">Xubuntu</a> è un sistema operativo elegante e facile da configurare. Xubuntu è dotato di <a href="https://www.xfce.org/">Xfce</a>, che è un ambiente desktop stabile e leggero.</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_xubuntu_index') }}">Xubuntu</a>!</p>
		<p><img src="+assets/images/derivate/xubuntu/xubuntu-logo-32.png"></p>
	</div>
</div>
<div class="row background-wallpaper lubuntu">
	<div class="twelve-col text-center">
			<h1>Lubuntu</h1>
		<p><a href="https://wiki.ubuntu.com/Lubuntu" target="_blank">Lubuntu</a>, basato sull'ambiente grafico <a href="http://lxde.org/">LXDE</a>, fornisce un sistema leggero, poco esoso di risorse hardware e orientato al risparmio energetico.</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_lubuntu_index') }}">Lubuntu</a>!</p>
		<p><img src="+assets/images/derivate/lubuntu/lubuntu-logo-32.png"></p>
	</div>
</div>
<!--END ROW ZERO-->

<!--START ROW UBUNTUGNOME-->
<div class="row background-wallpaper ubuntugnome">
	<div class="twelve-col text-center">
		<h1>Ubuntu GNOME</h1>
		<p><a href="http://ubuntugnome.org/" target="_blank">Ubuntu GNOME</a> utilizza un ambiente grafico <a href="http://gnome.org">GNOME 3</a>, fornendo un'esperienza il più possibile fedele a GNOME ma con tutti i vantaggi di Ubuntu.</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_ubuntugnome_index') }}">Ubuntu GNOME</a>!</p>
		<p><img src="+assets/images/derivate/ubuntugnome/ubuntugnome-logo-32.png"></p>
	</div>
</div>
<!-- END ROW-->

<!-- START ROW UBUNTU MATE-->
<div class="row background-wallpaper ubuntumate">
	<div class="twelve-col text-center">
		<h1>Ubuntu MATE</h1>
		<p><a href="" target="_blank">Ubuntu MATE</a> è la versione di Ubuntu rilasciata con l'ambiente grafico MATE, fornendo un ambiente più tradizionale ma con tutti i pregi di Ubuntu.</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_ubuntumate_index') }}">Ubuntu MATE</a>!</p>
		<p><img src="+assets/images/derivate/ubuntumate/ubuntumate-logo-32.png"></p>
	</div>
</div>
<!-- END ROW-->

<!-- START ROW EDUBUNTU-->
<div class="row background-wallpaper edubuntu">
	<div class="twelve-col text-center">
		<h1>Edubuntu</h1>
		<p><a href="" target="_blank">Edubuntu</a> è nata per l'uso negli ambienti scolastici. Per raggiungere questo scopo sono state implementate applicazioni, strumenti, contenuti e temi adatti all'apprendimento.</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_edubuntu_index') }}">Eubuntu</a>!</p>
		<p><img src="+assets/images/derivate/edubuntu/edubuntu-logo-32.png"></p>
	</div>
</div>
<!--END ROW -->

<!--START ROW UBUNTU STUDIO -->
<div class="row background-wallpaper ubuntustudio">
	<div class="twelve-col text-center">
		<h1>Ubuntu STUDIO</h1>
		<p><a href="http://www.kubuntu.org" target="_blank">Ubuntu STUDIO</a> è rivolto agli appassionati e ai professionisti di audio, video e grafica nel mondo GNU/Linux. Fornisce una suite completa delle migliori applicazioni open source disponibili per creazioni multimediali.</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_ubuntustudio_index') }}">Ubuntu STUDIO</a>!</p>
		<p><img src="+assets/images/derivate/ubuntustudio/ubuntustudio-logo-32.png"></p>
	</div>
</div>
<!--END ROW -->

<!-- START ROW-->
<div class="row">
	<div class="four-col">
		<h2>Mythbuntu   
			<img src="+assets/images/derivate/mythbuntu/mythbuntu-logo-32.png">			
		</h2>
		<p><a href="" target="_blank">Mythbuntu</a> è una versione di Ubuntu pensata per trasformare il tuo PC in un PC Home Theatre sfruttando le ricche funzionalità di MythTV.
Può essere usata sia come sistema multimediale autonomo o integrata in una rete MythTV..</p>
		<p>Vuoi altre informazioni? Leggi la pagina <a href="{{ url_for('pages.derivate_mythbuntu_index') }}">Mythbuntu</a>!</p>
	</div>
</div>
<!--END ROW -->

{% endblock %}