Skip to content

Commit 30e2b3d

Browse files
committed
next round of cleaning up of hardcoded URL
1 parent 82baa3b commit 30e2b3d

File tree

6 files changed

+37
-31
lines changed

6 files changed

+37
-31
lines changed

_includes/navigation-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>Links</h3>
1414
<a href="/projects/gradle/android/">Gradle for Eclipse - Android</a>.
1515
<a href="https://github.com/angelozerr/angularjs-eclipse">AngularJS-Eclipse</a>.
1616
<a href="https://github.com/angelozerr/angular2-eclipse">Angular2-Eclipse</a>.
17-
<a href="http://www.nodeclipse.org/updates/polyglot-maven-ide-pack/">Polyglot Maven IDE Pack</a>.
17+
<a href="/updates/polyglot-maven-ide-pack/">Polyglot Maven IDE Pack</a>.
1818
<a href="/projects/proto">.proto Editor</a>.
1919
<a href="https://www.npmjs.com/package/nodeclipse#nodeclipse-cli-installer">Nodeclipse CLI installer</a>.
2020
</p>

_includes/p2.timestamp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1508331000
1+
1508332000

_layouts/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
88
<meta charset="utf-8">
99
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node,debug,phantomjs,jjs,nashorn,vert.x,maven,gradle,android" name="keywords">
10-
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
11-
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
12-
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
10+
<link type="image/x-icon" rel="icon" href="/favicon.ico">
11+
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico">
12+
<link rel="stylesheet" href="/pipe.css">
1313
<title>Nodeclipse - Node.js Tooling with Eclipse</title>
1414
<style>
1515
ul {

_layouts/share.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
88
<meta charset="utf-8">
99
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node,debug,phantomjs,jjs,nashorn,vert.x,maven,gradle,android" name="keywords">
10-
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
11-
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
12-
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
10+
<link type="image/x-icon" rel="icon" href="/favicon.ico">
11+
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico">
12+
<link rel="stylesheet" href="/pipe.css">
1313
<title>Nodeclipse -- Node support for Eclipse</title>
1414
<style>
1515
ul {

index.html

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -191,28 +191,34 @@ <h3><a name="news" class="anchor" href="#news"></a>
191191
-->
192192

193193

194-
<p>
195-
2018-01-11 Nodejs 8 has depricated <code>--debug</code> command option, so debug may not work.
196-
The code in question is <code>cmdLine.add("--debug"+brk+"="+nodeDebugPort);</code>
197-
<a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.debug/src/org/nodeclipse/debug/launch/LaunchConfigurationDelegate.java#L114">LaunchConfigurationDelegate.java#L114</a>.
198-
Help is needed to try out solution for Nodejs 8
199-
<a href="https://github.com/Nodeclipse/nodeclipse-1/issues/220">#220</a>
200-
.
194+
<p>
195+
2018-03-26 Migrating from <a href="nodeclipse.org">nodeclipse.org</a><br/>
196+
to <a href="https://nodeclipse.github.io">https://nodeclipse.github.io</a><br/>
197+
See <a href="https://github.com/Nodeclipse/nodeclipse-1/issues/221">#221</a> for details.
198+
Sources are of course at https://github.com/Nodeclipse/nodeclipse.github.io
199+
</p>
200+
<p>
201+
2018-01-11 Nodejs 8 has depricated <code>--debug</code> command option, so debug may not work.
202+
The code in question is <code>cmdLine.add("--debug"+brk+"="+nodeDebugPort);</code>
203+
<a href="https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.debug/src/org/nodeclipse/debug/launch/LaunchConfigurationDelegate.java#L114">LaunchConfigurationDelegate.java#L114</a>.
204+
Help is needed to try out solution for Nodejs 8
205+
<a href="https://github.com/Nodeclipse/nodeclipse-1/issues/220">#220</a>
206+
.
201207
</p>
202-
<p>
203-
2017-11-03 Have you tried <a href="https://github.com/mickaelistria/eclipse-bluesky">BlueSky</a> -
204-
new simple and productive Web Development Tools by Mickael Istria.
205-
Available on <a href="https://marketplace.eclipse.org/content/bluesky-web-development-eclipse-ide-experimental">marketplace</a>
206-
and soon in <a href="http://www.nodeclipse.org/updates/list">Nodeclipse plugin list</a>.
208+
<p>
209+
2017-11-03 Have you tried <a href="https://github.com/mickaelistria/eclipse-bluesky">BlueSky</a> -
210+
new simple and productive Web Development Tools by Mickael Istria.
211+
Available on <a href="https://marketplace.eclipse.org/content/bluesky-web-development-eclipse-ide-experimental">marketplace</a>
212+
and soon in <a href="http://www.nodeclipse.org/updates/list">Nodeclipse plugin list</a>.
207213
</p>
208-
<p>
209-
2017-10-31 <a href="https://github.com/Mathieuu/CsvEdit">CSV Edit</a> (with a tiny change)
210-
was built and update site is now at
211-
<code>http://www.nodeclipse.org/updates/csvedit/</code><br>
212-
Also installable via on <a href="https://marketplace.eclipse.org/content/csv-edit-resurrector">marketplace</a>
213-
and in <a href="http://www.nodeclipse.org/updates/list">Nodeclipse plugin list</a>.
214+
<p>
215+
2017-10-31 <a href="https://github.com/Mathieuu/CsvEdit">CSV Edit</a> (with a tiny change)
216+
was built and update site is now at
217+
<code>http://www.nodeclipse.org/updates/csvedit/</code><br>
218+
Also installable via on <a href="https://marketplace.eclipse.org/content/csv-edit-resurrector">marketplace</a>
219+
and in <a href="http://www.nodeclipse.org/updates/list">Nodeclipse plugin list</a>.
214220
</p>
215-
<p>
221+
<p>
216222
2017-11-18 <a href="http://www.nodeclipse.org/updates/gradle-ide-pack">Gradle IDE Pack</a> repository
217223
(<a href="https://marketplace.eclipse.org/content/gradle-ide-pack">on marketplace</a>)
218224
now includes <a href="https://github.com/de-jcup/egradle">EGradle</a>.

updates/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
88
<meta charset="utf-8">
99
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node" name="keywords">
10-
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
11-
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
12-
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
10+
<link type="image/x-icon" rel="icon" href="/favicon.ico">
11+
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico">
12+
<link rel="stylesheet" href="/pipe.css">
1313
<title>Nodeclipse - Installation Instructions</title>
1414
<style>
1515
ul {
@@ -27,7 +27,7 @@ <h3>Logos on this page link to the corresponding projects</h3>
2727
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" title="Go to JDK downloads">
2828
<img src="http://www.oracle.com/ocom/groups/public/@otn/documents/digitalasset/1612441.gif" width="50" height="50" />
2929
</a>
30-
<a href="http://www.nodeclipse.org/enide/studio/2015/" title="Go to Enide Studio 2015 web page">
30+
<a href="/enide/2015/" title="Go to Enide Studio 2015 web page">
3131
<img src="../enide/2015/eclipse48.png" alt="Enide Studio 2015">
3232
</a>
3333
<a href="http://developer.android.com/sdk/index.html" title="Go to Android tools web site">

0 commit comments

Comments
 (0)