diff options
Diffstat (limited to 'docs/busybox.net/download.html')
-rw-r--r-- | docs/busybox.net/download.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/busybox.net/download.html b/docs/busybox.net/download.html new file mode 100644 index 000000000..d8a389023 --- /dev/null +++ b/docs/busybox.net/download.html | |||
@@ -0,0 +1,38 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | |||
4 | |||
5 | <h3>Download</h3> | ||
6 | |||
7 | Source for the latest release can always be | ||
8 | downloaded from <a href="downloads">http://www.busybox.net/downloads</a>. | ||
9 | |||
10 | <p> | ||
11 | You can also obtain <a href= "downloads/snapshots/">Daily Snapshots</a> of | ||
12 | the latest stable, and the latest development CVS source trees. | ||
13 | |||
14 | <p> | ||
15 | BusyBox now has <b>two</b> CVS trees. The "busybox-stable" tree | ||
16 | contains the older 0.60.x stable series. The "busybox" tree contains | ||
17 | the latest 1.0.0-preX development version of busybox.<br> | ||
18 | |||
19 | <ul> | ||
20 | <li> Click here to browse the <a href="/cgi-bin/cvsweb/busybox/"> | ||
21 | CVS tree for the 1.0.0-preX development version of BusyBox</a> | ||
22 | </li> | ||
23 | |||
24 | <li>Click here to browse the <a href="/cgi-bin/cvsweb/busybox.stable/"> | ||
25 | CVS tree for the stable 0.60.x version of BusyBox</a>. | ||
26 | </li> | ||
27 | |||
28 | <li>Anonymous <a href="cvs_anon.html">CVS access</a> is available. | ||
29 | </li> | ||
30 | |||
31 | <li>For those that are actively contributing there is | ||
32 | even <a href="cvs_write.html">CVS write access</a>. | ||
33 | </li> | ||
34 | |||
35 | </ul> | ||
36 | |||
37 | <!--#include file="footer.html" --> | ||
38 | |||