changeset 1109:28c05aa07b5f

"Nginx Module Extension" book added.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 25 Mar 2014 16:35:24 +0000
parents a0543e9213e7
children 4a4fe2d79d14
files GNUmakefile sources/3046OS_cover.jpg xml/en/books.xml
diffstat 3 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Tue Mar 25 19:01:20 2014 +0400
+++ b/GNUmakefile	Tue Mar 25 16:35:24 2014 +0000
@@ -165,7 +165,8 @@
 		binary/books/nginx_in_practice.jpg			\
 		binary/books/mastering_nginx.jpg			\
 		binary/books/nginx_http_server_2nd_ed.jpg		\
-		binary/books/instant_nginx_starter.jpg
+		binary/books/instant_nginx_starter.jpg			\
+		binary/books/nginx_module_extension.jpg
 
 binary/books/nginx_http_server_jp.jpg:	sources/1106030720.jpg
 	mkdir -p $(dir $@)
@@ -196,6 +197,10 @@
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)
 
+binary/books/nginx_module_extension.jpg:	sources/3046OS_cover.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
 
 .PHONY:	gzip
 gzip:	rsync_gzip
Binary file sources/3046OS_cover.jpg has changed
--- a/xml/en/books.xml	Tue Mar 25 19:01:20 2014 +0400
+++ b/xml/en/books.xml	Tue Mar 25 16:35:24 2014 +0000
@@ -14,6 +14,15 @@
 <section>
 
 <book
+    title="Nginx Module Extension"
+    link="http://www.packtpub.com/nginx-module-extension/book"
+    author="Usama Dar"
+    site="http://www.usamadar.com"
+    publisher="Packt Publishing"
+    lang="English"
+    cover="../books/nginx_module_extension.jpg" />
+
+<book
     title="Instant Nginx Starter"
     link="http://www.packtpub.com/instant-nginx-starter/book"
     author="Martin Fjordvald"