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
path: root/html
AgeCommit message (Collapse)Author
2014-04-13doc: Add canonical urlisaacs
2014-03-18doc: include logo in footerisaacs
2014-02-26Move toc.js script into a fileisaacs
2014-02-07Replace references to isaacs/npm with npm/npm.Dylan Greene
2014-01-23Remove gubblebum blocky fontisaacs
It makes the headings in the html docs kind of hard to read, and also distributing the font file in this way has some awkward IP issues. (Using the font for the npm logo graphical asset is fine, only distributing the font file itself is problematic.)
2013-11-26Fixed typo in docs style.cssbitspill
2013-07-12doc: update build scripts for new structureisaacs
2012-10-04Fix #2850 Use https url for npmjs.org in docs etc.isaacs
2012-08-22Fix #2743 {list,ls}.html, pretty html help docsisaacs
2012-08-01Upload docs to new npm site as well as oldisaacs
2012-06-06Update Gubblebum Blocky license informationisaacs
Confirmed via email with Tardja Koster
2012-06-04Proper use of webfontisaacs
2012-04-30Some image cleanupsisaacs
2012-04-14s/one line install/zero line install/isaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
Conflicts: Makefile doc/cli/find.md lib/help.js man/man1/adduser.1 man/man1/bin.1 man/man1/build.1 man/man1/bundle.1 man/man1/cache.1 man/man1/changelog.1 man/man1/coding-style.1 man/man1/completion.1 man/man1/config.1 man/man1/developers.1 man/man1/docs.1 man/man1/faq.1 man/man1/find.1 man/man1/folders.1 man/man1/get.1 man/man1/global.1 man/man1/help-search.1 man/man1/home.1 man/man1/init.1 man/man1/install.1 man/man1/json.1 man/man1/link.1 man/man1/ln.1 man/man1/npm.1 man/man1/outdated.1 man/man1/prefix.1 man/man1/registry.1 man/man1/removing-npm.1 man/man1/rm.1 man/man1/root.1 man/man1/run-script.1 man/man1/scripts.1 man/man1/search.1 man/man1/semver.1 man/man1/set.1 man/man1/tag.1 man/man1/uninstall.1 man/man1/update.1 man/man1/version.1 man/man1/whoami.1 man/man3/author.3 man/man3/deprecate.3 man/man3/edit.3 man/man3/explore.3 man/man3/list.3 man/man3/ls.3 man/man3/owner.3 man/man3/pack.3 man/man3/prune.3 man/man3/publish.3 man/man3/rebuild.3 man/man3/restart.3 man/man3/start.3 man/man3/stop.3 man/man3/submodule.3 man/man3/test.3 man/man3/unpublish.3 man/man3/view.3 npm.js
2011-09-17Remove 'make doc' files from repoisaacs
2011-09-17Make doc for 1.0.29isaacs
2011-09-17make docisaacs
2011-09-13More thorough explanation on this point, for wikipediaisaacs
2011-09-10Document install algorithm better.isaacs
Thanks to @ded for the prod: https://twitter.com/ded/status/112215356692639744
2011-09-09Clearer 'where to sudo' instructionsisaacs
2011-09-09Remove some contrived SYNOPSISes, and just use the headingisaacs
2011-09-09Add some see-also links to npm-index(1)isaacs
2011-09-09Add README into index buildisaacs
2011-09-09make docisaacs
2011-09-09Build an index of all html documentation filesisaacs
2011-09-08Remove all reference to activate/deactivate from docs and commentsisaacs
2011-09-08Update version in docisaacs
2011-09-08Add 'curl|sudo sh' instructionsisaacs
2011-09-06Add gubblebum font locallyisaacs
2011-09-05more linkingisaacs
2011-09-05link adduser -> whoamiisaacs
2011-09-05help <-> help-searchisaacs
2011-09-05adduser <-> ownerisaacs
2011-09-05Doesn't feel finished without a footerisaacs
2011-09-05Add strict-ssl config, pass to requestisaacs
2011-09-05Add 'ca' configisaacs
2011-09-05Add the dash so the heading is formatted properisaacs
2011-09-04Don't underline the gubblebum text, but do highlight it on click/focusisaacs
2011-09-04Put style in a stylesheetisaacs
2011-09-04Move up the unpublish warningisaacs
2011-09-04Tag the semver(1) link so it gets styled properlyisaacs
2011-09-04Add SEE ALSO to all doc sections, and rebuildisaacs
2011-09-04Add README as proper html/manpage docisaacs
2011-09-04Provide proper help doc for help commandisaacs
2011-09-04More doc updatesisaacs
2011-09-04javascript errorisaacs
2011-09-04README.html docisaacs
2011-09-04Update title and footer comment:isaacs
2011-09-04Fold the README into the html doc buildisaacs
Sadly, this means turning off syntax highlighted code blocks, until ronn has a markdown implementation that supports them.