changeset 963:2116a99dc304

"Nginx HTTP Server - Second Edition" book added.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 12 Aug 2013 13:20:13 +0400
parents f3754c623e6b
children 1318ed89ab7e
files GNUmakefile sources/2322OS_cov.jpg xml/en/books.xml
diffstat 3 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Mon Aug 12 09:51:20 2013 +0400
+++ b/GNUmakefile	Mon Aug 12 13:20:13 2013 +0400
@@ -170,7 +170,8 @@
 		binary/books/nginx_1_web_server.jpg			\
 		binary/books/nginx_http_server.jpg			\
 		binary/books/nginx_in_practice.jpg			\
-		binary/books/mastering_nginx.jpg
+		binary/books/mastering_nginx.jpg			\
+		binary/books/nginx_http_server_2nd_ed.jpg
 
 binary/books/nginx_http_server_jp.jpg:	sources/1106030720.jpg
 	mkdir -p $(dir $@)
@@ -193,6 +194,10 @@
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)
 
+binary/books/nginx_http_server_2nd_ed.jpg:	sources/2322OS_cov.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
 
 .PHONY:	gzip
 gzip:	rsync_gzip
Binary file sources/2322OS_cov.jpg has changed
--- a/xml/en/books.xml	Mon Aug 12 09:51:20 2013 +0400
+++ b/xml/en/books.xml	Mon Aug 12 13:20:13 2013 +0400
@@ -14,6 +14,15 @@
 <section>
 
 <book
+    title="Nginx HTTP Server - Second Edition"
+    link="http://www.packtpub.com/nginx-http-server-second-edition/book"
+    author="Clément Nedelcu"
+    site="http://cnedelcu.blogspot.com"
+    publisher="Packt Publishing"
+    lang="English"
+    cover="../books/nginx_http_server_2nd_ed.jpg" />
+
+<book
     title="Mastering Nginx"
     link=
       "http://www.packtpub.com/mastering-nginx-guide-for-novice-and-advanced-user/book"