annotate xml/en/books.xml @ 2083:fb5eef3637a4

Avoid double negative in if_not_empty. Use of "not" and "until" in the same sentence makes it confusing. Moreover, use of "until" with something that doesn't describe an event or point in time is wrong.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 11 Dec 2017 19:15:31 +0300
parents 2ac75347ed1a
children e4e6a7a6b22f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 550
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 550
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 550
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 550
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 550
diff changeset
5
50
9d544687d02c Fixed DOCTYPE declaration.
Ruslan Ermilov <ru@nginx.com>
parents: 0
diff changeset
6 <!DOCTYPE article SYSTEM "../../dtd/article.dtd">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
123
7db449e89e92 Unified the use of the "name" attribute instead of "title".
Ruslan Ermilov <ru@nginx.com>
parents: 50
diff changeset
8 <article name="nginx books"
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9 link="/en/books.html"
589
764fbac1b8b4 Added document revision.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
10 lang="en"
2053
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
11 rev="7">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
12
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
14 <section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15
1658
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
16 <book
2050
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
17 title="Nginx Cookbook"
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
18 link=
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
19 "https://www.packtpub.com/networking-and-servers/nginx-cookbook"
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
20 author="Tim Butler"
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
21 site="https://www.packtpub.com/books/info/authors/tim-butler"
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
22 publisher="Packt Publishing"
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
23 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
24 cover="../books/nginx_cookbook.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
25 year="2017" />
2050
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
26
ace0ddbb2513 Added "Nginx Cookbook", "Nginx HTTP Server 3rd edition" to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2049
diff changeset
27 <book
1821
4639fa9d7e0a Alex Kapranoff's book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1793
diff changeset
28 title="Nginx Troubleshooting"
1916
1b408dd50eee The link to the "Nginx Troubleshooting" book was replaced per
Maxim Konovalov <maxim@nginx.com>
parents: 1821
diff changeset
29 link="https://www.packtpub.com/networking-and-servers/nginx-troubleshooting"
1821
4639fa9d7e0a Alex Kapranoff's book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1793
diff changeset
30 author="Alex Kapranoff"
4639fa9d7e0a Alex Kapranoff's book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1793
diff changeset
31 publisher="Packt Publishing"
4639fa9d7e0a Alex Kapranoff's book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1793
diff changeset
32 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
33 cover="../books/nginx_troubleshooting.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
34 year="2016" />
1821
4639fa9d7e0a Alex Kapranoff's book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1793
diff changeset
35
4639fa9d7e0a Alex Kapranoff's book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1793
diff changeset
36 <book
1793
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
37 title="Nginx richtig konfigurieren"
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
38 link="https://www.amazon.de/Nginx-richtig-konfigurieren-Websites-WordPress-ebook/dp/B01GI4C982/"
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
39 author="Oliver Gutperl"
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
40 site="https://webserver.tips"
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
41 publisher="Digital Sailors"
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
42 lang="Deutsch (German)"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
43 cover="../books/nginx_richtig_konfigurieren.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
44 year="2016" />
1793
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
45
4f21e33e96fd German book added.
Igor Sysoev <igor@sysoev.ru>
parents: 1658
diff changeset
46 <book
1658
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
47 title="nginx実践入門 (Practical nginx guide)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
48 link="http://gihyo.jp/magazine/wdpress/plus/978-4-7741-7866-0"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
49 author="久保達彦(くぼたつひこ) (Tatsuhiko Kubo)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
50 site="http://cccis.jp"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
51 author2="道井俊介(みちいしゅんすけ) (MICHII Shunsuke)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
52 site2="http://harukasan.jp"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
53 publisher="技術評論社 (Gijutsuhyoronsha)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
54 lang="日本語 (Japanese)"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
55 cover="../books/practical_nginx_guide_jp.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
56 year="2016" />
1658
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
57
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
58 <book
2053
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
59 title="Mastering NGINX - Second Edition"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
60 link="https://www.packtpub.com/networking-and-servers/mastering-nginx-second-edition"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
61 author="Dimitri Aivaliotis"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
62 site="http://www.packtpub.com/authors/profiles/dimitri-aivaliotis"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
63 publisher="Packt Publishing"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
64 lang="English"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
65 cover="../books/mastering_nginx.jpg"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
66 year="2016" />
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
67
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
68 <book
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
69 title="Nginx HTTP Server - Third Edition"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
70 link="https://www.packtpub.com/networking-and-servers/nginx-http-server-third-edition"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
71 author="Clément Nedelcu"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
72 site="http://cnedelcu.blogspot.com"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
73 publisher="Packt Publishing"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
74 lang="English"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
75 cover="../books/nginx_http_server_3rd_ed.jpg"
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
76 year="2015" />
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
77
2ac75347ed1a Reordered 2 books to match the year order.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2051
diff changeset
78 <book
1658
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
79 title="Nginx ポケットリファレンス (Nginx pocket reference)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
80 link="http://www.amazon.co.jp/dp/4774176338"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
81 author="鶴長 鎮一 (Shinichi Tsurunaga)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
82 author2="馬場 俊彰 (Baba Toshiaki)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
83 site2="http://netmark.jp"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
84 publisher="技術評論社 (Gijutsuhyoronsha)"
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
85 lang="日本語 (Japanese)"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
86 cover="../books/nginx_pocket_reference_jp.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
87 year="2015" />
1658
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
88
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
89 <book
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
90 title="Nginx Essentials"
2049
b29a7faecbd0 Corrected links, removed promocode in books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1917
diff changeset
91 link="https://www.packtpub.com/networking-and-servers/nginx-essentials"
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
92 author="Valery Kholodkov"
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
93 site="https://www.packtpub.com/books/info/authors/valery-kholodkov"
2049
b29a7faecbd0 Corrected links, removed promocode in books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1917
diff changeset
94 publisher="Packt Publishing"
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
95 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
96 cover="../books/nginx_essentials.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
97 year="2015" />
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
98
1658
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 1565
diff changeset
99 <book
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
100 title="Nginx High Performance"
2049
b29a7faecbd0 Corrected links, removed promocode in books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1917
diff changeset
101 link="https://www.packtpub.com/networking-and-servers/nginx-high-performance"
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
102 author="Rahul Sharma"
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
103 site="https://www.packtpub.com/books/info/authors/rahul-sharma"
2049
b29a7faecbd0 Corrected links, removed promocode in books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1917
diff changeset
104 publisher="Packt Publishing"
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
105 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
106 cover="../books/nginx_high_performance.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
107 year="2015" />
1565
300349b7aef3 Added new books about nginx.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1109
diff changeset
108
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
109 <book
1109
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
110 title="Nginx Module Extension"
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
111 link="http://www.packtpub.com/nginx-module-extension/book"
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
112 author="Usama Dar"
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
113 site="http://www.usamadar.com"
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
114 publisher="Packt Publishing"
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
115 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
116 cover="../books/nginx_module_extension.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
117 year="2013" />
1109
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
118
28c05aa07b5f "Nginx Module Extension" book added.
Maxim Konovalov <maxim@nginx.com>
parents: 1006
diff changeset
119 <book
1006
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
120 title="Instant Nginx Starter"
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
121 link="http://www.packtpub.com/instant-nginx-starter/book"
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
122 author="Martin Fjordvald"
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
123 site="http://blog.martinfjordvald.com"
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
124 publisher="Packt Publishing"
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
125 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
126 cover="../books/instant_nginx_starter.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
127 year="2013" />
1006
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
128
570598ae1fd6 "Instant Nginx starter" book added.
Vladimir Homutov <vl@nginx.com>
parents: 963
diff changeset
129 <book
963
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
130 title="Nginx HTTP Server - Second Edition"
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
131 link="http://www.packtpub.com/nginx-http-server-second-edition/book"
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
132 author="Clément Nedelcu"
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
133 site="http://cnedelcu.blogspot.com"
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
134 publisher="Packt Publishing"
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
135 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
136 cover="../books/nginx_http_server_2nd_ed.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
137 year="2013" />
963
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
138
2116a99dc304 "Nginx HTTP Server - Second Edition" book added.
Valentin Bartenev <vbart@nginx.com>
parents: 863
diff changeset
139 <book
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
140 title="ハイパフォーマンスHTTPサーバ Nginx入門 (Nginx HTTP Server)"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
141 link=
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
142 "http://www.amazon.co.jp/%E3%83%8F%E3%82%A4%E3%83%91%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B9HTTP%E3%82%B5%E3%83%BC%E3%83%90-Nginx%E5%85%A5%E9%96%80-Clement-Nedelcu/dp/4048702270"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
143 author="Clément Nedelcu"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
144 site="http://cnedelcu.blogspot.com"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
145 translator="長尾高弘"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
146 publisher="アスキー・メディアワークス"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
147 lang="日本語 (Japanese)"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
148 cover="../books/nginx_http_server_jp.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
149 year="2011" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
150
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
151 <book
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
152 title="Nginx 1 Web Server Implementation Cookbook"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
153 link=
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
154 "http://www.packtpub.com/nginx-1-web-server-implementation-cookbook/book"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
155 author="Dipankar Sarkar"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
156 site="http://www.dipankar.name"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
157 publisher="Packt Publishing"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
158 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
159 cover="../books/nginx_1_web_server.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
160 year="2011" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
161
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
162 <book
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
163 title="Nginx HTTP Server"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
164 link="http://www.packtpub.com/nginx-http-server-for-web-applications/book"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
165 author="Clément Nedelcu"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
166 site="http://cnedelcu.blogspot.com"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
167 publisher="Packt Publishing"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
168 lang="English"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
169 cover="../books/nginx_http_server.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
170 year="2010" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
171
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
172 <book
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
173 title="实战Nginx:取代Apache的高性能Web服务器
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
174 (nginx in Practice: A High Performance Web Server to Replace Apache)"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
175 link="http://product.dangdang.com/product.aspx?product_id=20807089"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
176 author="张宴 (Zhang Yan)"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
177 site="http://blog.s135.com"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
178 publisher="电子工业出版社 (Publishing House of Electronics Industry)"
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
179 lang="中文 (Chinese)"
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
180 cover="../books/nginx_in_practice.jpg"
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2050
diff changeset
181 year="2010" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
182
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
183 </section>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
184
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
185 </article>