changeset 2165:e4e6a7a6b22f

Added new book about nginx.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 22 May 2018 10:27:41 +0300
parents 2afb731614a0
children c67825f3cfcb
files GNUmakefile xml/en/books.xml
diffstat 2 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Tue May 22 10:27:32 2018 +0300
+++ b/GNUmakefile	Tue May 22 10:27:41 2018 +0300
@@ -189,7 +189,8 @@
 		binary/books/instant_nginx_starter.jpg			\
 		binary/books/nginx_module_extension.jpg			\
 		binary/books/nginx_high_performance.jpg			\
-		binary/books/nginx_essentials.jpg
+		binary/books/nginx_essentials.jpg			\
+		binary/books/nginx_http_server_4th_ed.jpg
 
 binary/books/nginx_cookbook.jpg:	sources/B05431_0.jpg
 	mkdir -p $(dir $@)
@@ -259,6 +260,9 @@
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)
 
+binary/books/nginx_http_server_4th_ed.jpg:	sources/9781788623551.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
 
 .PHONY:	gzip
 gzip:	rsync_gzip
--- a/xml/en/books.xml	Tue May 22 10:27:32 2018 +0300
+++ b/xml/en/books.xml	Tue May 22 10:27:41 2018 +0300
@@ -8,12 +8,22 @@
 <article name="nginx books"
          link="/en/books.html"
          lang="en"
-         rev="7">
+         rev="8">
 
 
 <section>
 
 <book
+    title="Nginx HTTP Server - Fourth Edition"
+    link="https://www.packtpub.com/virtualization-and-cloud/nginx-http-server-fourth-edition"
+    author="Martin Fjordvald, Clément Nedelcu"
+    site="http://blog.martinfjordvald.com"
+    publisher="Packt Publishing"
+    lang="English"
+    cover="../books/nginx_http_server_4th_ed.jpg"
+    year="2018" />
+
+<book
     title="Nginx Cookbook"
     link=
       "https://www.packtpub.com/networking-and-servers/nginx-cookbook"