changeset 2050:ace0ddbb2513

Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 06 Oct 2017 18:36:55 +0300
parents b29a7faecbd0
children b5cc488e6800
files GNUmakefile sources/0337OS_4846_Nginx.jpg sources/B05431_0.jpg xml/en/books.xml
diffstat 4 files changed, 31 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Fri Oct 06 18:36:14 2017 +0300
+++ b/GNUmakefile	Fri Oct 06 18:36:55 2017 +0300
@@ -181,6 +181,8 @@
 
 
 images:									\
+		binary/books/nginx_cookbook.jpg			\
+		binary/books/nginx_http_server_3rd_ed.jpg		\
 		binary/books/nginx_troubleshooting.jpg			\
 		binary/books/nginx_richtig_konfigurieren.jpg		\
 		binary/books/practical_nginx_guide_jp.jpg		\
@@ -196,6 +198,15 @@
 		binary/books/nginx_high_performance.jpg			\
 		binary/books/nginx_essentials.jpg
 
+binary/books/nginx_cookbook.jpg:	sources/B05431_0.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/nginx_http_server_3rd_ed.jpg:				\
+		sources/0337OS_4846_Nginx.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
 binary/books/nginx_troubleshooting.jpg:					\
 		sources/51T7ds6JdBL._SX404_BO1,204,203,200_.jpg
 	mkdir -p $(dir $@)
Binary file sources/0337OS_4846_Nginx.jpg has changed
Binary file sources/B05431_0.jpg has changed
--- a/xml/en/books.xml	Fri Oct 06 18:36:14 2017 +0300
+++ b/xml/en/books.xml	Fri Oct 06 18:36:55 2017 +0300
@@ -8,12 +8,31 @@
 <article name="nginx books"
          link="/en/books.html"
          lang="en"
-         rev="4">
+         rev="5">
 
 
 <section>
 
 <book
+    title="Nginx Cookbook"
+    link=
+      "https://www.packtpub.com/networking-and-servers/nginx-cookbook"
+    author="Tim Butler"
+    site="https://www.packtpub.com/books/info/authors/tim-butler"
+    publisher="Packt Publishing"
+    lang="English"
+    cover="../books/nginx_cookbook.jpg" />
+
+<book
+    title="Nginx HTTP Server - Third Edition"
+    link="https://www.packtpub.com/networking-and-servers/nginx-http-server-third-edition"
+    author="Clément Nedelcu"
+    site="http://cnedelcu.blogspot.com"
+    publisher="Packt Publishing"
+    lang="English"
+    cover="../books/nginx_http_server_3rd_ed.jpg" />
+
+<book
     title="Nginx Troubleshooting"
     link="https://www.packtpub.com/networking-and-servers/nginx-troubleshooting"
     author="Alex Kapranoff"