put the git https fingerprint near the git instructions. also, update it to the new fingerprint.
Roger Dingledine

Roger Dingledine commited on 2009-05-31 23:30:32
Zeige 1 geänderte Dateien mit 2 Einfügungen und 3 Löschungen.

... ...
@@ -256,19 +256,18 @@ of anonymous communication systems.</li>
256 256
   Browse the Tor <b>source repository</b>:
257 257
   <ul>
258 258
     <li><a href="<svnsandbox>">Browse the repository's source tree directly</a></li>
259
-    <!-- <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li> -->
260 259
     <li>Read-only access:
261 260
       <ul>
262 261
         <li><kbd>git clone git://git.torproject.org/git/tor</kbd></li>
263
-        <li><kbd>svn checkout https://svn.torproject.org/svn/website/trunk website</kbd></li>
264 262
         <li>The development branch is <kbd>master</kbd>.  The active maintenance branches are <kbd>maint-0.2.0</kbd> and <kbd>maint-0.2.1</kbd>.</li>
263
+        <li><b>Git HTTPS certificate fingerprint:</b> 8D:58:41:85:9C:2B:82:84:7C:84:0E:B9:BB:58:16:AC</li>
264
+        <li><kbd>svn checkout https://svn.torproject.org/svn/website/trunk website</kbd></li>
265 265
       </ul>
266 266
     </li>
267 267
     <li>Read-Write access (website only):
268 268
       <ul>
269 269
         <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/website/trunk website</kbd></li>
270 270
         <li><b>SVN HTTPS certificate fingerprint:</b> 11:34:5c:b1:c4:12:76:10:86:ce:df:69:3d:06:a9:57:fa:dc:c9:29</li>
271
-	<li><b>Git HTTPS certificate fingerprint:</b> da:9d:02:c2:f2:1d:74:dc:10:5d:03:fb:cf:d6:d8:d9:3c:8c:1f:bc</li>
272 271
       </ul>
273 272
     </li>
274 273
     <li><a href="https://git.torproject.org/checkout/githax/master/doc/Howto.txt">Basic instructions for using Git to contribute to Tor software.</a></li>
275 274