update italian documentation page: - Mike's defcon talk; - other minor trims.
Jan Reister

Jan Reister commited on 2008-09-11 15:40:18
Zeige 2 geänderte Dateien mit 30 Einfügungen und 11 Löschungen.

... ...
@@ -1,5 +1,5 @@
1 1
 ## translation metadata
2
-# Based-On-Revision: 15123
2
+# Based-On-Revision: 16666
3 3
 # Last-Translator: jan at seul dot org
4 4
 
5 5
 #include "head.wmi" TITLE="Tor: documentazione" CHARSET="UTF-8"
... ...
@@ -150,6 +150,15 @@ href="http://freehaven.net/~arma/wth_tor_hidden_services.mp4">video</a>,
150 150
 <a href="http://freehaven.net/~arma/wth3.pdf">slide</a>).
151 151
 </li>
152 152
 
153
+<li>
154
+Guarda la presentazione di Mike "Securing the Tor network" dal Defcon a luglio 2007
155
+(<a href="http://freehaven.net/~arma/Defcon15-Mike_Perry-Securing_the_Tor_Network.mp4">video</a>,
156
+ <a href="http://freehaven.net/~arma/SecuringTheTorNetwork.pdf">slide</a>).
157
+Descrive alcuni modi comuni per attaccare reti come Tor e le contromisure
158
+che cerchiamo di adottare, presenta anche la collezione di script <a
159
+href="https://svn.torproject.org/svn/torflow/trunk/README">Torflow</a>.
160
+</li>
161
+
153 162
 <li>
154 163
 Studiati il <a
155 164
 href="<svnsandbox>doc/spec/proposals/001-process.txt">processo per la proposta
... ...
@@ -259,7 +268,7 @@ Consulta il <b>repository dei sorgenti</b> di Tor: (potrebbe non funzionare n&ea
259 268
     <li><a href="<svnsandbox>">SVN sandbox aggiornato regolarmente</a></li>
260 269
     <li><a href="https://svn.torproject.org/svn/tor/trunk">Consulta direttamente l'albero dei sorgenti nel repository</a></li>
261 270
     <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li>
262
-    <li>accesso anonimo <a href="http://subversion.tigris.org/">subversion</a>:
271
+    <li>accesso <a href="http://subversion.tigris.org/">Subversion</a>:
263 272
       <ul>
264 273
         <li>Crea una nuova directory vuota e cd in essa.</li>
265 274
         <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk tor</kbd></li>
... ...
@@ -1,5 +1,5 @@
1 1
 ## translation metadata
2
-# Based-On-Revision: 15530
2
+# Based-On-Revision: 16310
3 3
 # Last-Translator: jan at seul dot org
4 4
 
5 5
 #include "head.wmi" TITLE="Tor: donazioni" CHARSET="UTF-8"
... ...
@@ -67,10 +67,15 @@ ci permettono di preoccuparci meno della raccolta fondi e di concentarrci di pi&
67 67
 sviluppo. Puoi diventare un membro con un clic su questo pulsante (ti
68 68
 servir&agrave; un account <a
69 69
 href="http://paypal.com/">PayPal</a>):<br />
70
-<input type="radio" name="a3" value="50.00" />$50
71
-<input type="radio" name="a3" value="20.00" checked="checked" />$20
72
-<input type="radio" name="a3" value="10.00" />$10
73
-<input type="radio" name="a3" value="5.00" />$5
70
+<input type="radio" name="a3" value="50.00" />50
71
+<input type="radio" name="a3" value="20.00" checked="checked" />20
72
+<input type="radio" name="a3" value="10.00" />10
73
+<input type="radio" name="a3" value="5.00" />5
74
+<SELECT name="currency_code">
75
+<OPTION value="USD" selected>$
76
+<OPTION value="EUR">
77
+<OPTION value="GBP">£
78
+</SELECT>
74 79
 <input type="hidden" name="p3" value="1" />
75 80
 <input type="hidden" name="t3" value="M" />
76 81
 <input type="hidden" name="sra" value="1" />
... ...
@@ -92,11 +97,16 @@ value="https://www.torproject.org/donate">
92 97
 <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
93 98
   <p>Puoi anche fare una <b>donazione una tantum</b> (con PayPal, ma
94 99
 non serve un account):<br />
95
-<input type="radio" name="amount" value="100.00" />$100
96
-<input type="radio" name="amount" value="50.00" />$50
97
-<input type="radio" name="amount" value="20.00" checked="checked" />$20
98
-<input type="radio" name="amount" value="10.00" />$10
100
+<input type="radio" name="amount" value="100.00" />100
101
+<input type="radio" name="amount" value="50.00" />50
102
+<input type="radio" name="amount" value="20.00" checked="checked" />20
103
+<input type="radio" name="amount" value="10.00" />10
99 104
 <input type="radio" name="amount" value="" />other
105
+<SELECT name="currency_code">
106
+<OPTION value="USD" selected>$
107
+<OPTION value="EUR">
108
+<OPTION value="GBP">£
109
+</SELECT>
100 110
 <input type="hidden" name="no_shipping" value="1" />
101 111
 <input type="image"
102 112
  src="https://www.paypal.com/it_IT/IT/i/btn/btn_donateCC_LG.gif"
103 113