diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-21 21:16:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-21 21:16:29 +0000 |
commit | a9d6aed9333b8df02649a40d2240fa2aca269f90 (patch) | |
tree | 819976ecd346f6ebaf7e52bc256f8af0ce33b8c4 /docs/download.html | |
parent | f5bafe8162ed1c2696969aa3586aadf8a8b32fad (diff) | |
download | buildroot-novena-a9d6aed9333b8df02649a40d2240fa2aca269f90.tar.gz buildroot-novena-a9d6aed9333b8df02649a40d2240fa2aca269f90.zip |
Add a website
Diffstat (limited to 'docs/download.html')
-rw-r--r-- | docs/download.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/download.html b/docs/download.html new file mode 100644 index 000000000..10fc0cb86 --- /dev/null +++ b/docs/download.html @@ -0,0 +1,31 @@ +<!--#include file="header.html" --> + + + +<h3>Download</h3> + +<p> + +The best way to obtain and update your own copy of buildroot is to fetch the +lestest version using <a href="subversion.html">Subversion</a>. You can also +obtain <a href= "downloads/snapshots/">Daily Snapshots</a> of the latest +buildroot source tree but cannot or do not wish to use Subversion (svn). + +<ul> + <li> Click here to <a href="downloads/snapshots/">Daily Snapshots</a>. + </li> + + <li> Click here to <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">browse the source tree</a>. + </li> + + <li>Anonymous <a href="subversion.html">Subversion access</a> is available. + </li> + + <li>For those that are actively contributing obtaining + <a href="developer.html">Subversion read/write access</a> is also possible. + </li> + +</ul> + +<!--#include file="footer.html" --> + |