changeset 1006:570598ae1fd6

"Instant Nginx starter" book added.
author Vladimir Homutov <vl@nginx.com>
date Mon, 28 Oct 2013 18:04:38 +0400
parents 2275611970dd
children 8b593afa5951
files GNUmakefile sources/5125OS_cov.jpg xml/en/books.xml
diffstat 3 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Tue Oct 22 17:37:46 2013 +0400
+++ b/GNUmakefile	Mon Oct 28 18:04:38 2013 +0400
@@ -171,7 +171,8 @@
 		binary/books/nginx_http_server.jpg			\
 		binary/books/nginx_in_practice.jpg			\
 		binary/books/mastering_nginx.jpg			\
-		binary/books/nginx_http_server_2nd_ed.jpg
+		binary/books/nginx_http_server_2nd_ed.jpg		\
+		binary/books/instant_nginx_starter.jpg
 
 binary/books/nginx_http_server_jp.jpg:	sources/1106030720.jpg
 	mkdir -p $(dir $@)
@@ -198,6 +199,10 @@
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)
 
+binary/books/instant_nginx_starter.jpg:	sources/5125OS_cov.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
 
 .PHONY:	gzip
 gzip:	rsync_gzip
Binary file sources/5125OS_cov.jpg has changed
--- a/xml/en/books.xml	Tue Oct 22 17:37:46 2013 +0400
+++ b/xml/en/books.xml	Mon Oct 28 18:04:38 2013 +0400
@@ -14,6 +14,15 @@
 <section>
 
 <book
+    title="Instant Nginx Starter"
+    link="http://www.packtpub.com/instant-nginx-starter/book"
+    author="Martin Fjordvald"
+    site="http://blog.martinfjordvald.com"
+    publisher="Packt Publishing"
+    lang="English"
+    cover="../books/instant_nginx_starter.jpg" />
+
+<book
     title="Nginx HTTP Server - Second Edition"
     link="http://www.packtpub.com/nginx-http-server-second-edition/book"
     author="Clément Nedelcu"