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