Trying jekyll assets

This commit is contained in:
Claudio Maradonna 2020-04-05 11:16:20 +02:00
parent 21c22e0650
commit 4ec91e1da1
Signed by: claudiomaradonna
GPG Key ID: 0CBA58694C5680D9
64 changed files with 171 additions and 19316 deletions

17
Gemfile
View File

@ -1,13 +1,14 @@
source "https://rubygems.org"
source 'https://rubygems.org'
gem "jekyll", "~> 3.8.6"
gem "sprockets", "~> 3.7"
gem 'jekyll', '~> 3.8.6'
gem 'sprockets', '~> 3.7'
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-assets"
gem "jekyll-seo"
gem "jekyll-seo-tag", '~> 2.5'
gem "jekyll-sitemap"
gem 'jekyll-feed', '~> 0.6'
gem 'jekyll-assets'
gem 'jekyll-seo'
gem 'jekyll-seo-tag', '~> 2.5'
gem 'jekyll-sitemap'
gem 'jekyll-twitter-plugin'
gem 'jekyll-minifier'
end

View File

@ -10,6 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
cssminify2 (2.0.1)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
@ -20,6 +21,7 @@ GEM
fastimage (2.1.7)
ffi (1.11.3)
forwardable-extended (2.6.0)
htmlcompressor (0.4.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@ -49,6 +51,12 @@ GEM
sprockets (>= 3.3, < 4.1.beta)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-minifier (0.1.10)
cssminify2 (~> 2.0)
htmlcompressor (~> 0.4)
jekyll (>= 3.5)
json-minify (~> 0.0.3)
uglifier (~> 4.1)
jekyll-sanity (1.2.0)
jekyll (~> 3.1)
jekyll-sass-converter (1.5.2)
@ -61,6 +69,9 @@ GEM
jekyll-twitter-plugin (2.1.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.3.0)
json-minify (0.0.3)
json (> 0)
kramdown (1.17.0)
liquid (4.0.3)
liquid-tag-parser (1.9.0)
@ -94,6 +105,8 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
PLATFORMS
ruby
@ -102,6 +115,7 @@ DEPENDENCIES
jekyll (~> 3.8.6)
jekyll-assets
jekyll-feed (~> 0.6)
jekyll-minifier
jekyll-seo
jekyll-seo-tag (~> 2.5)
jekyll-sitemap
@ -109,4 +123,4 @@ DEPENDENCIES
sprockets (~> 3.7)
BUNDLED WITH
2.0.2
2.1.4

View File

@ -28,3 +28,4 @@ plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
- jekyll-minifier

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3634
_site/css/animate.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,90 +1 @@
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src:
local('Raleway Light'),
local('Raleway-Light'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2 */
url('../fonts/Raleway_300.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBg.woff */
url('../fonts/Raleway_300.woff') format('woff'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBA.eot */
url('../fonts/Raleway_300.eot?#iefix') format('embedded-opentype'),
/* from https://fonts.gstatic.com/l/font?kit=1Ptrg8zYS_SKggPNwIYqWqZPBw&skey=f383b08b06c2c86f&v=v14#Raleway */
url('../fonts/Raleway_300.svg#Raleway') format('svg'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPBQ.ttf */
url('../fonts/Raleway_300.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src:
local('Raleway'),
local('Raleway-Regular'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2 */
url('../fonts/Raleway_400.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISQ.woff */
url('../fonts/Raleway_400.woff') format('woff'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISw.eot */
url('../fonts/Raleway_400.eot?#iefix') format('embedded-opentype'),
/* from https://fonts.gstatic.com/l/font?kit=1Ptug8zYS_SKggPNyC0ISA&skey=30a27f2564731c64&v=v14#Raleway */
url('../fonts/Raleway_400.svg#Raleway') format('svg'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ISg.ttf */
url('../fonts/Raleway_400.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src:
local('Raleway Italic'),
local('Raleway-Italic'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFq.woff2 */
url('../fonts/Raleway_400i.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFs.woff */
url('../fonts/Raleway_400i.woff') format('woff'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFu.eot */
url('../fonts/Raleway_400i.eot?#iefix') format('embedded-opentype'),
/* from https://fonts.gstatic.com/l/font?kit=1Ptsg8zYS_SKggPNyCg4TYFt&skey=bf44ee29381a37b0&v=v14#Raleway */
url('../fonts/Raleway_400i.svg#Raleway') format('svg'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptsg8zYS_SKggPNyCg4TYFv.ttf */
url('../fonts/Raleway_400i.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src:
local('Raleway Bold'),
local('Raleway-Bold'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2 */
url('../fonts/Raleway_700.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBg.woff */
url('../fonts/Raleway_700.woff') format('woff'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBA.eot */
url('../fonts/Raleway_700.eot?#iefix') format('embedded-opentype'),
/* from https://fonts.gstatic.com/l/font?kit=1Ptrg8zYS_SKggPNwJYtWqZPBw&skey=e507c3e2b7915ad1&v=v14#Raleway */
url('../fonts/Raleway_700.svg#Raleway') format('svg'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPBQ.ttf */
url('../fonts/Raleway_700.ttf') format('truetype');
}
@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src:
local('Raleway Bold Italic'),
local('Raleway-BoldItalic'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCb.woff2 */
url('../fonts/Raleway_700i.woff2') format('woff2'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCd.woff */
url('../fonts/Raleway_700i.woff') format('woff'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCf.eot */
url('../fonts/Raleway_700i.eot?#iefix') format('embedded-opentype'),
/* from https://fonts.gstatic.com/l/font?kit=1Ptpg8zYS_SKggPNyCgw9qR_AtCc&skey=9ecf9384a6d643b6&v=v14#Raleway */
url('../fonts/Raleway_700i.svg#Raleway') format('svg'),
/* from https://fonts.gstatic.com/s/raleway/v14/1Ptpg8zYS_SKggPNyCgw9qR_AtCe.ttf */
url('../fonts/Raleway_700i.ttf') format('truetype');
}
@font-face{font-family:'Raleway';font-style:normal;font-weight:300;src:local('Raleway Light'),local('Raleway-Light'),url('../fonts/Raleway_300.woff2') format('woff2'),url('../fonts/Raleway_300.woff') format('woff'),url('../fonts/Raleway_300.eot?#iefix') format('embedded-opentype'),url('../fonts/Raleway_300.svg#Raleway') format('svg'),url('../fonts/Raleway_300.ttf') format('truetype')}@font-face{font-family:'Raleway';font-style:normal;font-weight:400;src:local('Raleway'),local('Raleway-Regular'),url('../fonts/Raleway_400.woff2') format('woff2'),url('../fonts/Raleway_400.woff') format('woff'),url('../fonts/Raleway_400.eot?#iefix') format('embedded-opentype'),url('../fonts/Raleway_400.svg#Raleway') format('svg'),url('../fonts/Raleway_400.ttf') format('truetype')}@font-face{font-family:'Raleway';font-style:italic;font-weight:400;src:local('Raleway Italic'),local('Raleway-Italic'),url('../fonts/Raleway_400i.woff2') format('woff2'),url('../fonts/Raleway_400i.woff') format('woff'),url('../fonts/Raleway_400i.eot?#iefix') format('embedded-opentype'),url('../fonts/Raleway_400i.svg#Raleway') format('svg'),url('../fonts/Raleway_400i.ttf') format('truetype')}@font-face{font-family:'Raleway';font-style:normal;font-weight:700;src:local('Raleway Bold'),local('Raleway-Bold'),url('../fonts/Raleway_700.woff2') format('woff2'),url('../fonts/Raleway_700.woff') format('woff'),url('../fonts/Raleway_700.eot?#iefix') format('embedded-opentype'),url('../fonts/Raleway_700.svg#Raleway') format('svg'),url('../fonts/Raleway_700.ttf') format('truetype')}@font-face{font-family:'Raleway';font-style:italic;font-weight:700;src:local('Raleway Bold Italic'),local('Raleway-BoldItalic'),url('../fonts/Raleway_700i.woff2') format('woff2'),url('../fonts/Raleway_700i.woff') format('woff'),url('../fonts/Raleway_700i.eot?#iefix') format('embedded-opentype'),url('../fonts/Raleway_700i.svg#Raleway') format('svg'),url('../fonts/Raleway_700i.ttf') format('truetype')}

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1 @@
.morphext > .animated {
display: inline-block;
}
.morphext>.animated{display:inline-block}

View File

@ -1,101 +1 @@
/**
* overhang.css
* Paul Krishnamurthy 2016
*
* https://paulkr.com
* paul@paulkr.com
*/
.overhang {
position : fixed;
display : none;
width : 100%;
z-index : 9999;
padding : 15px 2px;
top : 0;
left : 0;
right : 0;
font-family : 400 17px/2 "Raleway", sans-serif;
text-align : center;
box-sizing : border-box;
}
.overhang-message {
color : #FFF;
font-size : 20px;
}
.overhang-message strong { font-weight: bold; }
.overhang-message a { color: inherit; }
.overhang-message a:hover { text-decoration: none; }
.overhang-overlay {
position : fixed;
display : block;
background-color : #000;
opacity : .6;
top : 0;
bottom : 0;
left : 0;
right : 0;
z-index : 9998;
}
.overhang-prompt-field {
height : 30px;
width : 250px;
border-radius : 5px;
border : none;
display : block;
margin-left : auto;
margin-right : auto;
margin-top : 15px;
bottom : 7px;
position : relative;
padding-left : 3px;
padding-right : 3px;
outline : none;
font-family : "Roboto", sans-serif;
font-size : 15px;
}
.overhang-yes-option, .overhang-no-option {
min-width : 50px;
border : none;
outline : none;
border-radius : 4px;
font-size : 20px;
color : black;
cursor : pointer;
margin : 0 6px;
}
.overhang-yes-option {
margin-left : 15px;
}
.overhang-close {
vertical-align : middle;
cursor : pointer;
margin-top : -4px;
padding-left : 13px;
font-size : 2.5em;
font-weight : bold;
display : none;
line-height : 20px;
color : white !important;
}
.overhang-close:after {
content : "\00d7";
}
@media (max-width: 720px) {
.overhang-close {
font-size : 2em;
line-height : 14px;
}
.overhang-message {
font-size : 15px;
}
}
.overhang{position:fixed;display:none;width:100%;z-index:9999;padding:15px 2px;top:0;left:0;right:0;font-family:400 17px/2 "Raleway",sans-serif;text-align:center;box-sizing:border-box}.overhang-message{color:#FFF;font-size:20px}.overhang-message strong{font-weight:bold}.overhang-message a{color:inherit}.overhang-message a:hover{text-decoration:none}.overhang-overlay{position:fixed;display:block;background-color:#000;opacity:.6;top:0;bottom:0;left:0;right:0;z-index:9998}.overhang-prompt-field{height:30px;width:250px;border-radius:5px;border:0;display:block;margin-left:auto;margin-right:auto;margin-top:15px;bottom:7px;position:relative;padding-left:3px;padding-right:3px;outline:0;font-family:"Roboto",sans-serif;font-size:15px}.overhang-yes-option,.overhang-no-option{min-width:50px;border:0;outline:0;border-radius:4px;font-size:20px;color:black;cursor:pointer;margin:0 6px}.overhang-yes-option{margin-left:15px}.overhang-close{vertical-align:middle;cursor:pointer;margin-top:-4px;padding-left:13px;font-size:2.5em;font-weight:bold;display:none;line-height:20px;color:white!important}.overhang-close:after{content:"\00d7"}@media(max-width:720px){.overhang-close{font-size:2em;line-height:14px}.overhang-message{font-size:15px}}

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.unitoo.it/" rel="alternate" type="text/html" /><updated>2020-04-05T10:28:38+02:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://www.unitoo.it/feed.xml" rel="self" type="application/atom+xml"/><link href="https://www.unitoo.it/" rel="alternate" type="text/html"/><updated>2020-04-05T11:10:48+02:00</updated><id>https://www.unitoo.it/feed.xml</id><title type="html">Unitoo</title><subtitle>Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica</subtitle></feed>

File diff suppressed because one or more lines are too long

View File

@ -1,78 +1 @@
$(document).ready(function() {
var sjs = SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>',
noResultsText: '<a class="dropdown-item" href="#">Nessun risultato</a>',
exclude: ["https://blog.unitoo.it", "https://blog.unitoo.pw"]
});
$(".morphext-bounce-in").Morphext({
animation: "bounceIn",
speed: 2500
});
$(".morphext-bounce-left").Morphext({
animation: "zoomInLeft",
speed: 4500
});
$(".morphext-bounce-up").Morphext({
animation: "bounceInUp",
speed: 6500
});
var startMusic = function() {
var radio_player = document.getElementById("radio-player");
if (radio_player.paused) {
radio_player.play();
}
};
var askForRadio = function() {
$("body").overhang({
custom: true,
type: "confirm",
primary: "#f39200",
accent: "#ffc56e",
yesColor: "white",
yesMessage: "<i class='fas fa-heart text-danger'></i> Adoro!",
noMessage: "<i class='fas fa-times-circle'></i> Magari un'altra volta!",
noColor: "white",
message: "Ti piacerebbe ascoltare la radio mentre navighi sul sito?",
callback: function (value) {
if (value) {
createCookie("radio-autoplay", "true", 31);
_paq.push(['trackGoal', 2]);
startMusic();
} else {
createCookie("radio-autoplay", "false", 31);
}
}
});
};
var radio_autoplay = readCookie("radio-autoplay");
if (radio_autoplay == null) {
setTimeout(askForRadio, 8000);
} else if (radio_autoplay == 'true') {
var radio_player = document.getElementById("radio-player");
$("#radio-autoplay-button").prop("checked", true);
radio_player.autoplay = radio_autoplay;
}
$("#radio-autoplay-button").on("change", function(e) {
eraseCookie("radio-autoplay");
createCookie("radio-autoplay", $(e.currentTarget).is(":checked"), 31);
});
$("#play-podcast").off();
$("#play-podcast").on("click", function(e) {
var link = $("#select-podcast").val();
window.open(link, $("#select-podcast option:selected").html(), "width=500,height=400");
});
});
$(document).ready(function(){SimpleJekyllSearch({searchInput:document.getElementById("search-input"),resultsContainer:document.getElementById("results-container"),json:"/search.json",searchResultTemplate:'<a class="dropdown-item" href="{url}">{title}</a>',noResultsText:'<a class="dropdown-item" href="#">Nessun risultato</a>',exclude:["https://blog.unitoo.it","https://blog.unitoo.pw"]});$(".morphext-bounce-in").Morphext({animation:"bounceIn",speed:2500}),$(".morphext-bounce-left").Morphext({animation:"zoomInLeft",speed:4500}),$(".morphext-bounce-up").Morphext({animation:"bounceInUp",speed:6500});var o=function(){var e=document.getElementById("radio-player");e.paused&&e.play()},e=function(){$("body").overhang({custom:!0,type:"confirm",primary:"#f39200",accent:"#ffc56e",yesColor:"white",yesMessage:"<i class='fas fa-heart text-danger'></i> Adoro!",noMessage:"<i class='fas fa-times-circle'></i> Magari un'altra volta!",noColor:"white",message:"Ti piacerebbe ascoltare la radio mentre navighi sul sito?",callback:function(e){e?(createCookie("radio-autoplay","true",31),_paq.push(["trackGoal",2]),o()):createCookie("radio-autoplay","false",31)}})},a=readCookie("radio-autoplay");if(null==a)setTimeout(e,8e3);else if("true"==a){var t=document.getElementById("radio-player");$("#radio-autoplay-button").prop("checked",!0),t.autoplay=a}$("#radio-autoplay-button").on("change",function(e){eraseCookie("radio-autoplay"),createCookie("radio-autoplay",$(e.currentTarget).is(":checked"),31)}),$("#play-podcast").off(),$("#play-podcast").on("click",function(){var e=$("#select-podcast").val();window.open(e,$("#select-podcast option:selected").html(),"width=500,height=400")})});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,157 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.unitoo.it/progetti/comunicazione_sicura/</loc>
</url>
<url>
<loc>https://www.unitoo.it/contattaci/</loc>
</url>
<url>
<loc>https://www.unitoo.it/progetti/libreboot/</loc>
</url>
<url>
<loc>https://www.unitoo.it/azienda/mission/</loc>
</url>
<url>
<loc>https://www.unitoo.it/progetti/radio/</loc>
</url>
<url>
<loc>https://www.unitoo.it/servizi/sicurezza_informatica/</loc>
</url>
<url>
<loc>https://www.unitoo.it/servizi/sviluppo_software/</loc>
</url>
<url>
<loc>https://www.unitoo.it/servizi/consulenza/</loc>
</url>
<url>
<loc>https://www.unitoo.it/servizi/formazione/</loc>
</url>
<url>
<loc>https://www.unitoo.it/progetti/software/</loc>
</url>
<url>
<loc>https://www.unitoo.it/azienda/vision/</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/agile.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/azuracast.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/backup.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/bios.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/cifratura.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/company.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/consulenza.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/contatti.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/data.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/development.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/email.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/formazione.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/freebios.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/freedom.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/freesoftware.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/future.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/gnupg.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/hardening.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/hardware.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/informatica.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/libreboot.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/licenses.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/media.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/mission.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/nodrm.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/planning.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/projects.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/radio.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/rights.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/security.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/servizi.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/sicurezza.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/social.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/software.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/team.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/unitoo.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/vision.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/tag/work.html</loc>
</url>
<url>
<loc>https://www.unitoo.it/privacy.pdf</loc>
<lastmod>2020-02-15T15:19:27+01:00</lastmod>
</url>
</urlset>
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://www.unitoo.it/progetti/comunicazione_sicura/</loc> </url> <url> <loc>https://www.unitoo.it/contattaci/</loc> </url> <url> <loc>https://www.unitoo.it/progetti/libreboot/</loc> </url> <url> <loc>https://www.unitoo.it/azienda/mission/</loc> </url> <url> <loc>https://www.unitoo.it/progetti/radio/</loc> </url> <url> <loc>https://www.unitoo.it/servizi/sicurezza_informatica/</loc> </url> <url> <loc>https://www.unitoo.it/servizi/sviluppo_software/</loc> </url> <url> <loc>https://www.unitoo.it/servizi/consulenza/</loc> </url> <url> <loc>https://www.unitoo.it/servizi/formazione/</loc> </url> <url> <loc>https://www.unitoo.it/progetti/software/</loc> </url> <url> <loc>https://www.unitoo.it/azienda/vision/</loc> </url> <url> <loc>https://www.unitoo.it/tag/agile.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/azuracast.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/backup.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/bios.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/cifratura.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/company.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/consulenza.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/contatti.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/data.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/development.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/email.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/formazione.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/freebios.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/freedom.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/freesoftware.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/future.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/gnupg.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/hardening.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/hardware.html</loc> </url> <url> <loc>https://www.unitoo.it/</loc> </url> <url> <loc>https://www.unitoo.it/tag/informatica.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/libreboot.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/licenses.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/media.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/mission.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/nodrm.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/planning.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/projects.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/radio.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/rights.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/security.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/servizi.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/sicurezza.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/social.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/software.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/team.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/unitoo.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/vision.html</loc> </url> <url> <loc>https://www.unitoo.it/tag/work.html</loc> </url> <url> <loc>https://www.unitoo.it/privacy.pdf</loc> <lastmod>2020-02-15T15:19:27+01:00</lastmod> </url> </urlset>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long