diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-13 01:48:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-05-13 01:48:00 -0400 |
commit | 7a5814c74c875d1d4ce80c8d24b0573a8fd51ab5 (patch) | |
tree | 1808a9cf0dee2b5182fe68f37c2be9b0c171990f /docs/busybox.net/download.html | |
parent | 318a8e5ed557ed04712edc2a59275c92ce7e85e6 (diff) | |
download | busybox-w32-7a5814c74c875d1d4ce80c8d24b0573a8fd51ab5.tar.gz busybox-w32-7a5814c74c875d1d4ce80c8d24b0573a8fd51ab5.tar.bz2 busybox-w32-7a5814c74c875d1d4ce80c8d24b0573a8fd51ab5.zip |
split website off into dedicated git repo
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'docs/busybox.net/download.html')
-rw-r--r-- | docs/busybox.net/download.html | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/docs/busybox.net/download.html b/docs/busybox.net/download.html deleted file mode 100644 index 34195b6f1..000000000 --- a/docs/busybox.net/download.html +++ /dev/null | |||
@@ -1,60 +0,0 @@ | |||
1 | <!--#include file="header.html" --> | ||
2 | |||
3 | |||
4 | |||
5 | <h3>Download</h3> | ||
6 | |||
7 | <p> | ||
8 | Source for the latest release can always be | ||
9 | downloaded from <a href="downloads/">http://www.busybox.net/downloads/</a>. | ||
10 | |||
11 | <p> | ||
12 | Each 1.x branch has bug fix releases after initial 1.x.0 release. | ||
13 | Also there are patches on top of latest bug fix release. | ||
14 | <p> | ||
15 | Latest releases and patch directories for each branch: | ||
16 | <br> | ||
17 | <a href="http://busybox.net/downloads/busybox-1.10.1.tar.bz2">1.10.1</a>, | ||
18 | <a href="http://busybox.net/downloads/fixes-1.10.1/">patches</a>, | ||
19 | <br> | ||
20 | <a href="http://busybox.net/downloads/busybox-1.9.2.tar.bz2">1.9.2</a>, | ||
21 | <a href="http://busybox.net/downloads/fixes-1.9.2/">patches</a>, | ||
22 | <br> | ||
23 | <a href="http://busybox.net/downloads/busybox-1.8.3.tar.bz2">1.8.3</a>, | ||
24 | <a href="http://busybox.net/downloads/fixes-1.8.3/">patches</a>, | ||
25 | <br> | ||
26 | <a href="http://busybox.net/downloads/busybox-1.7.5.tar.bz2">1.7.5</a>, | ||
27 | <a href="http://busybox.net/downloads/fixes-1.7.5/">patches</a>, | ||
28 | <br> | ||
29 | <a href="http://busybox.net/downloads/busybox-1.6.2.tar.bz2">1.6.2</a>, | ||
30 | <a href="http://busybox.net/downloads/fixes-1.6.2/">patches</a>, | ||
31 | <br> | ||
32 | <a href="http://busybox.net/downloads/busybox-1.5.2.tar.bz2">1.5.2</a>, | ||
33 | <a href="http://busybox.net/downloads/fixes-1.5.2/">patches</a>, | ||
34 | <br> | ||
35 | <a href="http://busybox.net/downloads/busybox-1.4.2.tar.bz2">1.4.2</a>, | ||
36 | <a href="http://busybox.net/downloads/fixes-1.4.2/">patches</a>, | ||
37 | <br> | ||
38 | <a href="http://busybox.net/downloads/busybox-1.3.2.tar.bz2">1.3.2</a>, | ||
39 | <a href="http://busybox.net/downloads/fixes-1.3.2/">patches</a>. | ||
40 | |||
41 | <p> | ||
42 | You can also obtain <a href="downloads/snapshots/">Daily Snapshots</a> of | ||
43 | the latest development source tree for those wishing to follow BusyBox development, | ||
44 | but cannot or do not wish to use Subversion (svn). | ||
45 | |||
46 | <ul> | ||
47 | <li> Click here to <a href="http://sources.busybox.net/index.py/trunk/busybox/">browse the source tree</a>. | ||
48 | </li> | ||
49 | |||
50 | <li>Anonymous <a href="subversion.html">Subversion access</a> is available. | ||
51 | </li> | ||
52 | |||
53 | <li>For those that are actively contributing obtaining | ||
54 | <a href="developer.html">Subversion read/write access</a> is also possible. | ||
55 | </li> | ||
56 | |||
57 | </ul> | ||
58 | |||
59 | <!--#include file="footer.html" --> | ||
60 | |||