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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-27 22:59:51 +0400
committerisaacs <i@izs.me>2012-03-01 03:19:47 +0400
commit8cd13eb74e3d3c23ecfcc104a1ad30668c676799 (patch)
tree4f9d05723496aa2c63ab3d47d8c4cbed3011c150 /doc/template.html
parentffcdcc7ff067935642f37984dc8974aed9b4811f (diff)
Update template to use new token style
Conflicts: doc/template.html
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html32
1 files changed, 20 insertions, 12 deletions
diff --git a/doc/template.html b/doc/template.html
index 5112bc0c70b..61bb15324cf 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>{{section}}Node.js v0.6.11 Manual &amp; Documentation</title>
+ <title>__SECTION__ Node.js __VERSION__ 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">
+ <link rel="canonical" href="http://nodejs.org/api/__FILENAME__.html">
</head>
-<body class="alt apidoc">
+<body class="alt apidoc" id="api-section-__FILENAME__">
<div id="intro" class="interior">
<a href="/" title="Go back to the home page">
<img id="logo" src="http://nodejs.org/images/logo-light.png" alt="node.js">
@@ -30,14 +30,22 @@
</div>
<div id="column1" class="interior">
- <header>
- <h1>Node.js v0.6.11 Manual &amp; Documentation</h1>
- <div id="gtoc">
- <p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
+ <header>
+ <h1>Node.js __VERSION__ Manual &amp; Documentation</h1>
+ <div id="gtoc">
+ <p><a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a></p>
+ </div>
+ <hr>
+ </header>
+
+ <div id="toc">
+ <h2>Table of Contents</h2>
+ __TOC__
+ </div>
+
+ <div id="apicontent">
+ __CONTENT__
</div>
- <hr>
- </header>
- {{content}}
</div>
</div>
<div id="footer">
@@ -54,9 +62,9 @@
<li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
</ul>
- <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.11/LICENSE">license</a>.</p>
+ <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/__VERSION__/LICENSE">license</a>.</p>
</div>
-
+
<script src="assets/sh_main.js"></script>
<script src="assets/sh_javascript.min.js"></script>
<script>highlight(undefined, undefined, 'pre');</script>