2021-06-15 14:01:04 +02:00
<!DOCTYPE html>
2021-08-23 12:35:32 +02:00
< html lang = it >
2021-06-15 14:01:04 +02:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "theme-color" content = "#943526" >
< meta name = "no-results" content = "Nessun risultato" >
<!-- Begin Jekyll SEO tag v2.7.2 -->
< title >
Il nostro canale | Unitoo< / title >
< meta name = "generator" content = "Jekyll v3.9.1" / >
< meta property = "og:title" content = "
Il nostro canale" />
2021-08-23 12:35:32 +02:00
< meta name = "author" content = "Unitoo" / >
2021-06-15 14:01:04 +02:00
< meta property = "og:locale" content = "it" / >
< meta name = "description" content = "
Un canale Peertube dedicato al software libero, alle interviste e altri contenuti digitali" />
< meta property = "og:description" content = "
Un canale Peertube dedicato al software libero, alle interviste e altri contenuti digitali" />
2022-01-13 12:47:49 +01:00
< link rel = "canonical" href = "http://localhost:4000/progetti/peertube/" / >
< meta property = "og:url" content = "http://localhost:4000/progetti/peertube/" / >
2021-06-15 14:01:04 +02:00
< meta property = "og:site_name" content = "Unitoo" / >
2021-12-15 14:11:20 +01:00
< meta property = "og:image" content = "http://localhost:4000/logo.png" / >
2021-06-15 14:01:04 +02:00
< meta name = "twitter:card" content = "summary" / >
2021-12-15 14:11:20 +01:00
< meta property = "twitter:image" content = "http://localhost:4000/logo.png" / >
2021-06-15 14:01:04 +02:00
< meta name = "twitter:site" content = "@UnitooInc" / >
2021-08-23 12:35:32 +02:00
< meta name = "twitter:creator" content = "@Unitoo" / >
2021-06-15 14:01:04 +02:00
< script type = "application/ld+json" >
2022-01-13 12:47:49 +01:00
{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.channel","url":"http://localhost:4000/progetti/peertube/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/images/logo-extended.webp"},"name":"Unitoo"},"image":"http://localhost:4000/logo.png","headline":"meta.titles.channel","@context":"https://schema.org"}< / script >
2021-06-15 14:01:04 +02:00
<!-- End Jekyll SEO tag -->
2021-08-27 12:44:13 +02:00
< meta property = "og:type" content = "website" / >
2021-06-15 14:01:04 +02:00
2021-12-15 14:11:20 +01:00
< link rel = 'icon' href = "http://localhost:4000/favicon.ico" type = "image/x-icon" >
< link rel = 'shortcut icon' href = "http://localhost:4000/favicon.ico" type = "image/x-icon" >
< link rel = "apple-touch-icon" href = "http://localhost:4000/apple-touch-icon.png" >
< link rel = "manifest" href = "http://localhost:4000/path.webmanifest" >
2021-06-15 14:01:04 +02:00
2022-01-21 18:57:11 +01:00
< link rel = "stylesheet" type = "text/css" href = "/assets/main-7ff348d3f9f108b201a24142fdbcaddc6b55a3bf040f78be16e1e345b41e1fec21ce7848d76d058fd12a94087214e3a8840d39b4cd7d4fa67551720db09576ec.css" >
2021-06-15 14:01:04 +02:00
2021-08-20 16:48:07 +02:00
2021-06-15 14:01:04 +02:00
< / head >
< body >
< navbar class = "navbar site-header pt-2 pb-2 pl-0 pr-0 p-sm-0 sticky-top" >
< div class = "container" >
< a class = "site-title" href = "/" >
2021-12-15 14:11:20 +01:00
< img height = "30" alt = "Logo ufficiale Unitoo" src = "/assets/logo-extended-6cd92f43ef91fc074c523a982cfa7b050b83f446f4c499195787207823803969930684e6228ff1d1bda6e3d12a4cab4611a5cfe04f75e5c583a521eb393cf9a3.webp" >
2021-06-15 14:01:04 +02:00
< / a >
< nav class = "my-2 d-none d-lg-block" >
2022-01-21 18:57:11 +01:00
< a class = "text-white" href = "#search-input" > < i class = "fa fa-search" > < / i > < / a >
2022-01-13 12:47:49 +01:00
< a class = "p-2 text-white" href = "/chisiamo/" > Chi siamo< / a >
< a class = "p-2 text-white" href = "/servizi-e-prodotti/" > Servizi e Prodotti< / a >
2022-01-21 18:57:11 +01:00
< a class = "btn btn-primary ml-3 text-white" href = "/contattaci/" > Contattaci< / a >
2021-06-15 14:01:04 +02:00
< / nav >
< a class = "d-block d-lg-none" href = "javascript:openNav();" >
2021-08-20 16:48:07 +02:00
< i class = "fa-menu" > < / i >
2021-06-15 14:01:04 +02:00
< / a >
< / div >
< / navbar >
< div id = "mySidenav" class = "sidenav" >
< a href = "javascript:void(0)" class = "closebtn" onclick = "closeNav()" > × < / a >
2022-01-13 12:47:49 +01:00
< a class = "btn-outline-primary" href = "/chisiamo/" > Chi siamo< / a >
< a class = "btn-outline-primary" href = "/servizi-e-prodotti/" > Servizi e Prodotti< / a >
< a class = "btn-outline-primary" href = "/progetti/" > Progetti< / a >
< a class = "btn-outline-primary" href = "/contattaci/" > Contattaci< / a >
2021-06-15 14:01:04 +02:00
< / div >
2022-01-13 12:47:49 +01:00
< div class = "cover header header-peertube" > < / div >
2021-08-25 00:27:38 +02:00
< section class = "container pl-0 pr-0 pl-md-3 pr-md-3 text-center mt-5 min-height-500" >
2021-06-15 14:01:04 +02:00
< h1 > Il nostro canale dedicato ai contenuti video< / h1 >
< p >
Abbiamo deciso di utilizzare ogni mezzo per poter diffondere il messaggio del software libero e dell'etica software e per questo abbiamo istituito un canale Peertube dove troverete interviste, contenuti dedicati al software libero e guide tecniche.
< br > < br >
2022-01-13 12:47:49 +01:00
Il canale è ospitato dai cari amici di < a href = "/partners/peertube/" > Peertube Italia< / a >
2021-06-15 14:01:04 +02:00
e < strong > attualmente è in fase di avvio ma ci auguriamo un contributo anche da parte vostra, come state già facendo con la favolosa radio.< / strong >
< br > < br >
2021-08-20 16:48:07 +02:00
< a class = "btn btn-primary btn-lg" href = "https://peertube.uno/accounts/unitoo" rel = "nofollow" target = "_blank" > < i class = "fa-videocam" > < / i > Vai al canale< / a >
2021-06-15 14:01:04 +02:00
< / p >
< hr >
< h2 class = "mt-5" > Avete delle idee o volete suggerire qualcosa?< / h2 >
< p >
Il vostro contributo è sempre apprezzato e vi suggeriamo di contattarci sul nostro canale < a href = "https://mastodon.uno/@unitoo" > Mastodon< / a > oppure andando alla pagina
2022-01-13 12:47:49 +01:00
< a href = "/contattaci/" > Contattaci< / a > .
2021-06-15 14:01:04 +02:00
< / p >
< br > < br >
< / section >
< footer class = "site-footer" >
2022-01-21 18:57:11 +01:00
< div class = "row text-left ml-0 mr-0" >
< div class = "col-1 col-lg-2 ml-auto" > < / div >
< nav class = "col-3 col-lg-2" >
2022-01-13 12:47:49 +01:00
< strong class = "text-uppercase" > Mappa del sito< / strong >
< ul class = "list-unstyled ml-0" >
< li > < a href = "/" > Home< / a > < / li >
< li > < a href = "/chisiamo/" > Chi siamo< / a > < / li >
< li > < a href = "/servizi-e-prodotti/" > Servizi e prodotti< / a > < / li >
< li > < a href = "/contattaci/" > Contatti< / a > < / li >
< / ul >
< / nav >
2022-01-21 18:57:11 +01:00
< div class = "col-3 col-lg-2" >
2022-01-13 12:47:49 +01:00
< strong class = "text-uppercase" > Progetti< / strong >
< ul class = "list-unstyled ml-0" >
2022-01-24 11:20:05 +01:00
< li > < a href = "/cybersecurity/referral" > Referral< / a > < / li >
2022-01-13 12:47:49 +01:00
< li > < a href = "/progetti/radio/" > La nostra radio libera< / a > < / li >
< li > < a href = "/progetti/software/" > Progetti - Il software< / a > < / li >
< li > < a href = "/news/" > News< / a > < / li >
< / ul >
< / div >
2022-01-21 18:57:11 +01:00
< div class = "col-3 col-lg-2" >
2022-01-13 12:47:49 +01:00
< strong class = "text-uppercase" > Canali< / strong >
< ul class = "list-unstyled ml-0" >
< li > < a href = "/partners/peertube/" > Partners - Peertube Italia< / a > < / li >
< li > < a href = "/partners/funkwhale/" > Partners - Funkwhale Italia< / a > < / li >
< / ul >
< / div >
2022-01-21 18:57:11 +01:00
< div class = "col-1 col-lg-2 mr-auto" > < / div >
2022-01-13 12:47:49 +01:00
< / div >
< br >
2021-06-15 14:01:04 +02:00
< div class = "container" >
< div class = "input-group mb-5" >
< input type = "text" id = "search-input" class = "form-control rounded-right" placeholder = "Vuoi cercare qualcosa?"
2021-08-08 17:54:45 +02:00
aria-label="Vuoi cercare qualcosa?" aria-describedby="button-search" autocomplete="off">
2021-06-15 14:01:04 +02:00
< div class = "input-group-append" >
< div id = "results-container" class = "dropdown-menu d-block p-0 border-0" > < / div >
< / div >
< / div >
< p >
2022-01-13 12:47:49 +01:00
Copyright © Unitoo 2017-2022< br > < br >
2021-06-15 14:01:04 +02:00
Azienda dedicata allo sviluppo software, alla consulenza informatica e alla formazione< br >
< small >
Il sito (tranne i loghi) è interamente rilasciato sotto i termini della licenza AGPLv3. Puoi trovare i sorgenti qui:
2021-07-29 17:12:03 +02:00
< a target = "_blank" rel = "nofollow" href = "https://gitea.it/Unitoo/unitoo-site" >
2021-08-20 16:48:07 +02:00
< i class = "fas fa-link-ext" > < / i > Gitea
2021-06-15 14:01:04 +02:00
< / a >
< br >
< / small >
< / p >
2021-08-21 19:14:52 +02:00
2021-06-15 14:01:04 +02:00
< ul class = "list-inline social-buttons mt-2 mb-3 mx-auto" >
< li class = "list-inline-item" >
2022-01-13 12:47:49 +01:00
< a href = "https://gitea.it/Unitoo" rel = "nofollow" target = "_blank" data-original-title = "" title = "" >
< i class = "fab fa-gitea" data-original-title = "" title = "" > < / i > < / a >
2021-06-15 14:01:04 +02:00
< / li >
< li class = "list-inline-item" >
< a href = "https://github.com/UnitooTeam" rel = "nofollow" target = "_blank" data-original-title = ""
2021-08-20 16:48:07 +02:00
title="">< i class = "fab fa-github-circled" data-original-title = "" title = "" > < / i > < / a >
2021-06-15 14:01:04 +02:00
< / li >
< li class = "list-inline-item" >
< a href = "https://mastodon.uno/@unitoo" rel = "me" target = "_blank" data-original-title = "" title = "" >
2022-01-13 12:47:49 +01:00
< i class = "fab fa-mastodon" > < / i >
< / a >
< / li >
< li class = "list-inline-item" >
< a href = "https://matrix.to/#/#nodo-1-unity:unitoo.it" target = "_blank" rel = "nofollow" data-original-title = "" title = "" >
< i class = "fab fa-element" > < / i >
2021-06-15 14:01:04 +02:00
< / a >
< / li >
< li class = "list-inline-item" >
2022-01-13 12:47:49 +01:00
< a href = "/news/" target = "_blank" data-original-title = "" title = "" >
2021-08-20 16:48:07 +02:00
< i class = "fab fa-telegram" > < / i >
2021-08-08 17:54:45 +02:00
< / a >
2021-06-15 14:01:04 +02:00
< / li >
2022-01-13 12:47:49 +01:00
< li class = "list-inline-item" >
< a href = "https://liberapay.com/Unitoo/" rel = "nofollow" target = "_blank" data-original-title = "" title = "" >
< i class = "fab fa-liberapay" > < / i >
< / a >
< / li >
2021-06-15 14:01:04 +02:00
< / ul >
< div class = "small mt-3" >
Unitoo di Claudio Maradonna, Via Circonvallazione Sud 28/A, Monteprandone, 63076 (AP) - 02324570445 - REA:
2022-01-13 12:47:49 +01:00
AP-204883 - info@unitoo.it
2021-06-15 14:01:04 +02:00
< br >
2022-01-13 12:47:49 +01:00
< a href = "/privacy-policy/" > Informativa privacy< / a >
2021-06-15 14:01:04 +02:00
< / div >
< / div >
< / footer >
2021-08-27 13:09:00 +02:00
< script type = "text/javascript" src = "/assets/main-c65f21c86c980bf75bd95388cc2ff11603867d9ff67f3db2ec9b13476966fa52350a9c98dc6d1f2b66cb20fee2d4b9eec4a77ae7097493559a78a2a3664b3009.js" > < / script >
2021-08-27 16:31:53 +02:00
< script defer type = "text/javascript" src = "/assets/matomo-e9fa97b4ef39fda9e24f7c0db2744bdb731c84e01a8d86e42498e98788ec7a460d26029adc873f45b18028476792bae8286b88c013ee24d3dd3d72cff6923f8f.js" > < / script >
< script defer async = "" type = "text/javascript" src = "/assets/analytics-1ed1e14dc3b33a31d62e4a1f4da624abd119a75fa549edaa290b7a5afa16d5fa4b7daf7e1270eec5dd50bcf1992aa9a20875d731232f4416831bb095120cc668.js" > < / script >
2021-08-25 00:27:38 +02:00
< div id = "cookie-notice" >
< span > Utilizziamo Matomo (una tecnologia libera) per analizzare e migliorare il servizio che offriamo.< / span >
< a id = "cookie-notice-accept" class = "btn btn-primary btn-sm text-white" > Approva< / a >
< a href = "https://matomo.org/gdpr/" rel = "nofollow" target = "_blank" class = "btn btn-primary btn-sm text-white" > Scopri di più< / a >
< a id = "cookie-notice-dismiss" class = "mt-1 float-right text-decoration-none border border-secondary rounded btn btn-sm btn-secondary text-white" > X< / a >
< / div >
2021-06-15 14:01:04 +02:00
< / body >
< / html >