Link to the shiny new Git interface and announce it.
[AboutConfig.git] / www / source.html
blobcc0e1b3624267337e4441af9bd294bd33ae9ccce
1 <!-- MAIN CONTENT -->
2 <h5 class="page-header">Source Code</h5>
4 <p id="src-intro">
5 The aboutconfig source code can be accessed in either of the following ways:
6 </p>
8 <ul id="get-the-src">
9 <li>View the source using the CVS <a href="http://www.mozdev.org/source/browse/aboutconfig/">web interface</a></li>
10 <li>Check out the source using anonymous CVS with the following commands (password is guest):
12 <pre>
13 cvs -d :pserver:guest@mozdev.org:/cvs login
14 cvs -z3 -d :pserver:guest@mozdev.org:/cvs co aboutconfig
15 </pre>
17 </li>
18 <li>View the source using the Git <a href="git/">web interface</a></li>
19 <li>Check out the source using Git with <b>either</b> of the following commands:
21 <pre>
22 git clone git://repo.or.cz/AboutConfig.git
23 git clone http://repo.or.cz/r/AboutConfig.git
24 </pre>
26 </li>
27 </ul>