Skip to content

A script to convert Node.js Documentation to some E-book formats.

Notifications You must be signed in to change notification settings

nsyee/nodejs.org2books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs.org2books

A script to convert Node.js documentation to some E-book formats(pdf/epub/mobi).

This allows you to refer API docs with mobile platforms like iOS/Android/Kindle.

see here about Node.js.

Requirements

If you use OSX, you need to install the command line tools, adding to installation with dmg. Go to Preferences->Advanced.

Content

note: epub and mobi are alpha quality currently. Copyrights of these belong to each organizations. see web sites above.

How to compile

After installing requirements, run following commands.

# get resources.
$git clone http://github.com/nsyee/nodejs.org2books.git
$cd nodejs.org2books
$git submodule update --init

# publish a books/nodejs.org.pdf.
$cd nodejs.org
$./configure
$make doc
$cd -
$make

# publish a books/nodejs.org-ja.pdf
$make ja

About

A script to convert Node.js Documentation to some E-book formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published