Skip to content

Commit 839ed91

Browse files
author
jantje
committed
Web site updates for release V3.0 toddler
Also did the text change for bash and sh as Wim proposed.
1 parent bd2acdd commit 839ed91

File tree

12 files changed

+210
-41
lines changed

12 files changed

+210
-41
lines changed

Eclipse update site/WebContent/archived-1.x.html renamed to Eclipse update site/WebContent/archived-1.x.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Roberto Lo Giacco">
99
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
1010

11-
<title>Arduino Eclipse Plugin - Archive ver 1.x</title>
11+
<title>Arduino Eclipse IDE - Archive ver 1.x</title>
1212

1313
<!-- Bootstrap core CSS and theme -->
1414
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
@@ -29,17 +29,18 @@
2929

3030
<!-- Fixed navbar -->
3131
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
32-
<ng-include src="'fragments/navbar.html'"/>
32+
<?php include 'fragments/navbar.html';?>
3333
</nav>
3434

3535
<div class="container" role="main">
3636
<div class="page-header">
3737
<h1>Archive version 1.x <small>in case you want to travel back in time</small></h1>
3838
<a name="top">&nbsp;</a>
3939
</div>
40-
<p>One of the major problems encountered in time travel is not that of becoming your own father or mother. There is no problem in becoming your own father or mother that a broad-minded and well-adjusted family can't cope with. There is no problem with changing the course of history—the course of history does not change because it all fits together like a jigsaw. All the important changes have happened before the things they were supposed to change and it all sorts itself out in the end.<br>The hitchhikers guide to the galaxy.</p>
40+
<p class="solid"><small>One of the major problems encountered in time travel is not that of becoming your own father or mother. There is no problem in becoming your own father or mother that a broad-minded and well-adjusted family can't cope with. There is no problem with changing the course of history—the course of history does not change because it all fits together like a jigsaw. All the important changes have happened before the things they were supposed to change and it all sorts itself out in the end.<br>
41+
The hitchhikers guide to the galaxy.</small></p>
4142
<h3>Before you start <small>don't skip this section, you will regret it!</small></h3>
42-
<p>V1 is only available as plugin.</p>
43+
<p>V1 Arduino eclipse IDE is only available as plugin.</p>
4344

4445
<h3>Eclipse Update Site</h3>
4546
<p>Install V1 of the plugin by setting the following update site within an existing Eclipse CDT installation</p>
@@ -55,7 +56,7 @@ <h3>Troubleshooting <small>known solutions to common problems</small></h3>
5556
</div><!-- /container -->
5657

5758
<div id="footer">
58-
<ng-include src="'fragments/footer.html'"/>
59+
<?php include 'fragments/footer.html';?>
5960
</div>
6061
</body>
6162

Eclipse update site/WebContent/archived-2.2.html renamed to Eclipse update site/WebContent/archived-2.2.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Roberto Lo Giacco">
99
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
1010

11-
<title>Arduino Eclipse Plugin - Archive ver 2.2</title>
11+
<title>Arduino Eclipse IDE - Archive ver 2.2</title>
1212

1313
<!-- Bootstrap core CSS and theme -->
1414
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
@@ -29,28 +29,30 @@
2929

3030
<!-- Fixed navbar -->
3131
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
32-
<ng-include src="'fragments/navbar.html'"/>
32+
<?php include 'fragments/navbar.html';?>
3333
</nav>
3434

