Skip to content

Commit 980e22f

Browse files
committed
Web site is back to normal. Added product news.
1 parent 1b68bf9 commit 980e22f

File tree

5 files changed

+13
-39
lines changed

5 files changed

+13
-39
lines changed

Eclipse update site/WebContent/.htaccess

Lines changed: 0 additions & 17 deletions
This file was deleted.

Eclipse update site/WebContent/Install.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,19 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
55
<title>Arduino Eclipse plugin installation instructions</title>
66
<link href="MyStyle.css" rel="Stylesheet" type="text/css">
7-
<script type="text/javascript">
8-
9-
var _gaq = _gaq || [];
10-
_gaq.push(['_setAccount', 'UA-35483398-1']);
11-
_gaq.push(['_setDomainName', 'baeyens.it']);
12-
_gaq.push(['_trackPageview']);
13-
14-
(function() {
15-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18-
})();
19-
20-
</script></head>
7+
</head>
218
<body>
229
<div id="header">
2310
<a href="http://www.eclipse.org/"><img src="http://download.eclipse.org/eclipse/eclipse.org-common/stylesheets/header_logo.gif" width="163" height="68" border="0" alt="Eclipse Logo" class="logo" /></a>
2411
<SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="news.js"></SCRIPT>
2512
</div>
2613

2714
<h1>Welcome to the Arduino Eclipse installation page</h1>
15+
2816
This page contains Detailed instructions on how to install and configure the Arduino Eclipse plugin.<br>
2917
People who use MAC OSX and are installing V1 may want to read <a href="http://robots.dacloughb.com/project-1/setting-up-the-arduino-eclipse-environment-on-mac-os-x-lion/">the blog of
3018
garretto</a> on how to install on OSX.<br>
19+
To know what you want to install please see the <a href="installAdvice.shtml">install advice page</a>.
3120

3221

3322
<h2>Detailed installation instructions</h2>

Eclipse update site/WebContent/download.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
while ($f = readdir($dh)) {
2424
$fullpath = $dir."/".$f;
2525
if ($f{0} == "." || is_dir($fullpath)) continue;
26-
if (substr($f,0,18)=="linux64.")
26+
if (substr($f,0,8)=="linux64.")
2727
{
2828
echo "<a href=\"$fullpath\" target=\"_blank\">$f</a>\n<br>";
2929
}
@@ -38,7 +38,7 @@
3838
while ($f = readdir($dh)) {
3939
$fullpath = $dir."/".$f;
4040
if ($f{0} == "." || is_dir($fullpath)) continue;
41-
if (substr($f,0,18)=="linux32.")
41+
if (substr($f,0,8)=="linux32.")
4242
{
4343
echo "<a href=\"$fullpath\" target=\"_blank\">$f</a>\n<br>";
4444
}
@@ -52,7 +52,7 @@
5252
while ($f = readdir($dh)) {
5353
$fullpath = $dir."/".$f;
5454
if ($f{0} == "." || is_dir($fullpath)) continue;
55-
if (substr($f,0,10)=="win64.")
55+
if (substr($f,0,6)=="win64.")
5656
{
5757
echo "<a href=\"$fullpath\" target=\"_blank\">$f</a>\n<br>";
5858
}
@@ -66,21 +66,21 @@
6666
while ($f = readdir($dh)) {
6767
$fullpath = $dir."/".$f;
6868
if ($f{0} == "." || is_dir($fullpath)) continue;
69-
if (substr($f,0,10)=="win32")
69+
if (substr($f,0,6)=="win32.")
7070
{
7171
echo "<a href=\"$fullpath\" target=\"_blank\">$f</a>\n<br>";
7272
}
7373
}
7474
closedir($dh);
7575
?>
76-
<h2>MAC 64 bit</h2>
76+
<h2>Mac 64 bit</h2>
7777
<?php
7878
$dir = "http://eclipse.baeyens.it/download/product";
7979
$dh = opendir("download/product");
8080
while ($f = readdir($dh)) {
8181
$fullpath = $dir."/".$f;
8282
if ($f{0} == "." || is_dir($fullpath)) continue;
83-
if (substr($f,0,10)=="mac64")
83+
if (substr($f,0,6)=="mac64.")
8484
{
8585
echo "<a href=\"$fullpath\" target=\"_blank\">$f</a>\n<br>";
8686
}

Eclipse update site/WebContent/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>Before continuing Note that :</h2>
6666
is a link to instructions on how to keep your code Arduino IDE
6767
compatible. I use those and I can compile the code between the
6868
Arduino IDE and eclipse without changes and defines.</li>
69-
<li>The plugin works on windows and Linux and OS X. </li>
69+
<li>The plugin and product work native on windows and Linux and OS X. </li>
7070
<li>For 1.X some special installation instructions on Os X are needed </li>
7171
<li>For 2.X all no special instructions are needed </li>
7272
<li>There is a serial monitor in this project from 1.2.2 onwards. If you are using an earlier version
@@ -81,6 +81,8 @@ <h2>Before continuing Note that :</h2>
8181
<h2>Links</h2>
8282
<a href="donate.html">If you would like to support Jantje; <b>buy Jantje an Arduino.</b></a><br>
8383
<a href="http://blog.baeyens.it/#home">Read my blog if you want to stay up to date on changes.</a><br>
84+
<a href="installAdvice.shtml"><b>Installation advice</b> can be found here</a><br>
85+
<a href="download.php"><b>Nightly builds</b> of the product can be found here</a><br>
8486
<a href="Install.html"><b>Installation instructions</b> can be found here</a><br>
8587
<a href="Arduino eclipse plugin FAQ.html">A <b>FAQ</b> can be found here</a>.<br>
8688
<a href="IDECompatibility.html">Instructions on Arduino <b>IDE compatibility</b> are here</a>. <br>

Eclipse update site/WebContent/news.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)