Fix problem with search.json. Bundle update

This commit is contained in:
Claudio Maradonna 2020-01-03 00:49:57 +01:00
parent 015238aadb
commit 39dffe0600
Signed by untrusted user who does not match committer: claudiomaradonna
GPG key ID: 0CBA58694C5680D9
52 changed files with 122 additions and 134 deletions

View file

@ -1,6 +1,7 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll", "~> 3.8.6" gem "jekyll", "~> 3.8.6"
gem "sprockets", "~> 3.7"
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6" gem "jekyll-feed", "~> 0.6"

View file

@ -1,13 +1,13 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (5.2.3) activesupport (5.2.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.6.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.5) concurrent-ruby (1.1.5)
em-websocket (0.5.1) em-websocket (0.5.1)
@ -17,8 +17,8 @@ GEM
execjs (2.7.0) execjs (2.7.0)
extras (0.3.0) extras (0.3.0)
forwardable-extended (~> 2.5) forwardable-extended (~> 2.5)
fastimage (2.1.5) fastimage (2.1.7)
ffi (1.11.1) ffi (1.11.3)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (0.9.5) i18n (0.9.5)
@ -47,7 +47,7 @@ GEM
nokogiri (~> 1.8) nokogiri (~> 1.8)
pathutil (~> 0.16) pathutil (~> 0.16)
sprockets (>= 3.3, < 4.1.beta) sprockets (>= 3.3, < 4.1.beta)
jekyll-feed (0.12.1) jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-sanity (1.2.0) jekyll-sanity (1.2.0)
jekyll (~> 3.1) jekyll (~> 3.1)
@ -56,9 +56,9 @@ GEM
jekyll-seo (0.0.2) jekyll-seo (0.0.2)
jekyll-seo-tag (2.6.1) jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0) jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.3.1) jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-twitter-plugin (2.0.0) jekyll-twitter-plugin (2.1.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (1.17.0) kramdown (1.17.0)
@ -66,24 +66,22 @@ GEM
liquid-tag-parser (1.9.0) liquid-tag-parser (1.9.0)
extras (~> 0.3) extras (~> 0.3)
liquid (>= 3.0, < 5.0) liquid (>= 3.0, < 5.0)
listen (3.1.5) listen (3.2.1)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.10)
ruby_dep (~> 1.2)
mercenary (0.3.6) mercenary (0.3.6)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.11.3) minitest (5.13.0)
nokogiri (1.10.4) nokogiri (1.10.7)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (3.1.1) public_suffix (4.0.2)
rack (2.0.7) rack (2.0.8)
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.10.0) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rouge (3.8.0) rouge (3.14.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass (3.7.4) sass (3.7.4)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
@ -94,7 +92,7 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
thread_safe (0.3.6) thread_safe (0.3.6)
tzinfo (1.2.5) tzinfo (1.2.6)
thread_safe (~> 0.1) thread_safe (~> 0.1)
PLATFORMS PLATFORMS
@ -108,6 +106,7 @@ DEPENDENCIES
jekyll-seo-tag (~> 2.5) jekyll-seo-tag (~> 2.5)
jekyll-sitemap jekyll-sitemap
jekyll-twitter-plugin jekyll-twitter-plugin
sprockets (~> 3.7)
BUNDLED WITH BUNDLED WITH
2.0.1 2.0.2

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Unitoo" /> <meta property="twitter:title" content="Unitoo" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","@type":"WebPage","headline":"Unitoo","url":"https://www.unitoo.it/404.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","@type":"WebPage","url":"https://www.unitoo.it/404.html","headline":"Unitoo","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -132,7 +132,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="La mission" /> <meta property="twitter:title" content="La mission" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Il nostro scopo, perchè lo facciamo, cosa ci guida.","@type":"WebPage","headline":"La mission","url":"https://www.unitoo.it/azienda/mission/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Il nostro scopo, perchè lo facciamo, cosa ci guida.","@type":"WebPage","url":"https://www.unitoo.it/azienda/mission/","headline":"La mission","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="La vision" /> <meta property="twitter:title" content="La vision" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Come vorremmo si rappresenti il futuro.","@type":"WebPage","headline":"La vision","url":"https://www.unitoo.it/azienda/vision/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Come vorremmo si rappresenti il futuro.","@type":"WebPage","url":"https://www.unitoo.it/azienda/vision/","headline":"La vision","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -126,7 +126,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Contatti" /> <meta property="twitter:title" content="Contatti" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i nostri contatti per una comunicazione adeguata.","@type":"WebPage","headline":"Contatti","url":"https://www.unitoo.it/contattaci/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i nostri contatti per una comunicazione adeguata.","@type":"WebPage","url":"https://www.unitoo.it/contattaci/","headline":"Contatti","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -128,7 +128,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

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>2019-11-24T11:57:41+01: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-01-03T00:49:43+01: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>

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Homepage" /> <meta property="twitter:title" content="Homepage" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","@type":"WebSite","headline":"Homepage","url":"https://www.unitoo.it/","name":"Unitoo","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica","@type":"WebSite","url":"https://www.unitoo.it/","name":"Unitoo","headline":"Homepage","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -262,7 +262,7 @@ La scelta mirata al progresso.</p>
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="La comunicazione digitale sicura" /> <meta property="twitter:title" content="La comunicazione digitale sicura" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Comunicare in maniera sicura. Le applicazioni da noi suggerite.","@type":"WebPage","headline":"La comunicazione digitale sicura","url":"https://www.unitoo.it/progetti/comunicazione_sicura/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Comunicare in maniera sicura. Le applicazioni da noi suggerite.","@type":"WebPage","url":"https://www.unitoo.it/progetti/comunicazione_sicura/","headline":"La comunicazione digitale sicura","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -386,7 +386,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Libreboot - Il BIOS libero" /> <meta property="twitter:title" content="Libreboot - Il BIOS libero" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Il software libero e limportanza di un BIOS libero. Tutto di un fiato.","@type":"WebPage","headline":"Libreboot - Il BIOS libero","url":"https://www.unitoo.it/progetti/libreboot/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Il software libero e limportanza di un BIOS libero. Tutto di un fiato.","@type":"WebPage","url":"https://www.unitoo.it/progetti/libreboot/","headline":"Libreboot - Il BIOS libero","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -161,7 +161,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Il software" /> <meta property="twitter:title" content="Il software" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"I progetti che stiamo principalmente supportando nellambito del software libero. A partire dai BIOS liberi a finire alla rimozione dei DRM.","@type":"WebPage","headline":"Il software","url":"https://www.unitoo.it/progetti/software/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"I progetti che stiamo principalmente supportando nellambito del software libero. A partire dai BIOS liberi a finire alla rimozione dei DRM.","@type":"WebPage","url":"https://www.unitoo.it/progetti/software/","headline":"Il software","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -145,7 +145,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Consulenza tecnica" /> <meta property="twitter:title" content="Consulenza tecnica" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Consulenza tecnica nellambito GNU/Linux, utilizzando i migliori strumenti liberi messi a disposizione dal free software.","@type":"WebPage","headline":"Consulenza tecnica","url":"https://www.unitoo.it/servizi/consulenza/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Consulenza tecnica nellambito GNU/Linux, utilizzando i migliori strumenti liberi messi a disposizione dal free software.","@type":"WebPage","url":"https://www.unitoo.it/servizi/consulenza/","headline":"Consulenza tecnica","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -135,7 +135,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Il piano formativo" /> <meta property="twitter:title" content="Il piano formativo" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Formazione agile dedicata ai team e agli sviluppatori. Stimolare i team al raggiungimento degli obiettivi in tempi selezionati.","@type":"WebPage","headline":"Il piano formativo","url":"https://www.unitoo.it/servizi/formazione/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Formazione agile dedicata ai team e agli sviluppatori. Stimolare i team al raggiungimento degli obiettivi in tempi selezionati.","@type":"WebPage","url":"https://www.unitoo.it/servizi/formazione/","headline":"Il piano formativo","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -131,7 +131,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Sicurezza informatica" /> <meta property="twitter:title" content="Sicurezza informatica" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"La sicurezza informatica è uno temi principale di questa epoca. Noi sappiamo come difenderci, e tu?","@type":"WebPage","headline":"Sicurezza informatica","url":"https://www.unitoo.it/servizi/sicurezza_informatica/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"La sicurezza informatica è uno temi principale di questa epoca. Noi sappiamo come difenderci, e tu?","@type":"WebPage","url":"https://www.unitoo.it/servizi/sicurezza_informatica/","headline":"Sicurezza informatica","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -217,7 +217,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Sviluppo software" /> <meta property="twitter:title" content="Sviluppo software" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Sviluppo software con licenza GPLv3 o con licenze compatibili, applicazioni mobile e pubblicazione store.","@type":"WebPage","headline":"Sviluppo software","url":"https://www.unitoo.it/servizi/sviluppo_software/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Sviluppo software con licenza GPLv3 o con licenze compatibili, applicazioni mobile e pubblicazione store.","@type":"WebPage","url":"https://www.unitoo.it/servizi/sviluppo_software/","headline":"Sviluppo software","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -170,7 +170,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #agile" /> <meta property="twitter:title" content="Tag: #agile" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: agile","@type":"WebPage","headline":"Tag: #agile","url":"https://www.unitoo.it/tag/agile.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: agile","@type":"WebPage","url":"https://www.unitoo.it/tag/agile.html","headline":"Tag: #agile","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #backup" /> <meta property="twitter:title" content="Tag: #backup" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: backup","@type":"WebPage","headline":"Tag: #backup","url":"https://www.unitoo.it/tag/backup.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: backup","@type":"WebPage","url":"https://www.unitoo.it/tag/backup.html","headline":"Tag: #backup","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #bios" /> <meta property="twitter:title" content="Tag: #bios" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: bios","@type":"WebPage","headline":"Tag: #bios","url":"https://www.unitoo.it/tag/bios.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: bios","@type":"WebPage","url":"https://www.unitoo.it/tag/bios.html","headline":"Tag: #bios","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #cifratura" /> <meta property="twitter:title" content="Tag: #cifratura" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: cifratura","@type":"WebPage","headline":"Tag: #cifratura","url":"https://www.unitoo.it/tag/cifratura.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: cifratura","@type":"WebPage","url":"https://www.unitoo.it/tag/cifratura.html","headline":"Tag: #cifratura","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #company" /> <meta property="twitter:title" content="Tag: #company" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: company","@type":"WebPage","headline":"Tag: #company","url":"https://www.unitoo.it/tag/company.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: company","@type":"WebPage","url":"https://www.unitoo.it/tag/company.html","headline":"Tag: #company","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #consulenza" /> <meta property="twitter:title" content="Tag: #consulenza" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: consulenza","@type":"WebPage","headline":"Tag: #consulenza","url":"https://www.unitoo.it/tag/consulenza.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: consulenza","@type":"WebPage","url":"https://www.unitoo.it/tag/consulenza.html","headline":"Tag: #consulenza","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #contatti" /> <meta property="twitter:title" content="Tag: #contatti" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: contatti","@type":"WebPage","headline":"Tag: #contatti","url":"https://www.unitoo.it/tag/contatti.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: contatti","@type":"WebPage","url":"https://www.unitoo.it/tag/contatti.html","headline":"Tag: #contatti","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #data" /> <meta property="twitter:title" content="Tag: #data" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: data","@type":"WebPage","headline":"Tag: #data","url":"https://www.unitoo.it/tag/data.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: data","@type":"WebPage","url":"https://www.unitoo.it/tag/data.html","headline":"Tag: #data","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #development" /> <meta property="twitter:title" content="Tag: #development" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: development","@type":"WebPage","headline":"Tag: #development","url":"https://www.unitoo.it/tag/development.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: development","@type":"WebPage","url":"https://www.unitoo.it/tag/development.html","headline":"Tag: #development","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #email" /> <meta property="twitter:title" content="Tag: #email" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: email","@type":"WebPage","headline":"Tag: #email","url":"https://www.unitoo.it/tag/email.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: email","@type":"WebPage","url":"https://www.unitoo.it/tag/email.html","headline":"Tag: #email","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #formazione" /> <meta property="twitter:title" content="Tag: #formazione" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: formazione","@type":"WebPage","headline":"Tag: #formazione","url":"https://www.unitoo.it/tag/formazione.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: formazione","@type":"WebPage","url":"https://www.unitoo.it/tag/formazione.html","headline":"Tag: #formazione","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #freebios" /> <meta property="twitter:title" content="Tag: #freebios" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: freebios","@type":"WebPage","headline":"Tag: #freebios","url":"https://www.unitoo.it/tag/freebios.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: freebios","@type":"WebPage","url":"https://www.unitoo.it/tag/freebios.html","headline":"Tag: #freebios","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #freesoftware" /> <meta property="twitter:title" content="Tag: #freesoftware" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: freesoftware","@type":"WebPage","headline":"Tag: #freesoftware","url":"https://www.unitoo.it/tag/freesoftware.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: freesoftware","@type":"WebPage","url":"https://www.unitoo.it/tag/freesoftware.html","headline":"Tag: #freesoftware","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #future" /> <meta property="twitter:title" content="Tag: #future" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: future","@type":"WebPage","headline":"Tag: #future","url":"https://www.unitoo.it/tag/future.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: future","@type":"WebPage","url":"https://www.unitoo.it/tag/future.html","headline":"Tag: #future","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #gnupg" /> <meta property="twitter:title" content="Tag: #gnupg" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: gnupg","@type":"WebPage","headline":"Tag: #gnupg","url":"https://www.unitoo.it/tag/gnupg.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: gnupg","@type":"WebPage","url":"https://www.unitoo.it/tag/gnupg.html","headline":"Tag: #gnupg","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #hardening" /> <meta property="twitter:title" content="Tag: #hardening" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: hardening","@type":"WebPage","headline":"Tag: #hardening","url":"https://www.unitoo.it/tag/hardening.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: hardening","@type":"WebPage","url":"https://www.unitoo.it/tag/hardening.html","headline":"Tag: #hardening","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #hardware" /> <meta property="twitter:title" content="Tag: #hardware" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: hardware","@type":"WebPage","headline":"Tag: #hardware","url":"https://www.unitoo.it/tag/hardware.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: hardware","@type":"WebPage","url":"https://www.unitoo.it/tag/hardware.html","headline":"Tag: #hardware","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #informatica" /> <meta property="twitter:title" content="Tag: #informatica" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: informatica","@type":"WebPage","headline":"Tag: #informatica","url":"https://www.unitoo.it/tag/informatica.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: informatica","@type":"WebPage","url":"https://www.unitoo.it/tag/informatica.html","headline":"Tag: #informatica","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #libreboot" /> <meta property="twitter:title" content="Tag: #libreboot" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: libreboot","@type":"WebPage","headline":"Tag: #libreboot","url":"https://www.unitoo.it/tag/libreboot.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: libreboot","@type":"WebPage","url":"https://www.unitoo.it/tag/libreboot.html","headline":"Tag: #libreboot","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #licenses" /> <meta property="twitter:title" content="Tag: #licenses" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: licenses","@type":"WebPage","headline":"Tag: #licenses","url":"https://www.unitoo.it/tag/licenses.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: licenses","@type":"WebPage","url":"https://www.unitoo.it/tag/licenses.html","headline":"Tag: #licenses","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #media" /> <meta property="twitter:title" content="Tag: #media" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: media","@type":"WebPage","headline":"Tag: #media","url":"https://www.unitoo.it/tag/media.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: media","@type":"WebPage","url":"https://www.unitoo.it/tag/media.html","headline":"Tag: #media","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #mission" /> <meta property="twitter:title" content="Tag: #mission" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: mission","@type":"WebPage","headline":"Tag: #mission","url":"https://www.unitoo.it/tag/mission.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: mission","@type":"WebPage","url":"https://www.unitoo.it/tag/mission.html","headline":"Tag: #mission","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #nodrm" /> <meta property="twitter:title" content="Tag: #nodrm" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: nodrm","@type":"WebPage","headline":"Tag: #nodrm","url":"https://www.unitoo.it/tag/nodrm.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: nodrm","@type":"WebPage","url":"https://www.unitoo.it/tag/nodrm.html","headline":"Tag: #nodrm","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #planning" /> <meta property="twitter:title" content="Tag: #planning" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: planning","@type":"WebPage","headline":"Tag: #planning","url":"https://www.unitoo.it/tag/planning.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: planning","@type":"WebPage","url":"https://www.unitoo.it/tag/planning.html","headline":"Tag: #planning","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #projects" /> <meta property="twitter:title" content="Tag: #projects" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: projects","@type":"WebPage","headline":"Tag: #projects","url":"https://www.unitoo.it/tag/projects.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: projects","@type":"WebPage","url":"https://www.unitoo.it/tag/projects.html","headline":"Tag: #projects","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #rights" /> <meta property="twitter:title" content="Tag: #rights" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: rights","@type":"WebPage","headline":"Tag: #rights","url":"https://www.unitoo.it/tag/rights.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: rights","@type":"WebPage","url":"https://www.unitoo.it/tag/rights.html","headline":"Tag: #rights","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #security" /> <meta property="twitter:title" content="Tag: #security" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: security","@type":"WebPage","headline":"Tag: #security","url":"https://www.unitoo.it/tag/security.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: security","@type":"WebPage","url":"https://www.unitoo.it/tag/security.html","headline":"Tag: #security","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #servizi" /> <meta property="twitter:title" content="Tag: #servizi" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: servizi","@type":"WebPage","headline":"Tag: #servizi","url":"https://www.unitoo.it/tag/servizi.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: servizi","@type":"WebPage","url":"https://www.unitoo.it/tag/servizi.html","headline":"Tag: #servizi","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #sicurezza" /> <meta property="twitter:title" content="Tag: #sicurezza" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: sicurezza","@type":"WebPage","headline":"Tag: #sicurezza","url":"https://www.unitoo.it/tag/sicurezza.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: sicurezza","@type":"WebPage","url":"https://www.unitoo.it/tag/sicurezza.html","headline":"Tag: #sicurezza","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #social" /> <meta property="twitter:title" content="Tag: #social" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: social","@type":"WebPage","headline":"Tag: #social","url":"https://www.unitoo.it/tag/social.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: social","@type":"WebPage","url":"https://www.unitoo.it/tag/social.html","headline":"Tag: #social","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #software" /> <meta property="twitter:title" content="Tag: #software" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: software","@type":"WebPage","headline":"Tag: #software","url":"https://www.unitoo.it/tag/software.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: software","@type":"WebPage","url":"https://www.unitoo.it/tag/software.html","headline":"Tag: #software","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #team" /> <meta property="twitter:title" content="Tag: #team" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: team","@type":"WebPage","headline":"Tag: #team","url":"https://www.unitoo.it/tag/team.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: team","@type":"WebPage","url":"https://www.unitoo.it/tag/team.html","headline":"Tag: #team","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #unitoo" /> <meta property="twitter:title" content="Tag: #unitoo" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: unitoo","@type":"WebPage","headline":"Tag: #unitoo","url":"https://www.unitoo.it/tag/unitoo.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: unitoo","@type":"WebPage","url":"https://www.unitoo.it/tag/unitoo.html","headline":"Tag: #unitoo","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #vision" /> <meta property="twitter:title" content="Tag: #vision" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: vision","@type":"WebPage","headline":"Tag: #vision","url":"https://www.unitoo.it/tag/vision.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: vision","@type":"WebPage","url":"https://www.unitoo.it/tag/vision.html","headline":"Tag: #vision","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -21,7 +21,7 @@
<meta property="twitter:title" content="Tag: #work" /> <meta property="twitter:title" content="Tag: #work" />
<meta name="twitter:site" content="@UnitooInc" /> <meta name="twitter:site" content="@UnitooInc" />
<script type="application/ld+json"> <script type="application/ld+json">
{"description":"Tutti i post del tag: work","@type":"WebPage","headline":"Tag: #work","url":"https://www.unitoo.it/tag/work.html","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"@context":"https://schema.org"}</script> {"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.png"}},"description":"Tutti i post del tag: work","@type":"WebPage","url":"https://www.unitoo.it/tag/work.html","headline":"Tag: #work","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag --> <!-- End Jekyll SEO tag -->
@ -120,7 +120,7 @@
<div class="container"> <div class="container">
<p> <p>
Copyright © Unitoo 2017-2019<br><br> Copyright © Unitoo 2017-2020<br><br>
Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br> Azienda dedicata allo sviluppo software, alla formazione dei team e alla consulenza informatica<br>
<small> <small>
The site is released under the terms of AGPLv3 license. The site is released under the terms of AGPLv3 license.

View file

@ -2,16 +2,6 @@
layout: null layout: null
--- ---
[ [
{% for post in site.posts %}
{
"title" : "{{ post.title | escape }}",
"tags" : "{{ post.tags | join: ', ' }}",
"url" : "{{ site.baseurl }}{{ post.url }}",
"date" : "{{ post.date }}",
"content" : "{{ post.content | strip_html | strip_newlines | escape }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
,
{% for page in site.pages %} {% for page in site.pages %}
{ {
{% if page.title != nil %} {% if page.title != nil %}
@ -19,7 +9,7 @@ layout: null
"tags" : "{{ page.tags | join: ', ' }}", "tags" : "{{ page.tags | join: ', ' }}",
"url" : "{{ site.baseurl }}{{ page.url }}", "url" : "{{ site.baseurl }}{{ page.url }}",
"date" : "{{ page.date }}", "date" : "{{ page.date }}",
"content" : "{{ page.content | strip_html | strip_newlines }}" "content" : "{{ page.content | remove: '"' | strip_html | strip_newlines }}"
{% endif %} {% endif %}
} {% unless forloop.last %},{% endunless %} } {% unless forloop.last %},{% endunless %}
{% endfor %} {% endfor %}