3535
<div class="container" role="main">
3636
<div class="page-header">
3737
<h1>Archive version 2.2 <small>in case you want to travel back in time</small></h1>
3838
<a name="top">&nbsp;</a>
3939
</div>
40-
<p>...some funny description of the archive list...</p>
40+
<p class="solid"><small>One of the major problems encountered in time travel is not that of becoming your own father or mother. There is no problem in becoming your own father or mother that a broad-minded and well-adjusted family can't cope with. There is no problem with changing the course of history—the course of history does not change because it all fits together like a jigsaw. All the important changes have happened before the things they were supposed to change and it all sorts itself out in the end.<br>
41+
The hitchhikers guide to the galaxy.</small></p>
4142
<h3>Before you start <small>don't skip this section, you will regret it!</small></h3>
4243
<p>...installation instructions go here...</p>
4344
<a href="#top" scroll-to="top">Back to top</a>
4445
<h3>Pick your OS architecture in the following list</h3>
45-
<ng-include src="'fragments/file-list.php?ver=2.2'"></ng-include>
46+
<?php include 'fragments/file-list.php?ver=2.2';?>
47+
4648
<a href="#top" scroll-to="top">Back to top</a>
4749
<h3>Troubleshooting <small>known solutions to common problems</small></h3>
4850
<p>...known solutions to know problems...</p>
4951
<a href="#top" scroll-to="top">Back to top</a>
5052
</div><!-- /container -->
5153

5254
<div id="footer">
53-
<ng-include src="'fragments/footer.html'"/>
55+
<?php include 'fragments/footer.html';?>
5456
</div>
5557
</body>
5658

Eclipse update site/WebContent/archived-2.3.shtml renamed to Eclipse update site/WebContent/archived-2.3.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Roberto Lo Giacco">
99
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
1010

11-
<title>Arduino Eclipse Plugin - Archive ver 2.3</title>
11+
<title>Arduino Eclipse IDE - Archive ver 2.3</title>
1212

1313
<!-- Bootstrap core CSS and theme -->
1414
<link rel="stylesheet"
@@ -33,7 +33,7 @@
3333

3434
<!-- Fixed navbar -->
3535
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
36-
<!--#include virtual="fragments/navbar.html" -->
36+
<?php include 'fragments/navbar.html';?>
3737
</nav>
3838

3939
<div class="container" role="main">
@@ -44,28 +44,30 @@
4444
</h1>
4545
<a name="top">&nbsp;</a>
4646
</div>
47-
<p>...some funny description of the archive list...</p>
47+
<p class="solid"><small>One of the major problems encountered in time travel is not that of becoming your own father or mother. There is no problem in becoming your own father or mother that a broad-minded and well-adjusted family can't cope with. There is no problem with changing the course of history—the course of history does not change because it all fits together like a jigsaw. All the important changes have happened before the things they were supposed to change and it all sorts itself out in the end.<br>
48+
The hitchhikers guide to the galaxy.</small></p>
4849
<h3>
4950
Before you start <small>don't skip this section, you will
5051
regret it!</small>
5152
</h3>
5253
<p>Only for ArduinoIDE 1.6.2 and earlier</p>
5354
<a href="#top" scroll-to="top">Back to top</a>
5455
<h3>Pick your OS architecture in the following list</h3>
55-
<ng-include src="'fragments/file-list.php?ver=2.3'"></ng-include>
56-
<!--#include virtual="fragments/file-list.php?ver=2.3" -->
56+
<?php include 'fragments/file-list.php?ver=2.3';?>
57+
5758
<a href="#top" scroll-to="top">Back to top</a>
5859
<h3>
5960
Troubleshooting <small>known problems</small>
6061
</h3>
6162
<a href="https://github.com/jantje/arduino-eclipse-plugin/issues?q=label%3A%22status%3A+fixed+in+2.4%22+is%3Aclosed">Fixed issue in 2.4 and as such not fixed in this release.</a>
6263
<p>...known solutions to know problems...</p>
64+
<a href="https://github.com/jantje/arduino-eclipse-plugin/issues?utf8=%E2%9C%93&q=label%3A%22status%3A+fixed+in+2.4%22++label%3A%22status%3A+workaround+documented%22+">Fixed issue in 2.4 with a known workaround.</a>
6365
<a href="#top" scroll-to="top">Back to top</a>
6466
</div>
6567
<!-- /container -->
6668

