|
1 | 1 | <?php |
2 | 2 | require 'fragments/file-buttons.php'; |
3 | | -$version = "4.1"; |
| 3 | +include 'globals.txt'; |
| 4 | +$version = $STABLE_VERSION_MAJOR . "." . $STABLE_VERSION_MINOR; |
4 | 5 |
|
5 | 6 | if (isset ( $_GET ["OS"] )) |
6 | | - $OS = $_GET ["OS"]; |
7 | | - $os =strtolower ( $OS ); |
8 | | - if($os!="linux") |
9 | | - { |
10 | | - $os = substr ( $os, 0, 3 ); |
11 | | - } |
12 | | -?> |
| 7 | + $OS = $_GET ["OS"]; |
| 8 | + $os =strtolower ( $OS ); |
| 9 | + if($os!="linux") |
| 10 | + { |
| 11 | + $os = substr ( $os, 0, 3 ); |
| 12 | + } |
| 13 | + ?> |
13 | 14 |
|
14 | 15 | <!DOCTYPE html> |
15 | 16 | <html lang="en"> |
|
62 | 63 | away right after launching it!</p> |
63 | 64 | <P>And probably worse: The nightly is the playground of the contributors. |
64 | 65 | No testing has been done, no validation has been done.</P> |
| 66 | + <P>In contrast to the stable the nightly product downloads do not contain a java run time.</P> |
65 | 67 |
|
66 | 68 |
|
67 | | - |
68 | | - If you have download issues try another browser. Firefox seems to work fine on all oses. chrome seems to have issues.<br> |
69 | 69 | <h2>Some recent changes:</h2> |
70 | 70 | <p>Due to a DDos attack I needed to move files around. As a consequence I no longer offer a list of latest nightlies.</p> |
71 | 71 | <p><a href="https://oss.sonatype.org/content/repositories/snapshots/com/github/brodykenrick/arduino-eclipse-plugin/io.sloeber.product/4.1.0-SNAPSHOT/" target="_blank"> |
|
76 | 76 |
|
77 | 77 |
|
78 | 78 | <h3>Eclipse Update Site</h3> |
79 | | - <p>Alternatively you can get the latest nightly build by setting the following update site within an existing Eclipse CDT installation</p> |
| 79 | + <p>Alternatively you can get the latest nightly build by setting the following update site within an existing Sloeber installation.</p> |
80 | 80 | <p>You can not upgrade from V3 to V4!!!!</p> |
81 | | - <p>Even worse: you can install V3 and V4 in the same eclips installation causing all kind of wierd side effects. So don't do it</p> |
| 81 | + <p>Even worse: you can install V3 and V4 in the same eclipse installation causing all kind of wierd side effects. So don't do it</p> |
82 | 82 | <div class="row"> |
83 | 83 | <div class="col-md-4 col-md-offset-4"> |
84 | | - <div class="well text-center">http://eclipse.baeyens.it/update/V4/nightly</div> |
| 84 | + <?php |
| 85 | + echo '<div class="well text-center">http://eclipse.baeyens.it/update/V'.$STABLE_VERSION_MAJOR."/nightly</div>"; |
| 86 | + ?> |
85 | 87 | </div> |
86 | 88 | </div> |
87 | 89 | <p>Watch these movies to get a quick start:</p> |
|
0 commit comments