changeset 2299:486ea60817dc

Added ebooks from nginx.com.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 Dec 2018 17:19:47 +0300
parents 4dcedc52bd9b
children c1808cb00a60
files GNUmakefile xml/en/books.xml
diffstat 2 files changed, 109 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -174,7 +174,14 @@ genapi:
 
 
 images:									\
-		binary/books/nginx_cookbook.jpg			\
+		binary/books/complete_nginx_cookbook_2019.jpg		\
+		binary/books/deploying_nginx_as_api_gateway.jpg		\
+		binary/books/high_performance_caching.jpg		\
+		binary/books/loadbalancing_cloud.jpg			\
+		binary/books/f5_to_nginx_migration.jpg			\
+		binary/books/cisco_ace_to_nginx.jpg			\
+		binary/books/modsec3_and_nginx.jpg			\
+		binary/books/nginx_cookbook.jpg				\
 		binary/books/nginx_http_server_3rd_ed.jpg		\
 		binary/books/nginx_troubleshooting.jpg			\
 		binary/books/nginx_richtig_konfigurieren.jpg		\
@@ -192,6 +199,41 @@ images:									\
 		binary/books/nginx_essentials.jpg			\
 		binary/books/nginx_http_server_4th_ed.jpg
 
+binary/books/complete_nginx_cookbook_2019.jpg:				\
+		sources/ebk-ORM-NGINX-Cookbook-mega-2019-tablet-150x185.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/deploying_nginx_as_api_gateway.jpg:			\
+		sources/ebk-Deploying-NGINX-Plus-as-API-Gateway-tablet-150x185.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/high_performance_caching.jpg:				\
+		sources/ebk-High-Performance-Caching-tablet-150x185.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/loadbalancing_cloud.jpg:					\
+		sources/ebk-ORM-Load-Balancing-in-the-Cloud-tablet-150x185.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/f5_to_nginx_migration.jpg:				\
+		sources/ebk-F5-BIG-IP-to-NGINX-Plus-tablet-150x185.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/cisco_ace_to_nginx.jpg:					\
+		sources/ebk-Cisco-ACE-to-NGINX-tablet-150x185.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
+binary/books/modsec3_and_nginx.jpg:					\
+		sources/ebk-ModSecurity-3.0-and-NGINX-tablet-150x185.jpg
+	mkdir -p $(dir $@)
+	$(call JPEGNORM, $<, $@)
+
 binary/books/nginx_cookbook.jpg:	sources/B05431_0.jpg
 	mkdir -p $(dir $@)
 	$(call JPEGNORM, $<, $@)
--- a/xml/en/books.xml
+++ b/xml/en/books.xml
@@ -8,12 +8,77 @@
 <article name="nginx books"
          link="/en/books.html"
          lang="en"
-         rev="8">
+         rev="9">
 
 
 <section>
 
 <book
+    title="The Complete NGINX Cookbook - 2019 Edition"
+    link="https://www.nginx.com/resources/library/complete-nginx-cookbook"
+    author="Derek DeJonghe"
+    site="https://www.oreilly.com/people/02bb3-derek-dejonghe"
+    publisher="O'Reilly"
+    lang="English"
+    cover="../books/complete_nginx_cookbook_2019.jpg"
+    year="2018" />
+
+<book
+    title="Deploying NGINX Plus as an API Gateway"
+    link="https://www.nginx.com/resources/library/nginx-api-gateway-deployment"
+    author="Liam Crilly"
+    publisher="NGINX"
+    lang="English"
+    cover="../books/deploying_nginx_as_api_gateway.jpg"
+    year="2018" />
+
+<book
+    title="High-Performance Caching with NGINX and NGINX Plus"
+    link="https://www.nginx.com/resources/library/high-performance-caching-with-nginx-and-nginx-plus"
+    author="Owen Garrett"
+    publisher="NGINX"
+    lang="English"
+    cover="../books/high_performance_caching.jpg"
+    year="2018" />
+
+<book
+    title="Load Balancing in the Cloud: Practical Solutions with NGINX and AWS"
+    link="https://www.nginx.com/resources/library/load-balancing-in-the-cloud-aws-nlb-elb-nginx-plus"
+    author="Derek DeJonghe"
+    site="https://www.oreilly.com/people/02bb3-derek-dejonghe"
+    publisher="O'Reilly"
+    lang="English"
+    cover="../books/loadbalancing_cloud.jpg"
+    year="2018" />
+
+<book
+    title="F5 BIG-IP to NGINX Plus: Migration Guide"
+    link="https://www.nginx.com/resources/library/f5-big-ip-nginx-migration-guide"
+    author="Faisal Memon, Alan Murphy"
+    publisher="NGINX"
+    lang="English"
+    cover="../books/f5_to_nginx_migration.jpg"
+    year="2018" />
+
+<book
+    title="How to Easily and Cost Effectively Replace Cisco ACE"
+    link="https://www.nginx.com/resources/library/cisco-ace-nginx-migration-guide"
+    author=" Faisal Memon"
+    publisher="NGINX"
+    lang="English"
+    cover="../books/cisco_ace_to_nginx.jpg"
+    year="2018" />
+
+<book
+    title="ModSecurity 3.0 and NGINX: Quick Start Guide"
+    link="https://www.nginx.com/resources/library/modsecurity-3-nginx-quick-start-guide"
+    author="Faisal Memon, Owen Garrett, Michael Pleshakov"
+    publisher="NGINX"
+    lang="English"
+    cover="../books/modsec3_and_nginx.jpg"
+    year="2018" />
+
+<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"