6769
<div id="footer">
68-
<!--#include virtual="fragments/footer.html" -->
70+
<?php include 'fragments/footer.html';?>
6971
</div>
7072
</body>
7173

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="description" content="">
8+
<meta name="author" content="Roberto Lo Giacco">
9+
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
10+
11+
<title>Arduino Eclipse IDE - Archive ver 2.4</title>
12+
13+
<!-- Bootstrap core CSS and theme -->
14+
<link rel="stylesheet"
15+
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
16+
<link rel="stylesheet"
17+
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css">
18+
19+
<!-- Custom styles -->
20+
<link
21+
href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,600,300|Open+Sans+Condensed:300,700|Ubuntu+Mono:400,700,400italic,700italic'
22+
rel='stylesheet' type='text/css'>
23+
<link href="css/theme.css" rel="stylesheet">
24+
25+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
26+
<!--[if lt IE 9]>
27+
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
28+
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
29+
<![endif]-->
30+
</head>
31+
32+
<body role="document" ng-app='arduinoEclipse'>
33+
34+
<!-- Fixed navbar -->
35+
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
36+
<?php include 'fragments/navbar.html';?>
37+
</nav>
38+
39+
<div class="container" role="main">
40+
<div class="page-header">
41+
<h1>
42+
Archive version 2.4 <small>in case you want to travel back
43+
in time</small>
44+
</h1>
45+
<a name="top">&nbsp;</a>
46+
</div>
47+
<p class="solid"><small>One of the major problems encountered in time travel is not that of becoming your own father or mother. There is no problem in becoming your own father or mother that a broad-minded and well-adjusted family can't cope with. There is no problem with changing the course of history—the course of history does not change because it all fits together like a jigsaw. All the important changes have happened before the things they were supposed to change and it all sorts itself out in the end.<br>
48+
The hitchhikers guide to the galaxy.</small></p>
49+
<h3>
50+
Before you start <small>don't skip this section, you will
51+
regret it!</small>
52+
</h3>
53+
<p>Only for ArduinoIDE 1.6.5 and earlier</p>
54+
<a href="#top" scroll-to="top">Back to top</a>
55+
<h3>Pick your OS architecture in the following list</h3>
56+
<?php include 'fragments/file-list.php?ver=2.4';?>
57+
<a href="#top" scroll-to="top">Back to top</a>
58+
<h3>
59+
Troubleshooting <small>known problems</small>
60+
</h3>
61+
<a href="https://github.com/jantje/arduino-eclipse-plugin/issues?q=label%3A%22status%3A+fixed+in+3.0%22+is%3Aclosed">Fixed issue in 3.0 and as such not fixed in this release.</a>
62+
<p>...known solutions to know problems...</p>
63+
<a href="https://github.com/jantje/arduino-eclipse-plugin/issues?utf8=%E2%9C%93&q=label%3A%22status%3A+fixed+in+3.0%22++label%3A%22status%3A+workaround+documented%22+">Fixed issue in 3.0 with a known workaround.</a>
64+
<a href="#top" scroll-to="top">Back to top</a>
65+
</div>
66+
<!-- /container -->
67+
68+
<div id="footer">
69+
<?php include 'fragments/footer.html';?>
70+
</div>
71+
</body>
72+
73+
<script
74+
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
75+
<script
76+
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
77+
<script
78+
src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
79+
<script src="js/marked.min.js"></script>
80+
<script src="js/angular-marked.min.js"></script>
81+
<script src="js/ui-bootstrap-tpls.js"></script>
82+
<script src="js/app.js"></script>
83+
</html>

Eclipse update site/WebContent/css/theme.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ body {
5656
bottom: 0;
5757
width: 100%;
5858
height: 80px;
59-
}
59+
}
60+
61+
p.solid {border-style: solid;}

Eclipse update site/WebContent/fragments/navbar.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333

3434

