Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3>404 Not Found</h3>

<p>
Looking for webmaster. If you noticed any site problem, typos, etc, please
<a href="https://github.com/Nodeclipse/www.nodeclipse.org/issues">raise an issue her</a>e.
<a href="https://github.com/Nodeclipse/www.nodeclipse.org/issues">raise an issue here</a>.
</p>

</div>
Expand Down
2 changes: 2 additions & 0 deletions _layouts/restclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<link type="image/x-icon" rel="icon" href="http://www.nodeclipse.org/favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="http://www.nodeclipse.org/favicon.ico">
<link rel="stylesheet" href="http://www.nodeclipse.org/pipe.css">
<!--
<title>Nodeclipse -- REST client tool</title>
-->
<style>
ul {
padding: 0;
Expand Down
3 changes: 2 additions & 1 deletion restclient-tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ title: Nodeclipse --- REST client tool README

## REST Client


<!--
![Rest-Client-View.png](Pictures/Rest-Client-View.png)
![](../img/Nodeclipse-NTS-Hello-world.png)
-->

Sources have migrated from [SVN](http://svn.codespot.com/a/eclipselabs.org/restclient-tool/trunk/)
to [GitHub](https://github.com/Nodeclipse/restclient-tool/).
Expand Down
13 changes: 10 additions & 3 deletions restclient-tool/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ title: Nodeclipse --- REST client tool

## {{ page.title }}

REST client tool (restclient-tool git repository) is [REST](http://en.wikipedia.org/wiki/REST) plugin for Eclipse
that also let's you see low level [HTTP](http://en.wikipedia.org/wiki/HTTP) packet internals.
<a href="../img/Nodeclipse-NTS-Hello-world.png">
<img alt="Nodeclipse 0.4.10 overview" src="../img/Nodeclipse-NTS-Hello-world.png" width="350" height="200" /></a>

REST client tool ([restclient-tool git repository](https://github.com/Nodeclipse/restclient-tool/))
is [REST](http://en.wikipedia.org/wiki/REST) plugin for Eclipse
that also let's you see low level [HTTP](http://en.wikipedia.org/wiki/HTTP) packet internals (raw client request and server response).

It was created by [Yadu Vendra](http://code.google.com/a/eclipselabs.org/u/a1yadu/) ([blog](http://www.yaduvendra.com/))
3 years ago, but has no updates for 2 years.

### See more in README

<README>
[README](README)
1 change: 1 addition & 0 deletions updates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<li><a href="/nts/" class="download">NTS</a></li>
<li><a href="http://nodeclipse.github.io/" class="blog external">Developing</a></li>
<li><a href="https://github.com/Nodeclipse/coffeescript-eclipse" class="blog external">Coffee</a></li>
<li><a href="/restclient-tool/" class="blog">REST CLIENT</a></li>
</ul>

<p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p>
Expand Down