From bb0262d3847c466fa8852084cb3dbc78e285a0bb Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Wed, 25 Aug 2021 00:27:38 +0200 Subject: [PATCH] fix #9, matomo and cookie javascript code inside relative js files --- _assets/javascripts/cookie.js | 45 +++++++ _assets/javascripts/main.js | 1 + _assets/javascripts/matomo.js | 18 +++ _assets/stylesheets/_cookie.scss | 29 +++++ _assets/stylesheets/_layout.scss | 18 +++ _assets/stylesheets/main.scss | 2 +- _includes/bottom.html | 28 +---- _includes/cookie-consent.html | 61 +--------- _includes/footer.html | 4 +- _layouts/tagpage.html | 2 +- _pages/about-us.html | 2 +- _pages/channel.html | 2 +- _pages/contacts.html | 2 +- _pages/funkwhale.html | 2 +- _pages/peertube.html | 2 +- _pages/radio.html | 2 +- _pages/technical_advice.html | 2 +- _site/404.html | 111 +++-------------- ...fest-5dfc497b170a47048b3da16f752d3cdf.json | 2 +- ...c872049fe23799e4c6d4d55f0591c07cc33.css.gz | Bin 32674 -> 0 bytes ...5ed3cf132a2d70d08e03aa668f02edc448ccf33.js | 5 + ...3cf132a2d70d08e03aa668f02edc448ccf33.js.gz | Bin 0 -> 33215 bytes ...40f2116724a47cd8d4a0656e33b613a81e6fbf5.js | 5 - ...2116724a47cd8d4a0656e33b613a81e6fbf5.js.gz | Bin 32870 -> 0 bytes ...36caf70796d91c81a1a9b7a6ec30eb8a30d41.css} | 2 +- ...caf70796d91c81a1a9b7a6ec30eb8a30d41.css.gz | Bin 0 -> 32843 bytes ...c6d71d02e7ae9a73319ecb8be5c3378150509db.js | 3 + ...71d02e7ae9a73319ecb8be5c3378150509db.js.gz | Bin 0 -> 392 bytes .../source-maps/_assets/javascripts/cookie.js | 45 +++++++ .../source-maps/_assets/javascripts/main.js | 1 + .../source-maps/_assets/javascripts/matomo.js | 18 +++ .../_assets/stylesheets/_cookie.scss | 29 +++++ .../_assets/stylesheets/_layout.scss | 18 +++ .../source-maps/_assets/stylesheets/main.scss | 2 +- _site/assets/source-maps/main.js.map | 2 +- _site/assets/source-maps/main.scss.map | 2 +- _site/assets/source-maps/matomo.js.map | 1 + _site/chisiamo/index.html | 113 +++--------------- _site/consulenza/index.html | 113 +++--------------- _site/contattaci/index.html | 113 +++--------------- _site/index.html | 111 +++-------------- _site/news/index.html | 111 +++-------------- _site/partners/funkwhale/index.html | 113 +++--------------- _site/partners/peertube/index.html | 113 +++--------------- _site/privacy-policy/index.html | 111 +++-------------- _site/progetti/index.html | 111 +++-------------- _site/progetti/libreboot/index.html | 111 +++-------------- _site/progetti/peertube/index.html | 113 +++--------------- _site/progetti/radio/index.html | 113 +++--------------- _site/progetti/software/index.html | 111 +++-------------- _site/servizi-e-prodotti/index.html | 111 +++-------------- _site/sitemap.xml | 30 ++--- _site/tecnologie-software/index.html | 111 +++-------------- 53 files changed, 564 insertions(+), 1613 deletions(-) create mode 100644 _assets/javascripts/cookie.js create mode 100644 _assets/javascripts/matomo.js create mode 100644 _assets/stylesheets/_cookie.scss delete mode 100644 _site/assets/main-2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33.css.gz create mode 100644 _site/assets/main-35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33.js create mode 100644 _site/assets/main-35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33.js.gz delete mode 100644 _site/assets/main-d66ae911e9baad27bf76fc31381210c21520c7629933b57d51cdb1fd775a286a935a4fe93937373ab23db4f0540f2116724a47cd8d4a0656e33b613a81e6fbf5.js delete mode 100644 _site/assets/main-d66ae911e9baad27bf76fc31381210c21520c7629933b57d51cdb1fd775a286a935a4fe93937373ab23db4f0540f2116724a47cd8d4a0656e33b613a81e6fbf5.js.gz rename _site/assets/{main-2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33.css => main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css} (94%) create mode 100644 _site/assets/main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css.gz create mode 100644 _site/assets/matomo-e22ca7e67d739b9d97e291b31a7afdf4adebbe7d108019d41a7320920d4eb2aa3888f5577535aad610959cca4c6d71d02e7ae9a73319ecb8be5c3378150509db.js create mode 100644 _site/assets/matomo-e22ca7e67d739b9d97e291b31a7afdf4adebbe7d108019d41a7320920d4eb2aa3888f5577535aad610959cca4c6d71d02e7ae9a73319ecb8be5c3378150509db.js.gz create mode 100644 _site/assets/source-maps/_assets/javascripts/cookie.js create mode 100644 _site/assets/source-maps/_assets/javascripts/matomo.js create mode 100644 _site/assets/source-maps/_assets/stylesheets/_cookie.scss create mode 100644 _site/assets/source-maps/matomo.js.map diff --git a/_assets/javascripts/cookie.js b/_assets/javascripts/cookie.js new file mode 100644 index 00000000..0629d637 --- /dev/null +++ b/_assets/javascripts/cookie.js @@ -0,0 +1,45 @@ +function createCookie(name, value, days) { + var expires = ""; + if (days) { + var date = new Date(); + date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); + expires = "; expires=" + date.toUTCString(); + } + document.cookie = name + "=" + value + expires + "; path=/"; +} +function readCookie(name) { + var nameEQ = name + "="; + var ca = document.cookie.split(';'); + for (var i = 0; i < ca.length; i++) { + var c = ca[i]; + while (c.charAt(0) == ' ') c = c.substring(1, c.length); + if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); + } + return null; +} +function eraseCookie(name) { + createCookie(name, "", -1); +} + +$(document).ready(function() { + if (readCookie('cookie-notice-dismissed') == 'true') { + console.log("GDPR Consent Dismiss"); + } else { + document.getElementById('cookie-notice').style.display = 'block'; + } + + document.getElementById('cookie-notice-accept').addEventListener("click", function() { + createCookie('cookie-notice-dismissed', 'true', 31); + _paq.push(['rememberConsentGiven']); + document.getElementById('cookie-notice').style.display = 'none'; + location.reload(); + }); + + document.getElementById('cookie-notice-dismiss').addEventListener("click", function() { + createCookie('cookie-notice-dismissed', 'true', 31); + _paq.push(['forgetConsentGiven']); + _paq.push(['optUserOut']); + document.getElementById('cookie-notice').style.display = 'none'; + location.reload(); + }); +}); diff --git a/_assets/javascripts/main.js b/_assets/javascripts/main.js index 79e1beb4..ac92c13b 100644 --- a/_assets/javascripts/main.js +++ b/_assets/javascripts/main.js @@ -3,6 +3,7 @@ // require bootstrap // require bootstrap-sprockets //= require morphext +//= require cookie /* Set the width of the side navigation to 250px */ function openNav() { diff --git a/_assets/javascripts/matomo.js b/_assets/javascripts/matomo.js new file mode 100644 index 00000000..7947b0e2 --- /dev/null +++ b/_assets/javascripts/matomo.js @@ -0,0 +1,18 @@ +var _paq = window._paq || []; +/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ +_paq.push(['requireConsent']); +_paq.push(['trackPageView']); +_paq.push(['enableLinkTracking']); +(function() { + var u = "//analytics.unitoo.it/"; + _paq.push(['setTrackerUrl', u + 'matomo.php']); + _paq.push(['setSiteId', '1']); + var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; + g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); +})(); + +jQuery(document).ready(function($) { + $("a[href^='mailto:']").on("click", function(e) { + _paq.push(['trackGoal', 1]); + }); +}); diff --git a/_assets/stylesheets/_cookie.scss b/_assets/stylesheets/_cookie.scss new file mode 100644 index 00000000..8a16e330 --- /dev/null +++ b/_assets/stylesheets/_cookie.scss @@ -0,0 +1,29 @@ +#cookie-notice { + padding: 0.5rem 1rem; + display: none; + text-align: center; + position: fixed; + bottom: 0; + width: calc(100% - 2rem); + background: #222; + color: rgba(255,255,255,0.8); + + a { + display: inline-block; + cursor: pointer; + margin-left: 0.5rem; + } + + @media (max-width: 767px) { + span { + display: block; + padding-top: 3px; + margin-bottom: 1rem; + } + + a { + position: relative; + bottom: 4px; + } + } +} diff --git a/_assets/stylesheets/_layout.scss b/_assets/stylesheets/_layout.scss index 3ad85236..4c1477f6 100644 --- a/_assets/stylesheets/_layout.scss +++ b/_assets/stylesheets/_layout.scss @@ -38,6 +38,12 @@ background-color: #222; border-top: 3px dashed $body-bg; box-shadow: 0px 250px #222; + + li.list-inline-item { + img { + margin-top: -3px; + } + } } // .footer-heading { @@ -431,3 +437,15 @@ aside.aside { background-position: center; background-image: asset_url('header-radio.webp'); } + +.min-height-500 { + min-height: 500px !important; +} + +.fix-icon-mt { + margin-top: -3px; +} + +.border-thicker { + border-width: 2px; +} diff --git a/_assets/stylesheets/main.scss b/_assets/stylesheets/main.scss index b8b66c2a..c28ca59f 100644 --- a/_assets/stylesheets/main.scss +++ b/_assets/stylesheets/main.scss @@ -45,4 +45,4 @@ $on-laptop: 800px; } // Import partials from `sass_dir` (defaults to `_sass`) -@import 'base', 'layout', 'sidebar';//, 'syntax-highlighting'; +@import 'base', 'layout', 'sidebar', 'cookie';//, 'syntax-highlighting'; diff --git a/_includes/bottom.html b/_includes/bottom.html index 9468611c..c435cb20 100644 --- a/_includes/bottom.html +++ b/_includes/bottom.html @@ -1,28 +1,2 @@ {% asset main.js %} - - - - - - - - +{% asset matomo.js defer %} diff --git a/_includes/cookie-consent.html b/_includes/cookie-consent.html index b3f21df1..0d22e058 100644 --- a/_includes/cookie-consent.html +++ b/_includes/cookie-consent.html @@ -1,55 +1,6 @@ - - - + diff --git a/_includes/footer.html b/_includes/footer.html index 6f21632b..79454211 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -33,7 +33,7 @@ {%- capture alt_mastodon_logo %} {%- t meta.alt.mastodon_logo %} {%- endcapture %} - {% asset mastodon width=20 style="margin-top: -3px;" alt="{{ alt_mastodon_logo }}" %} + {% asset mastodon width=20 alt="{{ alt_mastodon_logo }}" %}
  • @@ -45,7 +45,7 @@ {%- capture alt_liberapay_logo %} {%- t meta.alt.liberapay_logo %} {%- endcapture %} - {% asset liberapay width=20 style="margin-top: -3px;" alt="{{ alt_liberapay_logo }}" %} + {% asset liberapay width=20 alt="{{ alt_liberapay_logo }}" %}
  • diff --git a/_layouts/tagpage.html b/_layouts/tagpage.html index 8287fda0..62ec6a5e 100644 --- a/_layouts/tagpage.html +++ b/_layouts/tagpage.html @@ -31,7 +31,7 @@ layout: default -
    -
    +

    {% t technical_advice.prices.second_title %}

    diff --git a/_site/404.html b/_site/404.html index 3ded50d7..4f65281b 100644 --- a/_site/404.html +++ b/_site/404.html @@ -20,23 +20,23 @@ " /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"Azienda dedicata allo sviluppo software, alla consulenza informatica e alla formazione","url":"https://www.unitoo.it/404.html","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"Unitoo","@context":"https://schema.org"} - - - - + + + + - + @@ -142,7 +142,7 @@
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -151,7 +151,7 @@
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -165,91 +165,16 @@ - - - - - - - - - + + - - - + diff --git a/_site/assets/.sprockets-manifest-5dfc497b170a47048b3da16f752d3cdf.json b/_site/assets/.sprockets-manifest-5dfc497b170a47048b3da16f752d3cdf.json index 9624d888..1430c474 100644 --- a/_site/assets/.sprockets-manifest-5dfc497b170a47048b3da16f752d3cdf.json +++ b/_site/assets/.sprockets-manifest-5dfc497b170a47048b3da16f752d3cdf.json @@ -1 +1 @@ -{"files":{"fabio_purple-ea7a2b308b5a8bfdcca81e62b2e58d0b7b50f6615c4f94b24d95756e60b3dc1f338feefa7fe8bbcdd07cbf02fe1a7c7d70b3269f8f96b1c1ef1600a3d2ae0097.webp":{"logical_path":"fabio_purple.webp","mtime":"2021-08-25T00:01:53+02:00","size":36544,"digest":"ea7a2b308b5a8bfdcca81e62b2e58d0b7b50f6615c4f94b24d95756e60b3dc1f338feefa7fe8bbcdd07cbf02fe1a7c7d70b3269f8f96b1c1ef1600a3d2ae0097","integrity":"sha512-6norMItai/3MqB5isuWNC3tQ9mFcT5SyTZV1bmCz3B8zj+76f+i7zdB8vwL+Gnx9cLMmn4+WscHvFgCj0q4Alw=="},"stefano_amandonico-55985a93525e2865bf5fa81f1b30d1cd9cfa7bd05923da3292526576d62f51176038fa04a844c1680be63fb3aa138fbda93ccc597c0e15413cf0657b6c0cddd5.webp":{"logical_path":"stefano_amandonico.webp","mtime":"2021-08-25T00:01:53+02:00","size":11654,"digest":"55985a93525e2865bf5fa81f1b30d1cd9cfa7bd05923da3292526576d62f51176038fa04a844c1680be63fb3aa138fbda93ccc597c0e15413cf0657b6c0cddd5","integrity":"sha512-VZhak1JeKGW/X6gfGzDRzZz6e9BZI9oyklJldtYvURdgOPoEqETBaAvmP7OqE4+9qTzMWXwOFUE88GV7bAzd1Q=="},"sydro-1fb75d66312034ed5f57f329ddc7722fdd1fb8b8bdfd8c1c2fa6f5b0f0cc1ce48ff96a36d36d03c835724407ce682f82abcfa1f1dde234a94553bcc4b85b1ab9.webp":{"logical_path":"sydro.webp","mtime":"2021-08-25T00:01:53+02:00","size":25674,"digest":"1fb75d66312034ed5f57f329ddc7722fdd1fb8b8bdfd8c1c2fa6f5b0f0cc1ce48ff96a36d36d03c835724407ce682f82abcfa1f1dde234a94553bcc4b85b1ab9","integrity":"sha512-H7ddZjEgNO1fV/Mp3cdyL90fuLi9/YwcL6b1sPDMHOSP+Wo2020DyDVyRAfOaC+Cq8+h8d3iNKlFU7zEuFsauQ=="},"sara-e538133815d0b5f7a3510cc5b2548641ec3ed9f5c5242d8e822814b4f286c750f277ee1c9184a8c161342e6bcc4bf93aaa6a5a0066ef10594c8d128117488980.webp":{"logical_path":"sara.webp","mtime":"2021-08-25T00:01:53+02:00","size":23628,"digest":"e538133815d0b5f7a3510cc5b2548641ec3ed9f5c5242d8e822814b4f286c750f277ee1c9184a8c161342e6bcc4bf93aaa6a5a0066ef10594c8d128117488980","integrity":"sha512-5TgTOBXQtfejUQzFslSGQew+2fXFJC2OgigUtPKGx1Dyd+4ckYSowWE0LmvMS/k6qmpaAGbvEFlMjRKBF0iJgA=="},"yamabiiko-3d812d63c6eada7f2f3b0e74f8523cc458ad904cd412aff1768f5f8b0c5a10553025eac2ddc001ecbd384fcc95c3c6c26504b56c4d674a411031fbde2136fb10.webp":{"logical_path":"yamabiiko.webp","mtime":"2021-08-25T00:01:53+02:00","size":74598,"digest":"3d812d63c6eada7f2f3b0e74f8523cc458ad904cd412aff1768f5f8b0c5a10553025eac2ddc001ecbd384fcc95c3c6c26504b56c4d674a411031fbde2136fb10","integrity":"sha512-PYEtY8bq2n8vOw50+FI8xFitkEzUEq/xdo9fiwxaEFUwJerC3cAB7L04T8yVw8bCZQS1bE1nSkEQMfveITb7EA=="},"mastodon-448a0e1cefce72f1aadd521b2ca3d7c5edf2f76fd6aa12f1ac11bdf07f5e92f586fb517e5f76bbcd5b5d79c430b26261443dd6e06dca5fa25ac423d61025a916.webp":{"logical_path":"mastodon.webp","mtime":"2021-08-25T00:01:53+02:00","size":6202,"digest":"448a0e1cefce72f1aadd521b2ca3d7c5edf2f76fd6aa12f1ac11bdf07f5e92f586fb517e5f76bbcd5b5d79c430b26261443dd6e06dca5fa25ac423d61025a916","integrity":"sha512-RIoOHO/OcvGq3VIbLKPXxe3y92/WqhLxrBG98H9ekvWG+1F+X3a7zVtdecQwsmJhRD3W4G3KX6JaxCPWECWpFg=="},"cmaradonna-175260e3f5944808218946241f374a1f2e56ffa8e01ef7e8aaf8e58b06cfce472ff9f200a2180e733fd69c62957c6a3cdbbbc05c209d7b2426e7f698c1365362.webp":{"logical_path":"cmaradonna.webp","mtime":"2021-08-25T00:01:53+02:00","size":48516,"digest":"175260e3f5944808218946241f374a1f2e56ffa8e01ef7e8aaf8e58b06cfce472ff9f200a2180e733fd69c62957c6a3cdbbbc05c209d7b2426e7f698c1365362","integrity":"sha512-F1Jg4/WUSAghiUYkHzdKHy5W/6jgHvfoqvjliwbPzkcv+fIAohgOcz/WnGKVfGo827vAXCCdeyQm5/aYwTZTYg=="},"Raleway_300-53af7119bde8d00937eaf6538ceca466538f88ea5ca4666fd2709be1a68e9baa1c661ac432d36870b50953eac65a3b95ce62be6987a107477bd732033fcddca2.woff2":{"logical_path":"Raleway_300.woff2","mtime":"2021-08-23T11:05:18+02:00","size":20808,"digest":"53af7119bde8d00937eaf6538ceca466538f88ea5ca4666fd2709be1a68e9baa1c661ac432d36870b50953eac65a3b95ce62be6987a107477bd732033fcddca2","integrity":"sha512-U69xGb3o0Ak36vZTjOykZlOPiOpcpGZv0nCb4aaOm6ocZhrEMtNocLUJU+rGWjuVzmK+aYehB0d71zIDP83cog=="},"Raleway_300-340e1d4b54c96dac1500cbc9549c3a0cb75bbbc70fec0b8c29b64a5a3b322472580b3b76d952e4347d308f33b714376e2c7bf491d3419f979a20a661d0675867.ttf":{"logical_path":"Raleway_300.ttf","mtime":"2021-08-23T11:05:18+02:00","size":55564,"digest":"340e1d4b54c96dac1500cbc9549c3a0cb75bbbc70fec0b8c29b64a5a3b322472580b3b76d952e4347d308f33b714376e2c7bf491d3419f979a20a661d0675867","integrity":"sha512-NA4dS1TJbawVAMvJVJw6DLdbu8cP7AuMKbZKWjsyJHJYCzt22VLkNH0wjzO3FDduLHv0kdNBn5eaIKZh0GdYZw=="},"Raleway_300-05933e8f1d6454a2a60604c0f0df3ea0c3e3b500bc17606742b3c275ad535039a651944bdeb0faf29065d18587617f3a5c35b82a3fc32b2d65415457d12940f3.eot":{"logical_path":"Raleway_300.eot","mtime":"2021-08-23T11:05:18+02:00","size":23872,"digest":"05933e8f1d6454a2a60604c0f0df3ea0c3e3b500bc17606742b3c275ad535039a651944bdeb0faf29065d18587617f3a5c35b82a3fc32b2d65415457d12940f3","integrity":"sha512-BZM+jx1kVKKmBgTA8N8+oMPjtQC8F2BnQrPCda1TUDmmUZRL3rD68pBl0YWHYX86XDW4Kj/DKy1lQVRX0SlA8w=="},"Raleway_300-68e6f38fe6f511c9ced95809c660f7af260cdd41b576895e1afaebfb4618b37003061dfb893c8f1ab4984bfb88441d0f995fe593779914c1cff8709f453da87e.svg":{"logical_path":"Raleway_300.svg","mtime":"2021-08-23T11:05:18+02:00","size":58926,"digest":"68e6f38fe6f511c9ced95809c660f7af260cdd41b576895e1afaebfb4618b37003061dfb893c8f1ab4984bfb88441d0f995fe593779914c1cff8709f453da87e","integrity":"sha512-aObzj+b1EcnO2VgJxmD3ryYM3UG1doleGvrr+0YYs3ADBh37iTyPGrSYS/uIRB0PmV/lk3eZFMHP+HCfRT2ofg=="},"Raleway_300-4a1bfb41fac93bf3afcbe6f2ecb4dcfb47b86598288f76ffdac5acee25db4176a657f9a86c89ea90ef07d5a07d763648e8b550e5315d9dc1b081ee92f651331f.woff":{"logical_path":"Raleway_300.woff","mtime":"2021-08-23T11:05:18+02:00","size":25328,"digest":"4a1bfb41fac93bf3afcbe6f2ecb4dcfb47b86598288f76ffdac5acee25db4176a657f9a86c89ea90ef07d5a07d763648e8b550e5315d9dc1b081ee92f651331f","integrity":"sha512-Shv7QfrJO/Ovy+by7LTc+0e4ZZgoj3b/2sWs7iXbQXamV/mobInqkO8H1aB9djZI6LVQ5TFdncGwge6S9lEzHw=="},"Raleway_400-916b4c946be9173e8e7f55bff38f2e9ec86dfc8f27b9b07c7a4a79e322c0906a27c5a534ebfeae5409a5e073fc6e80670824f9f1faf81b4ed6596100b57332b1.woff2":{"logical_path":"Raleway_400.woff2","mtime":"2021-08-23T11:05:18+02:00","size":20724,"digest":"916b4c946be9173e8e7f55bff38f2e9ec86dfc8f27b9b07c7a4a79e322c0906a27c5a534ebfeae5409a5e073fc6e80670824f9f1faf81b4ed6596100b57332b1","integrity":"sha512-kWtMlGvpFz6Of1W/848unsht/I8nubB8ekp54yLAkGonxaU06/6uVAml4HP8boBnCCT58fr4G07WWWEAtXMysQ=="},"Raleway_400-5604182d2e3dd38007b967de7b3f206f069a96c6dd85cddb13b02c757936ccd078fca0626032400a1e75c062a007e844610c9f5ad99031935cfe6be9091ebc9a.svg":{"logical_path":"Raleway_400.svg","mtime":"2021-08-23T11:05:18+02:00","size":58763,"digest":"5604182d2e3dd38007b967de7b3f206f069a96c6dd85cddb13b02c757936ccd078fca0626032400a1e75c062a007e844610c9f5ad99031935cfe6be9091ebc9a","integrity":"sha512-VgQYLS4904AHuWfeez8gbwaalsbdhc3bE7AsdXk2zNB4/KBiYDJACh51wGKgB+hEYQyfWtmQMZNc/mvpCR68mg=="},"Raleway_400-35992420a9f85848b36150b250599e62f9699206e1e906ff0c9641077afd22bf0ad079edf53702c2f6352af5c1647ab4f9d0a15dbc8768c79710018520742262.eot":{"logical_path":"Raleway_400.eot","mtime":"2021-08-23T11:05:18+02:00","size":23759,"digest":"35992420a9f85848b36150b250599e62f9699206e1e906ff0c9641077afd22bf0ad079edf53702c2f6352af5c1647ab4f9d0a15dbc8768c79710018520742262","integrity":"sha512-NZkkIKn4WEizYVCyUFmeYvlpkgbh6Qb/DJZBB3r9Ir8K0Hnt9TcCwvY1KvXBZHq0+dChXbyHaMeXEAGFIHQiYg=="},"header-network-56495618d5bc1fd9d819997757c9acd56f07d13bbb88e979106f8b35c6f86318283461d55450cdd4c8095a47d4fb565ac58541f4c164491a69c0de5f50093f9a.webp":{"logical_path":"header-network.webp","mtime":"2021-08-23T11:05:18+02:00","size":37024,"digest":"56495618d5bc1fd9d819997757c9acd56f07d13bbb88e979106f8b35c6f86318283461d55450cdd4c8095a47d4fb565ac58541f4c164491a69c0de5f50093f9a","integrity":"sha512-VklWGNW8H9nYGZl3V8ms1W8H0Tu7iOl5EG+LNcb4YxgoNGHVVFDN1MgJWkfU+1ZaxYVB9MFkSRppwN5fUAk/mg=="},"libretto-icons/libretto-icons-c1817ddfa024d634f28572215a6449f8c5479f693db59a2eeb76a84fd867c8c698b06cbc5b176b3e91a8ec384f853449f2cd96570c6d857c38d24f737ee8c7f6.woff":{"logical_path":"libretto-icons/libretto-icons.woff","mtime":"2021-08-23T11:05:18+02:00","size":6312,"digest":"c1817ddfa024d634f28572215a6449f8c5479f693db59a2eeb76a84fd867c8c698b06cbc5b176b3e91a8ec384f853449f2cd96570c6d857c38d24f737ee8c7f6","integrity":"sha512-wYF936Ak1jTyhXIhWmRJ+MVHn2k9tZou63aoT9hnyMaYsGy8WxdrPpGo7DhPhTRJ8s2WVwxthXw40k9zfujH9g=="},"Raleway_400-9d514b60e5a1e0cadfafb83fc0a288e721e78fe2cd1ba151284bcc5780bd354b85bdaf1f22e6afa3af96688290726f185b65b084ff7e863ac1f3bad69708805e.ttf":{"logical_path":"Raleway_400.ttf","mtime":"2021-08-23T11:05:18+02:00","size":54112,"digest":"9d514b60e5a1e0cadfafb83fc0a288e721e78fe2cd1ba151284bcc5780bd354b85bdaf1f22e6afa3af96688290726f185b65b084ff7e863ac1f3bad69708805e","integrity":"sha512-nVFLYOWh4Mrfr7g/wKKI5yHnj+LNG6FRKEvMV4C9NUuFva8fIuavo6+WaIKQcm8YW2WwhP9+hjrB87rWlwiAXg=="},"libretto-icons/libretto-icons-fbc7167e46b7728f8b7574e753095e22e365fe1435d0c25da22a597617d0b82b0bf0edbf44b9a917cc55004ad5a581dca355182f1785f8ba2365c024b9471741.eot":{"logical_path":"libretto-icons/libretto-icons.eot","mtime":"2021-08-23T11:05:18+02:00","size":8460,"digest":"fbc7167e46b7728f8b7574e753095e22e365fe1435d0c25da22a597617d0b82b0bf0edbf44b9a917cc55004ad5a581dca355182f1785f8ba2365c024b9471741","integrity":"sha512-+8cWfka3co+LdXTnUwleIuNl/hQ10MJdoipZdhfQuCsL8O2/RLmpF8xVAErVpYHco1UYLxeF+LojZcAkuUcXQQ=="},"Raleway_400-942773ce8508e992072d30009c7389e03c940f31fbf02a132929c0f4e13f852b7d9e42f70562e28a65714c58cf8784a09e0bab85fdd3a99678de1c175c28a82e.woff":{"logical_path":"Raleway_400.woff","mtime":"2021-08-23T11:05:18+02:00","size":25244,"digest":"942773ce8508e992072d30009c7389e03c940f31fbf02a132929c0f4e13f852b7d9e42f70562e28a65714c58cf8784a09e0bab85fdd3a99678de1c175c28a82e","integrity":"sha512-lCdzzoUI6ZIHLTAAnHOJ4DyUDzH78CoTKSnA9OE/hSt9nkL3BWLiimVxTFjPh4Sgngurhf3TqZZ43hwXXCioLg=="},"header-radio-f2562273b9dce80a1176471495e579d02414b0dddbab9c345833a71d3cca5aa34e250136ad7c18b74dd1fd4558fd0e5f9928c349633c89d7fdc377082c57b269.webp":{"logical_path":"header-radio.webp","mtime":"2021-08-25T00:01:53+02:00","size":87726,"digest":"f2562273b9dce80a1176471495e579d02414b0dddbab9c345833a71d3cca5aa34e250136ad7c18b74dd1fd4558fd0e5f9928c349633c89d7fdc377082c57b269","integrity":"sha512-8lYic7nc6AoRdkcUleV50CQUsN3bq5w0WDOnHTzKWqNOJQE2rXwYt03R/UVY/Q5fmSjDSWM8idf9w3cILFeyaQ=="},"logo-extended-dark-185eb322f8d248dfc70adbf7f3d3fe08929f4d236a298a7088e681598cb230867eb130a6f81456a84b60718178fb83be96c552696661ced60f463b49095112c2.webp":{"logical_path":"logo-extended-dark.webp","mtime":"2021-08-25T00:01:53+02:00","size":6976,"digest":"185eb322f8d248dfc70adbf7f3d3fe08929f4d236a298a7088e681598cb230867eb130a6f81456a84b60718178fb83be96c552696661ced60f463b49095112c2","integrity":"sha512-GF6zIvjSSN/HCtv389P+CJKfTSNqKYpwiOaBWYyyMIZ+sTCm+BRWqEtgcYF4+4O+lsVSaWZhztYPRjtJCVESwg=="},"libretto-icons/libretto-icons-19d8e0dacaec3e194c7aaf179087a3ed0c0e715a578fef15617c8c217c425ed66751eca64d981c8db1ba340d16dc0433b1fd0c75dfa08559bf888dd3d865cd1b.svg":{"logical_path":"libretto-icons/libretto-icons.svg","mtime":"2021-08-23T11:05:18+02:00","size":18986,"digest":"19d8e0dacaec3e194c7aaf179087a3ed0c0e715a578fef15617c8c217c425ed66751eca64d981c8db1ba340d16dc0433b1fd0c75dfa08559bf888dd3d865cd1b","integrity":"sha512-Gdjg2srsPhlMeq8XkIej7QwOcVpXj+8VYXyMIXxCXtZnUeymTZgcjbG6NA0W3AQzsf0Mdd+ghVm/iI3T2GXNGw=="},"header-peertube-d52d22464c7d98f1687487d3372f74a7e9e1fd5d57e29a5ab648d871190188ad5afb89190fb90b3a1d63512d18c6f9458d0de11fda7ed0c7fadf940fb39aa558.webp":{"logical_path":"header-peertube.webp","mtime":"2021-08-25T00:01:53+02:00","size":74254,"digest":"d52d22464c7d98f1687487d3372f74a7e9e1fd5d57e29a5ab648d871190188ad5afb89190fb90b3a1d63512d18c6f9458d0de11fda7ed0c7fadf940fb39aa558","integrity":"sha512-1S0iRkx9mPFodIfTNy90p+nh/V1X4ppatkjYcRkBiK1a+4kZD7kLOh1jUS0YxvlFjQ3hH9p+0Mf635QPs5qlWA=="},"libreboot-cc04c8c719113e6bed14d4af0bf9ec80c90c78badabc13aff1af623227b2176a14fa2e5f42bf5195e0179541998885849074281802732ac3faf72ee313fa1bbe.webp":{"logical_path":"libreboot.webp","mtime":"2021-08-23T11:05:18+02:00","size":93896,"digest":"cc04c8c719113e6bed14d4af0bf9ec80c90c78badabc13aff1af623227b2176a14fa2e5f42bf5195e0179541998885849074281802732ac3faf72ee313fa1bbe","integrity":"sha512-zATIxxkRPmvtFNSvC/nsgMkMeLravBOv8a9iMieyF2oU+i5fQr9RleAXlUGZiIWEkHQoGAJzKsP69y7jE/obvg=="},"libretto-icons/libretto-icons-acbed8afc6fad31929cf698876812ead51431fd086bde8bce8957156fbb983ad3bedc9c1bf9e632de7e9bd918ab98bf04b10f33f91f7f1a2895b772d6a839a0d.ttf":{"logical_path":"libretto-icons/libretto-icons.ttf","mtime":"2021-08-23T11:05:18+02:00","size":8280,"digest":"acbed8afc6fad31929cf698876812ead51431fd086bde8bce8957156fbb983ad3bedc9c1bf9e632de7e9bd918ab98bf04b10f33f91f7f1a2895b772d6a839a0d","integrity":"sha512-rL7Yr8b60xkpz2mIdoEurVFDH9CGvei86JVxVvu5g6077cnBv55jLefpvZGKuYvwSxDzP5H38aKJW3ctaoOaDQ=="},"liberapay-a7f315ef8f959d993dfc27372fc0f25a9f41a964e4a1a6996cff2befd1a49d4ce10b5bb689f6b8e52c9f2a199691f905c2efd1634390096efb85597ae795fb82.webp":{"logical_path":"liberapay.webp","mtime":"2021-08-25T00:01:53+02:00","size":232,"digest":"a7f315ef8f959d993dfc27372fc0f25a9f41a964e4a1a6996cff2befd1a49d4ce10b5bb689f6b8e52c9f2a199691f905c2efd1634390096efb85597ae795fb82","integrity":"sha512-p/MV74+VnZk9/Cc3L8DyWp9BqWTkoaaZbP8r79GknUzhC1u2ifa45SyfKhmWkfkFwu/RY0OQCW77hVl655X7gg=="},"nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp":{"logical_path":"nextcloud-example.webp","mtime":"2021-08-25T00:01:53+02:00","size":12016,"digest":"eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219","integrity":"sha512-6uvqI3COGod+ZhZOVma9fr1XGnegTtV3MWJmuHrbV1Wpxelc1QEXZ3ZR4ASWf9F8r+O1ycca19zVkDWha3XyGQ=="},"info_at_unitoo_qrcode-312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8.webp":{"logical_path":"info_at_unitoo_qrcode.webp","mtime":"2021-08-25T00:01:53+02:00","size":2878,"digest":"312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8","integrity":"sha512-MSy/HqHzXfrnbE4+cTbFqXvr8+R0iVHI0CICETPwYzcV/dWcr+ZLF2cKjAWDaj24aNgEuUs4kMIx84qALdqbyA=="},"azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp":{"logical_path":"azuracast-example.webp","mtime":"2021-08-25T00:01:53+02:00","size":21242,"digest":"22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12","integrity":"sha512-Iq/qFbiqb+NXhMeh/h7XNkdjAK/7ZGjNY4bBWYOVz6zA3I6kOAmv+ukaMvYOiE6sXIW4EcJIDBM5B/nSP6XeEg=="},"qt-0d672280ae09b3f057d777aed303580e8fbd6923bd0bf3ac0bca6e49bbb44e9439077f73e6b1fccc264c96444eed933adf9d826745cfa33347667f7f28c53c7a.webp":{"logical_path":"qt.webp","mtime":"2021-08-25T00:01:53+02:00","size":596,"digest":"0d672280ae09b3f057d777aed303580e8fbd6923bd0bf3ac0bca6e49bbb44e9439077f73e6b1fccc264c96444eed933adf9d826745cfa33347667f7f28c53c7a","integrity":"sha512-DWcigK4Js/BX13eu0wNYDo+9aSO9C/OsC8puSbu0TpQ5B39z5rH8zCZMlkRO7ZM6352CZ0XPozNHZn9/KMU8eg=="},"libreboot_logo-55bbf2eee9e97c88c9104c7b4e0521b9b2ef51acb2f982f43cb170b93a3ac347226da97412a92951582866c0356a3afe20d30eca6a9c9622e649a02a7b876c04.webp":{"logical_path":"libreboot_logo.webp","mtime":"2021-08-25T00:01:53+02:00","size":10976,"digest":"55bbf2eee9e97c88c9104c7b4e0521b9b2ef51acb2f982f43cb170b93a3ac347226da97412a92951582866c0356a3afe20d30eca6a9c9622e649a02a7b876c04","integrity":"sha512-Vbvy7unpfIjJEEx7TgUhubLvUayy+YL0PLFwuTo6w0cibal0EqkpUVgoZsA1ajr+INMOymqcliLmSaAqe4dsBA=="},"cpp-e940428fd3fb55f9f9999a31f580cacb8a5183cb035792c6d2287fcdd335c6fe1ac550d99b3a628e683220f60c88ca7ce45ba58bee9bde4f52c8f25df96d95ec.webp":{"logical_path":"cpp.webp","mtime":"2021-08-25T00:01:53+02:00","size":1136,"digest":"e940428fd3fb55f9f9999a31f580cacb8a5183cb035792c6d2287fcdd335c6fe1ac550d99b3a628e683220f60c88ca7ce45ba58bee9bde4f52c8f25df96d95ec","integrity":"sha512-6UBCj9P7Vfn5mZox9YDKy4pRg8sDV5LG0ih/zdM1xv4axVDZmzpijmgyIPYMiMp85Fuli+6b3k9SyPJd+W2V7A=="},"pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp":{"logical_path":"pihole-example.webp","mtime":"2021-08-25T00:01:53+02:00","size":9126,"digest":"204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420","integrity":"sha512-IE8hygPNV2R8013xgpMHHVA4GeIWdUkh7VqaNHvDZtDpN9ZAQ7rmsDPCN+WU0Z1Iw+5AouJvg8cyRoKCV5n0IA=="},"rust-4093c1758f14bf77cafcc0a603dadfe5e28bee217b1a59c09d5a3eb295d000c087fd5d26b505ef9aa87ff51f7fa1aea9123ee98a7b8be6e223f65b584dbe980a.webp":{"logical_path":"rust.webp","mtime":"2021-08-25T00:01:53+02:00","size":3730,"digest":"4093c1758f14bf77cafcc0a603dadfe5e28bee217b1a59c09d5a3eb295d000c087fd5d26b505ef9aa87ff51f7fa1aea9123ee98a7b8be6e223f65b584dbe980a","integrity":"sha512-QJPBdY8Uv3fK/MCmA9rf5eKL7iF7GlnAnVo+spXQAMCH/V0mtQXvmqh/9R9/oa6pEj7pinuL5uIj9ltYTb6YCg=="},"html5-1e71e65d8a82865c89f7f4a802d3ad5dfec40c4df1388c298849b85f2545c68dce96529d6b547e4eb82837223ed115fddec85b9b3376bcce5f0d763b9d1508d1.webp":{"logical_path":"html5.webp","mtime":"2021-08-25T00:01:53+02:00","size":1262,"digest":"1e71e65d8a82865c89f7f4a802d3ad5dfec40c4df1388c298849b85f2545c68dce96529d6b547e4eb82837223ed115fddec85b9b3376bcce5f0d763b9d1508d1","integrity":"sha512-HnHmXYqChlyJ9/SoAtOtXf7EDE3xOIwpiEm4XyVFxo3OllKda1R+TrgoNyI+0RX93shbmzN2vM5fDXY7nRUI0Q=="},"rails-31b940f10e72b2af868a1cbe47118dcaad0d9fe477536fa14b58c8ae8bc7e0f3383edb7c58606518027db9b7a66cb75ea3da761f26943475ccce4c7977c767f6.webp":{"logical_path":"rails.webp","mtime":"2021-08-25T00:01:53+02:00","size":1602,"digest":"31b940f10e72b2af868a1cbe47118dcaad0d9fe477536fa14b58c8ae8bc7e0f3383edb7c58606518027db9b7a66cb75ea3da761f26943475ccce4c7977c767f6","integrity":"sha512-MblA8Q5ysq+Gihy+RxGNyq0Nn+R3U2+hS1jIrovH4PM4Ptt8WGBlGAJ9ubembLdeo9p2HyaUNHXMzkx5d8dn9g=="},"bash-434dc2f470afe53a3a497868acf66244066d61d944d1b50779cd244474ae4cc483e287b6a5df76b0ffd964d2cae07d2ed566769787e03a7487c1c5062110969a.webp":{"logical_path":"bash.webp","mtime":"2021-08-25T00:01:53+02:00","size":1452,"digest":"434dc2f470afe53a3a497868acf66244066d61d944d1b50779cd244474ae4cc483e287b6a5df76b0ffd964d2cae07d2ed566769787e03a7487c1c5062110969a","integrity":"sha512-Q03C9HCv5To6SXhorPZiRAZtYdlE0bUHec0kRHSuTMSD4oe2pd92sP/ZZNLK4H0u1WZ2l4fgOnSHwcUGIRCWmg=="},"php-05ed5c662a4f7a0af00e1dfb56b4fa95c7c8b29d6ec8b59fa70dc1e4dd0252f4c3e33c5abaf74554108449ede8ae2469a205983bd5bf25a656051369a05c0c77.webp":{"logical_path":"php.webp","mtime":"2021-08-25T00:01:53+02:00","size":1050,"digest":"05ed5c662a4f7a0af00e1dfb56b4fa95c7c8b29d6ec8b59fa70dc1e4dd0252f4c3e33c5abaf74554108449ede8ae2469a205983bd5bf25a656051369a05c0c77","integrity":"sha512-Be1cZipPegrwDh37VrT6lcfIsp1uyLWfpw3B5N0CUvTD4zxauvdFVBCESe3oriRpogWYO9W/JaZWBRNpoFwMdw=="},"gplv3_logo-e003f687c9e680dcff5a1e7eab70b67f590cc1f0de11ed6d7e9d5854ad1520350713689437c1985c10e0e63b004d0ec22fcd5f06a4b2e4ef2bbf190bef8261a5.webp":{"logical_path":"gplv3_logo.webp","mtime":"2021-08-25T00:01:53+02:00","size":11712,"digest":"e003f687c9e680dcff5a1e7eab70b67f590cc1f0de11ed6d7e9d5854ad1520350713689437c1985c10e0e63b004d0ec22fcd5f06a4b2e4ef2bbf190bef8261a5","integrity":"sha512-4AP2h8nmgNz/Wh5+q3C2f1kMwfDeEe1tfp1YVK0VIDUHE2iUN8GYXBDg5jsATQ7CL81fBqSy5O8rvxkL74JhpQ=="},"postgresql-a49ad65c1659345dec11412d756143d90f0ce4dc1086e0455a3f30a9f5a2913c7f7baca14f2fb142365bc8f213e535a7948ac259e051853eed45241724e9fe57.webp":{"logical_path":"postgresql.webp","mtime":"2021-08-25T00:01:53+02:00","size":1910,"digest":"a49ad65c1659345dec11412d756143d90f0ce4dc1086e0455a3f30a9f5a2913c7f7baca14f2fb142365bc8f213e535a7948ac259e051853eed45241724e9fe57","integrity":"sha512-pJrWXBZZNF3sEUEtdWFD2Q8M5NwQhuBFWj8wqfWikTx/e6yhTy+xQjZbyPIT5TWnlIrCWeBRhT7tRSQXJOn+Vw=="},"laravel-44f202860c63891d2652345aba776971ba35415f32fdff81ce964e7a02b44bfeaa8f3d251fab1c57360317716da84a745f1aa0c5e7972d7b8e69178988b37fca.webp":{"logical_path":"laravel.webp","mtime":"2021-08-25T00:01:53+02:00","size":1476,"digest":"44f202860c63891d2652345aba776971ba35415f32fdff81ce964e7a02b44bfeaa8f3d251fab1c57360317716da84a745f1aa0c5e7972d7b8e69178988b37fca","integrity":"sha512-RPIChgxjiR0mUjRaundpcbo1QV8y/f+BzpZOegK0S/6qjz0lH6scVzYDF3FtqEp0XxqgxeeXLXuOaReJiLN/yg=="},"ruby-aa8d6ec0c0e7503fdc0edc5656fcf1c2f38e47e24c1e98a1c5b1d1751123d10a5dcc05600b402dcc088ba3c75644f943c131e2cf37b74d3d642bf85c59912f5b.webp":{"logical_path":"ruby.webp","mtime":"2021-08-25T00:01:53+02:00","size":1480,"digest":"aa8d6ec0c0e7503fdc0edc5656fcf1c2f38e47e24c1e98a1c5b1d1751123d10a5dcc05600b402dcc088ba3c75644f943c131e2cf37b74d3d642bf85c59912f5b","integrity":"sha512-qo1uwMDnUD/cDtxWVvzxwvOOR+JMHpihxbHRdREj0QpdzAVgC0AtzAiLo8dWRPlDwTHizze3TT1kK/hcWZEvWw=="},"main-d66ae911e9baad27bf76fc31381210c21520c7629933b57d51cdb1fd775a286a935a4fe93937373ab23db4f0540f2116724a47cd8d4a0656e33b613a81e6fbf5.js":{"logical_path":"main.js","mtime":"2021-08-25T00:01:53+02:00","size":93402,"digest":"d66ae911e9baad27bf76fc31381210c21520c7629933b57d51cdb1fd775a286a935a4fe93937373ab23db4f0540f2116724a47cd8d4a0656e33b613a81e6fbf5","integrity":"sha512-1mrpEem6rSe/dvwxOBIQwhUgx2KZM7V9Uc2x/XdaKGqTWk/pOTc3OrI9tPBUDyEWckpHzY1KBlbjO2E6geb79Q=="},"main-226cf901bb62a2793e6a8deadd7ded4a120317c4176a9ed810cd7bb7d6925d4222c52d93454d14c9efbb9c399facc42af3af1de64d1f1a4f4fbb13df1348456e.css":{"logical_path":"main.css","mtime":"2021-08-23T10:55:04+02:00","size":114755,"digest":"226cf901bb62a2793e6a8deadd7ded4a120317c4176a9ed810cd7bb7d6925d4222c52d93454d14c9efbb9c399facc42af3af1de64d1f1a4f4fbb13df1348456e","integrity":"sha512-Imz5Abtionk+ao3q3X3tShIDF8QXap7YEM17t9aSXUIixS2TRU0Uye+7nDmfrMQq868d5k0fGk9PuxPfE0hFbg=="},"main-2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33.css":{"logical_path":"main.css","mtime":"2021-08-25T00:01:53+02:00","size":114755,"digest":"2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33","integrity":"sha512-L+ZxBl7KBFQYJI5QG1uQa7jlMfBPTxLeH29yg/0RR4HCxf+piyUxCmHrEsZXvEyHIEn+I3meTG1NVfBZHAfMMw=="}},"assets":{"fabio_purple.webp":"fabio_purple-ea7a2b308b5a8bfdcca81e62b2e58d0b7b50f6615c4f94b24d95756e60b3dc1f338feefa7fe8bbcdd07cbf02fe1a7c7d70b3269f8f96b1c1ef1600a3d2ae0097.webp","stefano_amandonico.webp":"stefano_amandonico-55985a93525e2865bf5fa81f1b30d1cd9cfa7bd05923da3292526576d62f51176038fa04a844c1680be63fb3aa138fbda93ccc597c0e15413cf0657b6c0cddd5.webp","sydro.webp":"sydro-1fb75d66312034ed5f57f329ddc7722fdd1fb8b8bdfd8c1c2fa6f5b0f0cc1ce48ff96a36d36d03c835724407ce682f82abcfa1f1dde234a94553bcc4b85b1ab9.webp","sara.webp":"sara-e538133815d0b5f7a3510cc5b2548641ec3ed9f5c5242d8e822814b4f286c750f277ee1c9184a8c161342e6bcc4bf93aaa6a5a0066ef10594c8d128117488980.webp","yamabiiko.webp":"yamabiiko-3d812d63c6eada7f2f3b0e74f8523cc458ad904cd412aff1768f5f8b0c5a10553025eac2ddc001ecbd384fcc95c3c6c26504b56c4d674a411031fbde2136fb10.webp","mastodon.webp":"mastodon-448a0e1cefce72f1aadd521b2ca3d7c5edf2f76fd6aa12f1ac11bdf07f5e92f586fb517e5f76bbcd5b5d79c430b26261443dd6e06dca5fa25ac423d61025a916.webp","cmaradonna.webp":"cmaradonna-175260e3f5944808218946241f374a1f2e56ffa8e01ef7e8aaf8e58b06cfce472ff9f200a2180e733fd69c62957c6a3cdbbbc05c209d7b2426e7f698c1365362.webp","Raleway_300.woff2":"Raleway_300-53af7119bde8d00937eaf6538ceca466538f88ea5ca4666fd2709be1a68e9baa1c661ac432d36870b50953eac65a3b95ce62be6987a107477bd732033fcddca2.woff2","Raleway_300.ttf":"Raleway_300-340e1d4b54c96dac1500cbc9549c3a0cb75bbbc70fec0b8c29b64a5a3b322472580b3b76d952e4347d308f33b714376e2c7bf491d3419f979a20a661d0675867.ttf","Raleway_300.eot":"Raleway_300-05933e8f1d6454a2a60604c0f0df3ea0c3e3b500bc17606742b3c275ad535039a651944bdeb0faf29065d18587617f3a5c35b82a3fc32b2d65415457d12940f3.eot","Raleway_300.svg":"Raleway_300-68e6f38fe6f511c9ced95809c660f7af260cdd41b576895e1afaebfb4618b37003061dfb893c8f1ab4984bfb88441d0f995fe593779914c1cff8709f453da87e.svg","Raleway_300.woff":"Raleway_300-4a1bfb41fac93bf3afcbe6f2ecb4dcfb47b86598288f76ffdac5acee25db4176a657f9a86c89ea90ef07d5a07d763648e8b550e5315d9dc1b081ee92f651331f.woff","Raleway_400.woff2":"Raleway_400-916b4c946be9173e8e7f55bff38f2e9ec86dfc8f27b9b07c7a4a79e322c0906a27c5a534ebfeae5409a5e073fc6e80670824f9f1faf81b4ed6596100b57332b1.woff2","Raleway_400.svg":"Raleway_400-5604182d2e3dd38007b967de7b3f206f069a96c6dd85cddb13b02c757936ccd078fca0626032400a1e75c062a007e844610c9f5ad99031935cfe6be9091ebc9a.svg","Raleway_400.eot":"Raleway_400-35992420a9f85848b36150b250599e62f9699206e1e906ff0c9641077afd22bf0ad079edf53702c2f6352af5c1647ab4f9d0a15dbc8768c79710018520742262.eot","header-network.webp":"header-network-56495618d5bc1fd9d819997757c9acd56f07d13bbb88e979106f8b35c6f86318283461d55450cdd4c8095a47d4fb565ac58541f4c164491a69c0de5f50093f9a.webp","libretto-icons/libretto-icons.woff":"libretto-icons/libretto-icons-c1817ddfa024d634f28572215a6449f8c5479f693db59a2eeb76a84fd867c8c698b06cbc5b176b3e91a8ec384f853449f2cd96570c6d857c38d24f737ee8c7f6.woff","Raleway_400.ttf":"Raleway_400-9d514b60e5a1e0cadfafb83fc0a288e721e78fe2cd1ba151284bcc5780bd354b85bdaf1f22e6afa3af96688290726f185b65b084ff7e863ac1f3bad69708805e.ttf","libretto-icons/libretto-icons.eot":"libretto-icons/libretto-icons-fbc7167e46b7728f8b7574e753095e22e365fe1435d0c25da22a597617d0b82b0bf0edbf44b9a917cc55004ad5a581dca355182f1785f8ba2365c024b9471741.eot","Raleway_400.woff":"Raleway_400-942773ce8508e992072d30009c7389e03c940f31fbf02a132929c0f4e13f852b7d9e42f70562e28a65714c58cf8784a09e0bab85fdd3a99678de1c175c28a82e.woff","header-radio.webp":"header-radio-f2562273b9dce80a1176471495e579d02414b0dddbab9c345833a71d3cca5aa34e250136ad7c18b74dd1fd4558fd0e5f9928c349633c89d7fdc377082c57b269.webp","logo-extended-dark.webp":"logo-extended-dark-185eb322f8d248dfc70adbf7f3d3fe08929f4d236a298a7088e681598cb230867eb130a6f81456a84b60718178fb83be96c552696661ced60f463b49095112c2.webp","libretto-icons/libretto-icons.svg":"libretto-icons/libretto-icons-19d8e0dacaec3e194c7aaf179087a3ed0c0e715a578fef15617c8c217c425ed66751eca64d981c8db1ba340d16dc0433b1fd0c75dfa08559bf888dd3d865cd1b.svg","header-peertube.webp":"header-peertube-d52d22464c7d98f1687487d3372f74a7e9e1fd5d57e29a5ab648d871190188ad5afb89190fb90b3a1d63512d18c6f9458d0de11fda7ed0c7fadf940fb39aa558.webp","libreboot.webp":"libreboot-cc04c8c719113e6bed14d4af0bf9ec80c90c78badabc13aff1af623227b2176a14fa2e5f42bf5195e0179541998885849074281802732ac3faf72ee313fa1bbe.webp","libretto-icons/libretto-icons.ttf":"libretto-icons/libretto-icons-acbed8afc6fad31929cf698876812ead51431fd086bde8bce8957156fbb983ad3bedc9c1bf9e632de7e9bd918ab98bf04b10f33f91f7f1a2895b772d6a839a0d.ttf","liberapay.webp":"liberapay-a7f315ef8f959d993dfc27372fc0f25a9f41a964e4a1a6996cff2befd1a49d4ce10b5bb689f6b8e52c9f2a199691f905c2efd1634390096efb85597ae795fb82.webp","nextcloud-example.webp":"nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp","info_at_unitoo_qrcode.webp":"info_at_unitoo_qrcode-312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8.webp","azuracast-example.webp":"azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp","qt.webp":"qt-0d672280ae09b3f057d777aed303580e8fbd6923bd0bf3ac0bca6e49bbb44e9439077f73e6b1fccc264c96444eed933adf9d826745cfa33347667f7f28c53c7a.webp","libreboot_logo.webp":"libreboot_logo-55bbf2eee9e97c88c9104c7b4e0521b9b2ef51acb2f982f43cb170b93a3ac347226da97412a92951582866c0356a3afe20d30eca6a9c9622e649a02a7b876c04.webp","cpp.webp":"cpp-e940428fd3fb55f9f9999a31f580cacb8a5183cb035792c6d2287fcdd335c6fe1ac550d99b3a628e683220f60c88ca7ce45ba58bee9bde4f52c8f25df96d95ec.webp","pihole-example.webp":"pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp","rust.webp":"rust-4093c1758f14bf77cafcc0a603dadfe5e28bee217b1a59c09d5a3eb295d000c087fd5d26b505ef9aa87ff51f7fa1aea9123ee98a7b8be6e223f65b584dbe980a.webp","html5.webp":"html5-1e71e65d8a82865c89f7f4a802d3ad5dfec40c4df1388c298849b85f2545c68dce96529d6b547e4eb82837223ed115fddec85b9b3376bcce5f0d763b9d1508d1.webp","rails.webp":"rails-31b940f10e72b2af868a1cbe47118dcaad0d9fe477536fa14b58c8ae8bc7e0f3383edb7c58606518027db9b7a66cb75ea3da761f26943475ccce4c7977c767f6.webp","bash.webp":"bash-434dc2f470afe53a3a497868acf66244066d61d944d1b50779cd244474ae4cc483e287b6a5df76b0ffd964d2cae07d2ed566769787e03a7487c1c5062110969a.webp","php.webp":"php-05ed5c662a4f7a0af00e1dfb56b4fa95c7c8b29d6ec8b59fa70dc1e4dd0252f4c3e33c5abaf74554108449ede8ae2469a205983bd5bf25a656051369a05c0c77.webp","gplv3_logo.webp":"gplv3_logo-e003f687c9e680dcff5a1e7eab70b67f590cc1f0de11ed6d7e9d5854ad1520350713689437c1985c10e0e63b004d0ec22fcd5f06a4b2e4ef2bbf190bef8261a5.webp","postgresql.webp":"postgresql-a49ad65c1659345dec11412d756143d90f0ce4dc1086e0455a3f30a9f5a2913c7f7baca14f2fb142365bc8f213e535a7948ac259e051853eed45241724e9fe57.webp","laravel.webp":"laravel-44f202860c63891d2652345aba776971ba35415f32fdff81ce964e7a02b44bfeaa8f3d251fab1c57360317716da84a745f1aa0c5e7972d7b8e69178988b37fca.webp","ruby.webp":"ruby-aa8d6ec0c0e7503fdc0edc5656fcf1c2f38e47e24c1e98a1c5b1d1751123d10a5dcc05600b402dcc088ba3c75644f943c131e2cf37b74d3d642bf85c59912f5b.webp","main.js":"main-d66ae911e9baad27bf76fc31381210c21520c7629933b57d51cdb1fd775a286a935a4fe93937373ab23db4f0540f2116724a47cd8d4a0656e33b613a81e6fbf5.js","main.css":"main-2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33.css"},"sourceMapFiles":["source-maps/main.js.map","source-maps/main.scss.map","source-maps/_assets/javascripts/main.js","source-maps/_assets/stylesheets/main.scss","source-maps/_assets/javascripts/jquery.js","source-maps/_assets/javascripts/simple-jekyll-search.js","source-maps/_assets/stylesheets/_fontello.scss","source-maps/_assets/javascripts/morphext.js","source-maps/_assets/stylesheets/_bootstrap-custom.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_functions.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_variables.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_mixins.scss","source-maps/_assets/stylesheets/vendor/_rfs.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_deprecate.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_breakpoints.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_hover.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_image.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_size.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_reset-text.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_text-emphasis.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_text-hide.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_text-truncate.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_buttons.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_caret.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_lists.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_list-group.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_nav-divider.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_forms.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_border-radius.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_box-shadow.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_transition.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_clearfix.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_grid-framework.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_grid.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_float.scss","source-maps/_assets/stylesheets/bootstrap/_root.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_reboot.scss","source-maps/_assets/stylesheets/bootstrap/_type.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_code.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_grid.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_forms.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_buttons.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_dropdown.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_input-group.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_navbar.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_card.scss","source-maps/_assets/stylesheets/bootstrap/_jumbotron.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_list-group.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_utilities.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_align.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_background.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_borders.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_clearfix.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_display.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_embed.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_flex.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_float.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_interactions.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_overflow.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_position.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_screenreaders.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_shadows.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_sizing.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_spacing.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_stretched-link.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_text.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_visibility.scss","source-maps/_assets/stylesheets/vendor/_fonts.scss","source-maps/_assets/stylesheets/vendor/_animate.scss","source-maps/_assets/stylesheets/vendor/_morphext.scss","source-maps/_assets/stylesheets/_base.scss","source-maps/_assets/stylesheets/_layout.scss","source-maps/_assets/stylesheets/_sidebar.scss"]} \ No newline at end of file +{"files":{"fabio_purple-ea7a2b308b5a8bfdcca81e62b2e58d0b7b50f6615c4f94b24d95756e60b3dc1f338feefa7fe8bbcdd07cbf02fe1a7c7d70b3269f8f96b1c1ef1600a3d2ae0097.webp":{"logical_path":"fabio_purple.webp","mtime":"2021-08-25T00:26:44+02:00","size":36544,"digest":"ea7a2b308b5a8bfdcca81e62b2e58d0b7b50f6615c4f94b24d95756e60b3dc1f338feefa7fe8bbcdd07cbf02fe1a7c7d70b3269f8f96b1c1ef1600a3d2ae0097","integrity":"sha512-6norMItai/3MqB5isuWNC3tQ9mFcT5SyTZV1bmCz3B8zj+76f+i7zdB8vwL+Gnx9cLMmn4+WscHvFgCj0q4Alw=="},"stefano_amandonico-55985a93525e2865bf5fa81f1b30d1cd9cfa7bd05923da3292526576d62f51176038fa04a844c1680be63fb3aa138fbda93ccc597c0e15413cf0657b6c0cddd5.webp":{"logical_path":"stefano_amandonico.webp","mtime":"2021-08-25T00:26:44+02:00","size":11654,"digest":"55985a93525e2865bf5fa81f1b30d1cd9cfa7bd05923da3292526576d62f51176038fa04a844c1680be63fb3aa138fbda93ccc597c0e15413cf0657b6c0cddd5","integrity":"sha512-VZhak1JeKGW/X6gfGzDRzZz6e9BZI9oyklJldtYvURdgOPoEqETBaAvmP7OqE4+9qTzMWXwOFUE88GV7bAzd1Q=="},"sydro-1fb75d66312034ed5f57f329ddc7722fdd1fb8b8bdfd8c1c2fa6f5b0f0cc1ce48ff96a36d36d03c835724407ce682f82abcfa1f1dde234a94553bcc4b85b1ab9.webp":{"logical_path":"sydro.webp","mtime":"2021-08-25T00:26:44+02:00","size":25674,"digest":"1fb75d66312034ed5f57f329ddc7722fdd1fb8b8bdfd8c1c2fa6f5b0f0cc1ce48ff96a36d36d03c835724407ce682f82abcfa1f1dde234a94553bcc4b85b1ab9","integrity":"sha512-H7ddZjEgNO1fV/Mp3cdyL90fuLi9/YwcL6b1sPDMHOSP+Wo2020DyDVyRAfOaC+Cq8+h8d3iNKlFU7zEuFsauQ=="},"sara-e538133815d0b5f7a3510cc5b2548641ec3ed9f5c5242d8e822814b4f286c750f277ee1c9184a8c161342e6bcc4bf93aaa6a5a0066ef10594c8d128117488980.webp":{"logical_path":"sara.webp","mtime":"2021-08-25T00:26:44+02:00","size":23628,"digest":"e538133815d0b5f7a3510cc5b2548641ec3ed9f5c5242d8e822814b4f286c750f277ee1c9184a8c161342e6bcc4bf93aaa6a5a0066ef10594c8d128117488980","integrity":"sha512-5TgTOBXQtfejUQzFslSGQew+2fXFJC2OgigUtPKGx1Dyd+4ckYSowWE0LmvMS/k6qmpaAGbvEFlMjRKBF0iJgA=="},"yamabiiko-3d812d63c6eada7f2f3b0e74f8523cc458ad904cd412aff1768f5f8b0c5a10553025eac2ddc001ecbd384fcc95c3c6c26504b56c4d674a411031fbde2136fb10.webp":{"logical_path":"yamabiiko.webp","mtime":"2021-08-25T00:26:44+02:00","size":74598,"digest":"3d812d63c6eada7f2f3b0e74f8523cc458ad904cd412aff1768f5f8b0c5a10553025eac2ddc001ecbd384fcc95c3c6c26504b56c4d674a411031fbde2136fb10","integrity":"sha512-PYEtY8bq2n8vOw50+FI8xFitkEzUEq/xdo9fiwxaEFUwJerC3cAB7L04T8yVw8bCZQS1bE1nSkEQMfveITb7EA=="},"mastodon-448a0e1cefce72f1aadd521b2ca3d7c5edf2f76fd6aa12f1ac11bdf07f5e92f586fb517e5f76bbcd5b5d79c430b26261443dd6e06dca5fa25ac423d61025a916.webp":{"logical_path":"mastodon.webp","mtime":"2021-08-25T00:26:44+02:00","size":6202,"digest":"448a0e1cefce72f1aadd521b2ca3d7c5edf2f76fd6aa12f1ac11bdf07f5e92f586fb517e5f76bbcd5b5d79c430b26261443dd6e06dca5fa25ac423d61025a916","integrity":"sha512-RIoOHO/OcvGq3VIbLKPXxe3y92/WqhLxrBG98H9ekvWG+1F+X3a7zVtdecQwsmJhRD3W4G3KX6JaxCPWECWpFg=="},"cmaradonna-175260e3f5944808218946241f374a1f2e56ffa8e01ef7e8aaf8e58b06cfce472ff9f200a2180e733fd69c62957c6a3cdbbbc05c209d7b2426e7f698c1365362.webp":{"logical_path":"cmaradonna.webp","mtime":"2021-08-25T00:26:44+02:00","size":48516,"digest":"175260e3f5944808218946241f374a1f2e56ffa8e01ef7e8aaf8e58b06cfce472ff9f200a2180e733fd69c62957c6a3cdbbbc05c209d7b2426e7f698c1365362","integrity":"sha512-F1Jg4/WUSAghiUYkHzdKHy5W/6jgHvfoqvjliwbPzkcv+fIAohgOcz/WnGKVfGo827vAXCCdeyQm5/aYwTZTYg=="},"Raleway_300-53af7119bde8d00937eaf6538ceca466538f88ea5ca4666fd2709be1a68e9baa1c661ac432d36870b50953eac65a3b95ce62be6987a107477bd732033fcddca2.woff2":{"logical_path":"Raleway_300.woff2","mtime":"2021-08-25T00:25:35+02:00","size":20808,"digest":"53af7119bde8d00937eaf6538ceca466538f88ea5ca4666fd2709be1a68e9baa1c661ac432d36870b50953eac65a3b95ce62be6987a107477bd732033fcddca2","integrity":"sha512-U69xGb3o0Ak36vZTjOykZlOPiOpcpGZv0nCb4aaOm6ocZhrEMtNocLUJU+rGWjuVzmK+aYehB0d71zIDP83cog=="},"Raleway_300-340e1d4b54c96dac1500cbc9549c3a0cb75bbbc70fec0b8c29b64a5a3b322472580b3b76d952e4347d308f33b714376e2c7bf491d3419f979a20a661d0675867.ttf":{"logical_path":"Raleway_300.ttf","mtime":"2021-08-25T00:25:35+02:00","size":55564,"digest":"340e1d4b54c96dac1500cbc9549c3a0cb75bbbc70fec0b8c29b64a5a3b322472580b3b76d952e4347d308f33b714376e2c7bf491d3419f979a20a661d0675867","integrity":"sha512-NA4dS1TJbawVAMvJVJw6DLdbu8cP7AuMKbZKWjsyJHJYCzt22VLkNH0wjzO3FDduLHv0kdNBn5eaIKZh0GdYZw=="},"Raleway_300-05933e8f1d6454a2a60604c0f0df3ea0c3e3b500bc17606742b3c275ad535039a651944bdeb0faf29065d18587617f3a5c35b82a3fc32b2d65415457d12940f3.eot":{"logical_path":"Raleway_300.eot","mtime":"2021-08-25T00:25:35+02:00","size":23872,"digest":"05933e8f1d6454a2a60604c0f0df3ea0c3e3b500bc17606742b3c275ad535039a651944bdeb0faf29065d18587617f3a5c35b82a3fc32b2d65415457d12940f3","integrity":"sha512-BZM+jx1kVKKmBgTA8N8+oMPjtQC8F2BnQrPCda1TUDmmUZRL3rD68pBl0YWHYX86XDW4Kj/DKy1lQVRX0SlA8w=="},"Raleway_300-68e6f38fe6f511c9ced95809c660f7af260cdd41b576895e1afaebfb4618b37003061dfb893c8f1ab4984bfb88441d0f995fe593779914c1cff8709f453da87e.svg":{"logical_path":"Raleway_300.svg","mtime":"2021-08-25T00:25:35+02:00","size":58926,"digest":"68e6f38fe6f511c9ced95809c660f7af260cdd41b576895e1afaebfb4618b37003061dfb893c8f1ab4984bfb88441d0f995fe593779914c1cff8709f453da87e","integrity":"sha512-aObzj+b1EcnO2VgJxmD3ryYM3UG1doleGvrr+0YYs3ADBh37iTyPGrSYS/uIRB0PmV/lk3eZFMHP+HCfRT2ofg=="},"Raleway_300-4a1bfb41fac93bf3afcbe6f2ecb4dcfb47b86598288f76ffdac5acee25db4176a657f9a86c89ea90ef07d5a07d763648e8b550e5315d9dc1b081ee92f651331f.woff":{"logical_path":"Raleway_300.woff","mtime":"2021-08-25T00:25:35+02:00","size":25328,"digest":"4a1bfb41fac93bf3afcbe6f2ecb4dcfb47b86598288f76ffdac5acee25db4176a657f9a86c89ea90ef07d5a07d763648e8b550e5315d9dc1b081ee92f651331f","integrity":"sha512-Shv7QfrJO/Ovy+by7LTc+0e4ZZgoj3b/2sWs7iXbQXamV/mobInqkO8H1aB9djZI6LVQ5TFdncGwge6S9lEzHw=="},"Raleway_400-916b4c946be9173e8e7f55bff38f2e9ec86dfc8f27b9b07c7a4a79e322c0906a27c5a534ebfeae5409a5e073fc6e80670824f9f1faf81b4ed6596100b57332b1.woff2":{"logical_path":"Raleway_400.woff2","mtime":"2021-08-25T00:25:35+02:00","size":20724,"digest":"916b4c946be9173e8e7f55bff38f2e9ec86dfc8f27b9b07c7a4a79e322c0906a27c5a534ebfeae5409a5e073fc6e80670824f9f1faf81b4ed6596100b57332b1","integrity":"sha512-kWtMlGvpFz6Of1W/848unsht/I8nubB8ekp54yLAkGonxaU06/6uVAml4HP8boBnCCT58fr4G07WWWEAtXMysQ=="},"Raleway_400-5604182d2e3dd38007b967de7b3f206f069a96c6dd85cddb13b02c757936ccd078fca0626032400a1e75c062a007e844610c9f5ad99031935cfe6be9091ebc9a.svg":{"logical_path":"Raleway_400.svg","mtime":"2021-08-25T00:25:35+02:00","size":58763,"digest":"5604182d2e3dd38007b967de7b3f206f069a96c6dd85cddb13b02c757936ccd078fca0626032400a1e75c062a007e844610c9f5ad99031935cfe6be9091ebc9a","integrity":"sha512-VgQYLS4904AHuWfeez8gbwaalsbdhc3bE7AsdXk2zNB4/KBiYDJACh51wGKgB+hEYQyfWtmQMZNc/mvpCR68mg=="},"Raleway_400-35992420a9f85848b36150b250599e62f9699206e1e906ff0c9641077afd22bf0ad079edf53702c2f6352af5c1647ab4f9d0a15dbc8768c79710018520742262.eot":{"logical_path":"Raleway_400.eot","mtime":"2021-08-25T00:25:35+02:00","size":23759,"digest":"35992420a9f85848b36150b250599e62f9699206e1e906ff0c9641077afd22bf0ad079edf53702c2f6352af5c1647ab4f9d0a15dbc8768c79710018520742262","integrity":"sha512-NZkkIKn4WEizYVCyUFmeYvlpkgbh6Qb/DJZBB3r9Ir8K0Hnt9TcCwvY1KvXBZHq0+dChXbyHaMeXEAGFIHQiYg=="},"header-network-56495618d5bc1fd9d819997757c9acd56f07d13bbb88e979106f8b35c6f86318283461d55450cdd4c8095a47d4fb565ac58541f4c164491a69c0de5f50093f9a.webp":{"logical_path":"header-network.webp","mtime":"2021-08-25T00:25:35+02:00","size":37024,"digest":"56495618d5bc1fd9d819997757c9acd56f07d13bbb88e979106f8b35c6f86318283461d55450cdd4c8095a47d4fb565ac58541f4c164491a69c0de5f50093f9a","integrity":"sha512-VklWGNW8H9nYGZl3V8ms1W8H0Tu7iOl5EG+LNcb4YxgoNGHVVFDN1MgJWkfU+1ZaxYVB9MFkSRppwN5fUAk/mg=="},"libretto-icons/libretto-icons-c1817ddfa024d634f28572215a6449f8c5479f693db59a2eeb76a84fd867c8c698b06cbc5b176b3e91a8ec384f853449f2cd96570c6d857c38d24f737ee8c7f6.woff":{"logical_path":"libretto-icons/libretto-icons.woff","mtime":"2021-08-25T00:25:35+02:00","size":6312,"digest":"c1817ddfa024d634f28572215a6449f8c5479f693db59a2eeb76a84fd867c8c698b06cbc5b176b3e91a8ec384f853449f2cd96570c6d857c38d24f737ee8c7f6","integrity":"sha512-wYF936Ak1jTyhXIhWmRJ+MVHn2k9tZou63aoT9hnyMaYsGy8WxdrPpGo7DhPhTRJ8s2WVwxthXw40k9zfujH9g=="},"Raleway_400-9d514b60e5a1e0cadfafb83fc0a288e721e78fe2cd1ba151284bcc5780bd354b85bdaf1f22e6afa3af96688290726f185b65b084ff7e863ac1f3bad69708805e.ttf":{"logical_path":"Raleway_400.ttf","mtime":"2021-08-25T00:25:35+02:00","size":54112,"digest":"9d514b60e5a1e0cadfafb83fc0a288e721e78fe2cd1ba151284bcc5780bd354b85bdaf1f22e6afa3af96688290726f185b65b084ff7e863ac1f3bad69708805e","integrity":"sha512-nVFLYOWh4Mrfr7g/wKKI5yHnj+LNG6FRKEvMV4C9NUuFva8fIuavo6+WaIKQcm8YW2WwhP9+hjrB87rWlwiAXg=="},"libretto-icons/libretto-icons-fbc7167e46b7728f8b7574e753095e22e365fe1435d0c25da22a597617d0b82b0bf0edbf44b9a917cc55004ad5a581dca355182f1785f8ba2365c024b9471741.eot":{"logical_path":"libretto-icons/libretto-icons.eot","mtime":"2021-08-25T00:25:35+02:00","size":8460,"digest":"fbc7167e46b7728f8b7574e753095e22e365fe1435d0c25da22a597617d0b82b0bf0edbf44b9a917cc55004ad5a581dca355182f1785f8ba2365c024b9471741","integrity":"sha512-+8cWfka3co+LdXTnUwleIuNl/hQ10MJdoipZdhfQuCsL8O2/RLmpF8xVAErVpYHco1UYLxeF+LojZcAkuUcXQQ=="},"Raleway_400-942773ce8508e992072d30009c7389e03c940f31fbf02a132929c0f4e13f852b7d9e42f70562e28a65714c58cf8784a09e0bab85fdd3a99678de1c175c28a82e.woff":{"logical_path":"Raleway_400.woff","mtime":"2021-08-25T00:25:35+02:00","size":25244,"digest":"942773ce8508e992072d30009c7389e03c940f31fbf02a132929c0f4e13f852b7d9e42f70562e28a65714c58cf8784a09e0bab85fdd3a99678de1c175c28a82e","integrity":"sha512-lCdzzoUI6ZIHLTAAnHOJ4DyUDzH78CoTKSnA9OE/hSt9nkL3BWLiimVxTFjPh4Sgngurhf3TqZZ43hwXXCioLg=="},"header-radio-f2562273b9dce80a1176471495e579d02414b0dddbab9c345833a71d3cca5aa34e250136ad7c18b74dd1fd4558fd0e5f9928c349633c89d7fdc377082c57b269.webp":{"logical_path":"header-radio.webp","mtime":"2021-08-25T00:26:44+02:00","size":87726,"digest":"f2562273b9dce80a1176471495e579d02414b0dddbab9c345833a71d3cca5aa34e250136ad7c18b74dd1fd4558fd0e5f9928c349633c89d7fdc377082c57b269","integrity":"sha512-8lYic7nc6AoRdkcUleV50CQUsN3bq5w0WDOnHTzKWqNOJQE2rXwYt03R/UVY/Q5fmSjDSWM8idf9w3cILFeyaQ=="},"logo-extended-dark-185eb322f8d248dfc70adbf7f3d3fe08929f4d236a298a7088e681598cb230867eb130a6f81456a84b60718178fb83be96c552696661ced60f463b49095112c2.webp":{"logical_path":"logo-extended-dark.webp","mtime":"2021-08-25T00:26:44+02:00","size":6976,"digest":"185eb322f8d248dfc70adbf7f3d3fe08929f4d236a298a7088e681598cb230867eb130a6f81456a84b60718178fb83be96c552696661ced60f463b49095112c2","integrity":"sha512-GF6zIvjSSN/HCtv389P+CJKfTSNqKYpwiOaBWYyyMIZ+sTCm+BRWqEtgcYF4+4O+lsVSaWZhztYPRjtJCVESwg=="},"libretto-icons/libretto-icons-19d8e0dacaec3e194c7aaf179087a3ed0c0e715a578fef15617c8c217c425ed66751eca64d981c8db1ba340d16dc0433b1fd0c75dfa08559bf888dd3d865cd1b.svg":{"logical_path":"libretto-icons/libretto-icons.svg","mtime":"2021-08-25T00:25:35+02:00","size":18986,"digest":"19d8e0dacaec3e194c7aaf179087a3ed0c0e715a578fef15617c8c217c425ed66751eca64d981c8db1ba340d16dc0433b1fd0c75dfa08559bf888dd3d865cd1b","integrity":"sha512-Gdjg2srsPhlMeq8XkIej7QwOcVpXj+8VYXyMIXxCXtZnUeymTZgcjbG6NA0W3AQzsf0Mdd+ghVm/iI3T2GXNGw=="},"header-peertube-d52d22464c7d98f1687487d3372f74a7e9e1fd5d57e29a5ab648d871190188ad5afb89190fb90b3a1d63512d18c6f9458d0de11fda7ed0c7fadf940fb39aa558.webp":{"logical_path":"header-peertube.webp","mtime":"2021-08-25T00:26:44+02:00","size":74254,"digest":"d52d22464c7d98f1687487d3372f74a7e9e1fd5d57e29a5ab648d871190188ad5afb89190fb90b3a1d63512d18c6f9458d0de11fda7ed0c7fadf940fb39aa558","integrity":"sha512-1S0iRkx9mPFodIfTNy90p+nh/V1X4ppatkjYcRkBiK1a+4kZD7kLOh1jUS0YxvlFjQ3hH9p+0Mf635QPs5qlWA=="},"libreboot-cc04c8c719113e6bed14d4af0bf9ec80c90c78badabc13aff1af623227b2176a14fa2e5f42bf5195e0179541998885849074281802732ac3faf72ee313fa1bbe.webp":{"logical_path":"libreboot.webp","mtime":"2021-08-25T00:25:35+02:00","size":93896,"digest":"cc04c8c719113e6bed14d4af0bf9ec80c90c78badabc13aff1af623227b2176a14fa2e5f42bf5195e0179541998885849074281802732ac3faf72ee313fa1bbe","integrity":"sha512-zATIxxkRPmvtFNSvC/nsgMkMeLravBOv8a9iMieyF2oU+i5fQr9RleAXlUGZiIWEkHQoGAJzKsP69y7jE/obvg=="},"libretto-icons/libretto-icons-acbed8afc6fad31929cf698876812ead51431fd086bde8bce8957156fbb983ad3bedc9c1bf9e632de7e9bd918ab98bf04b10f33f91f7f1a2895b772d6a839a0d.ttf":{"logical_path":"libretto-icons/libretto-icons.ttf","mtime":"2021-08-25T00:25:35+02:00","size":8280,"digest":"acbed8afc6fad31929cf698876812ead51431fd086bde8bce8957156fbb983ad3bedc9c1bf9e632de7e9bd918ab98bf04b10f33f91f7f1a2895b772d6a839a0d","integrity":"sha512-rL7Yr8b60xkpz2mIdoEurVFDH9CGvei86JVxVvu5g6077cnBv55jLefpvZGKuYvwSxDzP5H38aKJW3ctaoOaDQ=="},"liberapay-a7f315ef8f959d993dfc27372fc0f25a9f41a964e4a1a6996cff2befd1a49d4ce10b5bb689f6b8e52c9f2a199691f905c2efd1634390096efb85597ae795fb82.webp":{"logical_path":"liberapay.webp","mtime":"2021-08-25T00:26:44+02:00","size":232,"digest":"a7f315ef8f959d993dfc27372fc0f25a9f41a964e4a1a6996cff2befd1a49d4ce10b5bb689f6b8e52c9f2a199691f905c2efd1634390096efb85597ae795fb82","integrity":"sha512-p/MV74+VnZk9/Cc3L8DyWp9BqWTkoaaZbP8r79GknUzhC1u2ifa45SyfKhmWkfkFwu/RY0OQCW77hVl655X7gg=="},"nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp":{"logical_path":"nextcloud-example.webp","mtime":"2021-08-25T00:26:44+02:00","size":12016,"digest":"eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219","integrity":"sha512-6uvqI3COGod+ZhZOVma9fr1XGnegTtV3MWJmuHrbV1Wpxelc1QEXZ3ZR4ASWf9F8r+O1ycca19zVkDWha3XyGQ=="},"info_at_unitoo_qrcode-312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8.webp":{"logical_path":"info_at_unitoo_qrcode.webp","mtime":"2021-08-25T00:26:44+02:00","size":2878,"digest":"312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8","integrity":"sha512-MSy/HqHzXfrnbE4+cTbFqXvr8+R0iVHI0CICETPwYzcV/dWcr+ZLF2cKjAWDaj24aNgEuUs4kMIx84qALdqbyA=="},"azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp":{"logical_path":"azuracast-example.webp","mtime":"2021-08-25T00:26:44+02:00","size":21242,"digest":"22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12","integrity":"sha512-Iq/qFbiqb+NXhMeh/h7XNkdjAK/7ZGjNY4bBWYOVz6zA3I6kOAmv+ukaMvYOiE6sXIW4EcJIDBM5B/nSP6XeEg=="},"qt-0d672280ae09b3f057d777aed303580e8fbd6923bd0bf3ac0bca6e49bbb44e9439077f73e6b1fccc264c96444eed933adf9d826745cfa33347667f7f28c53c7a.webp":{"logical_path":"qt.webp","mtime":"2021-08-25T00:26:44+02:00","size":596,"digest":"0d672280ae09b3f057d777aed303580e8fbd6923bd0bf3ac0bca6e49bbb44e9439077f73e6b1fccc264c96444eed933adf9d826745cfa33347667f7f28c53c7a","integrity":"sha512-DWcigK4Js/BX13eu0wNYDo+9aSO9C/OsC8puSbu0TpQ5B39z5rH8zCZMlkRO7ZM6352CZ0XPozNHZn9/KMU8eg=="},"libreboot_logo-55bbf2eee9e97c88c9104c7b4e0521b9b2ef51acb2f982f43cb170b93a3ac347226da97412a92951582866c0356a3afe20d30eca6a9c9622e649a02a7b876c04.webp":{"logical_path":"libreboot_logo.webp","mtime":"2021-08-25T00:26:44+02:00","size":10976,"digest":"55bbf2eee9e97c88c9104c7b4e0521b9b2ef51acb2f982f43cb170b93a3ac347226da97412a92951582866c0356a3afe20d30eca6a9c9622e649a02a7b876c04","integrity":"sha512-Vbvy7unpfIjJEEx7TgUhubLvUayy+YL0PLFwuTo6w0cibal0EqkpUVgoZsA1ajr+INMOymqcliLmSaAqe4dsBA=="},"cpp-e940428fd3fb55f9f9999a31f580cacb8a5183cb035792c6d2287fcdd335c6fe1ac550d99b3a628e683220f60c88ca7ce45ba58bee9bde4f52c8f25df96d95ec.webp":{"logical_path":"cpp.webp","mtime":"2021-08-25T00:26:44+02:00","size":1136,"digest":"e940428fd3fb55f9f9999a31f580cacb8a5183cb035792c6d2287fcdd335c6fe1ac550d99b3a628e683220f60c88ca7ce45ba58bee9bde4f52c8f25df96d95ec","integrity":"sha512-6UBCj9P7Vfn5mZox9YDKy4pRg8sDV5LG0ih/zdM1xv4axVDZmzpijmgyIPYMiMp85Fuli+6b3k9SyPJd+W2V7A=="},"pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp":{"logical_path":"pihole-example.webp","mtime":"2021-08-25T00:26:44+02:00","size":9126,"digest":"204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420","integrity":"sha512-IE8hygPNV2R8013xgpMHHVA4GeIWdUkh7VqaNHvDZtDpN9ZAQ7rmsDPCN+WU0Z1Iw+5AouJvg8cyRoKCV5n0IA=="},"rust-4093c1758f14bf77cafcc0a603dadfe5e28bee217b1a59c09d5a3eb295d000c087fd5d26b505ef9aa87ff51f7fa1aea9123ee98a7b8be6e223f65b584dbe980a.webp":{"logical_path":"rust.webp","mtime":"2021-08-25T00:26:44+02:00","size":3730,"digest":"4093c1758f14bf77cafcc0a603dadfe5e28bee217b1a59c09d5a3eb295d000c087fd5d26b505ef9aa87ff51f7fa1aea9123ee98a7b8be6e223f65b584dbe980a","integrity":"sha512-QJPBdY8Uv3fK/MCmA9rf5eKL7iF7GlnAnVo+spXQAMCH/V0mtQXvmqh/9R9/oa6pEj7pinuL5uIj9ltYTb6YCg=="},"html5-1e71e65d8a82865c89f7f4a802d3ad5dfec40c4df1388c298849b85f2545c68dce96529d6b547e4eb82837223ed115fddec85b9b3376bcce5f0d763b9d1508d1.webp":{"logical_path":"html5.webp","mtime":"2021-08-25T00:26:44+02:00","size":1262,"digest":"1e71e65d8a82865c89f7f4a802d3ad5dfec40c4df1388c298849b85f2545c68dce96529d6b547e4eb82837223ed115fddec85b9b3376bcce5f0d763b9d1508d1","integrity":"sha512-HnHmXYqChlyJ9/SoAtOtXf7EDE3xOIwpiEm4XyVFxo3OllKda1R+TrgoNyI+0RX93shbmzN2vM5fDXY7nRUI0Q=="},"rails-31b940f10e72b2af868a1cbe47118dcaad0d9fe477536fa14b58c8ae8bc7e0f3383edb7c58606518027db9b7a66cb75ea3da761f26943475ccce4c7977c767f6.webp":{"logical_path":"rails.webp","mtime":"2021-08-25T00:26:44+02:00","size":1602,"digest":"31b940f10e72b2af868a1cbe47118dcaad0d9fe477536fa14b58c8ae8bc7e0f3383edb7c58606518027db9b7a66cb75ea3da761f26943475ccce4c7977c767f6","integrity":"sha512-MblA8Q5ysq+Gihy+RxGNyq0Nn+R3U2+hS1jIrovH4PM4Ptt8WGBlGAJ9ubembLdeo9p2HyaUNHXMzkx5d8dn9g=="},"bash-434dc2f470afe53a3a497868acf66244066d61d944d1b50779cd244474ae4cc483e287b6a5df76b0ffd964d2cae07d2ed566769787e03a7487c1c5062110969a.webp":{"logical_path":"bash.webp","mtime":"2021-08-25T00:26:44+02:00","size":1452,"digest":"434dc2f470afe53a3a497868acf66244066d61d944d1b50779cd244474ae4cc483e287b6a5df76b0ffd964d2cae07d2ed566769787e03a7487c1c5062110969a","integrity":"sha512-Q03C9HCv5To6SXhorPZiRAZtYdlE0bUHec0kRHSuTMSD4oe2pd92sP/ZZNLK4H0u1WZ2l4fgOnSHwcUGIRCWmg=="},"php-05ed5c662a4f7a0af00e1dfb56b4fa95c7c8b29d6ec8b59fa70dc1e4dd0252f4c3e33c5abaf74554108449ede8ae2469a205983bd5bf25a656051369a05c0c77.webp":{"logical_path":"php.webp","mtime":"2021-08-25T00:26:44+02:00","size":1050,"digest":"05ed5c662a4f7a0af00e1dfb56b4fa95c7c8b29d6ec8b59fa70dc1e4dd0252f4c3e33c5abaf74554108449ede8ae2469a205983bd5bf25a656051369a05c0c77","integrity":"sha512-Be1cZipPegrwDh37VrT6lcfIsp1uyLWfpw3B5N0CUvTD4zxauvdFVBCESe3oriRpogWYO9W/JaZWBRNpoFwMdw=="},"gplv3_logo-e003f687c9e680dcff5a1e7eab70b67f590cc1f0de11ed6d7e9d5854ad1520350713689437c1985c10e0e63b004d0ec22fcd5f06a4b2e4ef2bbf190bef8261a5.webp":{"logical_path":"gplv3_logo.webp","mtime":"2021-08-25T00:26:44+02:00","size":11712,"digest":"e003f687c9e680dcff5a1e7eab70b67f590cc1f0de11ed6d7e9d5854ad1520350713689437c1985c10e0e63b004d0ec22fcd5f06a4b2e4ef2bbf190bef8261a5","integrity":"sha512-4AP2h8nmgNz/Wh5+q3C2f1kMwfDeEe1tfp1YVK0VIDUHE2iUN8GYXBDg5jsATQ7CL81fBqSy5O8rvxkL74JhpQ=="},"postgresql-a49ad65c1659345dec11412d756143d90f0ce4dc1086e0455a3f30a9f5a2913c7f7baca14f2fb142365bc8f213e535a7948ac259e051853eed45241724e9fe57.webp":{"logical_path":"postgresql.webp","mtime":"2021-08-25T00:26:44+02:00","size":1910,"digest":"a49ad65c1659345dec11412d756143d90f0ce4dc1086e0455a3f30a9f5a2913c7f7baca14f2fb142365bc8f213e535a7948ac259e051853eed45241724e9fe57","integrity":"sha512-pJrWXBZZNF3sEUEtdWFD2Q8M5NwQhuBFWj8wqfWikTx/e6yhTy+xQjZbyPIT5TWnlIrCWeBRhT7tRSQXJOn+Vw=="},"laravel-44f202860c63891d2652345aba776971ba35415f32fdff81ce964e7a02b44bfeaa8f3d251fab1c57360317716da84a745f1aa0c5e7972d7b8e69178988b37fca.webp":{"logical_path":"laravel.webp","mtime":"2021-08-25T00:26:44+02:00","size":1476,"digest":"44f202860c63891d2652345aba776971ba35415f32fdff81ce964e7a02b44bfeaa8f3d251fab1c57360317716da84a745f1aa0c5e7972d7b8e69178988b37fca","integrity":"sha512-RPIChgxjiR0mUjRaundpcbo1QV8y/f+BzpZOegK0S/6qjz0lH6scVzYDF3FtqEp0XxqgxeeXLXuOaReJiLN/yg=="},"ruby-aa8d6ec0c0e7503fdc0edc5656fcf1c2f38e47e24c1e98a1c5b1d1751123d10a5dcc05600b402dcc088ba3c75644f943c131e2cf37b74d3d642bf85c59912f5b.webp":{"logical_path":"ruby.webp","mtime":"2021-08-25T00:26:44+02:00","size":1480,"digest":"aa8d6ec0c0e7503fdc0edc5656fcf1c2f38e47e24c1e98a1c5b1d1751123d10a5dcc05600b402dcc088ba3c75644f943c131e2cf37b74d3d642bf85c59912f5b","integrity":"sha512-qo1uwMDnUD/cDtxWVvzxwvOOR+JMHpihxbHRdREj0QpdzAVgC0AtzAiLo8dWRPlDwTHizze3TT1kK/hcWZEvWw=="},"main-d66ae911e9baad27bf76fc31381210c21520c7629933b57d51cdb1fd775a286a935a4fe93937373ab23db4f0540f2116724a47cd8d4a0656e33b613a81e6fbf5.js":{"logical_path":"main.js","mtime":"2021-08-25T00:15:17+02:00","size":93402,"digest":"d66ae911e9baad27bf76fc31381210c21520c7629933b57d51cdb1fd775a286a935a4fe93937373ab23db4f0540f2116724a47cd8d4a0656e33b613a81e6fbf5","integrity":"sha512-1mrpEem6rSe/dvwxOBIQwhUgx2KZM7V9Uc2x/XdaKGqTWk/pOTc3OrI9tPBUDyEWckpHzY1KBlbjO2E6geb79Q=="},"main-226cf901bb62a2793e6a8deadd7ded4a120317c4176a9ed810cd7bb7d6925d4222c52d93454d14c9efbb9c399facc42af3af1de64d1f1a4f4fbb13df1348456e.css":{"logical_path":"main.css","mtime":"2021-08-23T10:55:04+02:00","size":114755,"digest":"226cf901bb62a2793e6a8deadd7ded4a120317c4176a9ed810cd7bb7d6925d4222c52d93454d14c9efbb9c399facc42af3af1de64d1f1a4f4fbb13df1348456e","integrity":"sha512-Imz5Abtionk+ao3q3X3tShIDF8QXap7YEM17t9aSXUIixS2TRU0Uye+7nDmfrMQq868d5k0fGk9PuxPfE0hFbg=="},"main-2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33.css":{"logical_path":"main.css","mtime":"2021-08-25T00:01:53+02:00","size":114755,"digest":"2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33","integrity":"sha512-L+ZxBl7KBFQYJI5QG1uQa7jlMfBPTxLeH29yg/0RR4HCxf+piyUxCmHrEsZXvEyHIEn+I3meTG1NVfBZHAfMMw=="},"main-6c72e33d8c5791b3181fef2f4560061f43ce3ee0a4bd979c69470d7331f805430d9dff8872514b4321fc7331ed6607700ed3df1c5c49a0c38736a5ca27f72681.css":{"logical_path":"main.css","mtime":"2021-08-25T00:03:56+02:00","size":114788,"digest":"6c72e33d8c5791b3181fef2f4560061f43ce3ee0a4bd979c69470d7331f805430d9dff8872514b4321fc7331ed6607700ed3df1c5c49a0c38736a5ca27f72681","integrity":"sha512-bHLjPYxXkbMYH+8vRWAGH0POPuCkvZecaUcNczH4BUMNnf+IclFLQyH8czHtZgdwDtPfHFxJoMOHNqXKJ/cmgQ=="},"main-1f089d851fa1d609b4fb34e17f626281c9b8a0885d46ba01ef94a81246bf30e40251f80581dab3176299eed64b06c4f2aa662e8263b18218a86b1bc6a86548f5.css":{"logical_path":"main.css","mtime":"2021-08-25T00:06:43+02:00","size":114799,"digest":"1f089d851fa1d609b4fb34e17f626281c9b8a0885d46ba01ef94a81246bf30e40251f80581dab3176299eed64b06c4f2aa662e8263b18218a86b1bc6a86548f5","integrity":"sha512-HwidhR+h1gm0+zThf2Jigcm4oIhdRroB75SoEka/MOQCUfgFgdqzF2KZ7tZLBsTyqmYugmOxghioaxvGqGVI9Q=="},"main-b0fd0f5454e9b247507686eaf5c71173672664784686676c1c763bd0fb68f1c858334311ddbcb11d04a9120442eb5694c303797103c0cc1358c8a3e14bb6e39b.css":{"logical_path":"main.css","mtime":"2021-08-25T00:08:07+02:00","size":114850,"digest":"b0fd0f5454e9b247507686eaf5c71173672664784686676c1c763bd0fb68f1c858334311ddbcb11d04a9120442eb5694c303797103c0cc1358c8a3e14bb6e39b","integrity":"sha512-sP0PVFTpskdQdobq9ccRc2cmZHhGhmdsHHY70Pto8chYM0MR3byxHQSpEgRC61aUwwN5cQPAzBNYyKPhS7bjmw=="},"main-1b0134762cdd860e0766a5b33acf01ff17f816d59d3aef1d6b2ef420a3f310c64a531cc56b7d5def83fd1c960295299a4550851b70ab5ffca933de93fc78b91d.css":{"logical_path":"main.css","mtime":"2021-08-25T00:10:15+02:00","size":114852,"digest":"1b0134762cdd860e0766a5b33acf01ff17f816d59d3aef1d6b2ef420a3f310c64a531cc56b7d5def83fd1c960295299a4550851b70ab5ffca933de93fc78b91d","integrity":"sha512-GwE0dizdhg4HZqWzOs8B/xf4FtWdOu8day70IKPzEMZKUxzFa31d74P9HJYClSmaRVCFG3CrX/ypM96T/Hi5HQ=="},"main-76cb583ab7c423959a18d9237059c30592057f32a70da206c9189563b8b10d491631ac2353648f8d612ad75211a795c315e6d05663121e807a74141234bfd49e.css":{"logical_path":"main.css","mtime":"2021-08-25T00:11:16+02:00","size":114881,"digest":"76cb583ab7c423959a18d9237059c30592057f32a70da206c9189563b8b10d491631ac2353648f8d612ad75211a795c315e6d05663121e807a74141234bfd49e","integrity":"sha512-dstYOrfEI5WaGNkjcFnDBZIFfzKnDaIGyRiVY7ixDUkWMawjU2SPjWEq11IRp5XDFebQVmMSHoB6dBQSNL/Ung=="},"main-959ffb39e110c40b01dcb9f20723f2146e10a5a61f5193339ce8cfff52cba2d56e505795f96970b74da1de728986be2723d117c8de2f22021b83b17669e395e4.css":{"logical_path":"main.css","mtime":"2021-08-25T00:23:42+02:00","size":115253,"digest":"959ffb39e110c40b01dcb9f20723f2146e10a5a61f5193339ce8cfff52cba2d56e505795f96970b74da1de728986be2723d117c8de2f22021b83b17669e395e4","integrity":"sha512-lZ/7OeEQxAsB3LnyByPyFG4QpaYfUZMznOjP/1LLotVuUFeV+Wlwt02h3nKJhr4nI9EXyN4vIgIbg7F2aeOV5A=="},"main-6755e1ee13a21259893bbb5c865d86029ea99e4ce9849808af4a4d6fc7d8396882366ecb7a9eb1da9eb1264d86af797231cccba5ae67bcc744c3b8d8f2a1555f.js":{"logical_path":"main.js","mtime":"2021-08-25T00:16:02+02:00","size":94503,"digest":"6755e1ee13a21259893bbb5c865d86029ea99e4ce9849808af4a4d6fc7d8396882366ecb7a9eb1da9eb1264d86af797231cccba5ae67bcc744c3b8d8f2a1555f","integrity":"sha512-Z1Xh7hOiElmJO7tchl2GAp6pnkzphJgIr0pNb8fYOWiCNm7Lep6x2p6xJk2Gr3lyMczLpa5nvMdEw7jY8qFVXw=="},"main-585477f80c87c2b96eceb46cc8c7089c84617ad88bfa0f3f4560c5ba0b8ee7392a19bdc9be4e5011f774c251053cd592f879c9d77dd154b3be788637559cb0a8.js":{"logical_path":"main.js","mtime":"2021-08-25T00:19:25+02:00","size":94534,"digest":"585477f80c87c2b96eceb46cc8c7089c84617ad88bfa0f3f4560c5ba0b8ee7392a19bdc9be4e5011f774c251053cd592f879c9d77dd154b3be788637559cb0a8","integrity":"sha512-WFR3+AyHwrluzrRsyMcInIRhetiL+g8/RWDFuguO5zkqGb3Jvk5QEfd0wlEFPNWS+HnJ133RVLO+eIY3VZywqA=="},"main-5ab385170c2d5f6f17fcc3a50afdbb09ea7538180187c651809252af37ef8e4ac2169d6cdf3448b9e95c838b760a976eb9c369f8cbd5071b0b94d58700f00538.js":{"logical_path":"main.js","mtime":"2021-08-25T00:18:12+02:00","size":94536,"digest":"5ab385170c2d5f6f17fcc3a50afdbb09ea7538180187c651809252af37ef8e4ac2169d6cdf3448b9e95c838b760a976eb9c369f8cbd5071b0b94d58700f00538","integrity":"sha512-WrOFFwwtX28X/MOlCv27Cep1OBgBh8ZRgJJSrzfvjkrCFp1s3zRIuelcg4t2CpduucNp+MvVBxsLlNWHAPAFOA=="},"main-35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33.js":{"logical_path":"main.js","mtime":"2021-08-25T00:26:44+02:00","size":94534,"digest":"35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33","integrity":"sha512-NdfW2/yXdBj2w/m/jRBgQ+i+kXcF/1ByQz1p8PdA31oGKTFs8ACPhq5rkUYV7TzxMqLXDQjgOqZo8C7cRIzPMw=="},"matomo-ea0a98af0c89618d53358eef76c02ad1b916174bd8c3915f34134501d6c7280f2c12dc7b82ea580094aaa900bbae0e9d3db36d230d77e48109501f76a885b2a2.js":{"logical_path":"matomo.js","mtime":"2021-08-25T00:23:19+02:00","size":515,"digest":"ea0a98af0c89618d53358eef76c02ad1b916174bd8c3915f34134501d6c7280f2c12dc7b82ea580094aaa900bbae0e9d3db36d230d77e48109501f76a885b2a2","integrity":"sha512-6gqYrwyJYY1TNY7vdsAq0bkWF0vYw5FfNBNFAdbHKA8sEtx7gupYAJSqqQC7rg6dPbNtIw135IEJUB92qIWyog=="},"matomo-e22ca7e67d739b9d97e291b31a7afdf4adebbe7d108019d41a7320920d4eb2aa3888f5577535aad610959cca4c6d71d02e7ae9a73319ecb8be5c3378150509db.js":{"logical_path":"matomo.js","mtime":"2021-08-25T00:26:44+02:00","size":627,"digest":"e22ca7e67d739b9d97e291b31a7afdf4adebbe7d108019d41a7320920d4eb2aa3888f5577535aad610959cca4c6d71d02e7ae9a73319ecb8be5c3378150509db","integrity":"sha512-4iyn5n1zm52X4pGzGnr99K3rvn0QgBnUGnMgkg1Osqo4iPVXdTWq1hCVnMpMbXHQLnrppzMZ7Li+XDN4FQUJ2w=="},"main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css":{"logical_path":"main.css","mtime":"2021-08-25T00:26:44+02:00","size":115286,"digest":"fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41","integrity":"sha512-/mOb0BXYr++dp6iH3M2CZs28+l7XOufUQ3yuu/cAMDIogM2UdpsflQj3L3k9M2yvcHltkcgaGpt6bsMOuKMNQQ=="}},"assets":{"fabio_purple.webp":"fabio_purple-ea7a2b308b5a8bfdcca81e62b2e58d0b7b50f6615c4f94b24d95756e60b3dc1f338feefa7fe8bbcdd07cbf02fe1a7c7d70b3269f8f96b1c1ef1600a3d2ae0097.webp","stefano_amandonico.webp":"stefano_amandonico-55985a93525e2865bf5fa81f1b30d1cd9cfa7bd05923da3292526576d62f51176038fa04a844c1680be63fb3aa138fbda93ccc597c0e15413cf0657b6c0cddd5.webp","sydro.webp":"sydro-1fb75d66312034ed5f57f329ddc7722fdd1fb8b8bdfd8c1c2fa6f5b0f0cc1ce48ff96a36d36d03c835724407ce682f82abcfa1f1dde234a94553bcc4b85b1ab9.webp","sara.webp":"sara-e538133815d0b5f7a3510cc5b2548641ec3ed9f5c5242d8e822814b4f286c750f277ee1c9184a8c161342e6bcc4bf93aaa6a5a0066ef10594c8d128117488980.webp","yamabiiko.webp":"yamabiiko-3d812d63c6eada7f2f3b0e74f8523cc458ad904cd412aff1768f5f8b0c5a10553025eac2ddc001ecbd384fcc95c3c6c26504b56c4d674a411031fbde2136fb10.webp","mastodon.webp":"mastodon-448a0e1cefce72f1aadd521b2ca3d7c5edf2f76fd6aa12f1ac11bdf07f5e92f586fb517e5f76bbcd5b5d79c430b26261443dd6e06dca5fa25ac423d61025a916.webp","cmaradonna.webp":"cmaradonna-175260e3f5944808218946241f374a1f2e56ffa8e01ef7e8aaf8e58b06cfce472ff9f200a2180e733fd69c62957c6a3cdbbbc05c209d7b2426e7f698c1365362.webp","Raleway_300.woff2":"Raleway_300-53af7119bde8d00937eaf6538ceca466538f88ea5ca4666fd2709be1a68e9baa1c661ac432d36870b50953eac65a3b95ce62be6987a107477bd732033fcddca2.woff2","Raleway_300.ttf":"Raleway_300-340e1d4b54c96dac1500cbc9549c3a0cb75bbbc70fec0b8c29b64a5a3b322472580b3b76d952e4347d308f33b714376e2c7bf491d3419f979a20a661d0675867.ttf","Raleway_300.eot":"Raleway_300-05933e8f1d6454a2a60604c0f0df3ea0c3e3b500bc17606742b3c275ad535039a651944bdeb0faf29065d18587617f3a5c35b82a3fc32b2d65415457d12940f3.eot","Raleway_300.svg":"Raleway_300-68e6f38fe6f511c9ced95809c660f7af260cdd41b576895e1afaebfb4618b37003061dfb893c8f1ab4984bfb88441d0f995fe593779914c1cff8709f453da87e.svg","Raleway_300.woff":"Raleway_300-4a1bfb41fac93bf3afcbe6f2ecb4dcfb47b86598288f76ffdac5acee25db4176a657f9a86c89ea90ef07d5a07d763648e8b550e5315d9dc1b081ee92f651331f.woff","Raleway_400.woff2":"Raleway_400-916b4c946be9173e8e7f55bff38f2e9ec86dfc8f27b9b07c7a4a79e322c0906a27c5a534ebfeae5409a5e073fc6e80670824f9f1faf81b4ed6596100b57332b1.woff2","Raleway_400.svg":"Raleway_400-5604182d2e3dd38007b967de7b3f206f069a96c6dd85cddb13b02c757936ccd078fca0626032400a1e75c062a007e844610c9f5ad99031935cfe6be9091ebc9a.svg","Raleway_400.eot":"Raleway_400-35992420a9f85848b36150b250599e62f9699206e1e906ff0c9641077afd22bf0ad079edf53702c2f6352af5c1647ab4f9d0a15dbc8768c79710018520742262.eot","header-network.webp":"header-network-56495618d5bc1fd9d819997757c9acd56f07d13bbb88e979106f8b35c6f86318283461d55450cdd4c8095a47d4fb565ac58541f4c164491a69c0de5f50093f9a.webp","libretto-icons/libretto-icons.woff":"libretto-icons/libretto-icons-c1817ddfa024d634f28572215a6449f8c5479f693db59a2eeb76a84fd867c8c698b06cbc5b176b3e91a8ec384f853449f2cd96570c6d857c38d24f737ee8c7f6.woff","Raleway_400.ttf":"Raleway_400-9d514b60e5a1e0cadfafb83fc0a288e721e78fe2cd1ba151284bcc5780bd354b85bdaf1f22e6afa3af96688290726f185b65b084ff7e863ac1f3bad69708805e.ttf","libretto-icons/libretto-icons.eot":"libretto-icons/libretto-icons-fbc7167e46b7728f8b7574e753095e22e365fe1435d0c25da22a597617d0b82b0bf0edbf44b9a917cc55004ad5a581dca355182f1785f8ba2365c024b9471741.eot","Raleway_400.woff":"Raleway_400-942773ce8508e992072d30009c7389e03c940f31fbf02a132929c0f4e13f852b7d9e42f70562e28a65714c58cf8784a09e0bab85fdd3a99678de1c175c28a82e.woff","header-radio.webp":"header-radio-f2562273b9dce80a1176471495e579d02414b0dddbab9c345833a71d3cca5aa34e250136ad7c18b74dd1fd4558fd0e5f9928c349633c89d7fdc377082c57b269.webp","logo-extended-dark.webp":"logo-extended-dark-185eb322f8d248dfc70adbf7f3d3fe08929f4d236a298a7088e681598cb230867eb130a6f81456a84b60718178fb83be96c552696661ced60f463b49095112c2.webp","libretto-icons/libretto-icons.svg":"libretto-icons/libretto-icons-19d8e0dacaec3e194c7aaf179087a3ed0c0e715a578fef15617c8c217c425ed66751eca64d981c8db1ba340d16dc0433b1fd0c75dfa08559bf888dd3d865cd1b.svg","header-peertube.webp":"header-peertube-d52d22464c7d98f1687487d3372f74a7e9e1fd5d57e29a5ab648d871190188ad5afb89190fb90b3a1d63512d18c6f9458d0de11fda7ed0c7fadf940fb39aa558.webp","libreboot.webp":"libreboot-cc04c8c719113e6bed14d4af0bf9ec80c90c78badabc13aff1af623227b2176a14fa2e5f42bf5195e0179541998885849074281802732ac3faf72ee313fa1bbe.webp","libretto-icons/libretto-icons.ttf":"libretto-icons/libretto-icons-acbed8afc6fad31929cf698876812ead51431fd086bde8bce8957156fbb983ad3bedc9c1bf9e632de7e9bd918ab98bf04b10f33f91f7f1a2895b772d6a839a0d.ttf","liberapay.webp":"liberapay-a7f315ef8f959d993dfc27372fc0f25a9f41a964e4a1a6996cff2befd1a49d4ce10b5bb689f6b8e52c9f2a199691f905c2efd1634390096efb85597ae795fb82.webp","nextcloud-example.webp":"nextcloud-example-eaebea23708e1a877e66164e5666bd7ebd571a77a04ed577316266b87adb5755a9c5e95cd50117677651e004967fd17cafe3b5c9c71ad7dcd59035a16b75f219.webp","info_at_unitoo_qrcode.webp":"info_at_unitoo_qrcode-312cbf1ea1f35dfae76c4e3e7136c5a97bebf3e4748951c8d022021133f0633715fdd59cafe64b17670a8c05836a3db868d804b94b3890c231f38a802dda9bc8.webp","azuracast-example.webp":"azuracast-example-22afea15b8aa6fe35784c7a1fe1ed736476300affb6468cd6386c1598395cfacc0dc8ea43809affae91a32f60e884eac5c85b811c2480c133907f9d23fa5de12.webp","qt.webp":"qt-0d672280ae09b3f057d777aed303580e8fbd6923bd0bf3ac0bca6e49bbb44e9439077f73e6b1fccc264c96444eed933adf9d826745cfa33347667f7f28c53c7a.webp","libreboot_logo.webp":"libreboot_logo-55bbf2eee9e97c88c9104c7b4e0521b9b2ef51acb2f982f43cb170b93a3ac347226da97412a92951582866c0356a3afe20d30eca6a9c9622e649a02a7b876c04.webp","cpp.webp":"cpp-e940428fd3fb55f9f9999a31f580cacb8a5183cb035792c6d2287fcdd335c6fe1ac550d99b3a628e683220f60c88ca7ce45ba58bee9bde4f52c8f25df96d95ec.webp","pihole-example.webp":"pihole-example-204f21ca03cd57647cd35df18293071d503819e216754921ed5a9a347bc366d0e937d64043bae6b033c237e594d19d48c3ee40a2e26f83c7324682825799f420.webp","rust.webp":"rust-4093c1758f14bf77cafcc0a603dadfe5e28bee217b1a59c09d5a3eb295d000c087fd5d26b505ef9aa87ff51f7fa1aea9123ee98a7b8be6e223f65b584dbe980a.webp","html5.webp":"html5-1e71e65d8a82865c89f7f4a802d3ad5dfec40c4df1388c298849b85f2545c68dce96529d6b547e4eb82837223ed115fddec85b9b3376bcce5f0d763b9d1508d1.webp","rails.webp":"rails-31b940f10e72b2af868a1cbe47118dcaad0d9fe477536fa14b58c8ae8bc7e0f3383edb7c58606518027db9b7a66cb75ea3da761f26943475ccce4c7977c767f6.webp","bash.webp":"bash-434dc2f470afe53a3a497868acf66244066d61d944d1b50779cd244474ae4cc483e287b6a5df76b0ffd964d2cae07d2ed566769787e03a7487c1c5062110969a.webp","php.webp":"php-05ed5c662a4f7a0af00e1dfb56b4fa95c7c8b29d6ec8b59fa70dc1e4dd0252f4c3e33c5abaf74554108449ede8ae2469a205983bd5bf25a656051369a05c0c77.webp","gplv3_logo.webp":"gplv3_logo-e003f687c9e680dcff5a1e7eab70b67f590cc1f0de11ed6d7e9d5854ad1520350713689437c1985c10e0e63b004d0ec22fcd5f06a4b2e4ef2bbf190bef8261a5.webp","postgresql.webp":"postgresql-a49ad65c1659345dec11412d756143d90f0ce4dc1086e0455a3f30a9f5a2913c7f7baca14f2fb142365bc8f213e535a7948ac259e051853eed45241724e9fe57.webp","laravel.webp":"laravel-44f202860c63891d2652345aba776971ba35415f32fdff81ce964e7a02b44bfeaa8f3d251fab1c57360317716da84a745f1aa0c5e7972d7b8e69178988b37fca.webp","ruby.webp":"ruby-aa8d6ec0c0e7503fdc0edc5656fcf1c2f38e47e24c1e98a1c5b1d1751123d10a5dcc05600b402dcc088ba3c75644f943c131e2cf37b74d3d642bf85c59912f5b.webp","main.js":"main-35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33.js","main.css":"main-fe639bd015d8afef9da7a887dccd8266cdbcfa5ed73ae7d4437caebbf70030322880cd94769b1f9508f72f793d336caf70796d91c81a1a9b7a6ec30eb8a30d41.css","matomo.js":"matomo-e22ca7e67d739b9d97e291b31a7afdf4adebbe7d108019d41a7320920d4eb2aa3888f5577535aad610959cca4c6d71d02e7ae9a73319ecb8be5c3378150509db.js"},"sourceMapFiles":["source-maps/main.js.map","source-maps/main.scss.map","source-maps/_assets/javascripts/main.js","source-maps/_assets/stylesheets/main.scss","source-maps/_assets/javascripts/jquery.js","source-maps/_assets/javascripts/simple-jekyll-search.js","source-maps/_assets/stylesheets/_fontello.scss","source-maps/_assets/javascripts/morphext.js","source-maps/_assets/stylesheets/_bootstrap-custom.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_functions.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_variables.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_mixins.scss","source-maps/_assets/stylesheets/vendor/_rfs.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_deprecate.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_breakpoints.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_hover.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_image.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_size.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_reset-text.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_text-emphasis.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_text-hide.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_text-truncate.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_buttons.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_caret.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_lists.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_list-group.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_nav-divider.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_forms.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_border-radius.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_box-shadow.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_transition.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_clearfix.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_grid-framework.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_grid.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/mixins/_float.scss","source-maps/_assets/stylesheets/bootstrap/_root.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_reboot.scss","source-maps/_assets/stylesheets/bootstrap/_type.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_code.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_grid.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_forms.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_buttons.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_dropdown.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_input-group.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_navbar.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_card.scss","source-maps/_assets/stylesheets/bootstrap/_jumbotron.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_list-group.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/_utilities.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_align.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_background.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_borders.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_clearfix.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_display.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_embed.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_flex.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_float.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_interactions.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_overflow.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_position.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_screenreaders.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_shadows.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_sizing.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_spacing.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_stretched-link.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_text.scss","source-maps/_assets/stylesheets/vendor/bootstrap-custom/utilities/_visibility.scss","source-maps/_assets/stylesheets/vendor/_fonts.scss","source-maps/_assets/stylesheets/vendor/_animate.scss","source-maps/_assets/stylesheets/vendor/_morphext.scss","source-maps/_assets/stylesheets/_base.scss","source-maps/_assets/stylesheets/_layout.scss","source-maps/_assets/stylesheets/_sidebar.scss","source-maps/_assets/stylesheets/_cookie.scss","source-maps/_assets/javascripts/cookie.js","source-maps/matomo.js.map","source-maps/_assets/javascripts/matomo.js"]} \ No newline at end of file diff --git a/_site/assets/main-2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33.css.gz b/_site/assets/main-2fe671065eca045418248e501b5b906bb8e531f04f4f12de1f6f7283fd114781c2c5ffa98b25310a61eb12c657bc4c872049fe23799e4c6d4d55f0591c07cc33.css.gz deleted file mode 100644 index e4603b78b47e28c50b3f349111365ce06ffa6c1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32674 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

    &4!!*F^11$NUyrda`*2> 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 X4*A57yKjaE{TT8qM%9b<0|Wg(sUWVC diff --git a/_site/assets/main-35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33.js b/_site/assets/main-35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33.js new file mode 100644 index 00000000..adf782e8 --- /dev/null +++ b/_site/assets/main-35d7d6dbfc977418f6c3f9bf8d106043e8be917705ff5072433d69f0f740df5a0629316cf0008f86ae6b914615ed3cf132a2d70d08e03aa668f02edc448ccf33.js @@ -0,0 +1,5 @@ +function createCookie(e,t,n){var r="";if(n){var i=new Date;i.setTime(i.getTime()+24*n*60*60*1e3),r="; expires="+i.toUTCString()}document.cookie=e+"="+t+r+"; path=/"}function readCookie(e){for(var t=e+"=",n=document.cookie.split(";"),r=0;r0&&t-1 in e)}function o(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function s(e,t,n){return ve(t)?we.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?we.grep(e,function(e){return e===t!==n}):"string"!=typeof t?we.grep(e,function(e){return fe.call(t,e)>-1!==n}):we.filter(t,e,n)}function a(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function u(e){var t={};return we.each(e.match(Le)||[],function(e,n){t[n]=!0}),t}function l(e){return e}function c(e){throw e}function f(e,t,n,r){var i;try{e&&ve(i=e.promise)?i.call(e).done(t).fail(n):e&&ve(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}function p(){se.removeEventListener("DOMContentLoaded",p),e.removeEventListener("load",p),we.ready()}function d(e,t){return t.toUpperCase()}function h(e){return e.replace(Ie,"ms-").replace(Pe,d)}function g(){this.expando=we.expando+g.uid++}function m(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:We.test(e)?JSON.parse(e):e)}function y(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Fe,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=m(n)}catch(e){}$e.set(e,t,n)}else n=void 0;return n}function v(e,t,n,r){var i,o,s=20,a=r?function(){return r.cur()}:function(){return we.css(e,t,"")},u=a(),l=n&&n[3]||(we.cssNumber[t]?"":"px"),c=(we.cssNumber[t]||"px"!==l&&+u)&&ze.exec(we.css(e,t));if(c&&c[3]!==l){for(u/=2,l=l||c[3],c=+u||1;s--;)we.style(e,t,c+l),(1-o)*(1-(o=a()/u||.5))<=0&&(s=0),c/=o;c*=2,we.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}function x(e){var t,n=e.ownerDocument,r=e.nodeName,i=Je[r];return i||(t=n.body.appendChild(n.createElement(r)),i=we.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),Je[r]=i,i)}function b(e,t){for(var n,r,i=[],o=0,s=e.length;o-1)o&&o.push(s);else if(c=we.contains(s.ownerDocument,s),a=w(p.appendChild(s),"script"),c&&T(a),n)for(f=0;s=a[f++];)Qe.test(s.type||"")&&n.push(s);return p}function k(){return!0}function E(){return!1}function S(){try{return se.activeElement}catch(e){}}function j(e,t,n,r,i,o){var s,a;if("object"==typeof t){for(a in"string"!=typeof n&&(r=r||n,n=void 0),t)j(e,a,n,r,t[a],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=E;else if(!i)return e;return 1===o&&(s=i,(i=function(e){return we().off(e),s.apply(this,arguments)}).guid=s.guid||(s.guid=we.guid++)),e.each(function(){we.event.add(this,t,i,r,n)})}function N(e,t){return o(e,"table")&&o(11!==t.nodeType?t:t.firstChild,"tr")&&we(e).children("tbody")[0]||e}function D(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function A(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function q(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodeType){if(Be.hasData(e)&&(o=Be.access(e),s=Be.set(t,o),l=o.events))for(i in delete s.handle,s.events={},l)for(n=0,r=l[i].length;n1&&"string"==typeof h&&!ye.checkClone&&st.test(h))return e.each(function(n){var o=e.eq(n);g&&(t[0]=h.call(this,n,o.html())),O(o,t,r,i)});if(p&&(s=(o=C(t,e[0].ownerDocument,!1,e,i)).firstChild,1===o.childNodes.length&&(o=s),s||i)){for(u=(a=we.map(w(o,"script"),D)).length;f=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-a-.5))),u}function W(e,t,n){var r=lt(e),i=M(e,t,r),o="border-box"===we.css(e,"boxSizing",!1,r),s=o;if(ut.test(i)){if(!n)return i;i="auto"}return s=s&&(ye.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===we.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],s=!0),(i=parseFloat(i)||0)+$(e,t,n||(o?"border":"content"),s,r,i)+"px"}function F(e,t,n,r,i){return new F.prototype.init(e,t,n,r,i)}function _(){vt&&(!1===se.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(_):e.setTimeout(_,we.fx.interval),we.fx.tick())}function z(){return e.setTimeout(function(){yt=void 0}),yt=Date.now()}function X(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=Xe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function U(e,t,n){for(var r,i=(G.tweeners[t]||[]).concat(G.tweeners["*"]),o=0,s=i.length;o=0&&nC.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[$]=!0,e}function i(e){var t=O.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)C.attrHandle[n[r]]=t}function s(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function a(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function l(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ke(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function c(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),s=o.length;s--;)n[i=o[s]]&&(n[i]=!(r[i]=n[i]))})})}function f(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function p(){}function d(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function m(e,n,r){for(var i=0,o=n.length;i-1&&(r[l]=!(s[l]=f))}}else x=y(x===s?x.splice(h,x.length):x),o?o(null,s,x,u):K.apply(s,x)})}function x(e){for(var t,n,r,i=e.length,o=C.relative[e[0].type],s=o||C.relative[" "],a=o?1:0,u=h(function(e){return e===t},s,!0),l=h(function(e){return ee(t,e)>-1},s,!0),c=[function(e,n,r){var i=!o&&(r||n!==D)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];a1&&g(c),a>1&&d(e.slice(0,a-1).concat({value:" "===e[a-2].type?"*":""})).replace(ae,"$1"),n,a0,o=e.length>0,s=function(r,s,a,u,l){var c,f,p,d=0,h="0",g=r&&[],m=[],v=D,x=r||o&&C.find.TAG("*",l),b=F+=null==v?1:Math.random()||.1,w=x.length;for(l&&(D=s===O||s||l);h!==w&&null!=(c=x[h]);h++){if(o&&c){for(f=0,s||c.ownerDocument===O||(L(c),a=!M);p=e[f++];)if(p(c,s||O,a)){u.push(c);break}l&&(F=b)}i&&((c=!p&&c)&&d--,r&&g.push(c))}if(d+=h,i&&h!==d){for(f=0;p=n[f++];)p(g,m,s,a);if(r){if(d>0)for(;h--;)g[h]||m[h]||(m[h]=Y.call(u));m=y(m)}K.apply(u,m),l&&!r&&m.length>0&&d+n.length>1&&t.uniqueSort(u)}return l&&(F=b,D=v),g};return i?r(s):s}var w,T,C,k,E,S,j,N,D,A,q,L,O,H,M,I,P,R,B,$="sizzle"+1*new Date,W=e.document,F=0,_=0,z=n(),X=n(),U=n(),V=function(e,t){return e===t&&(q=!0),0},J={}.hasOwnProperty,G=[],Y=G.pop,Q=G.push,K=G.push,Z=G.slice,ee=function(e,t){for(var n=0,r=e.length;n+~]|"+ne+")"+ne+"*"),ce=new RegExp("="+ne+"*([^\\]'\"]*?)"+ne+"*\\]","g"),fe=new RegExp(oe),pe=new RegExp("^"+re+"$"),de={ID:new RegExp("^#("+re+")"),CLASS:new RegExp("^\\.("+re+")"),TAG:new RegExp("^("+re+"|[*])"),ATTR:new RegExp("^"+ie),PSEUDO:new RegExp("^"+oe),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ne+"*(even|odd|(([+-]|)(\\d*)n|)"+ne+"*(?:([+-]|)"+ne+"*(\\d+)|))"+ne+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ne+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ne+"*((?:-\\d)?\\d*)"+ne+"*\\)|)(?=[^-]|$)","i")},he=/^(?:input|select|textarea|button)$/i,ge=/^h\d$/i,me=/^[^{]+\{\s*\[native \w/,ye=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,xe=new RegExp("\\\\([\\da-f]{1,6}"+ne+"?|("+ne+")|.)","ig"),be=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},we=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Te=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},Ce=function(){L()},ke=h(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{K.apply(G=Z.call(W.childNodes),W.childNodes),G[W.childNodes.length].nodeType}catch(e){K={apply:G.length?function(e,t){Q.apply(e,Z.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}for(w in T=t.support={},E=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},L=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:W;return r!==O&&9===r.nodeType&&r.documentElement?(H=(O=r).documentElement,M=!E(O),W!==O&&(n=O.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Ce,!1):n.attachEvent&&n.attachEvent("onunload",Ce)),T.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),T.getElementsByTagName=i(function(e){return e.appendChild(O.createComment("")),!e.getElementsByTagName("*").length}),T.getElementsByClassName=me.test(O.getElementsByClassName),T.getById=i(function(e){return H.appendChild(e).id=$,!O.getElementsByName||!O.getElementsByName($).length}),T.getById?(C.filter.ID=function(e){var t=e.replace(xe,be);return function(e){return e.getAttribute("id")===t}},C.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&M){var n=t.getElementById(e);return n?[n]:[]}}):(C.filter.ID=function(e){var t=e.replace(xe,be);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},C.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&M){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),C.find.TAG=T.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):T.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},C.find.CLASS=T.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&M)return t.getElementsByClassName(e)},P=[],I=[],(T.qsa=me.test(O.querySelectorAll))&&(i(function(e){H.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&I.push("[*^$]="+ne+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||I.push("\\["+ne+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+$+"-]").length||I.push("~="),e.querySelectorAll(":checked").length||I.push(":checked"),e.querySelectorAll("a#"+$+"+*").length||I.push(".#.+[+~]")}),i(function(e){e.innerHTML="";var t=O.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&I.push("name"+ne+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&I.push(":enabled",":disabled"),H.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&I.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),I.push(",.*:")})),(T.matchesSelector=me.test(R=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&i(function(e){T.disconnectedMatch=R.call(e,"*"),R.call(e,"[s!='']:x"),P.push("!=",oe)}),I=I.length&&new RegExp(I.join("|")),P=P.length&&new RegExp(P.join("|")),t=me.test(H.compareDocumentPosition),B=t||me.test(H.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},V=t?function(e,t){if(e===t)return q=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!T.sortDetached&&t.compareDocumentPosition(e)===n?e===O||e.ownerDocument===W&&B(W,e)?-1:t===O||t.ownerDocument===W&&B(W,t)?1:A?ee(A,e)-ee(A,t):0:4&n?-1:1)}:function(e,t){if(e===t)return q=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],u=[t];if(!i||!o)return e===O?-1:t===O?1:i?-1:o?1:A?ee(A,e)-ee(A,t):0;if(i===o)return s(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;a[r]===u[r];)r++;return r?s(a[r],u[r]):a[r]===W?-1:u[r]===W?1:0},O):O},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==O&&L(e),n=n.replace(ce,"='$1']"),T.matchesSelector&&M&&!U[n+" "]&&(!P||!P.test(n))&&(!I||!I.test(n)))try{var r=R.call(e,n);if(r||T.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return t(n,O,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==O&&L(e),B(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==O&&L(e);var n=C.attrHandle[t.toLowerCase()],r=n&&J.call(C.attrHandle,t.toLowerCase())?n(e,t,!M):void 0;return void 0!==r?r:T.attributes||!M?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.escape=function(e){return(e+"").replace(we,Te)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(q=!T.detectDuplicates,A=!T.sortStable&&e.slice(0),e.sort(V),q){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return A=null,e},k=t.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=k(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=k(t);return n},(C=t.selectors={cacheLength:50,createPseudo:r,match:de,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(xe,be),e[3]=(e[3]||e[4]||e[5]||"").replace(xe,be),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return de.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&fe.test(n)&&(t=S(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(xe,be).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=z[e+" "];return t||(t=new RegExp("(^|"+ne+")"+e+"("+ne+"|$)"))&&z(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(se," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==s?"nextSibling":"previousSibling",m=t.parentNode,y=a&&t.nodeName.toLowerCase(),v=!u&&!a,x=!1;if(m){if(o){for(;g;){for(p=t;p=p[g];)if(a?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[s?m.firstChild:m.lastChild],s&&v){for(x=(d=(l=(c=(f=(p=m)[$]||(p[$]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===F&&l[1])&&l[2],p=d&&m.childNodes[d];p=++d&&p&&p[g]||(x=d=0)||h.pop();)if(1===p.nodeType&&++x&&p===t){c[e]=[F,d,x];break}}else if(v&&(x=d=(l=(c=(f=(p=t)[$]||(p[$]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===F&&l[1]),!1===x)for(;(p=++d&&p&&p[g]||(x=d=0)||h.pop())&&((a?p.nodeName.toLowerCase()!==y:1!==p.nodeType)||!++x||(v&&((c=(f=p[$]||(p[$]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[F,x]),p!==t)););return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,n){var i,o=C.pseudos[e]||C.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[$]?o(n):o.length>1?(i=[e,e,"",n],C.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),s=i.length;s--;)e[r=ee(e,i[s])]=!(t[r]=i[s])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=j(e.replace(ae,"$1"));return i[$]?r(function(e,t,n,r){for(var o,s=i(e,null,r,[]),a=e.length;a--;)(o=s[a])&&(e[a]=!(t[a]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(xe,be),function(t){return(t.textContent||t.innerText||k(t)).indexOf(e)>-1}}),lang:r(function(e){return pe.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(xe,be).toLowerCase(),function(t){var n;do{if(n=M?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===H},focus:function(e){return e===O.activeElement&&(!O.hasFocus||O.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:l(!1),disabled:l(!0),checked:function(e){var t=e.nodeName.toLowerCase() +;return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!C.pseudos.empty(e)},header:function(e){return ge.test(e.nodeName)},input:function(e){return he.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:c(function(){return[0]}),last:c(function(e,t){return[t-1]}),eq:c(function(e,t,n){return[n<0?n+t:n]}),even:c(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:c(function(e,t,n){for(var r=n<0?n+t:n;++r2&&"ID"===(s=o[0]).type&&9===t.nodeType&&M&&C.relative[o[1].type]){if(!(t=(C.find.ID(s.matches[0].replace(xe,be),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=de.needsContext.test(e)?0:o.length;i--&&(s=o[i],!C.relative[a=s.type]);)if((u=C.find[a])&&(r=u(s.matches[0].replace(xe,be),ve.test(o[0].type)&&f(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&d(o)))return K.apply(n,r),n;break}}return(l||j(e,c))(r,t,!M,n,!t||ve.test(e)&&f(t.parentNode)||t),n},T.sortStable=$.split("").sort(V).join("")===$,T.detectDuplicates=!!q,L(),T.sortDetached=i(function(e){return 1&e.compareDocumentPosition(O.createElement("fieldset"))}),i(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),T.attributes&&i(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(te,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);we.find=Ce,we.expr=Ce.selectors,we.expr[":"]=we.expr.pseudos,we.uniqueSort=we.unique=Ce.uniqueSort,we.text=Ce.getText,we.isXMLDoc=Ce.isXML,we.contains=Ce.contains,we.escapeSelector=Ce.escape;var ke=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&we(e).is(n))break;r.push(e)}return r},Ee=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},Se=we.expr.match.needsContext,je=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;we.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?we.find.matchesSelector(r,e)?[r]:[]:we.find.matches(e,we.grep(t,function(e){return 1===e.nodeType}))},we.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(we(e).filter(function(){for(t=0;t1?we.uniqueSort(n):n},filter:function(e){return this.pushStack(s(this,e||[],!1))},not:function(e){return this.pushStack(s(this,e||[],!0))},is:function(e){return!!s(this,"string"==typeof e&&Se.test(e)?we(e):e||[],!1).length}});var Ne,De=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(we.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||Ne,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:De.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof we?t[0]:t,we.merge(this,we.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:se,!0)),je.test(r[1])&&we.isPlainObject(t))for(r in t)ve(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=se.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):ve(e)?void 0!==n.ready?n.ready(e):e(we):we.makeArray(e,this)}).prototype=we.fn,Ne=we(se);var Ae=/^(?:parents|prev(?:Until|All))/,qe={children:!0,contents:!0,next:!0,prev:!0};we.fn.extend({has:function(e){var t=we(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&we.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?we.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?fe.call(we(e),this[0]):fe.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(we.uniqueSort(we.merge(this.get(),we(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),we.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return ke(e,"parentNode")},parentsUntil:function(e,t,n){return ke(e,"parentNode",n)},next:function(e){return a(e,"nextSibling")},prev:function(e){return a(e,"previousSibling")},nextAll:function(e){return ke(e,"nextSibling")},prevAll:function(e){return ke(e,"previousSibling")},nextUntil:function(e,t,n){return ke(e,"nextSibling",n)},prevUntil:function(e,t,n){return ke(e,"previousSibling",n)},siblings:function(e){return Ee((e.parentNode||{}).firstChild,e)},children:function(e){return Ee(e.firstChild)},contents:function(e){return o(e,"iframe")?e.contentDocument:(o(e,"template")&&(e=e.content||e),we.merge([],e.childNodes))}},function(e,t){we.fn[e]=function(n,r){var i=we.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=we.filter(r,i)),this.length>1&&(qe[e]||we.uniqueSort(i),Ae.test(e)&&i.reverse()),this.pushStack(i)}});var Le=/[^\x20\t\r\n\f]+/g;we.Callbacks=function(e){e="string"==typeof e?u(e):we.extend({},e);var t,n,i,o,s=[],a=[],l=-1,c=function(){for(o=o||e.once,i=t=!0;a.length;l=-1)for(n=a.shift();++l-1;)s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?we.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return o=a=[],s=n="",this},disabled:function(){return!s},lock:function(){return o=a=[],n||t||(s=n=""),this},locked:function(){return!!o},fireWith:function(e,n){return o||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!i}};return f},we.extend({Deferred:function(t){var n=[["notify","progress",we.Callbacks("memory"),we.Callbacks("memory"),2],["resolve","done",we.Callbacks("once memory"),we.Callbacks("once memory"),0,"resolved"],["reject","fail",we.Callbacks("once memory"),we.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return we.Deferred(function(t){we.each(n,function(n,r){var i=ve(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&ve(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){function o(t,n,r,i){return function(){var a=this,u=arguments,f=function(){var e,f;if(!(t=s&&(r!==c&&(a=void 0,u=[e]),n.rejectWith(a,u))}};t?p():(we.Deferred.getStackHook&&(p.stackTrace=we.Deferred.getStackHook()),e.setTimeout(p))}}var s=0;return we.Deferred(function(e){n[0][3].add(o(0,e,ve(i)?i:l,e.notifyWith)),n[1][3].add(o(0,e,ve(t)?t:l)),n[2][3].add(o(0,e,ve(r)?r:c))}).promise()},promise:function(e){return null!=e?we.extend(e,i):i}},o={};return we.each(n,function(e,t){var s=t[2],a=t[5];i[t[1]]=s.add,a&&s.add(function(){r=a},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),s.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=s.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=ue.call(arguments),o=we.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?ue.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(f(e,o.done(s(n)).resolve,o.reject,!t),"pending"===o.state()||ve(i[n]&&i[n].then)))return o.then();for(;n--;)f(i[n],s(n),o.reject);return o.promise()}});var Oe=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;we.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&Oe.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},we.readyException=function(t){e.setTimeout(function(){throw t})};var He=we.Deferred();we.fn.ready=function(e){return He.then(e)["catch"](function(e){we.readyException(e)}),this},we.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--we.readyWait:we.isReady)||(we.isReady=!0,!0!==e&&--we.readyWait>0||He.resolveWith(se,[we]))}}),we.ready.then=He.then,"complete"===se.readyState||"loading"!==se.readyState&&!se.documentElement.doScroll?e.setTimeout(we.ready):(se.addEventListener("DOMContentLoaded",p),e.addEventListener("load",p));var Me=function(e,t,n,i,o,s,a){var u=0,l=e.length,c=null==n;if("object"===r(n))for(u in o=!0,n)Me(e,t,u,n[u],!0,s,a);else if(void 0!==i&&(o=!0,ve(i)||(a=!0),c&&(a?(t.call(e,i),t=null):(c=t,t=function(e,t,n){return c.call(we(e),n)})),t))for(;u1,null,!0)},removeData:function(e){return this.each(function(){$e.remove(this,e)})}}),we.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Be.get(e,t),n&&(!r||Array.isArray(n)?r=Be.access(e,t,we.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=we.queue(e,t),r=n.length,i=n.shift(),o=we._queueHooks(e,t),s=function(){we.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Be.get(e,n)||Be.access(e,n,{empty:we.Callbacks("once memory").add(function(){Be.remove(e,[t+"queue",n])})})}}),we.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,Qe=/^$|^module$|\/(?:java|ecma)script/i,Ke={option:[1,""],thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};Ke.optgroup=Ke.option,Ke.tbody=Ke.tfoot=Ke.colgroup=Ke.caption=Ke.thead,Ke.th=Ke.td;var Ze=/<|&#?\w+;/;!function(){var e=se.createDocumentFragment().appendChild(se.createElement("div")),t=se.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),ye.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",ye.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var et=se.documentElement,tt=/^key/,nt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,rt=/^([^.]*)(?:\.(.+)|)/;we.event={global:{},add:function(e,t,n,r,i){var o,s,a,u,l,c,f,p,d,h,g,m=Be.get(e);if(m)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&we.find.matchesSelector(et,i),n.guid||(n.guid=we.guid++),(u=m.events)||(u=m.events={}),(s=m.handle)||(s=m.handle=function(t){return void 0!==we&&we.event.triggered!==t.type?we.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(Le)||[""]).length;l--;)d=g=(a=rt.exec(t[l])||[])[1],h=(a[2]||"").split(".").sort(),d&&(f=we.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=we.event.special[d]||{},c=we.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&we.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,s)||e.addEventListener&&e.addEventListener(d,s)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),we.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,s,a,u,l,c,f,p,d,h,g,m=Be.hasData(e)&&Be.get(e);if(m&&(u=m.events)){for(l=(t=(t||"").match(Le)||[""]).length;l--;)if(d=g=(a=rt.exec(t[l])||[])[1],h=(a[2]||"").split(".").sort(),d){for(f=we.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],a=a[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||a&&!a.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));s&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,m.handle)||we.removeEvent(e,d,m.handle),delete u[d])}else for(d in u)we.event.remove(e,d+t[l],n,r,!0);we.isEmptyObject(u)&&Be.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,s,a=we.event.fix(e),u=new Array(arguments.length),l=(Be.get(this,"events")||{})[a.type]||[],c=we.event.special[a.type]||{};for(u[0]=a,t=1;t=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],s={},n=0;n-1:we.find(i,this,null,[l]).length),s[i]&&o.push(r);o.length&&a.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,ot=/\s*$/g;we.extend({htmlPrefilter:function(e){return e.replace(it,"<$1>")},clone:function(e,t,n){var r,i,o,s,a=e.cloneNode(!0),u=we.contains(e.ownerDocument,e);if(!(ye.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||we.isXMLDoc(e)))for(s=w(a),r=0,i=(o=w(e)).length;r0&&T(s,!u&&w(e,"script")),a},cleanData:function(e){for(var t,n,r,i=we.event.special,o=0;void 0!==(n=e[o]);o++)if(Re(n)){if(t=n[Be.expando]){if(t.events)for(r in t.events)i[r]?we.event.remove(n,r):we.removeEvent(n,r,t.handle);n[Be.expando]=void 0}n[$e.expando]&&(n[$e.expando]=void 0)}}}),we.fn.extend({detach:function(e){return H(this,e,!0)},remove:function(e){return H(this,e)},text:function(e){return Me(this,function(e){return void 0===e?we.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return O(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||N(this,e).appendChild(e)})},prepend:function(){return O(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=N(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return O(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return O(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(we.cleanData(w(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return we.clone(this,e,t)})},html:function(e){return Me(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ot.test(e)&&!Ke[(Ye.exec(e)||["",""])[1].toLowerCase()]){e=we.htmlPrefilter(e);try{for(;n1)}}),we.Tween=F,F.prototype={constructor:F,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||we.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(we.cssNumber[n]?"":"px")},cur:function(){var e=F.propHooks[this.prop];return e&&e.get?e.get(this):F.propHooks._default.get(this)},run:function(e){var t,n=F.propHooks[this.prop];return this.options.duration?this.pos=t=we.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):F.propHooks._default.set(this),this}},F.prototype.init.prototype=F.prototype,F.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=we.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){we.fx.step[e.prop]?we.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[we.cssProps[e.prop]]&&!we.cssHooks[e.prop]?e.elem[e.prop]=e.now:we.style(e.elem,e.prop,e.now+e.unit)}}},F.propHooks.scrollTop=F.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},we.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},we.fx=F.prototype.init,we.fx.step={};var yt,vt,xt=/^(?:toggle|show|hide)$/,bt=/queueHooks$/;we.Animation=we.extend(G,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return v(n.elem,e,ze.exec(t),n),n}]},tweener:function(e,t){ve(e)?(t=e,e=["*"]):e=e.match(Le);for(var n,r=0,i=e.length;r1)},removeAttr:function(e){return this.each(function(){we.removeAttr(this,e)})}}),we.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?we.prop(e,t,n):(1===o&&we.isXMLDoc(e)||(i=we.attrHooks[t.toLowerCase()]||(we.expr.match.bool.test(t)?wt:void 0)),void 0!==n?null===n?void we.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=we.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!ye.radioValue&&"radio"===t&&o(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(Le);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),wt={set:function(e,t,n){return!1===t?we.removeAttr(e,n):e.setAttribute(n,n),n}},we.each(we.expr.match.bool.source.match(/\w+/g),function(e,t){var n=Tt[t]||we.find.attr;Tt[t]=function(e,t,r){var i,o,s=t.toLowerCase();return r||(o=Tt[s],Tt[s]=i,i=null!=n(e,t,r)?s:null,Tt[s]=o),i}});var Ct=/^(?:input|select|textarea|button)$/i,kt=/^(?:a|area)$/i;we.fn.extend({prop:function(e,t){return Me(this,we.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[we.propFix[e]||e]})}}),we.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&we.isXMLDoc(e)||(t=we.propFix[t]||t,i=we.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=we.find.attr(e,"tabindex");return t?parseInt(t,10):Ct.test(e.nodeName)||kt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),ye.optSelected||(we.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),we.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){we.propFix[this.toLowerCase()]=this}),we.fn.extend({addClass:function(e){var t,n,r,i,o,s,a,u=0;if(ve(e))return this.each(function(t){we(this).addClass(e.call(this,t,Q(this)))});if((t=K(e)).length)for(;n=this[u++];)if(i=Q(n),r=1===n.nodeType&&" "+Y(i)+" "){for(s=0;o=t[s++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(a=Y(r))&&n.setAttribute("class",a)}return this},removeClass:function(e){var t,n,r,i,o,s,a,u=0;if(ve(e))return this.each(function(t){we(this).removeClass(e.call(this,t,Q(this)))});if(!arguments.length)return this.attr("class","");if((t=K(e)).length)for(;n=this[u++];)if(i=Q(n),r=1===n.nodeType&&" "+Y(i)+" "){for(s=0;o=t[s++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(a=Y(r))&&n.setAttribute("class",a)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):ve(e)?this.each(function(n){we(this).toggleClass(e.call(this,n,Q(this),t),t)}):this.each(function(){var t,i,o,s;if(r)for(i=0,o=we(this),s=K(e);t=s[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||((t=Q(this))&&Be.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Be.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+Y(Q(n))+" ").indexOf(t)>-1)return!0;return!1}});var Et=/\r/g;we.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=ve(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,we(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=we.map(i,function(e){return null==e?"":e+""})),(t=we.valHooks[this.type]||we.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))})):i?(t=we.valHooks[i.type]||we.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(Et,""):null==n?"":n:void 0}}),we.extend({valHooks:{option:{get:function(e){var t=we.find.attr(e,"value");return null!=t?t:Y(we.text(e))}},select:{get:function(e){var t,n,r,i=e.options,s=e.selectedIndex,a="select-one"===e.type,u=a?null:[],l=a?s+1:i.length;for(r=s<0?l:a?s:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),we.each(["radio","checkbox"],function(){we.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=we.inArray(we(e).val(),t)>-1}},ye.checkOn||(we.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),ye.focusin="onfocusin"in e;var St=/^(?:focusinfocus|focusoutblur)$/,jt=function(e){e.stopPropagation()};we.extend(we.event,{trigger:function(t,n,r,i){var o,s,a,u,l,c,f,p,d=[r||se],h=he.call(t,"type")?t.type:t,g=he.call(t,"namespace")?t.namespace.split("."):[];if(s=p=a=r=r||se,3!==r.nodeType&&8!==r.nodeType&&!St.test(h+we.event.triggered)&&(h.indexOf(".")>-1&&(h=(g=h.split(".")).shift(),g.sort()),l=h.indexOf(":")<0&&"on"+h,(t=t[we.expando]?t:new we.Event(h,"object"==typeof t&&t)).isTrigger=i?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:we.makeArray(n,[t]),f=we.event.special[h]||{},i||!f.trigger||!1!==f.trigger.apply(r,n))){if(!i&&!f.noBubble&&!xe(r)){for(u=f.delegateType||h,St.test(u+h)||(s=s.parentNode);s;s=s.parentNode)d.push(s),a=s;a===(r.ownerDocument||se)&&d.push(a.defaultView||a.parentWindow||e)}for(o=0;(s=d[o++])&&!t.isPropagationStopped();)p=s,t.type=o>1?u:f.bindType||h,(c=(Be.get(s,"events")||{})[t.type]&&Be.get(s,"handle"))&&c.apply(s,n),(c=l&&s[l])&&c.apply&&Re(s)&&(t.result=c.apply(s,n),!1===t.result&&t.preventDefault());return t.type=h,i||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(d.pop(),n)||!Re(r)||l&&ve(r[h])&&!xe(r)&&((a=r[l])&&(r[l]=null),we.event.triggered=h,t.isPropagationStopped()&&p.addEventListener(h,jt),r[h](),t.isPropagationStopped()&&p.removeEventListener(h,jt),we.event.triggered=void 0,a&&(r[l]=a)),t.result}},simulate:function(e,t,n){var r=we.extend(new we.Event,n,{type:e,isSimulated:!0});we.event.trigger(r,null,t)}}),we.fn.extend({trigger:function(e,t){return this.each(function(){we.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return we.event.trigger(e,t,n,!0)}}),ye.focusin||we.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){we.event.simulate(t,e.target,we.event.fix(e))};we.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=Be.access(r,t);i||r.addEventListener(e,n,!0),Be.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=Be.access(r,t)-1;i?Be.access(r,t,i):(r.removeEventListener(e,n,!0),Be.remove(r,t))}}});var Nt=e.location,Dt=Date.now(),At=/\?/;we.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||we.error("Invalid XML: "+t),n};var qt=/\[\]$/,Lt=/\r?\n/g,Ot=/^(?:submit|button|image|reset|file)$/i,Ht=/^(?:input|select|textarea|keygen)/i;we.param=function(e,t){var n,r=[],i=function(e,t){var n=ve(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!we.isPlainObject(e))we.each(e,function(){i(this.name,this.value)});else for(n in e)Z(n,e[n],t,i);return r.join("&")},we.fn.extend({serialize:function(){return we.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=we.prop(this,"elements");return e?we.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!we(this).is(":disabled")&&Ht.test(this.nodeName)&&!Ot.test(e)&&(this.checked||!Ge.test(e))}).map(function(e,t){var n=we(this).val();return null==n?null:Array.isArray(n)?we.map(n,function(e){return{name:t.name,value:e.replace(Lt,"\r\n")}}):{name:t.name,value:n.replace(Lt,"\r\n")}}).get()}});var Mt=/%20/g,It=/#.*$/,Pt=/([?&])_=[^&]*/,Rt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Bt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,$t=/^(?:GET|HEAD)$/,Wt=/^\/\//,Ft={},_t={},zt="*/".concat("*"),Xt=se.createElement("a");Xt.href=Nt.href,we.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Nt.href,type:"GET",isLocal:Bt.test(Nt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":zt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":we.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?ne(ne(e,we.ajaxSettings),t):ne(we.ajaxSettings,e)},ajaxPrefilter:ee(Ft),ajaxTransport:ee(_t),ajax:function(t,n){function r(t,n,r,a){var l,p,d,b,w,T=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,s=a||"",C.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=re(h,C,r)),b=ie(h,b,C,l),l?(h.ifModified&&((w=C.getResponseHeader("Last-Modified"))&&(we.lastModified[o]=w),(w=C.getResponseHeader("etag"))&&(we.etag[o]=w)),204===t||"HEAD"===h.type?T="nocontent":304===t?T="notmodified":(T=b.state,p=b.data,l=!(d=b.error))):(d=T,!t&&T||(T="error",t<0&&(t=0))),C.status=t,C.statusText=(n||T)+"",l?y.resolveWith(g,[p,T,C]):y.rejectWith(g,[C,T,d]),C.statusCode(x),x=void 0,f&&m.trigger(l?"ajaxSuccess":"ajaxError",[C,h,l?p:d]),v.fireWith(g,[C,T]),f&&(m.trigger("ajaxComplete",[C,h]),--we.active||we.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,s,a,u,l,c,f,p,d,h=we.ajaxSetup({},n),g=h.context||h,m=h.context&&(g.nodeType||g.jquery)?we(g):we.event,y=we.Deferred(),v=we.Callbacks("once memory"),x=h.statusCode||{},b={},w={},T="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(c){if(!a)for(a={};t=Rt.exec(s);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?s:null},setRequestHeader:function(e,t){return null==c&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)C.always(e[C.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||T;return i&&i.abort(t),r(0,t),this}};if(y.promise(C),h.url=((t||h.url||Nt.href)+"").replace(Wt,Nt.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(Le)||[""],null==h.crossDomain){l=se.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Xt.protocol+"//"+Xt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=we.param(h.data,h.traditional)),te(Ft,h,n,C),c)return C;for(p in(f=we.event&&h.global)&&0==we.active++&&we.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!$t.test(h.type),o=h.url.replace(It,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Mt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(At.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Pt,"$1"),d=(At.test(o)?"&":"?")+"_="+Dt+++d),h.url=o+d),h.ifModified&&(we.lastModified[o]&&C.setRequestHeader("If-Modified-Since",we.lastModified[o]),we.etag[o]&&C.setRequestHeader("If-None-Match",we.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&C.setRequestHeader("Content-Type",h.contentType),C.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+zt+"; q=0.01":""):h.accepts["*"]),h.headers)C.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,C,h)||c))return C.abort();if(T="abort",v.add(h.complete),C.done(h.success),C.fail(h.error),i=te(_t,h,n,C)){if(C.readyState=1,f&&m.trigger("ajaxSend",[C,h]),c)return C;h.async&&h.timeout>0&&(u=e.setTimeout(function(){C.abort("timeout")},h.timeout));try{c=!1,i.send(b,r)}catch(e){if(c)throw e;r(-1,e)}}else r(-1,"No Transport");return C},getJSON:function(e,t,n){return we.get(e,t,n,"json")},getScript:function(e,t){return we.get(e,void 0,t,"script")}}),we.each(["get","post"],function(e,t){we[t]=function(e,n,r,i){return ve(n)&&(i=i||r,r=n,n=void 0),we.ajax(we.extend({url:e,type:t,dataType:i,data:n,success:r},we.isPlainObject(e)&&e))}}),we._evalUrl=function(e){return we.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},we.fn.extend({wrapAll:function(e){var t;return this[0]&&(ve(e)&&(e=e.call(this[0])),t=we(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return ve(e)?this.each(function(t){we(this).wrapInner(e.call(this,t))}):this.each(function(){var t=we(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=ve(e);return this.each(function(n){we(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){we(this).replaceWith(this.childNodes)}),this}}),we.expr.pseudos.hidden=function(e){return!we.expr.pseudos.visible(e)},we.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},we.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Ut={0:200,1223:204},Vt=we.ajaxSettings.xhr();ye.cors=!!Vt&&"withCredentials"in Vt,ye.ajax=Vt=!!Vt,we.ajaxTransport(function(t){var n,r;if(ye.cors||Vt&&!t.crossDomain)return{send:function(i,o){var s,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(s in t.xhrFields)a[s]=t.xhrFields[s];for(s in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)a.setRequestHeader(s,i[s]);n=function(e){return function(){n&&(n=r=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?o(0,"error"):o(a.status,a.statusText):o(Ut[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=n(),r=a.onerror=a.ontimeout=n("error"),void 0!==a.onabort?a.onabort=r:a.onreadystatechange=function(){4===a.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{a.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),we.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),we.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return we.globalEval(e),e}}}),we.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),we.ajaxTransport("script",function(e){var t,n;if(e.crossDomain)return{send:function(r,i){t=we(" +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.aboutus","url":"https://www.unitoo.it/chisiamo/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.aboutus","@context":"https://schema.org"} - - - - + + + + - + @@ -105,7 +105,7 @@ Chi siamo, quali sono i nostri valori e la nostra mission" />

    @@ -305,7 +305,7 @@ Chi siamo, quali sono i nostri valori e la nostra mission" />
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -314,7 +314,7 @@ Chi siamo, quali sono i nostri valori e la nostra mission" />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -328,91 +328,16 @@ Chi siamo, quali sono i nostri valori e la nostra mission" /> - - - - - - - - - + + - - - + diff --git a/_site/consulenza/index.html b/_site/consulenza/index.html index 24aae4be..bd363392 100644 --- a/_site/consulenza/index.html +++ b/_site/consulenza/index.html @@ -20,23 +20,23 @@ Consulenza tecnica" /> Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liberi messi a disposizione dal free software." /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.technical_advice","url":"https://www.unitoo.it/consulenza/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.technical_advice","@context":"https://schema.org"} - - - - + + + + - + @@ -147,7 +147,7 @@ Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liber
    -
    +

    PERFORMANCE

    @@ -237,7 +237,7 @@ Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liber
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -246,7 +246,7 @@ Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liber
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -260,91 +260,16 @@ Consulenza tecnica nell'ambito GNU/Linux, utilizzando i migliori strumenti liber - - - - - - - - - + + - - - + diff --git a/_site/contattaci/index.html b/_site/contattaci/index.html index e9bc7e60..d7da3eec 100644 --- a/_site/contattaci/index.html +++ b/_site/contattaci/index.html @@ -20,23 +20,23 @@ Contatti" /> Tutti i nostri contatti per una comunicazione adeguata e sicura." /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.contacts","url":"https://www.unitoo.it/contattaci/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.contacts","@context":"https://schema.org"} - - - - + + + + - + @@ -86,7 +86,7 @@ Tutti i nostri contatti per una comunicazione adeguata e sicura." />
    -
    +

    Ecco come contattarci!

    @@ -138,7 +138,7 @@ Tutti i nostri contatti per una comunicazione adeguata e sicura." />
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -147,7 +147,7 @@ Tutti i nostri contatti per una comunicazione adeguata e sicura." />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -161,91 +161,16 @@ Tutti i nostri contatti per una comunicazione adeguata e sicura." /> - - - - - - - - - + + - - - + diff --git a/_site/index.html b/_site/index.html index 03131519..75031da5 100644 --- a/_site/index.html +++ b/_site/index.html @@ -20,23 +20,23 @@ Home" /> Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia ci contraddistinguono" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.index","url":"https://www.unitoo.it/","@type":"WebSite","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.index","name":"Unitoo","@context":"https://schema.org"} - - - - + + + + - + @@ -262,7 +262,7 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -271,7 +271,7 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -285,91 +285,16 @@ Sviluppiamo software e facciamo consulenza IT. Etica, concretezza ed avanguardia - - - - - - - - - + + - - - + diff --git a/_site/news/index.html b/_site/news/index.html index a77ee650..ebf6721a 100644 --- a/_site/news/index.html +++ b/_site/news/index.html @@ -20,23 +20,23 @@ News" /> Le notizie che apprezziamo relative al software libero e allo sviluppo del software in generale" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.news","url":"https://www.unitoo.it/news/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.news","@context":"https://schema.org"} - - - - + + + + - + @@ -170,7 +170,7 @@ Le notizie che apprezziamo relative al software libero e allo sviluppo del softw
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -179,7 +179,7 @@ Le notizie che apprezziamo relative al software libero e allo sviluppo del softw
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -193,91 +193,16 @@ Le notizie che apprezziamo relative al software libero e allo sviluppo del softw - - - - - - - - - + + - - - + diff --git a/_site/partners/funkwhale/index.html b/_site/partners/funkwhale/index.html index fa17b578..d99c8636 100644 --- a/_site/partners/funkwhale/index.html +++ b/_site/partners/funkwhale/index.html @@ -20,23 +20,23 @@ Partners - Funkwhale Italia" /> Una piattaforma libera, che supportiamo, per la diffusione di contenuti musicali" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.funkwhale","url":"https://www.unitoo.it/partners/funkwhale/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.funkwhale","@context":"https://schema.org"} - - - - + + + + - + @@ -86,7 +86,7 @@ Una piattaforma libera, che supportiamo, per la diffusione di contenuti musicali
    -
    +

    Il progetto Funkwhale e il fediverso

    Riprendendo da un articolo (con link in fondo), possiamo riassumere: @@ -139,7 +139,7 @@ Una piattaforma libera, che supportiamo, per la diffusione di contenuti musicali

  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -148,7 +148,7 @@ Una piattaforma libera, che supportiamo, per la diffusione di contenuti musicali
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -162,91 +162,16 @@ Una piattaforma libera, che supportiamo, per la diffusione di contenuti musicali - - - - - - - - - + + - - - + diff --git a/_site/partners/peertube/index.html b/_site/partners/peertube/index.html index e96b8609..020c48f6 100644 --- a/_site/partners/peertube/index.html +++ b/_site/partners/peertube/index.html @@ -20,23 +20,23 @@ Partners - Peertube Italia" /> " /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.description.peertube","url":"https://www.unitoo.it/partners/peertube/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.peertube","@context":"https://schema.org"} - - - - + + + + - + @@ -86,7 +86,7 @@ Partners - Peertube Italia" />
    -
    +

    Il progetto Peertube e il fediverso

    Riprendendo da un articolo (con link in fondo), possiamo riassumere: @@ -137,7 +137,7 @@ Partners - Peertube Italia" />

  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -146,7 +146,7 @@ Partners - Peertube Italia" />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -160,91 +160,16 @@ Partners - Peertube Italia" /> - - - - - - - - - + + - - - + diff --git a/_site/privacy-policy/index.html b/_site/privacy-policy/index.html index 380e8927..15618f7e 100644 --- a/_site/privacy-policy/index.html +++ b/_site/privacy-policy/index.html @@ -20,23 +20,23 @@ Informativa privacy" /> La nostra informativa privacy secondo Regolamento Europeo 2016/679" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.privacy_policy","url":"https://www.unitoo.it/privacy-policy/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.privacy_policy","@context":"https://schema.org"} - - - - + + + + - + @@ -191,7 +191,7 @@ La nostra informativa privacy secondo Regolamento Europeo 2016/679" />
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -200,7 +200,7 @@ La nostra informativa privacy secondo Regolamento Europeo 2016/679" />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -214,91 +214,16 @@ La nostra informativa privacy secondo Regolamento Europeo 2016/679" /> - - - - - - - - - + + - - - + diff --git a/_site/progetti/index.html b/_site/progetti/index.html index 3808e314..f62138be 100644 --- a/_site/progetti/index.html +++ b/_site/progetti/index.html @@ -20,23 +20,23 @@ Progetti" /> I nostri progetti, per rendere tutti partecipi della nostra Mission." /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.projects","url":"https://www.unitoo.it/progetti/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.projects","@context":"https://schema.org"} - - - - + + + + - + @@ -162,7 +162,7 @@ I nostri progetti, per rendere tutti partecipi della nostra Mission." />
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -171,7 +171,7 @@ I nostri progetti, per rendere tutti partecipi della nostra Mission." />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -185,91 +185,16 @@ I nostri progetti, per rendere tutti partecipi della nostra Mission." /> - - - - - - - - - + + - - - + diff --git a/_site/progetti/libreboot/index.html b/_site/progetti/libreboot/index.html index 30af513a..127eb448 100644 --- a/_site/progetti/libreboot/index.html +++ b/_site/progetti/libreboot/index.html @@ -20,23 +20,23 @@ Libreboot - Il BIOS libero" /> " /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.description.libreboot","url":"https://www.unitoo.it/progetti/libreboot/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.libreboot","@context":"https://schema.org"} - - - - + + + + - + @@ -164,7 +164,7 @@ Libreboot - Il BIOS libero" />
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -173,7 +173,7 @@ Libreboot - Il BIOS libero" />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -187,91 +187,16 @@ Libreboot - Il BIOS libero" /> - - - - - - - - - + + - - - + diff --git a/_site/progetti/peertube/index.html b/_site/progetti/peertube/index.html index 6dc488db..4c149020 100644 --- a/_site/progetti/peertube/index.html +++ b/_site/progetti/peertube/index.html @@ -20,23 +20,23 @@ Il nostro canale" /> Un canale Peertube dedicato al software libero, alle interviste e altri contenuti digitali" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.channel","url":"https://www.unitoo.it/progetti/peertube/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.channel","@context":"https://schema.org"} - - - - + + + + - + @@ -85,7 +85,7 @@ Un canale Peertube dedicato al software libero, alle interviste e altri contenut
    -
    +

    Il nostro canale dedicato ai contenuti video

    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. @@ -138,7 +138,7 @@ Un canale Peertube dedicato al software libero, alle interviste e altri contenut

  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -147,7 +147,7 @@ Un canale Peertube dedicato al software libero, alle interviste e altri contenut
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -161,91 +161,16 @@ Un canale Peertube dedicato al software libero, alle interviste e altri contenut - - - - - - - - - + + - - - + diff --git a/_site/progetti/radio/index.html b/_site/progetti/radio/index.html index f10ccdc3..833dadcb 100644 --- a/_site/progetti/radio/index.html +++ b/_site/progetti/radio/index.html @@ -20,23 +20,23 @@ La nostra radio libera" /> La radio italiana per conoscere e diffondere il software libero" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.radio","url":"https://www.unitoo.it/progetti/radio/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.radio","@context":"https://schema.org"} - - - - + + + + - + @@ -85,7 +85,7 @@ La radio italiana per conoscere e diffondere il software libero" />
    -
    +

    La radio dedicata al software libero

    La diffusione del sofware libero non è di certo una novità per molti, tuttavia i mezzi standard presentano poche opportunità in merito.
    Noi di Unitoo abbiamo preso a cuore da tempo questo settore, e abbiamo scelto di istituire una radio, con contenuti esclusivamente licenziati Creative Commons, che tratta software libero.

    Tanti programmi settimanali sono già in riproduzione e tanti altri in fase di realizzazione grazie ai nostri speaker freelance!

    P.S.: Non dimenticate di donare qualcosa ai nostri speaker utilizzando direttamente le loro piattaforme! Il lavoro che stanno svolgendo è qualcosa di eccezionale.


    @@ -161,7 +161,7 @@ La radio italiana per conoscere e diffondere il software libero" />
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -170,7 +170,7 @@ La radio italiana per conoscere e diffondere il software libero" />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -184,91 +184,16 @@ La radio italiana per conoscere e diffondere il software libero" /> - - - - - - - - - + + - - - + diff --git a/_site/progetti/software/index.html b/_site/progetti/software/index.html index 49a70ab8..b17303fb 100644 --- a/_site/progetti/software/index.html +++ b/_site/progetti/software/index.html @@ -20,23 +20,23 @@ Progetti - Il software" /> I progetti che stiamo principalmente supportando nell'ambito del software libero. A partire dai BIOS liberi a finire alla rimozione dei DRM." /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.software","url":"https://www.unitoo.it/progetti/software/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.software","@context":"https://schema.org"} - - - - + + + + - + @@ -160,7 +160,7 @@ I progetti che stiamo principalmente supportando nell'ambito del software libero
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -169,7 +169,7 @@ I progetti che stiamo principalmente supportando nell'ambito del software libero
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -183,91 +183,16 @@ I progetti che stiamo principalmente supportando nell'ambito del software libero - - - - - - - - - + + - - - + diff --git a/_site/servizi-e-prodotti/index.html b/_site/servizi-e-prodotti/index.html index 3f3178f5..91e6de66 100644 --- a/_site/servizi-e-prodotti/index.html +++ b/_site/servizi-e-prodotti/index.html @@ -20,23 +20,23 @@ Servizi e prodotti" /> I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclusivamente software libero" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.services_and_products","url":"https://www.unitoo.it/servizi-e-prodotti/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.services_and_products","@context":"https://schema.org"} - - - - + + + + - + @@ -208,7 +208,7 @@ I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclu
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -217,7 +217,7 @@ I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclu
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -231,91 +231,16 @@ I servizi ed i prodotti che principalmente offriamo, utilizzando sempre ed esclu - - - - - - - - - + + - - - + diff --git a/_site/sitemap.xml b/_site/sitemap.xml index 1e5042ce..adb094b1 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -1,48 +1,48 @@ -http://localhost:4000/chisiamo/ +https://www.unitoo.it/chisiamo/ -http://localhost:4000/progetti/peertube/ +https://www.unitoo.it/progetti/peertube/ -http://localhost:4000/contattaci/ +https://www.unitoo.it/contattaci/ -http://localhost:4000/partners/funkwhale/ +https://www.unitoo.it/partners/funkwhale/ -http://localhost:4000/progetti/libreboot/ +https://www.unitoo.it/progetti/libreboot/ -http://localhost:4000/news/ +https://www.unitoo.it/news/ -http://localhost:4000/partners/peertube/ +https://www.unitoo.it/partners/peertube/ -http://localhost:4000/privacy-policy/ +https://www.unitoo.it/privacy-policy/ -http://localhost:4000/progetti/ +https://www.unitoo.it/progetti/ -http://localhost:4000/progetti/radio/ +https://www.unitoo.it/progetti/radio/ -http://localhost:4000/servizi-e-prodotti/ +https://www.unitoo.it/servizi-e-prodotti/ -http://localhost:4000/tecnologie-software/ +https://www.unitoo.it/tecnologie-software/ -http://localhost:4000/progetti/software/ +https://www.unitoo.it/progetti/software/ -http://localhost:4000/consulenza/ +https://www.unitoo.it/consulenza/ -http://localhost:4000/ +https://www.unitoo.it/ diff --git a/_site/tecnologie-software/index.html b/_site/tecnologie-software/index.html index aa2acb15..3f488b88 100644 --- a/_site/tecnologie-software/index.html +++ b/_site/tecnologie-software/index.html @@ -20,23 +20,23 @@ Le tecnologie software" /> Quali tecnologie software utilizziamo e in che modo le integriamo fra loro" /> - - + + +{"author":{"@type":"Person","name":"Unitoo"},"description":"meta.descriptions.software_technologies","url":"https://www.unitoo.it/tecnologie-software/","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.unitoo.it/assets/images/logo-extended.webp"},"name":"Unitoo"},"headline":"meta.titles.software_technologies","@context":"https://schema.org"} - - - - + + + + - + @@ -179,7 +179,7 @@ Quali tecnologie software utilizziamo e in che modo le integriamo fra loro" />
  • - Logo ufficiale di Mastodon, rete social di microblogging decentralizzata + Logo ufficiale di Mastodon, rete social di microblogging decentralizzata
  • @@ -188,7 +188,7 @@ Quali tecnologie software utilizziamo e in che modo le integriamo fra loro" />
  • - Logo ufficiale di Liberapay + Logo ufficiale di Liberapay
  • @@ -202,91 +202,16 @@ Quali tecnologie software utilizziamo e in che modo le integriamo fra loro" /> - - - - - - - - - + + - - - +