3535
<li class="dropdown-header">Archived Versions</li>
36-
<li><a href="http://eclipse.baeyens.it/archived-2.3.shtml">Plugin v2.3</a></li>
37-
<li><a href="http://eclipse.baeyens.it/archived-2.2.html">Plugin v2.2</a></li>
38-
<li><a href="http://eclipse.baeyens.it/archived-1.x.html">Plugin v1.x</a></li>
36+
<li><a href="http://eclipse.baeyens.it/archived-2.4.php">Plugin v2.4</a></li>
37+
<li><a href="http://eclipse.baeyens.it/archived-2.3.php">Plugin v2.3</a></li>
38+
<li><a href="http://eclipse.baeyens.it/archived-2.2.php">Plugin v2.2</a></li>
39+
<li><a href="http://eclipse.baeyens.it/archived-1.x.php">Plugin v1.x</a></li>
3940
</ul>
4041
</li>
4142

Eclipse update site/WebContent/index.shtml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Roberto Lo Giacco">
99
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
1010

11-
<title>Arduino Eclipse Plugin - Welcome!</title>
11+
<title>Arduino Eclipse IDE - Welcome!</title>
1212

1313
<!-- Bootstrap core CSS and theme -->
1414
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
@@ -36,18 +36,21 @@
3636
<div class="jumbotron">
3737
<h1>Where <b>Arduino</b> meets <b>Eclipse</b></h1>
3838
<p>You like <b>Arduino</b>, your projects are getting bigger and you feel the Arduino IDE is not powerful enough?</p>
39-
<p>This is about a free, open source, <b>Eclipse</b> plug-in to ease your development efforts!<br>
40-
As you only need the Arduino IDE, Eclipse and this plug-in this represents a completely free and open Arduino IDE alternative.
39+
<p>This is about a free, open source, <b>Eclipse</b> IDE to ease your development efforts!<br>
40+
This represents a completely free and open Arduino IDE alternative!<br>
41+
Download the product, unpack and play!<br>
4142
</p>
42-
<p><a href="http://blog.baeyens.it/#post26">!!!V3 will be released the 1the of April: only the product download is needed!!!!</a></p>
43+
<h1>V3 Is out. Try it out now!!!</h1>
4344
<p>Welcome to a next stage for your Arduino projects!</p>
4445
<p>
4546
<a href="learn.shtml" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a>
46-
<a href="donate.shtml" class="btn btn-success btn-lg pull-right" role="button">Be my Patron!</a>
47+
<a href="donate.shtml" class="btn btn-success btn-lg pull-right" role="button">Support me on Patreon!</a>
4748
</p>
4849
<iframe width="560" height="315" src="https://www.youtube.com/embed/HE5iYxv-B-o" frameborder="0" allowfullscreen></iframe>
4950
<iframe width="560" height="315" src="https://www.youtube.com/embed/x_JKcvqpxq8" frameborder="0" allowfullscreen></iframe>
5051
<iframe width="560" height="315" src="https://www.youtube.com/embed/quT-5SSj-Gg" frameborder="0" allowfullscreen></iframe>
52+
<iframe width="560" height="315" src="https://www.youtube.com/embed/h-rz2FR3H6Y" frameborder="0" allowfullscreen></iframe>
53+
5154
</div>
5255
<div class="row">
5356
<div class="col-md-4">

Eclipse update site/WebContent/stable-linux.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Roberto Lo Giacco">
99
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
1010

11-
<title>Arduino Eclipse Plugin - Linux Latest Stable</title>
11+
<title>Arduino Eclipse IDE - Linux Latest Stable</title>
1212

