Annotation of accessibar/www/source.html, revision 1.4
1.1 petejc 1: <!-- MAIN CONTENT -->
2: <h5 class="page-header">Source Code</h5>
3:
4: <p id="src-intro">
5: The accessibar source code can be accessed in either of the following ways:
6: </p>
7:
8: <ul id="get-the-src">
9: <li>View the source using the CVS <a href="http://www.mozdev.org/source/browse/accessibar/">web interface</a></li>
10: <li>Check out the source using anonymous CVS with the following commands (password is guest):
11:
12: <pre>
13: cvs -d :pserver:guest@mozdev.org:/cvs login
14: cvs -z3 -d :pserver:guest@mozdev.org:/cvs co accessibar
15: </pre>
16:
17: </li>
18: </ul>
19:
1.3 sriks 20: <p> Code is also being hosted in an SVN repository at <a href="www.cvsdude.com">CVSDude</a> for wider access. Please get in touch with us for details.
1.2 sriks 21:
1.1 petejc 22: <p id="cvs-doc">CVS clients and Help Documentation can be found at <a href="http://www.cvshome.org/">cvshome.org</a>.</p>
23:
1.4 ! sriks 24: <p><!-- Cut-n-paste from here -->
! 25: <a href="http://cvsdude.com" alt="CVSDude : CVS, Subversion, Trac source control and project management hosting">
! 26: <img border="0" src="http://cvsdude.com/image/cvsdude_tag.jpg">
! 27: </a>
! 28: <!-- End cut-n-paste --></p>
! 29:
1.1 petejc 30:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>