Skip to content

Commit 62660a5

Browse files
author
Andreas Stange
committed
Merge remote-tracking branch 'upstream/master'
Conflicts: it.baeyens.arduino.core/META-INF/MANIFEST.MF
2 parents 2e7adbb + 2ae4f89 commit 62660a5

File tree

90 files changed

+2256
-1615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+2256
-1615
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;}

0 commit comments

Comments
 (0)