Version 0.5 is compatible with FF 4.0b7
[LocalLink.git] / www / source.html
blobd25161d799deb89bc63d8b121ca8f15a763cf299
1 <!-- MAIN CONTENT -->
2 <h5 class="page-header">Source Code</h5>
4 <p id="src-intro">
5 The locallink 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/locallink/">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 locallink
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/LocalLink.git
23 git clone http://repo.or.cz/r/LocalLink.git
24 </pre>
26 </li>
27 </ul>