Commit | Line | Data |
---|---|---|
4f6859f7 GPC |
1 | <!-- ~~~~~~~~~ Footer ~~~~~~~~~ --> |
2 | <footer class="row" id="footer"> | |
3 | <div> | |
4 | <div id="copyright"> | |
5 | <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> | |
6cab7fbb | 6 | <p>Copyright © 2014 <a href="https://u.fsf.org/ys">Free Software Foundation</a>, Inc. <a href="https://my.fsf.org/donate/privacypolicy.html">Datenschutzerklärung</a>. <a href="https://u.fsf.org/yr">Beitreten</a></p> |
c052fe48 | 7 | <p><em>Version 2.0. <!--LANGUAGE translation by NAME, NAME and NAME.--> Deutsche Übersetzung von <a href="http://de.gpcf.eu" >Gabriel Pérez-Cerezo</a></em></p> |
7c82589e | 8 | <p>Die Bilder auf dieser Seite unterliegen einer <a href="https://creativecommons.org/licenses/by/4.0/deed.de">Creative-Commons-Namensnennung-4.0-Lizenz (oder eine neuere Version) </a> und der Rest unterliegt einer <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.de">Creative-Commons-Namensnennung-Weitergabe-unter-gleichen-Bedigungen-4.0-Lizenz (oder eine neuere Version)</a>. — <a href="http://www.gnu.org/licenses/license-list.html#OtherLicenses">Warum diese Lizenzen?</a></p> |
31853645 | 9 | <p>Lade dir den Quellcode für <a href="gnupg-guide.zip">diese Anleitung</a> und für <a href="gnupg-infographic.zip">die Infographik</a> herunter. In der Anleitung & Infographik verwendete Schriftarten: <a href="https://www.google.com/fonts/specimen/Dosis">Dosis</a> von 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> von Omnibus-Type, <a href="http://www.thegopherarchive.com/gopher-files-hacks-pxl2000-119351.htm">PXL-2000</a> von Florian Cramer.</p> |
4f6859f7 GPC |
10 | <p> |
11 | <a href="//weblabels.fsf.org/emailselfdefense.fsf.org/" | |
12 | rel="jslicense"> | |
31853645 | 13 | JavaScript-Lizenzinformationen |
4f6859f7 GPC |
14 | </a> |
15 | </p> | |
16 | </div><!-- /#copyright --> | |
17 | <p class="credits"> | |
6cab7fbb | 18 | Design von <a rel="external" href="http://jplusplus.org"><strong>Journalism++</strong> <img src="//static.fsf.org/nosvn/enc-dev0n/img/jplusplus.png" alt="Journalism++" /></a> |
4f6859f7 GPC |
19 | </p><!-- /.credits --> |
20 | </div> | |
21 | </footer><!-- End #footer --> | |
22 | ||
23 | <script src="//static.fsf.org/nosvn/enc-dev0/js/jquery-1.11.0.min.js"></script> | |
24 | <script src="//static.fsf.org/nosvn/enc-dev0/js/scripts.js"></script> | |
25 | ||
26 | <!-- Piwik --> | |
27 | <script type="text/javascript"> | |
28 | /* | |
29 | @licstart The following is the entire license notice for the | |
30 | JavaScript code in this page. | |
31 | ||
32 | Copyright 2014 Matthieu Aubry | |
33 | ||
34 | This program is free software: you can redistribute it and/or modify | |
35 | it under the terms of the GNU General Public License as published by | |
36 | the Free Software Foundation, either version 3 of the License, or | |
37 | (at your option) any later version. | |
38 | ||
39 | This program is distributed in the hope that it will be useful, | |
40 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
41 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
42 | GNU General Public License for more details. | |
43 | ||
44 | You should have received a copy of the GNU General Public License | |
45 | along with this program. If not, see http://www.gnu.org/licenses/. | |
46 | ||
47 | @licend The above is the entire license notice | |
48 | for the JavaScript code in this page. | |
49 | */ | |
50 | var _paq = _paq || []; | |
51 | _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); | |
52 | _paq.push(["setCookieDomain", "*.www.fsf.org"]); | |
53 | _paq.push(["setDomains", ["*.www.fsf.org","*.www.fsf.org"]]); | |
54 | _paq.push(["trackPageView"]); | |
55 | _paq.push(["enableLinkTracking"]); | |
56 | ||
57 | (function() { | |
58 | var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/"; | |
59 | _paq.push(["setTrackerUrl", u+"piwik.php"]); | |
60 | _paq.push(["setSiteId", "5"]); | |
61 | var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; | |
62 | g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); | |
63 | })(); | |
64 | </script> | |
65 | <!-- End Piwik Code --> | |
66 | </body> | |
67 | </html> |