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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--html/doc/adduser.html11
-rw-r--r--html/doc/author.html13
-rw-r--r--html/doc/bin.html11
-rw-r--r--html/doc/build.html13
-rw-r--r--html/doc/bundle.html11
-rw-r--r--html/doc/cache.html11
-rw-r--r--html/doc/changelog.html11
-rw-r--r--html/doc/coding-style.html11
-rw-r--r--html/doc/completion.html11
-rw-r--r--html/doc/config.html11
-rw-r--r--html/doc/deprecate.html11
-rw-r--r--html/doc/developers.html23
-rw-r--r--html/doc/docs.html11
-rw-r--r--html/doc/edit.html11
-rw-r--r--html/doc/explore.html11
-rw-r--r--html/doc/faq.html11
-rw-r--r--html/doc/find.html11
-rw-r--r--html/doc/folders.html11
-rw-r--r--html/doc/get.html11
-rw-r--r--html/doc/global.html11
-rw-r--r--html/doc/help-search.html11
-rw-r--r--html/doc/home.html11
-rw-r--r--html/doc/init.html11
-rw-r--r--html/doc/install.html13
-rw-r--r--html/doc/json.html11
-rw-r--r--html/doc/link.html11
-rw-r--r--html/doc/list.html11
-rw-r--r--html/doc/ln.html11
-rw-r--r--html/doc/ls.html11
-rw-r--r--html/doc/npm.html13
-rw-r--r--html/doc/outdated.html11
-rw-r--r--html/doc/owner.html13
-rw-r--r--html/doc/pack.html11
-rw-r--r--html/doc/prefix.html11
-rw-r--r--html/doc/prune.html11
-rw-r--r--html/doc/publish.html13
-rw-r--r--html/doc/rebuild.html11
-rw-r--r--html/doc/registry.html11
-rw-r--r--html/doc/removing-npm.html11
-rw-r--r--html/doc/restart.html13
-rw-r--r--html/doc/rm.html11
-rw-r--r--html/doc/root.html11
-rw-r--r--html/doc/run-script.html13
-rw-r--r--html/doc/scripts.html11
-rw-r--r--html/doc/search.html11
-rw-r--r--html/doc/semver.html9
-rw-r--r--html/doc/set.html11
-rw-r--r--html/doc/start.html11
-rw-r--r--html/doc/stop.html11
-rw-r--r--html/doc/submodule.html11
-rw-r--r--html/doc/tag.html11
-rw-r--r--html/doc/test.html11
-rw-r--r--html/doc/uninstall.html11
-rw-r--r--html/doc/unpublish.html11
-rw-r--r--html/doc/update.html11
-rw-r--r--html/doc/version.html11
-rw-r--r--html/doc/view.html11
-rw-r--r--html/doc/whoami.html11
-rw-r--r--html/dochead.html7
60 files changed, 546 insertions, 131 deletions
diff --git a/Makefile b/Makefile
index 96079835e..f34315a77 100644
--- a/Makefile
+++ b/Makefile
@@ -64,8 +64,10 @@ html/doc/%.html: doc/%.md html/dochead.html html/docfoot.html html/doc
cat html/docfoot.html )\
| sed 's|@NAME@|$*|g' \
| sed 's|@DATE@|$(shell date -u +'%Y-%M-%d %H:%m:%S')|g' \
- | perl -pi -e 's/npm-([^\)]+)\(1\)/<a href="\1.html">npm-\1(1)<\/a>/g' \
- | perl -pi -e 's/npm\(1\)/<a href="npm.html">npm(1)<\/a>/g' \
+ | perl -pi -e 's/<h1>npm-([^\(]+\([0-9]\)) -- (.*?)<\/h1>/<h1>npm-\1<\/h1> <p>\2<\/p>/g' \
+ | perl -pi -e 's/npm-([^\)]+)\(1\)/<a href="\1.html">npm-\1<\/a>/g' \
+ | perl -pi -e 's/npm\(1\)/<a href="npm.html">npm<\/a>/g' \
+ | perl -pi -e 's/npm\(1\)/<a href="npm.html">npm<\/a>/g' \
> $@
html/doc/%/: doc/%/ html/doc
diff --git a/html/doc/adduser.html b/html/doc/adduser.html
index eff531808..3abb45e86 100644
--- a/html/doc/adduser.html
+++ b/html/doc/adduser.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="adduser.html">npm-adduser(1)</a> -- Add a registry user account</h1>
+<h1><a href="adduser.html">npm-adduser</a></h1> <p>Add a registry user account</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -383,4 +390,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help adduser - 2011-10-04 07:09:28 -->
+<!-- npm help adduser - 2011-24-04 07:09:48 -->
diff --git a/html/doc/author.html b/html/doc/author.html
index e3ccc2fe4..2998e2236 100644
--- a/html/doc/author.html
+++ b/html/doc/author.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="owner.html">npm-owner(1)</a> -- Manage package owners</h1>
+<h1><a href="owner.html">npm-owner</a></h1> <p>Manage package owners</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -350,7 +357,7 @@ that is not implemented at this time.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="publish.html">npm-publish(1)</a></li><li><a href="registry.html">npm-registry(1)</a></li></ul>
+<ul><li><a href="publish.html">npm-publish</a></li><li><a href="registry.html">npm-registry</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -380,4 +387,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help author - 2011-10-04 07:09:28 -->
+<!-- npm help author - 2011-24-04 07:09:48 -->
diff --git a/html/doc/bin.html b/html/doc/bin.html
index a44dfdb82..a7de513b1 100644
--- a/html/doc/bin.html
+++ b/html/doc/bin.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="bin.html">npm-bin(1)</a> -- Display npm bin folder</h1>
+<h1><a href="bin.html">npm-bin</a></h1> <p>Display npm bin folder</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bin - 2011-10-04 07:09:28 -->
+<!-- npm help bin - 2011-24-04 07:09:48 -->
diff --git a/html/doc/build.html b/html/doc/build.html
index 97965a507..2da7a342a 100644
--- a/html/doc/build.html
+++ b/html/doc/build.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="build.html">npm-build(1)</a> -- Build a package</h1>
+<h1><a href="build.html">npm-build</a></h1> <p>Build a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -343,7 +350,7 @@ A folder containing a <code>package.json</code> file in its root.</li></ul>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="install.html">npm-install(1)</a></li><li><a href="link.html">npm-link(1)</a></li><li><a href="scripts.html">npm-scripts(1)</a></li><li><a href="json.html">npm-json(1)</a></li></ul>
+<ul><li><a href="install.html">npm-install</a></li><li><a href="link.html">npm-link</a></li><li><a href="scripts.html">npm-scripts</a></li><li><a href="json.html">npm-json</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -373,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help build - 2011-10-04 07:09:28 -->
+<!-- npm help build - 2011-24-04 07:09:48 -->
diff --git a/html/doc/bundle.html b/html/doc/bundle.html
index 418b98181..ca7ddd06a 100644
--- a/html/doc/bundle.html
+++ b/html/doc/bundle.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="bundle.html">npm-bundle(1)</a> -- REMOVED</h1>
+<h1><a href="bundle.html">npm-bundle</a></h1> <p>REMOVED</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help bundle - 2011-10-04 07:09:28 -->
+<!-- npm help bundle - 2011-24-04 07:09:48 -->
diff --git a/html/doc/cache.html b/html/doc/cache.html
index f6494bbd7..4fc9f0482 100644
--- a/html/doc/cache.html
+++ b/html/doc/cache.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="cache.html">npm-cache(1)</a> -- install a package</h1>
+<h1><a href="cache.html">npm-cache</a></h1> <p>install a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -408,4 +415,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help cache - 2011-10-04 07:09:28 -->
+<!-- npm help cache - 2011-24-04 07:09:49 -->
diff --git a/html/doc/changelog.html b/html/doc/changelog.html
index adf47dfb1..190ae4df6 100644
--- a/html/doc/changelog.html
+++ b/html/doc/changelog.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="changelog.html">npm-changelog(1)</a> -- Changes</h1>
+<h1><a href="changelog.html">npm-changelog</a></h1> <p>Changes</p>
<h2 id="HISTORY">HISTORY</h2>
@@ -378,4 +385,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help changelog - 2011-10-04 07:09:28 -->
+<!-- npm help changelog - 2011-24-04 07:09:49 -->
diff --git a/html/doc/coding-style.html b/html/doc/coding-style.html
index 6c0510cdf..4fdfd2803 100644
--- a/html/doc/coding-style.html
+++ b/html/doc/coding-style.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="coding-style.html">npm-coding-style(1)</a> -- npm's "funny" coding style</h1>
+<h1><a href="coding-style.html">npm-coding-style</a></h1> <p>npm's "funny" coding style</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -535,4 +542,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help coding-style - 2011-10-04 07:09:28 -->
+<!-- npm help coding-style - 2011-24-04 07:09:49 -->
diff --git a/html/doc/completion.html b/html/doc/completion.html
index c01da5a01..ccd0a1e87 100644
--- a/html/doc/completion.html
+++ b/html/doc/completion.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="completion.html">npm-completion(1)</a> -- Tab Completion for npm</h1>
+<h1><a href="completion.html">npm-completion</a></h1> <p>Tab Completion for npm</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -375,4 +382,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help completion - 2011-10-04 07:09:28 -->
+<!-- npm help completion - 2011-24-04 07:09:49 -->
diff --git a/html/doc/config.html b/html/doc/config.html
index 29fd9ab22..e16125359 100644
--- a/html/doc/config.html
+++ b/html/doc/config.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="config.html">npm-config(1)</a> -- Manage the npm configuration file</h1>
+<h1><a href="config.html">npm-config</a></h1> <p>Manage the npm configuration file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -874,4 +881,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help config - 2011-10-04 07:09:29 -->
+<!-- npm help config - 2011-24-04 07:09:49 -->
diff --git a/html/doc/deprecate.html b/html/doc/deprecate.html
index 41a460319..044d7afd6 100644
--- a/html/doc/deprecate.html
+++ b/html/doc/deprecate.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="deprecate.html">npm-deprecate(1)</a> -- Deprecate a version of a package</h1>
+<h1><a href="deprecate.html">npm-deprecate</a></h1> <p>Deprecate a version of a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -373,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help deprecate - 2011-10-04 07:09:29 -->
+<!-- npm help deprecate - 2011-24-04 07:09:49 -->
diff --git a/html/doc/developers.html b/html/doc/developers.html
index 660dca677..74c636be3 100644
--- a/html/doc/developers.html
+++ b/html/doc/developers.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="developers.html">npm-developers(1)</a> -- Developer Guide</h1>
+<h1><a href="developers.html">npm-developers</a></h1> <p>Developer Guide</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -344,7 +351,7 @@ that your users will do to install your program.</p>
then do <code>man npm-thing</code> to get the documentation on a particular
topic.</p>
-<p>Any time you see "see <a href="whatever.html">npm-whatever(1)</a>", you can do <code>man npm-whatever</code>
+<p>Any time you see "see <a href="whatever.html">npm-whatever</a>", you can do <code>man npm-whatever</code>
or <code>npm help whatever</code> to get at the docs.</p>
<h2 id="What-is-a-package">What is a `package`</h2>
@@ -363,7 +370,7 @@ after packing it up into a tarball (b).</p>
<p>You need to have a <code>package.json</code> file in the root of your project to do
much of anything with npm. That is basically the whole interface.</p>
-<p>See <a href="json.html">npm-json(1)</a> for details about what goes in that file. At the very
+<p>See <a href="json.html">npm-json</a> for details about what goes in that file. At the very
least, you need:</p>
<ul><li><p>name:
@@ -380,7 +387,7 @@ Take some credit.</p></li><li><p>scripts:
If you have a special compilation or installation script, then you
should put it in the <code>scripts</code> hash. You should definitely have at
least a basic smoke-test command as the "scripts.test" field.
-See <a href="scripts.html">npm-scripts(1)</a>.</p></li><li><p>main:
+See <a href="scripts.html">npm-scripts</a>.</p></li><li><p>main:
If you have a single module that serves as the entry point to your
program (like what the "foo" package gives you at require("foo")),
then you need to specify that in the "main" field.</p></li><li><p>directories:
@@ -389,7 +396,7 @@ This is a hash of folders. The best ones to include are "lib" and
they'll get installed just like these ones.</p></li></ul>
<p>You can use <code>npm init</code> in the root of your package in order to get you
-started with a pretty basic package.json file. See <code><a href="init.html">npm-init(1)</a></code> for
+started with a pretty basic package.json file. See <code><a href="init.html">npm-init</a></code> for
more info.</p>
<h2 id="Keeping-files-out-of-your-package">Keeping files *out* of your package</h2>
@@ -407,7 +414,7 @@ changes in real time without having to keep re-installing it. (You do
need to either re-link or <code>npm rebuild -g</code> to update compiled packages,
of course.)</p>
-<p>More info at <code><a href="link.html">npm-link(1)</a></code>.</p>
+<p>More info at <code><a href="link.html">npm-link</a></code>.</p>
<h2 id="Before-Publishing-Make-Sure-Your-Package-Installs-and-Works">Before Publishing: Make Sure Your Package Installs and Works</h2>
@@ -447,7 +454,7 @@ bring in your module's main module.</p>
<p>and then follow the prompts.</p>
-<p>This is documented better in <a href="adduser.html">npm-adduser(1)</a>. So do this to get the
+<p>This is documented better in <a href="adduser.html">npm-adduser</a>. So do this to get the
details:</p>
<pre><code>npm help adduser</code></pre>
@@ -500,4 +507,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help developers - 2011-10-04 07:09:29 -->
+<!-- npm help developers - 2011-24-04 07:09:49 -->
diff --git a/html/doc/docs.html b/html/doc/docs.html
index ee509e6f4..39fe24307 100644
--- a/html/doc/docs.html
+++ b/html/doc/docs.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="docs.html">npm-docs(1)</a> -- Docs for a package in a web browser maybe</h1>
+<h1><a href="docs.html">npm-docs</a></h1> <p>Docs for a package in a web browser maybe</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -367,4 +374,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help docs - 2011-10-04 07:09:29 -->
+<!-- npm help docs - 2011-24-04 07:09:50 -->
diff --git a/html/doc/edit.html b/html/doc/edit.html
index 26fb3d00c..27307e37a 100644
--- a/html/doc/edit.html
+++ b/html/doc/edit.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="edit.html">npm-edit(1)</a> -- Edit an installed package</h1>
+<h1><a href="edit.html">npm-edit</a></h1> <p>Edit an installed package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -372,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help edit - 2011-10-04 07:09:29 -->
+<!-- npm help edit - 2011-24-04 07:09:50 -->
diff --git a/html/doc/explore.html b/html/doc/explore.html
index 329f17e9f..639c08a64 100644
--- a/html/doc/explore.html
+++ b/html/doc/explore.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="explore.html">npm-explore(1)</a> -- Browse an installed package</h1>
+<h1><a href="explore.html">npm-explore</a></h1> <p>Browse an installed package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -370,4 +377,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help explore - 2011-10-04 07:09:29 -->
+<!-- npm help explore - 2011-24-04 07:09:50 -->
diff --git a/html/doc/faq.html b/html/doc/faq.html
index e391d1267..43428a406 100644
--- a/html/doc/faq.html
+++ b/html/doc/faq.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="faq.html">npm-faq(1)</a> -- Frequently Asked Questions</h1>
+<h1><a href="faq.html">npm-faq</a></h1> <p>Frequently Asked Questions</p>
<h2 id="Where-can-I-find-these-docs-in-HTML">Where can I find these docs in HTML?</h2>
@@ -544,4 +551,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help faq - 2011-10-04 07:09:29 -->
+<!-- npm help faq - 2011-24-04 07:09:50 -->
diff --git a/html/doc/find.html b/html/doc/find.html
index 7c05cb146..f5df8e93d 100644
--- a/html/doc/find.html
+++ b/html/doc/find.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="ls.html">npm-ls(1)</a> -- List installed packages</h1>
+<h1><a href="ls.html">npm-ls</a></h1> <p>List installed packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -396,4 +403,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help find - 2011-10-04 07:09:29 -->
+<!-- npm help find - 2011-24-04 07:09:50 -->
diff --git a/html/doc/folders.html b/html/doc/folders.html
index 7a6d762a7..a2f01450b 100644
--- a/html/doc/folders.html
+++ b/html/doc/folders.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="folders.html">npm-folders(1)</a> -- Folder Structures Used by npm</h1>
+<h1><a href="folders.html">npm-folders</a></h1> <p>Folder Structures Used by npm</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -535,4 +542,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help folders - 2011-10-04 07:09:29 -->
+<!-- npm help folders - 2011-24-04 07:09:50 -->
diff --git a/html/doc/get.html b/html/doc/get.html
index 4a62db3f7..e5aac3e53 100644
--- a/html/doc/get.html
+++ b/html/doc/get.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="config.html">npm-config(1)</a> -- Manage the npm configuration file</h1>
+<h1><a href="config.html">npm-config</a></h1> <p>Manage the npm configuration file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -874,4 +881,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help get - 2011-10-04 07:09:30 -->
+<!-- npm help get - 2011-24-04 07:09:50 -->
diff --git a/html/doc/global.html b/html/doc/global.html
index 1dc91faaf..5692b7eb0 100644
--- a/html/doc/global.html
+++ b/html/doc/global.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="folders.html">npm-folders(1)</a> -- Folder Structures Used by npm</h1>
+<h1><a href="folders.html">npm-folders</a></h1> <p>Folder Structures Used by npm</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -535,4 +542,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help global - 2011-10-04 07:09:30 -->
+<!-- npm help global - 2011-24-04 07:09:50 -->
diff --git a/html/doc/help-search.html b/html/doc/help-search.html
index 69e75aaf2..cae218234 100644
--- a/html/doc/help-search.html
+++ b/html/doc/help-search.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="help-search.html">npm-help-search(1)</a> Search npm help documentation</h1>
+<h1><a href="help-search.html">npm-help-search</a> Search npm help documentation</h1>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -382,4 +389,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help help-search - 2011-10-04 07:09:30 -->
+<!-- npm help help-search - 2011-24-04 07:09:51 -->
diff --git a/html/doc/home.html b/html/doc/home.html
index d6074f153..ba556d5e4 100644
--- a/html/doc/home.html
+++ b/html/doc/home.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="docs.html">npm-docs(1)</a> -- Docs for a package in a web browser maybe</h1>
+<h1><a href="docs.html">npm-docs</a></h1> <p>Docs for a package in a web browser maybe</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -367,4 +374,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help home - 2011-10-04 07:09:30 -->
+<!-- npm help home - 2011-24-04 07:09:51 -->
diff --git a/html/doc/init.html b/html/doc/init.html
index 8aa8be763..43e7ef7c7 100644
--- a/html/doc/init.html
+++ b/html/doc/init.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -347,7 +354,7 @@ without a really good reason to do so.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<p><a href="json.html">npm-json(1)</a></p>
+<p><a href="json.html">npm-json</a></p>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -377,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help init - 2011-10-04 07:09:30 -->
+<!-- npm help init - 2011-24-04 07:09:51 -->
diff --git a/html/doc/install.html b/html/doc/install.html
index 565fc20f9..bb9c6256a 100644
--- a/html/doc/install.html
+++ b/html/doc/install.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="install.html">npm-install(1)</a> -- install a package</h1>
+<h1><a href="install.html">npm-install</a></h1> <p>install a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -397,7 +404,7 @@ effect on installation, since that's most of what npm does.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="config.html">npm-config(1)</a></li><li><a href="build.html">npm-build(1)</a></li><li><a href="registry.html">npm-registry(1)</a></li><li><a href="build.html">npm-build(1)</a></li><li><a href="link.html">npm-link(1)</a></li><li><a href="folders.html">npm-folders(1)</a></li><li><a href="tag.html">npm-tag(1)</a></li></ul>
+<ul><li><a href="config.html">npm-config</a></li><li><a href="build.html">npm-build</a></li><li><a href="registry.html">npm-registry</a></li><li><a href="build.html">npm-build</a></li><li><a href="link.html">npm-link</a></li><li><a href="folders.html">npm-folders</a></li><li><a href="tag.html">npm-tag</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -427,4 +434,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help install - 2011-10-04 07:09:30 -->
+<!-- npm help install - 2011-24-04 07:09:51 -->
diff --git a/html/doc/json.html b/html/doc/json.html
index 7bdfc3174..eeea210c9 100644
--- a/html/doc/json.html
+++ b/html/doc/json.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="json.html">npm-json(1)</a> -- Specifics of npm's package.json handling</h1>
+<h1><a href="json.html">npm-json</a></h1> <p>Specifics of npm's package.json handling</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -769,4 +776,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help json - 2011-10-04 07:09:30 -->
+<!-- npm help json - 2011-24-04 07:09:51 -->
diff --git a/html/doc/link.html b/html/doc/link.html
index c3d4094ad..43932dbae 100644
--- a/html/doc/link.html
+++ b/html/doc/link.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="link.html">npm-link(1)</a> -- Symlink a package folder</h1>
+<h1><a href="link.html">npm-link</a></h1> <p>Symlink a package folder</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -402,4 +409,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help link - 2011-10-04 07:09:30 -->
+<!-- npm help link - 2011-24-04 07:09:51 -->
diff --git a/html/doc/list.html b/html/doc/list.html
index 6a611fd5b..cd89739f8 100644
--- a/html/doc/list.html
+++ b/html/doc/list.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="ls.html">npm-ls(1)</a> -- List installed packages</h1>
+<h1><a href="ls.html">npm-ls</a></h1> <p>List installed packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -396,4 +403,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help list - 2011-10-04 07:09:31 -->
+<!-- npm help list - 2011-24-04 07:09:51 -->
diff --git a/html/doc/ln.html b/html/doc/ln.html
index abd183857..266dfb13e 100644
--- a/html/doc/ln.html
+++ b/html/doc/ln.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="link.html">npm-link(1)</a> -- Symlink a package folder</h1>
+<h1><a href="link.html">npm-link</a></h1> <p>Symlink a package folder</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -402,4 +409,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ln - 2011-10-04 07:09:31 -->
+<!-- npm help ln - 2011-24-04 07:09:52 -->
diff --git a/html/doc/ls.html b/html/doc/ls.html
index a8c3c8ebe..9aa4f3670 100644
--- a/html/doc/ls.html
+++ b/html/doc/ls.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="ls.html">npm-ls(1)</a> -- List installed packages</h1>
+<h1><a href="ls.html">npm-ls</a></h1> <p>List installed packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -396,4 +403,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help ls - 2011-10-04 07:09:31 -->
+<!-- npm help ls - 2011-24-04 07:09:52 -->
diff --git a/html/doc/npm.html b/html/doc/npm.html
index c0f2bbc46..4cf1e8f64 100644
--- a/html/doc/npm.html
+++ b/html/doc/npm.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="npm.html">npm(1)</a> -- node package manager</h1>
+<h1><a href="npm.html">npm</a> -- node package manager</h1>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -438,7 +445,7 @@ will no doubt tell you to put the output in a gist or email.</p>
<h2 id="HISTORY">HISTORY</h2>
-<p>See <a href="changelog.html">npm-changelog(1)</a></p>
+<p>See <a href="changelog.html">npm-changelog</a></p>
<h2 id="AUTHOR">AUTHOR</h2>
@@ -472,4 +479,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help npm - 2011-10-04 07:09:31 -->
+<!-- npm help npm - 2011-24-04 07:09:52 -->
diff --git a/html/doc/outdated.html b/html/doc/outdated.html
index c08f8a764..f8b55e967 100644
--- a/html/doc/outdated.html
+++ b/html/doc/outdated.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="outdated.html">npm-outdated(1)</a> -- Check for outdated packages</h1>
+<h1><a href="outdated.html">npm-outdated</a></h1> <p>Check for outdated packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -365,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help outdated - 2011-10-04 07:09:31 -->
+<!-- npm help outdated - 2011-24-04 07:09:52 -->
diff --git a/html/doc/owner.html b/html/doc/owner.html
index d5285047f..9bb913d90 100644
--- a/html/doc/owner.html
+++ b/html/doc/owner.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="owner.html">npm-owner(1)</a> -- Manage package owners</h1>
+<h1><a href="owner.html">npm-owner</a></h1> <p>Manage package owners</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -350,7 +357,7 @@ that is not implemented at this time.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="publish.html">npm-publish(1)</a></li><li><a href="registry.html">npm-registry(1)</a></li></ul>
+<ul><li><a href="publish.html">npm-publish</a></li><li><a href="registry.html">npm-registry</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -380,4 +387,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help owner - 2011-10-04 07:09:31 -->
+<!-- npm help owner - 2011-24-04 07:09:52 -->
diff --git a/html/doc/pack.html b/html/doc/pack.html
index eb0cbc8ff..29bf8a73d 100644
--- a/html/doc/pack.html
+++ b/html/doc/pack.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="pack.html">npm-pack(1)</a> -- Create a tarball from a package</h1>
+<h1><a href="pack.html">npm-pack</a></h1> <p>Create a tarball from a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -373,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help pack - 2011-10-04 07:09:31 -->
+<!-- npm help pack - 2011-24-04 07:09:52 -->
diff --git a/html/doc/prefix.html b/html/doc/prefix.html
index 071c34c73..5c0cf08d1 100644
--- a/html/doc/prefix.html
+++ b/html/doc/prefix.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="prefix.html">npm-prefix(1)</a> -- Display prefix</h1>
+<h1><a href="prefix.html">npm-prefix</a></h1> <p>Display prefix</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prefix - 2011-10-04 07:09:31 -->
+<!-- npm help prefix - 2011-24-04 07:09:52 -->
diff --git a/html/doc/prune.html b/html/doc/prune.html
index 650c5b0ce..bdbcda16f 100644
--- a/html/doc/prune.html
+++ b/html/doc/prune.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="prune.html">npm-prune(1)</a> -- Remove extraneous packages</h1>
+<h1><a href="prune.html">npm-prune</a></h1> <p>Remove extraneous packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -369,4 +376,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help prune - 2011-10-04 07:09:31 -->
+<!-- npm help prune - 2011-24-04 07:09:52 -->
diff --git a/html/doc/publish.html b/html/doc/publish.html
index 6b6153b34..1b8cb9f55 100644
--- a/html/doc/publish.html
+++ b/html/doc/publish.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="publish.html">npm-publish(1)</a> -- Publish a package</h1>
+<h1><a href="publish.html">npm-publish</a></h1> <p>Publish a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -347,7 +354,7 @@ the registry. Overwrites when the "--force" flag is set.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="registry.html">npm-registry(1)</a></li><li><a href="adduser.html">npm-adduser(1)</a></li><li><a href="owner.html">npm-owner(1)</a></li></ul>
+<ul><li><a href="registry.html">npm-registry</a></li><li><a href="adduser.html">npm-adduser</a></li><li><a href="owner.html">npm-owner</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -377,4 +384,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help publish - 2011-10-04 07:09:32 -->
+<!-- npm help publish - 2011-24-04 07:09:52 -->
diff --git a/html/doc/rebuild.html b/html/doc/rebuild.html
index 4f7957fd0..89c52819c 100644
--- a/html/doc/rebuild.html
+++ b/html/doc/rebuild.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="rebuild.html">npm-rebuild(1)</a> -- Rebuild a package</h1>
+<h1><a href="rebuild.html">npm-rebuild</a></h1> <p>Rebuild a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -373,4 +380,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rebuild - 2011-10-04 07:09:32 -->
+<!-- npm help rebuild - 2011-24-04 07:09:53 -->
diff --git a/html/doc/registry.html b/html/doc/registry.html
index 5e21755bc..b6e831493 100644
--- a/html/doc/registry.html
+++ b/html/doc/registry.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="registry.html">npm-registry(1)</a> -- The JavaScript Package Registry</h1>
+<h1><a href="registry.html">npm-registry</a></h1> <p>The JavaScript Package Registry</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -441,4 +448,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help registry - 2011-10-04 07:09:32 -->
+<!-- npm help registry - 2011-24-04 07:09:53 -->
diff --git a/html/doc/removing-npm.html b/html/doc/removing-npm.html
index 6fb139d02..920f3f3a1 100644
--- a/html/doc/removing-npm.html
+++ b/html/doc/removing-npm.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="removal.html">npm-removal(1)</a> -- Cleaning the Slate</h1>
+<h1><a href="removal.html">npm-removal</a></h1> <p>Cleaning the Slate</p>
<h2 id="SUMMARY">SUMMARY</h2>
@@ -395,4 +402,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help removing-npm - 2011-10-04 07:09:32 -->
+<!-- npm help removing-npm - 2011-24-04 07:09:53 -->
diff --git a/html/doc/restart.html b/html/doc/restart.html
index 641300354..ab0905924 100644
--- a/html/doc/restart.html
+++ b/html/doc/restart.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="restart.html">npm-restart(1)</a> -- Start a package</h1>
+<h1><a href="restart.html">npm-restart</a></h1> <p>Start a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -342,7 +349,7 @@ the "start" script.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="start.html">npm-start(1)</a></li><li><a href="stop.html">npm-stop(1)</a></li></ul>
+<ul><li><a href="start.html">npm-start</a></li><li><a href="stop.html">npm-stop</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -372,4 +379,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help restart - 2011-10-04 07:09:32 -->
+<!-- npm help restart - 2011-24-04 07:09:53 -->
diff --git a/html/doc/rm.html b/html/doc/rm.html
index 860e503d5..7f4fc341c 100644
--- a/html/doc/rm.html
+++ b/html/doc/rm.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="uninstall.html">npm-uninstall(1)</a> -- Remove a package</h1>
+<h1><a href="uninstall.html">npm-uninstall</a></h1> <p>Remove a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -365,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help rm - 2011-10-04 07:09:32 -->
+<!-- npm help rm - 2011-24-04 07:09:53 -->
diff --git a/html/doc/root.html b/html/doc/root.html
index a3ab63058..29bd24073 100644
--- a/html/doc/root.html
+++ b/html/doc/root.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="root.html">npm-root(1)</a> -- Display npm root</h1>
+<h1><a href="root.html">npm-root</a></h1> <p>Display npm root</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help root - 2011-10-04 07:09:32 -->
+<!-- npm help root - 2011-24-04 07:09:53 -->
diff --git a/html/doc/run-script.html b/html/doc/run-script.html
index c136ad030..f089d8f9f 100644
--- a/html/doc/run-script.html
+++ b/html/doc/run-script.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="run-script.html">npm-run-script(1)</a> -- Run arbitrary package scripts</h1>
+<h1><a href="run-script.html">npm-run-script</a></h1> <p>Run arbitrary package scripts</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -341,7 +348,7 @@ called directly, as well.</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
-<ul><li><a href="scripts.html">npm-scripts(1)</a></li><li><a href="test.html">npm-test(1)</a></li><li><a href="start.html">npm-start(1)</a></li><li><a href="restart.html">npm-restart(1)</a></li><li><a href="stop.html">npm-stop(1)</a></li></ul>
+<ul><li><a href="scripts.html">npm-scripts</a></li><li><a href="test.html">npm-test</a></li><li><a href="start.html">npm-start</a></li><li><a href="restart.html">npm-restart</a></li><li><a href="stop.html">npm-stop</a></li></ul>
</div>
<script>
els = Array.prototype.slice.call((wrapper = document.getElementById("wrapper"))
@@ -371,4 +378,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help run-script - 2011-10-04 07:09:32 -->
+<!-- npm help run-script - 2011-24-04 07:09:53 -->
diff --git a/html/doc/scripts.html b/html/doc/scripts.html
index 797801aba..da5ad3779 100644
--- a/html/doc/scripts.html
+++ b/html/doc/scripts.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="scripts.html">npm-scripts(1)</a> -- How npm handles the "scripts" field</h1>
+<h1><a href="scripts.html">npm-scripts</a></h1> <p>How npm handles the "scripts" field</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@@ -509,4 +516,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help scripts - 2011-10-04 07:09:32 -->
+<!-- npm help scripts - 2011-24-04 07:09:53 -->
diff --git a/html/doc/search.html b/html/doc/search.html
index 6aef27df0..9c688aee1 100644
--- a/html/doc/search.html
+++ b/html/doc/search.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="search.html">npm-search(1)</a> -- Search for packages</h1>
+<h1><a href="search.html">npm-search</a></h1> <p>Search for packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help search - 2011-10-04 07:09:33 -->
+<!-- npm help search - 2011-24-04 07:09:54 -->
diff --git a/html/doc/semver.html b/html/doc/semver.html
index c22811d55..8e18a4a66 100644
--- a/html/doc/semver.html
+++ b/html/doc/semver.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -444,4 +451,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help semver - 2011-10-04 07:09:33 -->
+<!-- npm help semver - 2011-24-04 07:09:54 -->
diff --git a/html/doc/set.html b/html/doc/set.html
index ead6958bb..88717550a 100644
--- a/html/doc/set.html
+++ b/html/doc/set.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="config.html">npm-config(1)</a> -- Manage the npm configuration file</h1>
+<h1><a href="config.html">npm-config</a></h1> <p>Manage the npm configuration file</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -874,4 +881,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help set - 2011-10-04 07:09:33 -->
+<!-- npm help set - 2011-24-04 07:09:54 -->
diff --git a/html/doc/start.html b/html/doc/start.html
index 93de84ed2..2c0323eb8 100644
--- a/html/doc/start.html
+++ b/html/doc/start.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="start.html">npm-start(1)</a> -- Start a package</h1>
+<h1><a href="start.html">npm-start</a></h1> <p>Start a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help start - 2011-10-04 07:09:33 -->
+<!-- npm help start - 2011-24-04 07:09:54 -->
diff --git a/html/doc/stop.html b/html/doc/stop.html
index 0d1274302..1317c6c5e 100644
--- a/html/doc/stop.html
+++ b/html/doc/stop.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="stop.html">npm-stop(1)</a> -- Stop a package</h1>
+<h1><a href="stop.html">npm-stop</a></h1> <p>Stop a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help stop - 2011-10-04 07:09:33 -->
+<!-- npm help stop - 2011-24-04 07:09:54 -->
diff --git a/html/doc/submodule.html b/html/doc/submodule.html
index 40b21bc51..46a8008ac 100644
--- a/html/doc/submodule.html
+++ b/html/doc/submodule.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="submodule.html">npm-submodule(1)</a> -- Add a package as a git submodule</h1>
+<h1><a href="submodule.html">npm-submodule</a></h1> <p>Add a package as a git submodule</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -381,4 +388,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help submodule - 2011-10-04 07:09:33 -->
+<!-- npm help submodule - 2011-24-04 07:09:54 -->
diff --git a/html/doc/tag.html b/html/doc/tag.html
index 93428577e..fd8ff7824 100644
--- a/html/doc/tag.html
+++ b/html/doc/tag.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="tag.html">npm-tag(1)</a> -- Tag a published version</h1>
+<h1><a href="tag.html">npm-tag</a></h1> <p>Tag a published version</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -365,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help tag - 2011-10-04 07:09:33 -->
+<!-- npm help tag - 2011-24-04 07:09:54 -->
diff --git a/html/doc/test.html b/html/doc/test.html
index 51afd67c0..7dad90e91 100644
--- a/html/doc/test.html
+++ b/html/doc/test.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="test.html">npm-test(1)</a> -- Test a package</h1>
+<h1><a href="test.html">npm-test</a></h1> <p>Test a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -367,4 +374,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help test - 2011-10-04 07:09:33 -->
+<!-- npm help test - 2011-24-04 07:09:54 -->
diff --git a/html/doc/uninstall.html b/html/doc/uninstall.html
index 96a96b1ac..a215208f5 100644
--- a/html/doc/uninstall.html
+++ b/html/doc/uninstall.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="uninstall.html">npm-uninstall(1)</a> -- Remove a package</h1>
+<h1><a href="uninstall.html">npm-uninstall</a></h1> <p>Remove a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -365,4 +372,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help uninstall - 2011-10-04 07:09:33 -->
+<!-- npm help uninstall - 2011-24-04 07:09:55 -->
diff --git a/html/doc/unpublish.html b/html/doc/unpublish.html
index 0f38a2aa4..28f269394 100644
--- a/html/doc/unpublish.html
+++ b/html/doc/unpublish.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="unpublish.html">npm-unpublish(1)</a> -- Remove a package from the registry</h1>
+<h1><a href="unpublish.html">npm-unpublish</a></h1> <p>Remove a package from the registry</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -368,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help unpublish - 2011-10-04 07:09:34 -->
+<!-- npm help unpublish - 2011-24-04 07:09:55 -->
diff --git a/html/doc/update.html b/html/doc/update.html
index 6b73a5446..7c6ef81ab 100644
--- a/html/doc/update.html
+++ b/html/doc/update.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="update.html">npm-update(1)</a> -- Update a package</h1>
+<h1><a href="update.html">npm-update</a></h1> <p>Update a package</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -367,4 +374,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help update - 2011-10-04 07:09:34 -->
+<!-- npm help update - 2011-24-04 07:09:55 -->
diff --git a/html/doc/version.html b/html/doc/version.html
index 9ab1a8140..a2e083ff0 100644
--- a/html/doc/version.html
+++ b/html/doc/version.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="version.html">npm-version(1)</a> -- Bump a package version</h1>
+<h1><a href="version.html">npm-version</a></h1> <p>Bump a package version</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -368,4 +375,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help version - 2011-10-04 07:09:34 -->
+<!-- npm help version - 2011-24-04 07:09:55 -->
diff --git a/html/doc/view.html b/html/doc/view.html
index 256d6afb2..b4ed3e6eb 100644
--- a/html/doc/view.html
+++ b/html/doc/view.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="view.html">npm-view(1)</a> -- View registry info</h1>
+<h1><a href="view.html">npm-view</a></h1> <p>View registry info</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -432,4 +439,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help view - 2011-10-04 07:09:34 -->
+<!-- npm help view - 2011-24-04 07:09:55 -->
diff --git a/html/doc/whoami.html b/html/doc/whoami.html
index f092d7dde..e2f08fa8c 100644
--- a/html/doc/whoami.html
+++ b/html/doc/whoami.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;
@@ -326,7 +333,7 @@ input.submit, input#submit, input.button, button, input[type=submit] {
<body>
<div id="wrapper">
-<h1><a href="whoami.html">npm-whoami(1)</a> -- Display npm username</h1>
+<h1><a href="whoami.html">npm-whoami</a></h1> <p>Display npm username</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
@@ -364,4 +371,4 @@ document.body.appendChild(toc)
</script>
</body></html>
-<!-- npm help whoami - 2011-10-04 07:09:34 -->
+<!-- npm help whoami - 2011-24-04 07:09:55 -->
diff --git a/html/dochead.html b/html/dochead.html
index 4abbcc66e..2130c8441 100644
--- a/html/dochead.html
+++ b/html/dochead.html
@@ -153,6 +153,13 @@ h1 {
font-weight:bold;
background:#fff;
}
+h1 a, h1 a:visited {
+ font-family:GubbleBum, monospace;
+ font-size:60px;
+ color:#900;
+ text-shadow:#00f 1px 1px 1px;
+ display:block;
+}
.navigation {
display:table;