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