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>
{% if g.auth_id %} Accesso negato
<p> </h1>
Il tuo gruppo non dispone dei permessi necessari per {% if g.auth_id %}
visualizzare questa pagina. <p>
</p> Il tuo gruppo non dispone dei permessi necessari per
{% else %} visualizzare questa pagina.
<p> </p>
Questa pagina è riservata ai membri di Ubuntu-it con {% else %}
adeguati permessi. <a href="{{ url_for("auth.login") }}"> <p>
Effettua l'accesso</a> per visualizzarla. Questa pagina è riservata ai membri di Ubuntu-it con adeguati permessi.
</p> <a href="{{ url_for('auth.login') }}">
{% endif %} Effettua l'accesso
</div> </a>
</div> per visualizzarla.
</div> </p>
{% endif %}
</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">
</div> Questa pagina non esiste
</div> </h1>
<div class="row"> </div>
<div class="col"> </div>
<p> <div class="row">
Beh, ovviamente <i>questa</i> pagina esiste. Ma la pagina che hai <div class="col">
richiesto non esiste. Infatti, questa pagina esiste solo per dirti <p>
che la pagina che stai cercando non esiste. Beh, ovviamente
</p> <i>
<p> questa
Se questa pagina esisteva in passato e non la trovi più </i>
<a href="https://forum.ubuntu-it.org/viewforum.php?f=45&sid=855a03444972c626fb2d486b42d05469"> pagina esiste. Ma la pagina che hai richiesto non esiste. Infatti, questa pagina esiste solo per dirti
segnalacelo che la pagina che stai cercando non esiste.
</a> che provvederemo a sistemare il prima possibile! </p>
</p> <p>
</div> Se questa pagina esisteva in passato e non la trovi più
</div> <a href="https://forum.ubuntu-it.org/viewforum.php?f=45&sid=855a03444972c626fb2d486b42d05469">
</div> segnalacelo
</a>
che provvederemo a sistemare il prima possibile!
</p>
</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>
{{ render_actions(actions) }} Azioni recenti
</div> </h1>
</div> {{ render_actions(actions) }}
</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
</tr> </td>
<tr> <td>
<td>Stato</td> <b>
<td>{% if session.active -%} {{ session.nickname }}
<span class="text-green">Attiva</span> </b>
{%- else -%} </td>
<span class="text-red">Scaduta</span> </tr>
{%- endif %}</td> <tr>
</tr> <td>
<tr> Stato
<td>Indirizzo IP</td> </td>
<td>{{ session.ip }}</td> <td>
</tr> {% if session.active -%}
<tr> <span class="text-green">
<td>Inizio</td> Attiva
<td>{{ session.created_at|format_timestamp }}</td> </span>
</tr> {%- else -%}
<tr> <span class="text-red">
<td>{% if session.active %}Scadenza{% else %}Fine{% endif %}</td> Scaduta
<td>{{ session.expires_at|format_timestamp }}</td> </span>
</tr> {%- endif %}
<tr> </td>
<td>Team</td> </tr>
<td> <tr>
{% for team in session.teams %} <td>
<a href="https://launchpad.net/~{{ team }}"> Indirizzo IP
~{{ team -}} </td>
</a> <td>
{%- if not loop.last %},{% endif %} {{ session.ip }}
{% endfor %} </td>
</td> </tr>
</tr> <tr>
</table> <td>
</div> 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>
</tr>
<tr>
<td>
Team
</td>
<td>
{% for team in session.teams %}
<a href="https://launchpad.net/~{{ team }}">
~{{ team -}}
</a>
{%- if not loop.last %},{% endif %}
{% endfor %}
</td>
</tr>
</table>
</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 %}
</div> </div>
</div> </div>
{% if others %} {% if others %}
<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>
{% else %} Altre sessioni dell'utente
<h2>Sessioni correnti dell'utente</h2> </h2>
{% endif %} {% else %}
<div class="table"> <h2>
<table> Sessioni correnti dell'utente
<tr> </h2>
<th>Indirizzo IP</th> {% endif %}
<th>Inizio</th> <div class="table">
<th>Scadenza</th> <table>
<th></th> <tr>
<th></th> <th>
</tr> Indirizzo IP
{% for session in others %} </th>
<tr> <th>
<td>{{ session.ip }}</td> Inizio
<td>{{ session.created_at|format_timestamp }} </th>
<td>{{ session.expires_at|format_timestamp }} <th>
<td> Scadenza
<a href="{{ url_for(".sessions_show", id=session.id) }}"> </th>
Dettagli <th></th>
</a> <th></th>
</td> </tr>
<td> {% for session in others %}
{% if session.id == g.auth_id %} <tr>
Sessione corrente <td>
{% else %} {{ session.ip }}
<a href="{{ url_for(".sessions_revoke", id=session.id) }}"> </td>
Disabilita sessione <td>
</a> {{ session.created_at|format_timestamp }}
{% endif %} </td>
</td> <td>
</tr> {{ session.expires_at|format_timestamp }}
{% endfor %} </td>
</table> <td>
</div> <a href="{{ url_for('.sessions_show', id=session.id) }}">
</div> Dettagli
</div> </a>
{% endif %} </td>
</div> <td>
{% if session.id == g.auth_id %}
Sessione corrente
{% else %}
<a href="{{ url_for('.sessions_revoke', id=session.id) }}">
Disabilita sessione
</a>
{% endif %}
</td>
</tr>
{% endfor %}
</table>
</div>
</div>
</div>
{% endif %}
</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>
{{ render_actions(actions, own=True) }} Azioni eseguite in questa sessione
</div> </h2>
</div> {{ render_actions(actions, own=True) }}
</div> </div>
{% endif %} </div>
</div>
{% 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>
{% if g.auth_sessions_count > 1 %} Sessioni attive
<p> </h1>
<a class="btn" href="{{ url_for(".sessions_revoke_all") }}"> {% if g.auth_sessions_count > 1 %}
Disabilita ogni altra sessione <p>
</a> <a class="btn" href="{{ url_for('.sessions_revoke_all') }}">
</p> Disabilita ogni altra sessione
{% endif %} </a>
</div> </p>
</div> {% endif %}
<div class="row"> </div>
<div class="col"> </div>
<div class="table"> <div class="row">
<table> <div class="col">
<tr> <div class="table">
<th>Nome utente</th> <table>
<th>Indirizzo IP</th> <tr>
<th>Inizio</th> <th>
<th>Scadenza</th> Nome utente
<th></th> </th>
<th></th> <th>
</tr> Indirizzo IP
{% for session in sessions %} </th>
<tr> <th>
<td>{{ session.nickname }}</td> Inizio
<td>{{ session.ip }}</td> </th>
<td>{{ session.created_at|format_timestamp }}</td> <th>
<td>{{ session.expires_at|format_timestamp }}</td> Scadenza
<td> </th>
<a href="{{ url_for(".sessions_show", id=session.id) }}"> <th></th>
Dettagli <th></th>
</a> </tr>
</td> {% for session in sessions %}
<td> <tr>
{% if session.id == g.auth_id %} <td>
Sessione corrente {{ session.nickname }}
{% else %} </td>
<a href="{{ url_for(".sessions_revoke", id=session.id) }}"> <td>
Disabilita sessione {{ session.ip }}
</a> </td>
{% endif %} <td>
</td> {{ session.created_at|format_timestamp }}
</tr> </td>
{% endfor %} <td>
</table> {{ session.expires_at|format_timestamp }}
</div> </td>
</div> <td>
</div> <a href="{{ url_for('.sessions_show', id=session.id) }}">
</div> Dettagli
</a>
</td>
<td>
{% if session.id == g.auth_id %}
Sessione corrente
{% else %}
<a href="{{ url_for('.sessions_revoke', id=session.id) }}">
Disabilita sessione
</a>
{% endif %}
</td>
</tr>
{% endfor %}
</table>
</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>
</div> <p class="intro">
</div> Entra subito nel mondo Ubuntu. Scaricalo ora!
</p>
</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="col"> <div class="row m-auto download-index-distro background-wallpaper {{ data.name.lower().replace(' ', '-') }}">
<h2>{{ data["name"] }}</h2> <div class="col">
<p>{{ data["description"] }}</p> <h2>
</div> {{ data["name"] }}
<div class="col col-center col-quarter"> </h2>
<a class="btn" href="{{ url_for("download.landing", distro = name) }}"> <p>
Scaricalo ora {{ data["description"] }}
</a> </p>
</div> </div>
</div> <div class="col col-center col-quarter">
{% endfor %} <a class="btn" href="{{ url_for('download.landing', distro=distro) }}">
</div> Scaricalo ora
</a>
</div>
</div>
{% endwith %}
{% endfor %}
</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"] %}
{% for release in distro["releases"] %} <div class="page">
<div class="row {% if loop.index == 1 %}background-wallpaper {{ distro_name }}{% endif %}"> {% for release in distro["releases"] %}
<div class="col"> <div class="row m-auto {% if loop.index == 1 %}background-wallpaper
<h2> {{ info.name.lower().replace(' ', '-') }}{% endif %}">
{{ distro["name"] }} <div class="col">
{{ releases[release]["version"] }}
{% if releases[release]["lts"] %}LTS{% endif %} <h2>
</h2> {{ info["name"] }}
{{ releases[release]["version"] }}
{% if release == 'lts' %} LTS{% endif %}
</h2>
{% if release == "interim" %}
<p>
{{ 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>
{{ 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 %}
{% if release == "latest" %} </div>
<p> <div class="col">
{{ distro["name"] }} {{ releases[release]["version"] }} {% if releases[release]["lts"] %}LTS{% endif %} <div class="box download-form">
è l'ultimo rilascio di {{ distro["name"] }}, con <form action="{{ url_for('.redirect') }}" method="post">
tutte le ultime novità ed aggiornamenti. <input type="hidden" name="distro" value="{{ distro_name }}">
Il periodo di supporto, con aggiornamenti di sicurezza, <input type="hidden" name="release" value="{{ release }}">
è di
{% if releases[release]["lts"] -%}
{{ distro["lts-support-years"] }} anni
{%- else -%}
9 mesi
{%- endif -%}.
</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.
{% endif %}
</div>
<div class="col">
<div class="box download-form">
<form action="{{ url_for(".redirect") }}" method="post">
<input type="hidden" name="distro" value="{{ distro_name }}">
<input type="hidden" name="release" value="{{ release }}">
{% if distro["archs"]|length > 1 %} {% if distro["archs"]|length > 1 %}
<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 }}"
<label for="arch-{{ release }}-{{ arch }}"> {% if loop.index== 1 %}checked{% endif %}>
Architettura {{ archs[arch] }} <label for="arch-{{ release }}-{{ arch }}">
</label> Architettura {{ archs[arch] }}
</div> </label>
{% endfor %} </div>
</div> {% endfor %}
{% else %} </div>
<input type="hidden" name="arch" value="{{ distro["archs"].keys()|first }}"> {% else %}
{% endif %} <input type="hidden" name="arch" value="{{ distro['archs'].keys()|first }}">
{% endif %}
<div class="download-form-group"> <div class="download-form-group">
<input id="torrent-{{ release }}" type="checkbox" name="torrent" value="1"> <input id="torrent-{{ release }}" type="checkbox" name="torrent" value="1">
<label for="torrent-{{ release }}"> <label for="torrent-{{ release }}">
Scarica tramite torrent Scarica tramite torrent
</label> </label>
</div> </div>
<div class="download-form-buttons"> <div class="download-form-buttons">
<button class="btn" type="submit">Download</button> <button class="btn" type="submit">
</div> Download
</form> </button>
</div> </div>
</div> </form>
</div> </div>
{% endfor %} </div>
</div> </div>
{% endfor %}
</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>
<p> Requisiti di sistema
Se non sei sicuro che il tuo computer possa reggere </h3>
{{ distro["name"] }} ti consigliamo di controllare i <p>
requisiti di sistema. Nel caso disponessi di un Se non sei sicuro che il tuo computer possa reggere {{ info["name"] }} ti consigliamo di
vecchio computer, puoi sempre provare una derivata più leggera! controllare i requisiti di sistema. Nel caso disponessi di un vecchio computer, puoi sempre provare una
</p> derivata più leggera!
<a class="btn" href="https://wiki.ubuntu-it.org/Installazione/RequisitiDiSistema"> </p>
Leggi i requisiti <a class="btn" href="https://wiki.ubuntu-it.org/Installazione/RequisitiDiSistema">
</a> Leggi i requisiti
</div> </a>
<div class="col"> </div>
<h3>La comunità</h3> <div class="col">
<p> <h3>
{{ distro["name"] }} è creato e supportato da La comunità
volontari che dedicano il loro tempo a sviluppare un </h3>
sistema operativo migliore. Cosa aspetti a contribuire ed <p>
aiutarci a realizzare qualcosa di innovativo? È facile! {{ info["name"] }} è creato e supportato da volontari che dedicano il loro tempo a sviluppare
</p> un sistema operativo migliore. Cosa aspetti a contribuire e aiutarci a realizzare qualcosa di
<a class="btn" href="{{ url_for("pages.contribuire_index") }}"> innovativo? È facile!
Inizia subito a contribuire </p>
</a> <a class="btn" href="{{ url_for('pages.contribuire_index') }}">
</div> Inizia subito a contribuire
</div> </a>
</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">
<p class="intro text-center"> Comunità
Sia che siate utenti esperti di Linux o appena approdati </h1>
nel mondo dell'open-source, ci sono molti modi per essere <p class="intro text-center">
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
</p> per essere coinvolti con la comunità italiana di Ubuntu.
</div> </p>
</div> </div>
</div>
</div> </div>
<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">
<p> <a href="https://www.ubuntu-it.org/comunita/orientamento">
Tutti possono collaborare, non serve essere programmatori. Orientamento
Abbiamo bisogno di grafici, traduttori, esperti di comunicazione, e anche di te! </a>
</p> </h3>
<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>. Tutti possono collaborare, non serve essere programmatori. Abbiamo bisogno di grafici, traduttori,
</p> esperti di comunicazione, e anche di te!
</div> </p>
<div class="col"> <p>
<h3 class="text-center"><a href="https://www.ubuntu-it.org/comunita/struttura">Struttura della comunità</a></h3> Se non sai come potresti aiutare, puoi seguire il nostro breve
<p> <a href="https://www.ubuntu-it.org/comunita/orientamento">
La comunità è organizzata in gruppi di lavoro. percorso di orientamento
Alcuni richiedono skills elevate, altri sono alla portata di tutti. </a>.
Per chi ha intenzione di contribuire, le attività a disposizione sono molteplici. </p>
</p> </div>
<p> <div class="col">
Guarda <a href="https://www.ubuntu-it.org/comunita/struttura">come è strutturata la comunità</a> per capirne di più. <h3 class="text-center">
</p> <a href="https://www.ubuntu-it.org/comunita/struttura">
</div> Struttura della comunità
</div> </a>
<div class="row row-borderless"> </h3>
<div class="col"> <p>
<h3 class="text-center"><a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">Dietro le quinte</a></h3> La comunità è organizzata in gruppi di lavoro. Alcuni richiedono skills elevate, altri sono alla portata
<p> di tutti. Per chi ha intenzione di contribuire, le attività a disposizione sono molteplici.
Vuoi conoscere da vicino le persone che lavorano all'interno della Comunità italiana? </p>
Scopri i protagonisti che lavorano "dietro le quinte" di Ubuntu e Ubuntu-it. <p>
</p> Guarda
<p> <a href="https://www.ubuntu-it.org/comunita/struttura">
Leggi le loro <a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">interviste</a>. come è strutturata la comunità
</p> </a>
</div> per capirne di più.
<div class="col"> </p>
<h3 class="text-center"><a href="https://www.ubuntu-it.org/news">Notizie</a></h3> </div>
<p> </div>
Puoi leggere tutte le notizie riguardanti Ubuntu e la comunità italiana. <div class="row row-borderless">
</p> <div class="col">
<p> <h3 class="text-center">
La migliore <a href="https://www.ubuntu-it.org/news">fonte di informazioni</a> in italia su Ubuntu. <a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">
</p> Dietro le quinte
</div> </a>
</div> </h3>
<div class="row"> <p>
<div class="col"> Vuoi conoscere da vicino le persone che lavorano all'interno della Comunità italiana? Scopri i
<h3 class="text-center"><a href="https://www.ubuntu-it.org/comunita/codice-di-condotta">Codice di condotta</a></h3> protagonisti che lavorano "dietro le quinte" di Ubuntu e Ubuntu-it.
<p> </p>
Il codice di condotta regola i comportamenti dei membri della comunità. <p>
Valido in ogni forum, mailing list, wiki, sito web, canale IRC, incontri pubblici o Leggi le loro
corrispondenza privata. <a href="https://www.ubuntu-it.org/comunita/dietro-le-quinte">
</p> interviste
<p> </a>.
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 class="col">
</div> <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.
</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>
<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.
</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à.
</p>
</div>
</div>
</div> </div>
{% endblock %} {% endblock %}
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>
</div> <p class="intro">
</div> Valida per tutti i portali di Ubuntu-it
</p>
</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
</div> </h1>
</div> <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 class="page"> <div class="page">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<p> <p>
Ubuntu Budgie combina la semplicità e l'eleganza dell'interfaccia Ubuntu Budgie combina la semplicità e l'eleganza dell'interfaccia
grafica Budgie per produrre un sistema operativo moderno e pulito. grafica Budgie per produrre un sistema operativo moderno e pulito.
Ubuntu Budgie include le migliori applicazioni per renderti Ubuntu Budgie include le migliori applicazioni per renderti
immediatamente produttivo. immediatamente produttivo.
</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') }}"
</div> alt="Logo di Ubuntu Budgie">
</div> </div>
<div class="row"> </div>
<div class="col" align="justify"> <div class="row">
<h2>Titolo2</h2> <div class="col" align="justify">
<p> <h2>
Testo. Flessibile
</p> </h2>
<p> <p>
<ul> L'utilizzo di Ubuntu Budgie offre la libertà di eseguire un sistema operativo completo e ricco di
<li>Testo.</li> funzionalità, preconfigurato con la maggior parte, se non tutte, le applicazioni necessarie per
<li>Testo.</li> l'attività informatica quotidiana, o di modificare l'aspetto, il funzionamento o le applicazioni
<li>Testo.</li> eseguite in base ai propri gusti.
</ul> </p>
</p> </div>
</div> <div class="col">
<div class="col"> <img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-desktop.png') }}">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome"> </div>
</div> </div>
</div> <div class="row">
<div class="row"> <div class="col" align="justify">
<div class="col" align="justify"> <h2>
<h2>Titolo2</h2> Sicuro
<p> </h2>
Testo. <p>
</p> 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
<ul> includono patch di sicurezza per Ubuntu Budgie e tutti i suoi componenti. Anche gli aggiornamenti di
<li>Testo.</li> 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!
</ul> </p>
</p> </div>
</div> <div class="col">
<div class="col"> <img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-security.png') }}">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome"> </div>
</div> </div>
</div> <div class="row">
<div class="row"> <div class="col" align="justify">
<div class="col" align="justify"> <h2>
<h2>Titolo2</h2> Software per ogni esigenza
<p> </h2>
Testo. <p>
</p> Ubuntu Budgie aggiunge una raccolta di applicazioni aggiuntive per trasformare il computer in una
<p> workstation davvero potente: dalla produttività all'intrattenimento!
<ul> </p>
<li>Testo.</li> </div>
<li>Testo.</li> <div class="col">
<li>Testo.</li> <img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-everything.jpg') }}">
</ul> </div>
</p> </div>
</div> <div class="row">
<div class="col"> <div class="col" align="justify">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome"> <h2>
</div> Powered by Steam
</div> </h2>
<div class="row"> <p>
<div class="col" align="justify"> Negli ultimi due anni Linux è diventato una piattaforma di gioco di prima classe grazie all'arrivo della
<h2>Titolo2</h2> piattaforma Steam su Linux. Al momento in cui scriviamo, Steam ha più di 2000 titoli indie e AAA di alta
<p> qualità pronti per Ubuntu Budgie. Se Steam è un importante passo avanti per il gioco su Linux, ci sono
Testo. anche molti titoli Open Source di alta qualità e divertenti disponibili per Ubuntu Budgie. Non importa
</p> se vi piacciono i simulatori di volo, le corse automobilistiche, gli sparatutto in prima persona, i
<p> giochi di salto e corsa o di carte, troverete qualcosa che vi intratterrà.
<ul> </p>
<li>Testo.</li> </div>
<li>Testo.</li> <div class="col">
<li>Testo.</li> <img src="{{ url_for('static', filename='images/derivate/ubuntu-budgie/ubuntu-budgie-steam.jpg') }}">
</ul> </div>
</p> </div>
</div> <div class="row text-center">
<div class="col"> <div>
<img src="{{ url_for("static", filename="images/derivate/ubuntu-budgie/file.png") }}" alt="Nome"> <a class="btn" href="{{ url_for('download.landing', distro='ubuntu-budgie') }}">
</div> Scarica Ubuntu Budgie
</div> </a>
<div class="row"> <a class="btn" href="https://ubuntubudgie.org/">
<div class="col" align="justify"> Sito internazionale
<h2>Titolo2</h2> </a>
<p> <a class="btn" href="https://ubuntubudgie.org/about">
Testo. Per saperne di più
</p> </a>
<p> </div>
<ul> </div>
<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 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>
</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 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
</div> </h1>
</div> <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 class="page"> <div class="page">
<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 </p>
l'interfaccia UKUI. </div>
</p> <div class="col col-quarter">
</div> <img src="{{ url_for('static', filename='images/derivate/ubuntu-kylin/ubuntu-kylin-logo.png') }}"
<div class="col col-quarter"> alt="Logo di Ubuntu Kylin">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-kylin/ubuntu-kylin-logo.png") }}" alt="Logo di Ubuntu Kylin"> </div>
</div> </div>
</div> <div class="row text-center">
<div class="row"> <div>
<div class="col" align="justify"> <a class="btn" href="{{ url_for('download.landing', distro='ubuntu-kylin') }}">
<h2>Titolo2</h2> Scarica Ubuntu Kylin
<p> </a>
Testo. <a class="btn" href="https://www.ubuntukylin.com/index.php?lang=en">
</p> Sito internazionale
<p> </a>
<ul> <a class="btn" href="https://www.ubuntukylin.com/jintro/download.php?class2=468&lang=en">
<li>Testo.</li> Per saperne di più
<li>Testo.</li> </a>
<li>Testo.</li> </div>
</ul> </div>
</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 class="row text-center">
<div>
<a class="btn" href="{{ url_for("download.landing", distro="ubuntu-kylin") }}">Scarica Ubuntu Kylin</a>
<a class="btn" href="https://www.ubuntukylin.com/index.php?lang=en">Sito internazionale</a>
<a class="btn" href="https://www.ubuntukylin.com/jintro/download.php?class2=468&lang=en">Per saperne di più</a>
</div>
</div>
</div> </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 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
</div> </h1>
</div> <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 class="page"> <div class="page">
<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 </p>
sia per hardware meno recente. </div>
</p> <div class="col col-quarter">
</div> <img src="{{ url_for('static', filename='images/derivate/ubuntu-mate/ubuntu-mate-logo.png') }}"
<div class="col col-quarter"> alt="Logo di Ubuntu MATE">
<img src="{{ url_for("static", filename="images/derivate/ubuntu-mate/ubuntu-mate-logo.png") }}" alt="Logo di Ubuntu MATE"> </div>
</div> </div>
</div> <div class="row text-center">
<div class="row"> <div>
<div class="col" align="justify"> <a class="btn" href="{{ url_for('download.landing', distro='ubuntu-mate') }}">
<h2>Titolo2</h2> Scarica Ubuntu MATE
<p> </a>
Testo. <a class="btn" href="https://ubuntu-mate.org/">
</p> Sito internazionale
<p> </a>
<ul> <a class="btn" href="https://ubuntu-mate.org/about/">
<li>Testo.</li> Per saperne di più
<li>Testo.</li> </a>
<li>Testo.</li> </div>
</ul> </div>
</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 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>
</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 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
</div> </h1>
</div> <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 class="page"> <div class="page">
<div class="row"> <div class="row">
<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 </p>
essere prestante in vari ambiti: audio, grafica, video, <p>
fotografia, editoria. Ubuntu Studio è fornito delle più comuni applicazioni multimediali libere ed è configurato per essere
</p> prestante in vari ambiti: audio, grafica, video, fotografia, editoria.
</div> </p>
<div class="col col-quarter"> </div>
<img src="{{ url_for("static", filename="images/derivate/ubuntu-studio/ubuntu-studio-logo.png") }}" alt="Logo di Ubuntu Studio"> <div class="col col-quarter">
</div> <img src="{{ url_for('static', filename='images/derivate/ubuntu-studio/ubuntu-studio-logo.png') }}"
</div> alt="Logo di Ubuntu Studio">
<div class="row"> </div>
<div class="col" align="justify"> </div>
<h2>Titolo2</h2> <div class="row text-center">
<p> <div>
Testo. <a class="btn" href="{{ url_for('download.landing', distro='ubuntu-studio') }}">
</p> Scarica Ubuntu Studio
<p> </a>
<ul> <a class="btn" href="http://ubuntustudio.org/">
<li>Testo.</li> Sito internazionale
<li>Testo.</li> </a>
<li>Testo.</li> <a class="btn" href="http://ubuntustudio.org/tour/">
</ul> Per saperne di più
</p> </a>
</div> </div>
<div class="col"> </div>
<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>
<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 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>
</div>
</div>
</div> </div>
{% endblock %} {% endblock %}
This diff is collapsed.
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