Skip to content

Commit 9cf1e15

Browse files
committed
move git
0 parents  commit 9cf1e15

30 files changed

+863
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.DS_Store

404.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
4+
<meta charset="utf-8">
5+
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node" name="keywords">
6+
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
7+
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
8+
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
9+
<title>Nodeclipse -- 404 Not Found</title>
10+
<style>
11+
ul {
12+
padding: 0;
13+
margin: 0;
14+
}
15+
</style>
16+
<script type="text/javascript">
17+
function delayer() {
18+
window.location = "http://www.nodeclipse.org/"
19+
}
20+
</script>
21+
</head>
22+
<body class="int" id="logos" onLoad="setTimeout('delayer()', 5000)">
23+
<div id="intro" class="interior">
24+
<a href="http://www.nodejs.org/" title="Go back to the home page">
25+
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
26+
</a>
27+
</div>
28+
<div id="content" class="clearfix">
29+
<div id="column2" class="interior">
30+
<ul>
31+
<li><a href="http://www.nodeclipse.org/" class="logos current">Home</a></li>
32+
<li><a href="http://www.nodeclipse.org/updates/" class="download">Download</a></li>
33+
</ul>
34+
<p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p>
35+
</div>
36+
37+
<div id="column1" class="interior">
38+
<h3>404 Not Found</h3>
39+
<p>There isn't a page hosted here, sorry.</p>
40+
<p>Guess you’re going to have to go <a href="http://www.nodeclipse.org/">home</a> and try again!</p>
41+
<p>You will be redirected momentarily...</p>
42+
</div>
43+
</div>
44+
<script type="text/javascript">
45+
46+
var _gaq = _gaq || [];
47+
_gaq.push(['_setAccount', 'UA-31140487-1']);
48+
_gaq.push(['_setDomainName', 'nodeclipse.org']);
49+
_gaq.push(['_trackPageview']);
50+
51+
(function() {
52+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
53+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
54+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
55+
})();
56+
57+
</script>
58+
</body>
59+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.nodeclipse.org

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Nodeclipse -- Node support for Eclipse
2+
3+
4+
> [Nodeclipse](http://www.nodeclipse.org/) is an plugin that
5+
adds IDE functionality to the [Eclipse](http://www.eclipse.org/)
6+
for the [Node](http://www.nodejs.org/).
7+
The purpose of Nodeclipse is to create an environment in
8+
which development of Node is easy for a beginner to intermediate user.
9+
Development is slow, but ongoing. If you would like to help out,
10+
please leave a comment stating so in the Nodeclipse forum.
11+
12+
# FEATURES
13+
14+
* New Node Project and New Node Source File create default structure
15+
* Syntax highlighting
16+
* Content Assistant
17+
* NPM support
18+
19+
# INSTALLING
20+
21+
Update Site : http://www.nodeclipse.org/updates
22+
23+
# CONTACT
24+
Not hesitate to contact me. Feel free to send [email](mailto:dev@nodeclipse.com) to me.

favicon.ico

1.12 KB
Binary file not shown.

index.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
4+
<meta charset="utf-8">
5+
<meta content="nodeclipse,Nodeclipse,node.js,eclipse pulgin,ide,node" name="keywords">
6+
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
7+
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
8+
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
9+
<title>Nodeclipse -- Node support for Eclipse</title>
10+
<style>
11+
ul {
12+
padding: 0;
13+
margin: 0;
14+
}
15+
</style>
16+
</head>
17+
<body class="int" id="logos">
18+
<div id="intro" class="interior">
19+
<a href="http://www.nodejs.org/" title="Go back to the home page">
20+
<img id="logo" src="http://nodejs.org/logo.png" alt="node">
21+
</a>
22+
</div>
23+
<div id="content" class="clearfix">
24+
<div id="column2" class="interior">
25+
<ul>
26+
<li><a href="http://www.nodeclipse.org/" class="logos current">Home</a></li>
27+
<li><a href="http://www.nodeclipse.org/updates/" class="download">Download</a></li>
28+
</ul>
29+
<p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p>
30+
</div>
31+
32+
<div id="column1" class="interior">
33+
<p>
34+
<a href="http://www.nodeclipse.org/">Nodeclipse</a> is an plugin that
35+
adds IDE functionality to the <a href="http://www.eclipse.org/">Eclipse</a>
36+
for the <a href="http://www.nodejs.org/">Node</a>. <br/>
37+
The purpose of Nodeclipse is to create an environment in
38+
which development of Node is easy for a beginner to intermediate user.
39+
Development is slow, but ongoing. If you would like to help out,
40+
please leave a comment stating so in the Nodeclipse forum.
41+
</p>
42+
<h3>Installing</h3>
43+
<pre>Update Site : <a href="http://www.nodeclipse.org/updates">http://www.nodeclipse.org/updates</a></pre>
44+
<h3>Fork me on GitHub</h3>
45+
<p>
46+
You can also clone the <a href="https://github.com/lambgao/nodeclipse">project</a>
47+
with <a href="http://git-scm.com">Git</a> by running:
48+
</p>
49+
<pre>$ git clone git://github.com/lambgao/nodeclipse</pre>
50+
<h3>Contact</h3>
51+
<p>
52+
Not hesitate to contact me. Feel free to send
53+
<a title="Send me an email" href="mailto:dev@nodeclipse.org">email</a> to me.
54+
</p>
55+
</div>
56+
</div>
57+
<script type="text/javascript">
58+
59+
var _gaq = _gaq || [];
60+
_gaq.push(['_setAccount', 'UA-31140487-1']);
61+
_gaq.push(['_setDomainName', 'nodeclipse.org']);
62+
_gaq.push(['_trackPageview']);
63+
64+
(function() {
65+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
66+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
67+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
68+
})();
69+
70+
</script>
71+
</body>
72+
</html>

0 commit comments

Comments
 (0)