|
1 | | ---- |
2 | | -layout: nil |
3 | | -title: Community |
4 | | ---- |
5 | | -<!DOCTYPE html> |
6 | | -<html lang="en"><head> |
7 | | -<meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
8 | | - <meta charset="utf-8"> |
9 | | - <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"> |
13 | | - <title>Nodeclipse -- Node support for Eclipse</title> |
14 | | - <style> |
15 | | - ul { |
16 | | - padding: 0; |
17 | | - margin: 0; |
18 | | - font-size: 14px; |
19 | | - } |
20 | | - ol { |
21 | | - padding: 0; |
22 | | - margin: 0; |
23 | | - font-size: 14px; |
24 | | - } |
25 | | - </style> |
26 | | -</head> |
27 | | -<body class="int" id="logos"> |
28 | | - <div id="intro" class="interior"> |
29 | | - <a href="http://www.nodeclipse.org/" title="Go back to the home page"> |
30 | | - <img src="/img/eclipse48.png" alt="Enide Studio"> |
31 | | - </a> |
32 | | - <a href="http://www.nodeclipse.org/" title="Go back to the home page"> |
33 | | - <img id="logo" src="/img/nodejs-logo.png" alt="node"> |
34 | | - </a> |
35 | | - </div> |
36 | | - <div id="content" class="clearfix"> |
37 | | - <div id="column2" class="interior"> |
38 | | - <ul> |
39 | | - <li><a href="http://www.nodeclipse.org/" class="home">Home</a></li> |
40 | | - <li><a href="/projects" class="blog">Projects</a></li> |
41 | | - <li><a href="/community/" class="community current">Community</a></li> |
42 | | - <li><a href="http://www.nodeclipse.org/share.html" class="docs">SHARE</a></li> |
43 | | - <li><a href="http://www.nodeclipse.org/artworks.html" class="logos">Logos</a></li> |
44 | | - <li><a href="http://www.nodeclipse.org/updates/" class="download">Download</a></li> |
45 | | - <li>{% include nodeclipse_install_button.html %}</li> |
46 | | - <li><a href="/enide" class="download">Enide</a></li> |
47 | | - <li><a href="/enide/studio/2014" class="download">Enide Studio</a></li> |
48 | | - <li><a href="http://nodeclipse.github.io/" class="blog">Developing</a></li> |
49 | | - <li><a href="https://github.com/Nodeclipse/nodeclipse-blog#blog" class="blog">Blog</a></li> |
50 | | - <li><a href="/restclient-tool/" class="blog">REST CLIENT</a></li> |
51 | | - <li><a href="/sdk/" class="blog">SDK</a></li> |
52 | | - <li><a href="/video">Video</a></li> |
53 | | - <li><a href="/#news">News</a></li> |
54 | | - <li><a href="http://nodeclipse.uservoice.com/forums/216804-general" class="community">Ideas</a></li> |
55 | | - <li><a href="/feed.articles.xml">Feeds</a></li> |
56 | | - </ul> |
57 | | - </div> |
58 | | - |
59 | | - <div id="column1" class="interior"> |
60 | | - |
61 | | - <div> |
62 | | - {{ content }} |
63 | | - </div> |
64 | | - |
65 | | - <div id="disqus_thread"></div> |
66 | | - <script type="text/javascript"> |
67 | | - /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ |
68 | | - var disqus_shortname = 'nodeclipse'; // required: replace example with your forum shortname |
69 | | - |
70 | | - /* * * DON'T EDIT BELOW THIS LINE * * */ |
71 | | - (function() { |
72 | | - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
73 | | - dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; |
74 | | - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
75 | | - })(); |
76 | | - </script> |
77 | | - <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> |
78 | | - <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> |
79 | | - |
80 | | - </div> |
81 | | - |
82 | | -</div> |
83 | | - |
84 | | -<script type="text/javascript"> |
85 | | - |
86 | | - var _gaq = _gaq || []; |
87 | | - _gaq.push(['_setAccount', 'UA-31140487-1']); |
88 | | - _gaq.push(['_setDomainName', 'nodeclipse.org']); |
89 | | - _gaq.push(['_trackPageview']); |
90 | | - |
91 | | - (function() { |
92 | | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
93 | | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
94 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
95 | | - })(); |
96 | | - |
97 | | -</script> |
98 | | -<script type="text/javascript"> |
99 | | - |
100 | | - var _gaq = _gaq || []; |
101 | | - _gaq.push(['_setAccount', 'UA-40088581-1']); |
102 | | - _gaq.push(['_trackPageview']); |
103 | | - |
104 | | - (function() { |
105 | | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
106 | | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
107 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
108 | | - })(); |
109 | | - |
110 | | -</script> |
111 | | -<script><!-- tracking by Paul--> |
112 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
113 | | - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
114 | | - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
115 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
116 | | - |
117 | | - ga('create', 'UA-41377881-2', 'nodeclipse.org'); |
118 | | - ga('send', 'pageview'); |
119 | | - |
120 | | -</script> |
121 | | -</body> |
122 | | -</html> |
| 1 | +--- |
| 2 | +layout: nil |
| 3 | +title: Community |
| 4 | +--- |
| 5 | +<!DOCTYPE html> |
| 6 | +<html lang="en"><head> |
| 7 | +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
| 8 | + <meta charset="utf-8"> |
| 9 | + <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="/favicon.ico"> |
| 11 | + <link type="image/x-icon" rel="shortcut icon" href="/favicon.ico"> |
| 12 | + <link rel="stylesheet" href="/pipe.css"> |
| 13 | + <title>Nodeclipse -- Node support for Eclipse</title> |
| 14 | + <style> |
| 15 | + ul { |
| 16 | + padding: 0; |
| 17 | + margin: 0; |
| 18 | + font-size: 14px; |
| 19 | + } |
| 20 | + ol { |
| 21 | + padding: 0; |
| 22 | + margin: 0; |
| 23 | + font-size: 14px; |
| 24 | + } |
| 25 | + </style> |
| 26 | +</head> |
| 27 | +<body class="int" id="logos"> |
| 28 | + <div id="intro" class="interior"> |
| 29 | + <a href="/" title="Go back to the home page"> |
| 30 | + <img src="/img/eclipse48.png" alt="Enide Studio"> |
| 31 | + </a> |
| 32 | + <a href="/" title="Go back to the home page"> |
| 33 | + <img id="logo" src="/img/nodejs-logo.png" alt="node"> |
| 34 | + </a> |
| 35 | + </div> |
| 36 | + <div id="content" class="clearfix"> |
| 37 | + <div id="column2" class="interior"> |
| 38 | + <ul> |
| 39 | + <li><a href="/" class="home">Home</a></li> |
| 40 | + <li><a href="/projects" class="blog">Projects</a></li> |
| 41 | + <li><a href="/community/" class="community current">Community</a></li> |
| 42 | + <li><a href="/share.html" class="docs">SHARE</a></li> |
| 43 | + <li><a href="/artworks.html" class="logos">Logos</a></li> |
| 44 | + <li><a href="/updates/" class="download">Download</a></li> |
| 45 | + <li>{% include nodeclipse_install_button.html %}</li> |
| 46 | + <li><a href="/enide" class="download">Enide</a></li> |
| 47 | + <li><a href="/enide/2015" class="download">Enide Studio</a></li> |
| 48 | + <li><a href="/restclient-tool/" class="blog">REST CLIENT</a></li> |
| 49 | + <li><a href="/video">Video</a></li> |
| 50 | + <li><a href="/#news">News</a></li> |
| 51 | + <li><a href="http://nodeclipse.uservoice.com/forums/216804-general" class="community">Ideas</a></li> |
| 52 | + <li><a href="/feed.articles.xml">Feeds</a></li> |
| 53 | + </ul> |
| 54 | + </div> |
| 55 | + |
| 56 | + <div id="column1" class="interior"> |
| 57 | + |
| 58 | + <div> |
| 59 | + {{ content }} |
| 60 | + </div> |
| 61 | + |
| 62 | + <div id="disqus_thread"></div> |
| 63 | + <script type="text/javascript"> |
| 64 | + /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ |
| 65 | + var disqus_shortname = 'nodeclipse'; // required: replace example with your forum shortname |
| 66 | + |
| 67 | + /* * * DON'T EDIT BELOW THIS LINE * * */ |
| 68 | + (function() { |
| 69 | + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
| 70 | + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; |
| 71 | + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
| 72 | + })(); |
| 73 | + </script> |
| 74 | + <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> |
| 75 | + <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> |
| 76 | + |
| 77 | + </div> |
| 78 | + |
| 79 | +</div> |
| 80 | + |
| 81 | +<script type="text/javascript"> |
| 82 | + |
| 83 | + var _gaq = _gaq || []; |
| 84 | + _gaq.push(['_setAccount', 'UA-31140487-1']); |
| 85 | + _gaq.push(['_setDomainName', 'nodeclipse.org']); |
| 86 | + _gaq.push(['_trackPageview']); |
| 87 | + |
| 88 | + (function() { |
| 89 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 90 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 91 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 92 | + })(); |
| 93 | + |
| 94 | +</script> |
| 95 | +<script type="text/javascript"> |
| 96 | + |
| 97 | + var _gaq = _gaq || []; |
| 98 | + _gaq.push(['_setAccount', 'UA-40088581-1']); |
| 99 | + _gaq.push(['_trackPageview']); |
| 100 | + |
| 101 | + (function() { |
| 102 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 103 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 104 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 105 | + })(); |
| 106 | + |
| 107 | +</script> |
| 108 | +<script><!-- tracking by Paul--> |
| 109 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 110 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 111 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 112 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 113 | + |
| 114 | + ga('create', 'UA-41377881-2', 'nodeclipse.org'); |
| 115 | + ga('send', 'pageview'); |
| 116 | + |
| 117 | +</script> |
| 118 | +</body> |
| 119 | +</html> |
0 commit comments