This repository holds the source scripts for my Nginx tutorial series published here:
Versions in other languages are expected to be maintained by the community.
Pre-generated e-books can be downloaded directly from here:
How to generate HTML and other ebook format files on your side:
-
install perl 5.8.1+ into your system (usually it is already installed on *NIX systems.
-
install the Perl CPAN module List::MoreUtils with the command:
sudo cpan List::MoreUtils -
Install Calibre from here: http://calibre-ebook.com/
-
Build the ebook files *.mobi and *.epub make Note that Gnu make is also required. On most *BSD systems, it's usually required to run "gmake" instead of "make" here.