Commit 9f089b14 authored by shadMod's avatar shadMod 💬

quick beautify

parent e2f97cd1
{# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Accesso negato{% endblock %}
{% block title %}
Accesso negato
{% endblock %}
{% block content %}
<div class="page">
<div class="page">
<div class="row">
<div class="col">
<h1>Accesso negato</h1>
<h1>
Accesso negato
</h1>
{% if g.auth_id %}
<p>
Il tuo gruppo non dispone dei permessi necessari per
......@@ -31,12 +37,14 @@
</p>
{% else %}
<p>
Questa pagina è riservata ai membri di Ubuntu-it con
adeguati permessi. <a href="{{ url_for("auth.login") }}">
Effettua l'accesso</a> per visualizzarla.
Questa pagina è riservata ai membri di Ubuntu-it con adeguati permessi.
<a href="{{ url_for('auth.login') }}">
Effettua l'accesso
</a>
per visualizzarla.
</p>
{% endif %}
</div>
</div>
</div>
</div>
{% endblock %}
{# Source code of the Ubuntu-it website
# Copyright (C) 2016 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2016 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %} Pagina non trovata {% endblock %}
{% block title %}
Pagina non trovata
{% endblock %}
{% block content %}
<div class="page">
<div class="page">
<div class="row">
<div class="col">
<h1 class="text-center">Questa pagina non esiste</h1>
<h1 class="text-center">
Questa pagina non esiste
</h1>
</div>
</div>
<div class="row">
<div class="col">
<p>
Beh, ovviamente <i>questa</i> pagina esiste. Ma la pagina che hai
richiesto non esiste. Infatti, questa pagina esiste solo per dirti
Beh, ovviamente
<i>
questa
</i>
pagina esiste. Ma la pagina che hai richiesto non esiste. Infatti, questa pagina esiste solo per dirti
che la pagina che stai cercando non esiste.
</p>
<p>
Se questa pagina esisteva in passato e non la trovi più
<a href="https://forum.ubuntu-it.org/viewforum.php?f=45&sid=855a03444972c626fb2d486b42d05469">
segnalacelo
</a> che provvederemo a sistemare il prima possibile!
</a>
che provvederemo a sistemare il prima possibile!
</p>
</div>
</div>
</div>
</div>
{% endblock %}
......@@ -7,7 +7,7 @@
# (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
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
......
{# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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" %}
{% from "actions/macros.html" import render_actions with context %}
{% block title %}Azioni recenti{% endblock %}
{% block title %}
Azioni recenti
{% endblock %}
{% block content %}
<div class="page">
<div class="page">
<div class="row">
<div class="col">
<h1>Azioni recenti</h1>
<h1>
Azioni recenti
</h1>
{{ render_actions(actions) }}
</div>
</div>
</div>
</div>
{% endblock %}
{# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023
#
# 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; without 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" %}
{% from "actions/macros.html" import render_actions with context %}
{% block title %}Dettagli sessione{% endblock %}
{% block title %}
Dettagli sessione
{% endblock %}
{% block content %}
<div class="page">
<div class="page">
<div class="row">
<div class="col">
<h1>Dettagli sessione</h1>
<h1>
Dettagli sessione
</h1>
<div class="table">
<table>
<tr>
<td>Nome utente</td>
<td><b>{{ session.nickname }}</b></td>
<td>
Nome utente
</td>
<td>
<b>
{{ session.nickname }}
</b>
</td>
</tr>
<tr>
<td>Stato</td>
<td>{% if session.active -%}
<span class="text-green">Attiva</span>
<td>
Stato
</td>
<td>
{% if session.active -%}
<span class="text-green">
Attiva
</span>
{%- else -%}
<span class="text-red">Scaduta</span>
{%- endif %}</td>
<span class="text-red">
Scaduta
</span>
{%- endif %}
</td>
</tr>
<tr>
<td>Indirizzo IP</td>
<td>{{ session.ip }}</td>
<td>
Indirizzo IP
</td>
<td>
{{ session.ip }}
</td>
</tr>
<tr>
<td>Inizio</td>
<td>{{ session.created_at|format_timestamp }}</td>
<td>
Inizio
</td>
<td>
{{ session.created_at|format_timestamp }}
</td>
</tr>
<tr>
<td>{% if session.active %}Scadenza{% else %}Fine{% endif %}</td>
<td>{{ session.expires_at|format_timestamp }}</td>
<td>
{% if session.active %}Scadenza{% else %}Fine{% endif %}
</td>
<td>
{{ session.expires_at|format_timestamp }}
</td>
</tr>
<tr>
<td>Team</td>
<td>
Team
</td>
<td>
{% for team in session.teams %}
<a href="https://launchpad.net/~{{ team }}">
......@@ -67,7 +101,7 @@
</div>
{% if g.auth_id != session.id and session.active %}
<a class="btn" href="{{ url_for(".sessions_revoke", id=session.id) }}">
<a class="btn" href="{{ url_for('.sessions_revoke', id=session.id) }}">
Disabilita sessione
</a>
{% endif %}
......@@ -77,26 +111,42 @@
<div class="row">
<div class="col">
{% if session.active %}
<h2>Altre sessioni dell'utente</h2>
<h2>
Altre sessioni dell'utente
</h2>
{% else %}
<h2>Sessioni correnti dell'utente</h2>
<h2>
Sessioni correnti dell'utente
</h2>
{% endif %}
<div class="table">
<table>
<tr>
<th>Indirizzo IP</th>
<th>Inizio</th>
<th>Scadenza</th>
<th>
Indirizzo IP
</th>
<th>
Inizio
</th>
<th>
Scadenza
</th>
<th></th>
<th></th>
</tr>
{% for session in others %}
<tr>
<td>{{ session.ip }}</td>
<td>{{ session.created_at|format_timestamp }}
<td>{{ session.expires_at|format_timestamp }}
<td>
<a href="{{ url_for(".sessions_show", id=session.id) }}">
{{ session.ip }}
</td>
<td>
{{ session.created_at|format_timestamp }}
</td>
<td>
{{ session.expires_at|format_timestamp }}
</td>
<td>
<a href="{{ url_for('.sessions_show', id=session.id) }}">
Dettagli
</a>
</td>
......@@ -104,7 +154,7 @@
{% if session.id == g.auth_id %}
Sessione corrente
{% else %}
<a href="{{ url_for(".sessions_revoke", id=session.id) }}">
<a href="{{ url_for('.sessions_revoke', id=session.id) }}">
Disabilita sessione
</a>
{% endif %}
......@@ -116,16 +166,18 @@
</div>
</div>
{% endif %}
</div>
</div>
{% if permission("actions.show") and actions %}
<div class="page">
{% if permission("actions.show") and actions %}
<div class="page">
<div class="row">
<div class="col">
<h2>Azioni eseguite in questa sessione</h2>
<h2>
Azioni eseguite in questa sessione
</h2>
{{ render_actions(actions, own=True) }}
</div>
</div>
</div>
{% endif %}
</div>
{% endif %}
{% endblock %}
{# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2018 Pietro Albini
<pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Sessioni attive{% endblock %}
{% block title %}
Sessioni attive
{% endblock %}
{% block content %}
<div class="page">
<div class="page">
<div class="row">
<div class="col">
<h1>Sessioni attive</h1>
<h1>
Sessioni attive
</h1>
{% if g.auth_sessions_count > 1 %}
<p>
<a class="btn" href="{{ url_for(".sessions_revoke_all") }}">
<a class="btn" href="{{ url_for('.sessions_revoke_all') }}">
Disabilita ogni altra sessione
</a>
</p>
......@@ -38,21 +46,37 @@
<div class="table">
<table>
<tr>
<th>Nome utente</th>
<th>Indirizzo IP</th>
<th>Inizio</th>
<th>Scadenza</th>
<th>
Nome utente
</th>
<th>
Indirizzo IP
</th>
<th>
Inizio
</th>
<th>
Scadenza
</th>
<th></th>
<th></th>
</tr>
{% for session in sessions %}
<tr>
<td>{{ session.nickname }}</td>
<td>{{ session.ip }}</td>
<td>{{ session.created_at|format_timestamp }}</td>
<td>{{ session.expires_at|format_timestamp }}</td>
<td>
<a href="{{ url_for(".sessions_show", id=session.id) }}">
{{ session.nickname }}
</td>
<td>
{{ session.ip }}
</td>
<td>
{{ session.created_at|format_timestamp }}
</td>
<td>
{{ session.expires_at|format_timestamp }}
</td>
<td>
<a href="{{ url_for('.sessions_show', id=session.id) }}">
Dettagli
</a>
</td>
......@@ -60,7 +84,7 @@
{% if session.id == g.auth_id %}
Sessione corrente
{% else %}
<a href="{{ url_for(".sessions_revoke", id=session.id) }}">
<a href="{{ url_for('.sessions_revoke', id=session.id) }}">
Disabilita sessione
</a>
{% endif %}
......@@ -71,5 +95,5 @@
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2020 Alessandro Viprati <vipri.alessandro@gmail.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Download{% endblock %}
{% block title %}
Download
{% endblock %}
{% block content %}
<div class="page">
<div class="row">
<div class="page">
<div class="row m-auto">
<div class="col text-center">
<h1>Scarica Ubuntu</h1>
<p class="intro">Entra subito nel mondo Ubuntu. Scaricalo ora!</p>
</div>
<h1>
Scarica Ubuntu
</h1>
<p class="intro">
Entra subito nel mondo Ubuntu. Scaricalo ora!
</p>
</div>
</div>
</div>
<div class="page">
{% for name, data in distros.items() %}
<div class="row download-index-distro background-wallpaper {{ name }}">
<div class="page bg-white">
{% for distro, data in distros.items() %}
{% with data=data["info"] %}
<div class="row m-auto download-index-distro background-wallpaper {{ data.name.lower().replace(' ', '-') }}">
<div class="col">
<h2>{{ data["name"] }}</h2>
<p>{{ data["description"] }}</p>
<h2>
{{ data["name"] }}
</h2>
<p>
{{ data["description"] }}
</p>
</div>
<div class="col col-center col-quarter">
<a class="btn" href="{{ url_for("download.landing", distro = name) }}">
<a class="btn" href="{{ url_for('download.landing', distro=distro) }}">
Scaricalo ora
</a>
</div>
</div>
{% endwith %}
{% endfor %}
</div>
</div>
{% endblock %}
{# Source code of the Ubuntu-it website
# Copyright (C) 2016 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2016 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Scarica {{ distro["name"] }}{% endblock %}
{% block title %}
Scarica {{ distro["info"]["name"] }}
{% endblock %}
{% block content %}
<div class="page">
{% with info = distro["info"] %}
<div class="page">
{% for release in distro["releases"] %}
<div class="row {% if loop.index == 1 %}background-wallpaper {{ distro_name }}{% endif %}">
<div class="row m-auto {% if loop.index == 1 %}background-wallpaper
{{ info.name.lower().replace(' ', '-') }}{% endif %}">
<div class="col">
<h2>
{{ distro["name"] }}
{{ info["name"] }}
{{ releases[release]["version"] }}
{% if releases[release]["lts"] %}LTS{% endif %}
{% if release == 'lts' %} LTS{% endif %}
</h2>
{% if release == "latest" %}
{% if release == "interim" %}
<p>
{{ distro["name"] }} {{ releases[release]["version"] }} {% if releases[release]["lts"] %}LTS{% endif %}
è l'ultimo rilascio di {{ distro["name"] }}, con
tutte le ultime novità ed aggiornamenti.
Il periodo di supporto, con aggiornamenti di sicurezza,
è di
{% if releases[release]["lts"] -%}
{{ distro["lts-support-years"] }} anni
{%- else -%}
9 mesi
{%- endif -%}.
{{ info["name"] }} {{ releases["interim"]["version"] }}
{% if releases["interim"]["lts"] %}LTS{% endif %} è l'ultimo rilascio di
{{ info["name"] }}, con tutte le ultime novità e aggiornamenti.
Il periodo di supporto, con aggiornamenti di sicurezza, è di 9 mesi
</p>
{% elif release == "lts" %}
<p>
{{ distro["name"] }} {{ releases[release]["version"] }} {% if releases[release]["lts"] %}LTS{% endif %}
è il rilascio stabile di {{ distro["name"] }},
con aggiornamenti di sicurezza garantiti per {{ distro["lts-support-years"] }} anni.
{{ info["name"] }}
{{ releases["lts"]["version"] }} {% if releases["lts"]["lts"] %}LTS{%endif %}
è il rilascio stabile di {{ info["name"] }}, con aggiornamenti di
sicurezza garantiti per {{ distro["lts-support-years"] }} anni.
{% endif %}
</div>
<div class="col">
<div class="box download-form">
<form action="{{ url_for(".redirect") }}" method="post">
<form action="{{ url_for('.redirect') }}" method="post">
<input type="hidden" name="distro" value="{{ distro_name }}">
<input type="hidden" name="release" value="{{ release }}">
......@@ -60,7 +63,8 @@
<div class="download-form-group">
{% for arch in distro["archs"].keys() %}
<div>
<input id="arch-{{ release }}-{{ arch }}" type="radio" name="arch" value="{{ arch }}" {% if loop.index == 1 %}checked{% endif %}>
<input id="arch-{{ release }}-{{ arch }}" type="radio" name="arch" value="{{ arch }}"
{% if loop.index== 1 %}checked{% endif %}>
<label for="arch-{{ release }}-{{ arch }}">
Architettura {{ archs[arch] }}
</label>
......@@ -68,7 +72,7 @@
{% endfor %}
</div>
{% else %}
<input type="hidden" name="arch" value="{{ distro["archs"].keys()|first }}">
<input type="hidden" name="arch" value="{{ distro['archs'].keys()|first }}">
{% endif %}
<div class="download-form-group">
......@@ -79,41 +83,46 @@
</div>
<div class="download-form-buttons">
<button class="btn" type="submit">Download</button>
<button class="btn" type="submit">
Download
</button>
</div>
</form>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="page">
<div class="row">
<div class="page">
<div class="row m-auto">
<div class="col">
<h3>Requisiti di sistema</h3>
<h3>
Requisiti di sistema
</h3>
<p>
Se non sei sicuro che il tuo computer possa reggere
{{ distro["name"] }} ti consigliamo di controllare i
requisiti di sistema. Nel caso disponessi di un
vecchio computer, puoi sempre provare una derivata più leggera!
Se non sei sicuro che il tuo computer possa reggere {{ info["name"] }} ti consigliamo di
controllare i requisiti di sistema. Nel caso disponessi di un vecchio computer, puoi sempre provare una
derivata più leggera!
</p>
<a class="btn" href="https://wiki.ubuntu-it.org/Installazione/RequisitiDiSistema">
Leggi i requisiti
</a>
</div>
<div class="col">
<h3>La comunità</h3>
<h3>
La comunità
</h3>
<p>
{{ distro["name"] }} è creato e supportato da
volontari che dedicano il loro tempo a sviluppare un
sistema operativo migliore. Cosa aspetti a contribuire ed
aiutarci a realizzare qualcosa di innovativo? È facile!
{{ info["name"] }} è creato e supportato da volontari che dedicano il loro tempo a sviluppare
un sistema operativo migliore. Cosa aspetti a contribuire e aiutarci a realizzare qualcosa di
innovativo? È facile!
</p>
<a class="btn" href="{{ url_for("pages.contribuire_index") }}">
<a class="btn" href="{{ url_for('pages.contribuire_index') }}">
Inizia subito a contribuire
</a>
</div>
</div>
</div>
</div>
{% endwith %}
{% endblock %}
......@@ -8,7 +8,7 @@
# (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
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
......
This diff is collapsed.
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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/>.
#}
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Riccardo Padovani <rpadovani@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Riccardo Padovani <rpadovani@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Comunità{% endblock %}
{% block title %}
Comunità
{% endblock %}
{% block content %}
<div class="page">
<div class="row">
<div class="col">
<h1 class="text-center">Comunità</h1>
<h1 class="text-center">
Comunità
</h1>
<p class="intro text-center">
Sia che siate utenti esperti di Linux o appena approdati
nel mondo dell'open-source, ci sono molti modi per essere
coinvolti con la comunità italiana di Ubuntu.
Sia che siate utenti esperti di Linux o appena approdati nel mondo dell'open-source, ci sono molti modi
per essere coinvolti con la comunità italiana di Ubuntu.
</p>
</div>
</div>
......@@ -36,58 +41,94 @@
<div class="page">
<div class="row">
<div class="col">
<h3 class="text-center"><a href="https://www.ubuntu-it.org/comunita/orientamento">Orientamento</a></h3>
<h3 class="text-center">
<a href="https://www.ubuntu-it.org/comunita/orientamento">
Orientamento
</a>
</h3>
<p>
Tutti possono collaborare, non serve essere programmatori.
Abbiamo bisogno di grafici, traduttori, esperti di comunicazione, e anche di te!
Tutti possono collaborare, non serve essere programmatori. Abbiamo bisogno di grafici, traduttori,
esperti di comunicazione, e anche di te!
</p>
<p>
Se non sai come potresti aiutare, puoi seguire il nostro breve <a href="https://www.ubuntu-it.org/comunita/orientamento">percorso di orientamento</a>.
Se non sai come potresti aiutare, puoi seguire il nostro breve
<a href="https://www.ubuntu-it.org/comunita/orientamento">
percorso di orientamento
</a>.
</p>
</div>
<div class="col">
<h3 class="text-center"><a href="https://www.ubuntu-it.org/comunita/struttura">Struttura della comunità</a></h3>
<h3 class="text-center">
<a href="https://www.ubuntu-it.org/comunita/struttura">
Struttura della comunità
</a>
</h3>
<p>
La comunità è organizzata in gruppi di lavoro.
Alcuni richiedono skills elevate, altri sono alla portata di tutti.
Per chi ha intenzione di contribuire, le attività a disposizione sono molteplici.
La comunità è organizzata in gruppi di lavoro. Alcuni richiedono skills elevate, altri sono alla portata
di tutti. Per chi ha intenzione di contribuire, le attività a disposizione sono molteplici.
</p>
<p>
Guarda <a href="https://www.ubuntu-it.org/comunita/struttura">come è strutturata la comunità</a> per capirne di più.
Guarda
<a href="https://www.ubuntu-it.org/comunita/struttura">
come è strutturata la comunità
</a>
per capirne di più.
</p>
</div>
</div>
<div class="row row-borderless">
<div class="col">
<h3 class="text-center"><a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">Dietro le quinte</a></h3>
<h3 class="text-center">
<a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">
Dietro le quinte
</a>
</h3>
<p>
Vuoi conoscere da vicino le persone che lavorano all'interno della Comunità italiana?
Scopri i protagonisti che lavorano "dietro le quinte" di Ubuntu e Ubuntu-it.
Vuoi conoscere da vicino le persone che lavorano all'interno della Comunità italiana? Scopri i
protagonisti che lavorano "dietro le quinte" di Ubuntu e Ubuntu-it.
</p>
<p>
Leggi le loro <a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">interviste</a>.
Leggi le loro
<a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">
interviste
</a>.
</p>
</div>
<div class="col">
<h3 class="text-center"><a href="https://www.ubuntu-it.org/news">Notizie</a></h3>
<h3 class="text-center">
<a href="https://www.ubuntu-it.org/news">
Notizie
</a>
</h3>
<p>
Puoi leggere tutte le notizie riguardanti Ubuntu e la comunità italiana.
</p>
<p>
La migliore <a href="https://www.ubuntu-it.org/news">fonte di informazioni</a> in italia su Ubuntu.
La migliore
<a href="https://www.ubuntu-it.org/news">
fonte di informazioni
</a>
in italia su Ubuntu.
</p>
</div>
</div>
<div class="row">
<div class="col">
<h3 class="text-center"><a href="https://www.ubuntu-it.org/comunita/codice-di-condotta">Codice di condotta</a></h3>
<h3 class="text-center">
<a href="https://www.ubuntu-it.org/comunita/codice-di-condotta">
Codice di condotta
</a>
</h3>
<p>
Il codice di condotta regola i comportamenti dei membri della comunità.
Valido in ogni forum, mailing list, wiki, sito web, canale IRC, incontri pubblici o
corrispondenza privata.
Il codice di condotta regola i comportamenti dei membri della comunità. Valido in ogni forum, mailing
list, wiki, sito web, canale IRC, incontri pubblici o corrispondenza privata.
</p>
<p>
Il <a href="https://www.ubuntu-it.org/comunita/codice-di-condotta">codice di condotta</a> garantisce rispetto e collaborazione all'interno della comunità.
Il
<a href="https://www.ubuntu-it.org/comunita/codice-di-condotta">
codice di condotta
</a>
garantisce rispetto e collaborazione all'interno della comunità.
</p>
</div>
</div>
......
This diff is collapsed.
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Informativa sui cookie{% endblock %}
{% block title %}
Informativa sui cookie
{% endblock %}
{% block content %}
<div class="page">
<div class="page">
<div class="row">
<div class="col">
<h1>Informativa sui cookie</h1>
<p class="intro">Valida per tutti i portali di Ubuntu-it</p>
</div>
<h1>
Informativa sui cookie
</h1>
<p class="intro">
Valida per tutti i portali di Ubuntu-it
</p>
</div>
</div>
</div>
{% endblock %}
{# 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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Marco Montabone <montabone.mrc@gmail.com>
# Copyright (C) 2019 Alessandro Viprati <vipri.alessandro@gmail.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 Budgie{% endblock %}
{% block title %}
Ubuntu Budgie
{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntu-budgie">
<div class="col">
<h1 class="text-center">Ubuntu Budgie</h1>
<p class="intro text-center"><a href="https://ubuntubudgie.org/" target="_blank">Ubuntu Budgie</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="https://github.com/solus-project/budgie-desktop" target="_blank">Budgie</a>.</p>
<h1 class="text-center">
Ubuntu Budgie
</h1>
<p class="intro text-center">
<a href="https://ubuntubudgie.org/" target="_blank">
Ubuntu Budgie
</a>
è la versione di Ubuntu basata sull'ambiente grafico
<a href="https://github.com/solus-project/budgie-desktop" target="_blank">
Budgie
</a>.
</p>
</div>
</div>
</div>
......@@ -40,104 +55,87 @@
</p>
</div>
<div class="col col-quarter">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/ubuntu-budgie-logo.png") }}" alt="Logo di Ubuntu Budgie">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-logo.png') }}"
alt="Logo di Ubuntu Budgie">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<h2>
Flessibile
</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
L'utilizzo di Ubuntu Budgie offre la libertà di eseguire un sistema operativo completo e ricco di
funzionalità, preconfigurato con la maggior parte, se non tutte, le applicazioni necessarie per
l'attività informatica quotidiana, o di modificare l'aspetto, il funzionamento o le applicazioni
eseguite in base ai propri gusti.
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-desktop.png') }}">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<h2>
Sicuro
</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
Ubuntu Budgie è stato progettato pensando alla sicurezza. A differenza dei sistemi operativi che si
aggiornano solo una volta al mese, Ubuntu Budgie riceve aggiornamenti continui. Gli aggiornamenti
includono patch di sicurezza per Ubuntu Budgie e tutti i suoi componenti. Anche gli aggiornamenti di
sicurezza per tutte le applicazioni installate vengono forniti con la stessa frequenza. In questo modo
si ha la certezza di avere la protezione più recente per tutto il software del computer, non appena
disponibile!
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-security.png') }}">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<h2>
Software per ogni esigenza
</h2>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
Ubuntu Budgie aggiunge una raccolta di applicazioni aggiuntive per trasformare il computer in una
workstation davvero potente: dalla produttività all'intrattenimento!
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-everything.jpg') }}">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<h2>
Powered by Steam
</h2>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
Negli ultimi due anni Linux è diventato una piattaforma di gioco di prima classe grazie all'arrivo della
piattaforma Steam su Linux. Al momento in cui scriviamo, Steam ha più di 2000 titoli indie e AAA di alta
qualità pronti per Ubuntu Budgie. Se Steam è un importante passo avanti per il gioco su Linux, ci sono
anche molti titoli Open Source di alta qualità e divertenti disponibili per Ubuntu Budgie. Non importa
se vi piacciono i simulatori di volo, le corse automobilistiche, gli sparatutto in prima persona, i
giochi di salto e corsa o di carte, troverete qualcosa che vi intratterrà.
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-steam.jpg') }}">
</div>
</div>
<div class="row text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-budgie") }}">Scarica Ubuntu Budgie</a>
<a class="btn" href="https://ubuntubudgie.org/">Sito internazionale</a>
<a class="btn" href="https://ubuntubudgie.org/about">Per saperne di più</a>
<a class="btn" href="{{ url_for('download.landing', distro='ubuntu-budgie') }}">
Scarica Ubuntu Budgie
</a>
<a class="btn" href="https://ubuntubudgie.org/">
Sito internazionale
</a>
<a class="btn" href="https://ubuntubudgie.org/about">
Per saperne di più
</a>
</div>
</div>
</div>
......
{# 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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Marco Montabone <montabone.mrc@gmail.com>
# Copyright (C) 2019 Alessandro Viprati <vipri.alessandro@gmail.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 title %}
Ubuntu Kylin
{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntukylin">
<div class="row background-wallpaper ubuntu-kylin">
<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>
<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>
......@@ -33,111 +48,26 @@
<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.
Ubuntu Kylin è una variante di Ubuntu realizzata per essere più confortevole per gli utenti cinesi.
Ubuntu Kylin fornisce i programmi generalmente 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">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-kylin/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-kylin/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-kylin/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-kylin/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-kylin/file.png") }}" alt="Nome">
<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>
<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>
......
{# 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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Marco Montabone <montabone.mrc@gmail.com>
# Copyright (C) 2019 Alessandro Viprati <vipri.alessandro@gmail.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 MATE{% endblock %}
{% block title %}
Ubuntu MATE
{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntu-mate">
<div class="col">
<h1 class="text-center">Ubuntu MATE</h1>
<p class="intro text-center"><a href="https://ubuntu-mate.org/" target="_blank">Ubuntu MATE</a> è la versione di Ubuntu basata sull'ambiente grafico <a href="https://mate-desktop.org/it/" target="_blank">MATE</a>.</p>
<h1 class="text-center">
Ubuntu MATE
</h1>
<p class="intro text-center">
<a href="https://ubuntu-mate.org/" target="_blank">
Ubuntu MATE
</a>
è la versione di Ubuntu basata sull'ambiente grafico
<a href="https://mate-desktop.org/it/" target="_blank">
MATE
</a>.
</p>
</div>
</div>
</div>
......@@ -33,112 +48,27 @@
<div class="row">
<div class="col">
<p>
Ubuntu MATE è un sistema operativo facile da usare con un
ambiente grafico configurabile, ideale per coloro che
preferiscono un desktop tradizionale.
Con requisiti hardware modesti, è adatto per sia per PC moderni
sia per hardware meno recente.
Ubuntu MATE è un sistema operativo facile da usare con un ambiente grafico configurabile, ideale per
coloro che preferiscono un desktop tradizionale. Con requisiti hardware modesti, è adatto per sia per PC
moderni sia per hardware meno recente.
</p>
</div>
<div class="col col-quarter">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/ubuntu-mate-logo.png") }}" alt="Logo di Ubuntu MATE">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/file.png") }}" alt="Nome">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-mate/ubuntu-mate-logo.png') }}"
alt="Logo di Ubuntu MATE">
</div>
</div>
<div class="row text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-mate") }}">Scarica Ubuntu MATE</a>
<a class="btn" href="https://ubuntu-mate.org/">Sito internazionale</a>
<a class="btn" href="https://ubuntu-mate.org/about/">Per saperne di più</a>
<a class="btn" href="{{ url_for('download.landing', distro='ubuntu-mate') }}">
Scarica Ubuntu MATE
</a>
<a class="btn" href="https://ubuntu-mate.org/">
Sito internazionale
</a>
<a class="btn" href="https://ubuntu-mate.org/about/">
Per saperne di più
</a>
</div>
</div>
</div>
......
{# 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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Marco Montabone <montabone.mrc@gmail.com>
# Copyright (C) 2019 Alessandro Viprati <vipri.alessandro@gmail.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 Studio{% endblock %}
{% block title %}
Ubuntu Studio
{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper ubuntustudio">
<div class="row background-wallpaper ubuntu-studio">
<div class="col">
<h1 class="text-center">Ubuntu Studio</h1>
<p class="intro text-center"><a href="http://ubuntustudio.org/" target="_blank">Ubuntu Studio</a> è la versione di Ubuntu per persone creative.</p>
<h1 class="text-center">
Ubuntu Studio
</h1>
<p class="intro text-center">
<a href="http://ubuntustudio.org/" target="_blank">
Ubuntu Studio
</a>
è la versione di Ubuntu per persone creative.
</p>
</div>
</div>
</div>
......@@ -34,111 +46,29 @@
<div class="col">
<p>
Ubuntu Studio è il sistema open source dedicato alla
multimedialità più usato nel mondo. Ubuntu Studio è fornito delle
più comuni applicazioni multimediali libere ed è configurato per
essere prestante in vari ambiti: audio, grafica, video,
fotografia, editoria.
</p>
</div>
<div class="col col-quarter">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/ubuntu-studio-logo.png") }}" alt="Logo di Ubuntu Studio">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/file.png") }}" alt="Nome">
</div>
</div>
<div class="row">
<div class="col" align="justify">
<h2>Titolo2</h2>
<p>
Testo.
multimedialità più usato nel mondo.
</p>
<p>
<ul>
<li>Testo.</li>
<li>Testo.</li>
<li>Testo.</li>
</ul>
Ubuntu Studio è fornito delle più comuni applicazioni multimediali libere ed è configurato per essere
prestante in vari ambiti: audio, grafica, video, fotografia, editoria.
</p>
</div>
<div class="col">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/file.png") }}" alt="Nome">
<div class="col col-quarter">
<img src="{{ url_for('static', filename='images/derivate/ubuntu-studio/ubuntu-studio-logo.png') }}"
alt="Logo di Ubuntu Studio">
</div>
</div>
<div class="row text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-studio") }}">Scarica Ubuntu Studio</a>
<a class="btn" href="http://ubuntustudio.org/">Sito internazionale</a>
<a class="btn" href="http://ubuntustudio.org/tour/">Per saperne di più</a>
<a class="btn" href="{{ url_for('download.landing', distro='ubuntu-studio') }}">
Scarica Ubuntu Studio
</a>
<a class="btn" href="http://ubuntustudio.org/">
Sito internazionale
</a>
<a class="btn" href="http://ubuntustudio.org/tour/">
Per saperne di più
</a>
</div>
</div>
</div>
......
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2021 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/>.
#}
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2021 Alessandro Viprati <vipri.alessandro@gmail.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Home page{% endblock %}
{% block title %}
Home page
{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper banner-latest" style="padding: 80px;">
<div class="row background-wallpaper banner-latest p-100">
<div class="col text-center">
<h1>Ubuntu 21.10</h1>
<p class="intro text-center">Le ultime novità dal mondo del software
libero, con stile.</p>
<a class="btn" href="{{ url_for("pages.scopri-ubuntu_nuovo-rilascio") }}">Scopri di più</a>
<a class="btn" href="{{ url_for("download.landing", distro="desktop") }}">Scarica Ubuntu</a>
<h1>
Ubuntu 23.10.1
</h1>
<p class="intro text-center">
Le ultime novità dal mondo del software libero, con stile.
</p>
<a class="btn" href="{{ url_for('pages.scopri-ubuntu_latest-version') }}">
Scopri di più
</a>
<a class="btn" href="{{ url_for('download.landing', distro='desktop') }}">
Scarica Ubuntu
</a>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col">
<h2>Comunità italiana</h2>
<p>Ubuntu-it è la comunità italiana di Ubuntu organizzata in
<a href="{{ url_for('pages.comunita_index') }}">gruppi di lavoro</a>,
ciascuno con obbiettivi diversi: dallo sviluppo
al supporto, alla documentazione, alla promozione...</p>
<h2>
Comunità italiana
</h2>
<p>
Ubuntu-it è la comunità italiana di Ubuntu.
</p>
<p>
Essa è organizzata in diversi
<a href="{{ url_for('pages.comunita_index') }}">
gruppi di lavoro
</a>,
coordinati dal Consiglio della comunità, ciascuno con un obiettivo diverso:
dallo sviluppo, al supporto fino alla promozione.
</p>
</div>
<div class="col">
<h2>Derivate</h2>
<p>Interfacce diverse ma sotto batte lo stesso cuore, per essere
libero di scegliere. Scopri le differenze e gli obiettivi nella
<a href="{{ url_for('pages.derivate_index') }}">pagina dedicata</a>.</p>
<h2>
Derivate
</h2>
<p>
Interfacce diverse ma sotto batte lo stesso cuore, per essere libero di scegliere.
</p>
<p>
Scopri le differenze e gli obiettivi nella
<a href="{{ url_for('pages.derivate_index') }}">
pagina dedicata
</a>.
</p>
</div>
<div class="col">
<h2>Supporto</h2>
<p>Cerca risposte alle tue domande nei
<a href="{{ url_for('pages.supporto') }}">portali di Ubuntu-it</a> e
aiutaci a fornire supporto a chi ne ha bisogno.</p>
<h2>
Supporto
</h2>
<p>
Cerca risposte alle tue domande nei
<a href="{{ url_for('pages.supporto') }}">
portali di Ubuntu-it
</a>
e aiutaci a fornire supporto a chi ne ha bisogno.
</p>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col">
<h2>Ultime novità</h2>
<h2>
Scopri Ubuntu
</h2>
<p>
Veloce, sicuro ed elegantemente semplice.
</p>
<p>
Ubuntu è usato da più di 20 milioni di persone in tutto il mondo ogni giorno.
</p>
</div>
<div class="col">
<p>inserire link ultimi articoli <a href="/news">blog</a>.</p>
<h2>
Ultime novità
</h2>
<ul class="item-list">
<li>
<a href="{{ url_for('pages.derivate_index') }}">
Newsletter Italiana #Ubuntu - 2023.030
</a>
</li>
<li>
<a href="{{ url_for('pages.derivate_index') }}">
Newsletter Italiana #Ubuntu - 2023.029
</a>
</li>
<li>
<a href="{{ url_for('pages.derivate_index') }}">
Newsletter Italiana #Ubuntu - 2023.028
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="page">
<div class="row">
<div class="col col-fourth col-center">
<div class="col">
<h2 class="text-center">
Sponsor tecnici
</h2>
<div class="row">
<div class="col text-center">
<a href="https://www.infomaniak.com/it">
<img src="{{ url_for('static', filename='images/sponsor/infomaniak.png')}}"
class="h-150" alt="infomaniak logo"/>
</a>
</div>
<div class="col col-fourth col-center">
<h2>Sponsor tecnico</h2>
<div class="col text-center">
<a href="https://www.top-ix.org/it/home/">
<img src="{{ url_for('static', filename='images/sponsor/topix-logo.png')}}"
class="h-150" alt="Top-ix logo"/>
</a>
</div>
<div class="col col-fourth col-center">
<p><a href="http://www.top-ix.org"><img src="{{ url_for("static", filename="images/logo/topix-logo.jpg") }}" style="width:203px; height:150px;" alt="Top-ix logo" /></a></p>
</div>
<div class="col col-fourth col-center">
</div>
</div>
</div>
......
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# 2015 Riccardo Padovani <rpadovani@ubuntu.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/>.
#}
{#
# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Riccardo Padovani <rpadovani@ubuntu.com>
# Copyright (C) 2023 shadMod
#
# 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; without 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 %}Server{% endblock %}
{% block title %}
Server
{% endblock %}
{% block content %}
<div class="page">
<div class="row background-wallpaper server">
<div class="row background-wallpaper m-auto server">
<div class="col">
<h1 class="text-center">Server</h1>
<h1 class="text-center">
Server
</h1>
<p class="intro text-center">
Il sistema operativo per server aziendali di tutti i tipi e dimensioni.
</p>
</div>
</div>
<div class="row">
</div>
<div class="page bg-transparent shadow-none">
<div class="row m-auto mx-25">
<div class="col">
<h2 class="text-center">Performante</h2>
<h2 class="text-center">
Performante
</h2>
<p>
Ubuntu Server è progettato per server aziendali, ogni suo
elemento si integra perfettamente sulla macchina ospitante.
Ubuntu Server è progettato per server aziendali, ogni suo elemento si integra perfettamente sulla
macchina ospitante.
</p>
</div>
<div class="col">
<h2 class="text-center">Sicuro</h2>
<h2 class="text-center">
Sicuro
</h2>
<p>
Dopo l'installazione Ubuntu Server non presenta nessuna porta
aperta verso l'esterno e contiene solo il software necessario
per un server sicuro.
Dopo l'installazione Ubuntu Server non presenta nessuna porta aperta verso l'esterno e contiene solo il
software necessario per un server sicuro.
</p>
</div>
</div>
<div class="row">
<div class="row m-auto mx-25">
<div class="col">
<h2 class="text-center">Integrato</h2>
<h2 class="text-center">
Integrato
</h2>
<p>
Anche se in azienda non si utilizzano computer con Ubuntu
desktop non c'è alcun problema. Ubuntu Server permette
l'autenticazione da qualsiasi sistema: Linux, Mac Os o Windows.
Anche se in azienda non si utilizzano computer con Ubuntu desktop non c'è alcun problema. Ubuntu Server
permette l'autenticazione da qualsiasi sistema: Linux, Mac Os o Windows.
</p>
</div>
<div class="col">
<h2 class="text-center">Una scelta strategica</h2>
<h2 class="text-center">
Una scelta strategica
</h2>
<p>
Basata su Debian, famosa per la robustezza, l'edizione Server di
Ubuntu ne eredita le ottime prestazioni e aggiornamenti regolari.
Ubuntu Server fornisce un'ottima piattaforma per sviluppare server
con i più diffusi servizi internet: mail, web, DNS, server di file o database.
Basata su Debian, famosa per la robustezza, l'edizione Server di Ubuntu ne eredita le ottime prestazioni
e aggiornamenti regolari. Ubuntu Server fornisce un'ottima piattaforma per sviluppare server con i più
diffusi servizi internet: mail, web, DNS, server di file o database.
</p>
</div>
</div>
<div class="row">
<div class="row m-auto mx-25 text-center">
<div class="col">
<h2 class="text-center">Rilasci programmati su cui poter contare</h2>
<h2 class="text-center">
Rilasci programmati su cui poter contare
</h2>
<p>
I rilasci a lungo termine (LTS) sono supportati da Canonical
per cinque anni. Ogni sei mesi, i rilasci intermedi forniscono
nuovo software, mentre gli
<a href="https://wiki.ubuntu-it.org/Rilasci/PointRelease">aggiornamenti HWE</a>
I rilasci a lungo termine (LTS) sono supportati da Canonical per cinque anni.
</p>
<p class="pb-5">
Ogni sei mesi, i rilasci intermedi forniscono nuovo software, mentre gli
<a href="https://wiki.ubuntu-it.org/Rilasci/PointRelease">
aggiornamenti HWE
</a>
forniscono supporto per le nuove macchine a tutti i rilasci LTS.
</p><br>
<img src="{{ url_for("static", filename="images/scopri-ubuntu/server/releases.png") }}">
</p>
<img src="{{ url_for('static', filename='images/scopri-ubuntu/server/releases.png') }}">
</div>
</div>
<div class="row text-center">
<div class="row m-auto text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="server") }}">Scarica Ubuntu server</a>
<a class="btn" href="https://www.ubuntu.com/server">Scopri di più sul sito internazionale</a>
<a class="btn" href="{{ url_for('download.landing', distro='live-server') }}">
Scarica Ubuntu server
</a>
<a class="btn" href="https://www.ubuntu.com/server">
Scopri di più sul sito internazionale
</a>
</div>
</div>
</div>
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment