Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
dcb96abb
Commit
dcb96abb
authored
Oct 12, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated and reformat 'scopri-ubuntu' templates
parent
177887ca
Pipeline
#299
passed with stage
in 0 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
720 additions
and
510 deletions
+720
-510
uitwww/templates/pages/scopri-ubuntu/desktop.html
uitwww/templates/pages/scopri-ubuntu/desktop.html
+222
-158
uitwww/templates/pages/scopri-ubuntu/nuovo-rilascio.html
uitwww/templates/pages/scopri-ubuntu/nuovo-rilascio.html
+184
-122
uitwww/templates/pages/scopri-ubuntu/server.html
uitwww/templates/pages/scopri-ubuntu/server.html
+99
-80
uitwww/templates/pages/scopri-ubuntu/ubuntu-touch.html
uitwww/templates/pages/scopri-ubuntu/ubuntu-touch.html
+215
-150
No files found.
uitwww/templates/pages/scopri-ubuntu/desktop.html
View file @
dcb96abb
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/scopri-ubuntu/nuovo-rilascio.html
View file @
dcb96abb
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/scopri-ubuntu/server.html
View file @
dcb96abb
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Riccardo Padovani
<rpadovani
@
ubuntu
.
com
>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see
<http:
//
www
.
gnu
.
org
/
licenses
/>
.
#}
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# Copyright (C) 2021 Alessandro Viprati
<vipri
.
alessandro
@
gmail
.
com
>
# Copyright (C) 2023 shadMod
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see
<http:
//
www
.
gnu
.
org
/
licenses
/>
.
#}
{% extends "layout.html" %}
{% block title %}Server{% endblock %}
{% block content %}
<div
class=
"page"
>
<div
class=
"row background-wallpaper server"
>
<div
class=
"col"
>
<h1
class=
"text-center"
>
Server
</h1>
<p
class=
"intro text-center"
>
Il sistema operativo per server aziendali di tutti i tipi e dimensioni.
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Performante
</h2>
<p>
Ubuntu Server è progettato per server aziendali, ogni suo
elemento si integra perfettamente sulla macchina ospitante.
</p>
</div>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Sicuro
</h2>
<p>
Dopo l'installazione Ubuntu Server non presenta nessuna porta
aperta verso l'esterno e contiene solo il software necessario
per un server sicuro.
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Integrato
</h2>
<p>
Anche se in azienda non si utilizzano computer con Ubuntu
desktop non c'è alcun problema. Ubuntu Server permette
l'autenticazione da qualsiasi sistema: Linux, Mac Os o Windows.
</p>
</div>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Una scelta strategica
</h2>
<p>
Basata su Debian, famosa per la robustezza, l'edizione Server di
Ubuntu ne eredita le ottime prestazioni e aggiornamenti regolari.
Ubuntu Server fornisce un'ottima piattaforma per sviluppare server
con i più diffusi servizi internet: mail, web, DNS, server di file o database.
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Rilasci programmati su cui poter contare
</h2>
<p>
I rilasci a lungo termine (LTS) sono supportati da Canonical
per cinque anni. Ogni sei mesi, i rilasci intermedi forniscono
nuovo software, mentre gli
<a
href=
"https://wiki.ubuntu-it.org/Rilasci/PointRelease"
>
aggiornamenti HWE
</a>
forniscono supporto per le nuove macchine a tutti i rilasci LTS.
</p><br>
<img
src=
"{{ url_for("
static
",
filename=
"images/scopri-ubuntu/server/releases.png"
)
}}"
>
</div>
</div>
<div
class=
"row text-center"
>
<div>
<a
class=
"btn"
href=
"{{ url_for("
download
.
landing
",
distro=
"server"
)
}}"
>
Scarica Ubuntu server
</a>
<a
class=
"btn"
href=
"https://www.ubuntu.com/server"
>
Scopri di più sul sito internazionale
</a>
</div>
</div>
<div
class=
"page container"
>
<div
class=
"row background-wallpaper server"
>
<div
class=
"col"
>
<h1
class=
"text-center"
>
Server
</h1>
<p
class=
"intro text-center"
>
Il sistema operativo per server aziendali di tutti i tipi e dimensioni.
</p>
</div>
</div>
</div>
<div
class=
"page container"
>
<div
class=
"row"
>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Performante
</h2>
<p>
Ubuntu Server è progettato per server aziendali, ogni suo elemento si integra perfettamente sulla
macchina ospitante.
</p>
</div>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Sicuro
</h2>
<p>
Dopo l'installazione Ubuntu Server non presenta nessuna porta aperta verso l'esterno e contiene solo il
software necessario per un server sicuro.
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Integrato
</h2>
<p>
Anche se in azienda non si utilizzano computer con Ubuntu desktop non c'è alcun problema. Ubuntu Server
permette l'autenticazione da qualsiasi sistema: Linux, Mac Os o Windows.
</p>
</div>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Una scelta strategica
</h2>
<p>
Basata su Debian, famosa per la robustezza, l'edizione Server di Ubuntu ne eredita le ottime prestazioni
e aggiornamenti regolari. Ubuntu Server fornisce un'ottima piattaforma per sviluppare server con i più
diffusi servizi internet: mail, web, DNS, server di file o database.
</p>
</div>
</div>
</div>
<div
class=
"page container"
>
<div
class=
"row"
>
<div
class=
"col"
>
<h2
class=
"text-center"
>
Rilasci programmati su cui poter contare
</h2>
<p>
I rilasci a lungo termine (LTS) sono supportati da Canonical per cinque anni. Ogni sei mesi, i rilasci
intermedi forniscono nuovo software, mentre gli
<a
href=
"https://wiki.ubuntu-it.org/Rilasci/PointRelease"
>
aggiornamenti HWE
</a>
forniscono supporto per le nuove macchine a tutti i rilasci LTS.
</p><br>
<img
src=
"{{ url_for('static', filename='images/scopri-ubuntu/server/releases.png') }}"
>
</div>
</div>
<div
class=
"row text-center"
>
<div>
<a
class=
"btn"
href=
"{{ url_for('download.landing', distro='server') }}"
>
Scarica Ubuntu server
</a>
<a
class=
"btn"
href=
"https://www.ubuntu.com/server"
>
Scopri di più sul sito internazionale
</a>
</div>
</div>
</div>
{% endblock %}
uitwww/templates/pages/scopri-ubuntu/ubuntu-touch.html
View file @
dcb96abb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment