2021-04-29 18:03:28 +00:00
<!doctype html>
< html class = "no-js" lang = "it" >
< head >
< meta charset = "utf-8" >
< title > GEST366 - Download< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "manifest" href = "site.webmanifest" >
< link rel = "apple-touch-icon" href = "icon.png" >
< link rel = "stylesheet" href = "css/normalize.css" >
< link rel = "stylesheet" href = "css/main.css" >
< meta name = "theme-color" content = "#fafafa" >
< meta name = "description" content = "Scarica subito GEST366, il gestionale open source gratuito per la tua azienda." >
2023-07-03 20:15:16 +00:00
< meta name = "author" content = "Martyn" >
2021-04-29 18:03:28 +00:00
< meta name = "keywords" content = "download, gestionale, gratis" >
<!-- Open Graph Tags -->
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://www.gest366.it/" >
< meta property = "og:title" content = 'GEST366' >
< meta property = "og:image" content = "https://www.gest366.it/img/logo.png" >
< meta property = "og:image:type" content = "image/png" / >
< meta property = "og:image:width" content = "800" / >
< meta property = "og:image:height" content = "515" / >
< meta property = "og:image:alt" content = "Logo GEST366" / >
< meta property = "og:description" content = "Documentazione GEST366" >
< meta property = "og:locale" content = "it_IT" >
< / head >
< body class = "secondary-page" >
<!-- [if IE]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "https://browsehappy.com/" > upgrade your browser< / a > to improve your experience and security.< / p >
<![endif]-->
< header class = "clearfix" >
< a href = "https://www.gest366.it" > < img src = "img/logo.png" id = "logo" alt = "gest366 logo" > < / a >
< nav role = "navigation" >
< img id = "menu-logo" onclick = "toggleMenuVisibility()" src = "img/menu.svg" alt = "menu icon" >
< ul id = "menu" >
< li > < a href = "./about.html" > Cos'è< / a > < / li >
< li > < a href = "#" > Download< / a > < / li >
< li > < a href = "./doc.html" > Documentazione< / a > < / li >
2023-07-03 20:15:16 +00:00
< li > < a href = "https://devel.gest366.it/Gest366/gest366" > Sviluppo< / a > < / li >
2021-04-29 18:03:28 +00:00
< / ul >
< / nav >
< / header >
< main id = "download-page" >
< h1 > Download< / h1 >
< div id = "stable-section" >
< h2 > GEST366 2.4.5 (Stabile)< / h2 >
< ul >
< li > < a href = "https://gitea.gest366.it/Gest366/gest366/archive/2.4.5.zip" download > GEST366-2.4.5.zip< / a > < / li >
< li > < a href = "https://gitea.gest366.it/Gest366/gest366/archive/2.4.5.tar.gz" download > GEST366-2.4.5.tar.gz< / a > < / li >
< / ul >
< h2 > Changelog< / h2 >
< ul >
< li > Prima release!< / li >
< li > Corretti alcuni problemi grafici minori< / li >
< li > Aggiornati i link alla documentazione< / li >
< / ul >
< / div >
< div id = "paypal" >
< p > Il download di GEST366 è gratuito e lo sarà sempre. Se vuoi, puoi ringraziarci effettuando una donazione, che ci aiuterà a portare avanti lo sviluppo del progetto!< / p >
< form action = "https://www.paypal.com/cgi-bin/webscr" method = "post" target = "_top" >
< input type = "hidden" name = "cmd" value = "_s-xclick" / >
< input type = "hidden" name = "hosted_button_id" value = "4PP78ZF3XRBSJ" / >
< input type = "image" id = "paypal-button-icon" src = "img/heart.svg" border = "0" name = "submit"
title="PayPal - The safer, easier way to pay online!"
alt="Fai una donazione con il pulsante PayPal" />
< img alt = "" border = "0" src = "https://www.paypal.com/it_IT/i/scr/pixel.gif" width = "1" height = "1" / >
< / form >
< / div >
< div id = "testing-section" >
< h2 > GEST366 3.0.0-Alpha0 (Testing)< / h2 >
< ul >
< li > GEST366-3.0.0-Alpha0.zip< / li >
< li > GEST366-3.0.0-Alpha0.tar.gz< / li >
< / ul >
< h2 > Changelog< / h2 >
< ul >
< li > Corretti alcuni problemi grafici< / li >
< li > Nuove icone!< / li >
< li > Riorganizzato il menu principale< / li >
< / ul >
< / div >
< / main >
< footer role = "contentinfo" >
< p > Sostenuto da:< / p >
< ul id = "maintainers" >
< li > < a href = "https://www.refservices.eu" > ReF Services< / a > < / li >
< li > < a href = "https://www.immensonet.it" > Immenso NET< / a > < / li >
< / ul >
< / footer >
< script src = "js/vendor/modernizr-3.7.1.min.js" > < / script >
< script src = "js/plugins.js" > < / script >
< script src = "js/main.js" > < / script >
< / body >
< / html >