1313
<!-- Bootstrap core CSS and theme -->
1414
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
@@ -37,18 +37,21 @@
3737
<h1>Linux Latest Stable <small>runs smoothly and nicely</small></h1>
3838
<a name="top">&nbsp;</a>
3939
</div>
40-
<p>This is the latest stable build of Arduino Eclipse and it's available in two convenient formats: pick the one you prefer!</p>
40+
<p>This is the latest stable build of Arduino Eclipse IDE and it's available as a product and a plugin: pick the one you prefer!</p>
4141
<h3>Product bundle</h3><a name="product">&nbsp;</a>
42-
<p>This is the simplest way to start using Arduino Eclipse as it bundles in one single download a complete setup including a stable version of the Eclipse CDT and the latest stable build of our great plugin!</p>
42+
<p>Strongly advised when you are new to the Arduino eclipse IDE.</p>
43+
<p>This is the simplest way to start using Arduino Eclipse as it bundles in one single download a complete setup including a stable version of the Eclipse CDT and the latest stable build of our great Arduino eclipse IDE!</p>
44+
<p>Watch this movie to see how easy it is to get started:</p>
45+
<iframe width="560" height="315" src="https://www.youtube.com/embed/HE5iYxv-B-o" frameborder="0" allowfullscreen></iframe>
4346
<div class="row">
44-
<ng-include src="'fragments/file-buttons.php?arch=linux&ver=2.4'"></ng-include>
47+
<ng-include src="'fragments/file-buttons.php?arch=linux&ver=3.0'"></ng-include>
4548
</div>
4649
<a href="#top" scroll-to="top">Back to top</a>
4750
<h3>Plugin update site</h3><a name="plugin">&nbsp;</a>
48-
<p>If you want to pick a different version of the Eclipse CDT than the one included in the product bundle or you want to add the Arduino Eclipse plugin to an exisisting installation this is the way to go.</p>
51+
<p>If you want to pick a different version of the Eclipse CDT than the one included in the product bundle or you want to add the Arduino Eclipse plugin to an existing installation this is the way to go.</p>
4952
<div class="row">
5053
<div class="col-md-4 col-md-offset-4">
51-
<div class="well text-center">http://www.baeyens.it/eclipse/V2</div>
54+
<div class="well text-center">http://www.baeyens.it/eclipse/V3</div>
5255
</div>
5356
</div>
5457
</div><!-- /container -->

Eclipse update site/WebContent/stable-osx.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="author" content="Roberto Lo Giacco">
99
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
1010

11-
<title>Arduino Eclipse Plugin - OsX Latest Stable</title>
11+
<title>Arduino Eclipse IDE - OsX Latest Stable</title>
1212

1313
<!-- Bootstrap core CSS and theme -->
1414
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
@@ -34,21 +34,22 @@
3434

3535
<div class="container" role="main">
3636
<div class="page-header">
37-
<h1>OsX Latest Stable <small>runs smoothly and nicely until Arduino IDE 1.5.6. For later versions you need the nightly</small></h1>
37+
<h1>OsX Latest Stable <small>runs smoothly and nicely</small></h1>
3838
<a name="top">&nbsp;</a>
3939
</div>
40-
<p>This is the latest stable build of Arduino Eclipse and it's available in two convenient formats: pick the one you prefer!</p>
40+
<p>This is the latest stable build of Arduino Eclipse and it's available as a product and a plugin: pick the one you prefer!</p>
4141
<h3>Product bundle</h3><a name="product">&nbsp;</a>
42+
<p>Strongly advised when you are new to the Arduino eclipse IDE.</p>
4243
<p>This is the simplest way to start using Arduino Eclipse as it bundles in one single download a complete setup including a stable version of the Eclipse CDT and the latest stable build of our great plugin!</p>
4344
<div class="row">
44-
<ng-include src="'fragments/file-buttons.php?arch=mac&ver=2.4'"></ng-include>
45+
<ng-include src="'fragments/file-buttons.php?arch=mac&ver=3.0'"></ng-include>
4546
</div>
4647
<a href="#top" scroll-to="top">Back to top</a>
4748
<h3>Plugin update site</h3><a name="plugin">&nbsp;</a>
4849
<p>If you want to pick a different version of the Eclipse CDT than the one included in the product bundle or you want to add the Arduino Eclipse plugin to an exisisting installation this is the way to go.</p>
4950
<div class="row">
5051
<div class="col-md-4 col-md-offset-4">
51-
<div class="well text-center">http://www.baeyens.it/eclipse/V2</div>
52+
<div class="well text-center">http://www.baeyens.it/eclipse/V3</div>
5253
</div>
5354
</div>
5455
</div><!-- /container -->

0 commit comments

Comments
 (0)