[or-cvs] r19398: {website} Update website to describe new git stuff, and point to git c (in website/trunk: en include)

nickm at seul.org nickm at seul.org
Thu Apr 30 05:14:30 UTC 2009


Author: nickm
Date: 2009-04-30 01:14:29 -0400 (Thu, 30 Apr 2009)
New Revision: 19398

Modified:
   website/trunk/en/documentation.wml
   website/trunk/include/links.wmi
Log:
Update website to describe new git stuff, and point to git checkout.

Modified: website/trunk/en/documentation.wml
===================================================================
--- website/trunk/en/documentation.wml	2009-04-30 02:36:39 UTC (rev 19397)
+++ website/trunk/en/documentation.wml	2009-04-30 05:14:29 UTC (rev 19398)
@@ -256,22 +256,22 @@
   Browse the Tor <b>source repository</b>:
   <ul>
     <li><a href="<svnsandbox>">Browse the repository's source tree directly</a></li>
-    <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li>
+    <!-- <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=Tor">ViewCVS</a></li> -->
     <li>Read-only access:
       <ul>
-        <li><kbd>svn checkout https://svn.torproject.org/svn/tor/trunk tor</kbd></li>
+        <li><kbd>git clone git://git.torproject.org/git/tor</kbd></li>
         <li><kbd>svn checkout https://svn.torproject.org/svn/website/trunk website</kbd></li>
-        <li>To check out the maintenance branch, use<br /><kbd>svn checkout https://svn.torproject.org/svn/tor/branches/tor-0_2_0-patches</kbd></li>
+        <li>The development branch is <kbd>master</kbd>.  The active maintainance branches are <kbd>maint-0.2.0</kbd> and <kbd>maint-0.2.1</kbd>.</li>
       </ul>
     </li>
-    <li>Read-Write access:
+    <li>Read-Write access (website only):
       <ul>
-        <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk tor</kbd></li>
         <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/website/trunk website</kbd></li>
-        <li>To check out the maintenance branch, use<br /><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/branches/tor-0_2_0-patches</kbd></li>
-        <li><b>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>
+        <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>
+	<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>
       </ul>
     </li>
+    <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>
   </ul>
 
   </div><!-- #main -->

Modified: website/trunk/include/links.wmi
===================================================================
--- website/trunk/include/links.wmi	2009-04-30 02:36:39 UTC (rev 19397)
+++ website/trunk/include/links.wmi	2009-04-30 05:14:29 UTC (rev 19398)
@@ -2,7 +2,7 @@
 
 #<define-tag cvssandbox whitespace=delete>https://www.torproject.org/cvs/</define-tag>
 #<define-tag cvssandbox whitespace=delete>cvs/</define-tag>
-<define-tag svnsandbox whitespace=delete>https://svn.torproject.org/svn/tor/trunk/</define-tag>
+<define-tag svnsandbox whitespace=delete>https://git.torproject.org/checkout/tor/master/</define-tag>
 <define-tag svnwebsite whitespace=delete>https://svn.torproject.org/svn/website/trunk/</define-tag>
 
 #  Xinclude "locallinks.wmi"



More information about the tor-commits mailing list