Commit | Line | Data |
---|---|---|
989d24e8 DT |
1 | <!DOCTYPE html> |
2 | <html> | |
3 | <head> | |
4 | <meta charset="utf-8"> | |
5 | ||
6aa15878 | 6 | <title>Autodifesa Email - una guida per combattere la sorveglianza di massa con la criptazione di GnuPG</title> |
989d24e8 DT |
7 | <meta name="keywords" content="GnuPG, GPG, privacy, email, Enigmail" /> |
8 | <meta name="description" content="Email surveillance violates our fundamental rights and makes free speech risky. This guide will teach you email self-defense in 30 minutes with GnuPG."> | |
9 | ||
10 | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
11 | <link rel="stylesheet" href="//static.fsf.org/nosvn/enc-dev0/css/main.css"> | |
12 | <link rel="shortcut icon" href="//static.fsf.org/nosvn/enc-dev0/img/favicon.ico" /> | |
13 | ||
14 | </head> | |
15 | <body> | |
16 | ||
17 | <header class="row centered" id="header"> | |
18 | <div> | |
6aa15878 | 19 | <p class="back">← Leggi la nostra <a href="index.html">guida completa</a></p> |
cd96a41c | 20 | <h3><a href="https://fsf.org/share?u=https://u.fsf.org/zc&t=Come funziona la criptazione a chiave pubblica. Infografica a cura della fsf">Condividi la nostra infografica</a> utilizzando l'hashtag #EmailSelfDefense</h3> |
989d24e8 | 21 | |
ef2266fe | 22 | <p><img src="//static.fsf.org/nosvn/enc-dev0/img/it/full-infographic.png" alt="Leggi e condividi la nostra infografica" /></p> |
6aa15878 | 23 | <p class="back">← Leggi la nostra <a href="index.html">guida completa</a></p> |
989d24e8 DT |
24 | </div> |
25 | </header><!-- End #header --> | |
26 | ||
27 | <!-- ~~~~~~~~~ Footer ~~~~~~~~~ --> | |
28 | <footer class="row" id="footer"> | |
29 | <div> | |
30 | <div id="copyright"> | |
7290623f | 31 | <h4><a href="https://u.fsf.org/ys"><img alt="Free Software Foundation" src="//static.fsf.org/nosvn/enc-dev0/img/fsf-logo.png" /></a></h4> |
989d24e8 | 32 | <p>Copyright © 2014 <a href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a>. <a href="https://u.fsf.org/yr">Join.</a></p> |
57bef95f | 33 | <p>Traduzione italiana a cura di Emanuel Maria Di Vita.</p> |
34 | <p>Revisione a cura di Giorgio Avetta.</p> | |
7290623f | 35 | <p><em><a href="http://agpl.fsf.org/emailselfdefense.fsf.org/edward/CURRENT/edward.tar.gz">Version 2.1. Source code of Edward reply bot by Josh Drake <zamnedix@gnu.org> available under the GNU General Public License.</a></em></p> |
989d24e8 | 36 | <p>The images on this page are under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 license (or later version)</a>, and the rest of it is under a <a href="https://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 license (or later version)</a>. — <a href="http://www.gnu.org/licenses/license-list.html#OtherLicenses">Why these licenses?</a></p> |
7290623f | 37 | <p>Download the source package for <a href="emailselfdefense_source.zip">this guide</a>. Fonts used in the guide & infographic: <a href="https://www.google.com/fonts/specimen/Dosis">Dosis</a> by Pablo Impallari, <a href="http://www.google.com/fonts/specimen/Signika">Signika</a> by Anna Giedryś, <a href="http://www.google.com/fonts/specimen/Archivo+Narrow">Archivo Narrow</a> by Omnibus-Type, <a href="http://www.thegopherarchive.com/gopher-files-hacks-pxl2000-119351.htm">PXL-2000</a> by Florian Cramer.</p> |
989d24e8 DT |
38 | <p> |
39 | <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/" | |
40 | rel="jslicense"> | |
41 | JavaScript license information | |
42 | </a> | |
43 | </p> | |
44 | </div><!-- /#copyright --> | |
45 | <p class="credits"> | |
46 | Infographic and guide design by <a rel="external" href="http://jplusplus.org"><strong>Journalism++</strong> <img src="//static.fsf.org/nosvn/enc-dev0/img/jplusplus.png" alt="Journalism++" /></a> | |
47 | </p><!-- /.credits --> | |
48 | </div> | |
49 | </footer><!-- End #footer --> | |
50 | ||
51 | <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script> | |
52 | <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script> | |
53 | ||
54 | <!-- Piwik --> | |
55 | <script type="text/javascript"> | |
56 | /* | |
57 | @licstart The following is the entire license notice for the | |
58 | JavaScript code in this page. | |
59 | ||
60 | Copyright 2014 Matthieu Aubry | |
61 | ||
62 | This program is free software: you can redistribute it and/or modify | |
63 | it under the terms of the GNU General Public License as published by | |
64 | the Free Software Foundation, either version 3 of the License, or | |
65 | (at your option) any later version. | |
66 | ||
67 | This program is distributed in the hope that it will be useful, | |
68 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
69 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
70 | GNU General Public License for more details. | |
71 | ||
72 | You should have received a copy of the GNU General Public License | |
73 | along with this program. If not, see http://www.gnu.org/licenses/. | |
74 | ||
75 | @licend The above is the entire license notice | |
76 | for the JavaScript code in this page. | |
77 | */ | |
78 | var _paq = _paq || []; | |
79 | _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); | |
80 | _paq.push(["setCookieDomain", "*.www.fsf.org"]); | |
81 | _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]); | |
82 | _paq.push(["trackPageView"]); | |
83 | _paq.push(["enableLinkTracking"]); | |
84 | ||
85 | (function() { | |
86 | var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/"; | |
87 | _paq.push(["setTrackerUrl", u+"piwik.php"]); | |
88 | _paq.push(["setSiteId", "5"]); | |
89 | var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; | |
90 | g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); | |
91 | })(); | |
92 | </script> | |
93 | <!-- End Piwik Code --> | |
989d24e8 DT |
94 | </body> |
95 | </html> |