Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html16
-rw-r--r--doc/template.html4
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/index.html b/doc/index.html
index 815c1b32bad..d0829b83a37 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -26,7 +26,7 @@
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
<li><a href="#about">About</a></li>
- <li><a href="http://nodejs.org/docs/v0.6.4/api">v0.6.4 docs</a></li>
+ <li><a href="http://nodejs.org/docs/v0.6.5/api">v0.6.5 docs</a></li>
<br/>
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
<li><a href="http://blog.nodejs.org/">Blog</a></li>
@@ -105,15 +105,15 @@ server.listen(1337, "127.0.0.1");
<h2 id="download">Download</h2>
- <p>2011.12.02 v0.6.4
+ <p>2011.12.04 v0.6.5
<ul class="release">
- <li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.tar.gz"><code>node-v0.6.4.tar.gz</code>
+ <li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.tar.gz"><code>node-v0.6.5.tar.gz</code>
Source code</a> (<a href="https://github.com/joyent/node/wiki/Installation">build instructions</a>)
- <li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.msi"><code>node-v0.6.4.msi</code> Windows installer</a>
- <li><a href="http://nodejs.org/dist/v0.6.4/node-v0.6.4.pkg"><code>node-v0.6.4.pkg</code> Macintosh installer</a>
- <li><a href="http://nodejs.org/docs/v0.6.4/api/index.html">Documentation</a>
- <li><a href="https://raw.github.com/joyent/node/v0.6.4/LICENSE">License</a>
- <li><a href="http://nodejs.org/dist/v0.6.4">Other release files
+ <li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.msi"><code>node-v0.6.5.msi</code> Windows installer</a>
+ <li><a href="http://nodejs.org/dist/v0.6.5/node-v0.6.5.pkg"><code>node-v0.6.5.pkg</code> Macintosh installer</a>
+ <li><a href="http://nodejs.org/docs/v0.6.5/api/index.html">Documentation</a>
+ <li><a href="https://raw.github.com/joyent/node/v0.6.5/LICENSE">License</a>
+ <li><a href="http://nodejs.org/dist/v0.6.5">Other release files
(like <code>.exe</code> and <code>.pdb</code>)</a>
</ul>
diff --git a/doc/template.html b/doc/template.html
index c367bb48d48..fc3524d5911 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
- <title>{{section}}Node.js v0.6.4 Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.6.5 Manual &amp; Documentation</title>
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="assets/sh.css" />
<link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"/>
@@ -10,7 +10,7 @@
<body>
<div id="container">
<header>
- <h1>Node.js v0.6.4 Manual &amp; Documentation</h1>
+ <h1>Node.js v0.6.5 Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div>