| CARVIEW |
visionmedia / masteringnode
- Source
- Commits
- Network (18)
- Issues (3)
- Downloads (0)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Open source eBook for nodejs - written w/ markdown outputs to various formats (pdf, mobi, epub, html, etc) — Read more
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Aug 31 12:33:25 -0700 2010 | No longer gitignoring html [visionmedia] |
| |
Makefile | Thu Sep 02 09:06:37 -0700 2010 | Misc makefile cleanup [visionmedia] |
| |
Readme.md | Thu Sep 02 09:06:54 -0700 2010 | Docs [visionmedia] |
| |
book.epub | Thu Sep 02 09:06:37 -0700 2010 | Misc makefile cleanup [visionmedia] |
| |
book.html | Thu Sep 02 09:05:01 -0700 2010 | Fixed head markup [visionmedia] |
| |
book.mobi | Thu Sep 02 09:06:37 -0700 2010 | Misc makefile cleanup [visionmedia] |
| |
book.pdf | Thu Sep 02 09:06:37 -0700 2010 | Misc makefile cleanup [visionmedia] |
| |
chapters/ | Thu Sep 02 08:56:33 -0700 2010 | Added mobi and epub to `make all` [visionmedia] |
| |
pages/ | Thu Sep 02 09:05:01 -0700 2010 | Fixed head markup [visionmedia] |
| |
site/ | Tue Aug 31 13:47:16 -0700 2010 | Added simple site [visionmedia] |
| |
src/ | Sun Aug 15 14:02:50 -0700 2010 | more buffer [visionmedia] |
Mastering Node
Mastering node is an open source eBook by node hackers for node hackers. I started this as a side project and realized that I don't have time :) so go nuts, download it, build it, fork it, extend it and share it.
Formats
Mastering node is written using the markdown files provided in ./chapters, which can then be converted to several output formats, currently including pdf, mobi, epub and of course html.
All Formats
$ make
Required by make book.pdf:
$ brew install htmldoc
$ make book.pdf
HTML
Required by make book.html:
$ gem install ronn
$ make book.html
EPUB
Required by make book.epub:
Requires Calibre
$ make book.epub
MOBI
Required by make book.mobi:
Requires Calibre
$ make book.mobi
References
Contents of this eBook currently reference the following software versions:
- node 0.2.0
Source
All example source can be run simply by executing node against the file, for example:
$ node src/events/basic.js
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security
