annotate xml/menu.xml @ 1301:a76c9048cc2d

Hid alternative languages from the main menu. These translations are very outdated and incomplete. There's no reason to provide any of them, unless it will be supported on a regular basis.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 16:43:05 +0400
parents 15f78372b132
children 1560fda31645
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: 558
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 558
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 558
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 558
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 558
diff changeset
5
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 <!DOCTYPE menus SYSTEM "../dtd/menu.dtd">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8 <menus>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
10 <menu lang="cn">
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
11
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
12 <item href="/en/" switchlang="en"> english </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
13 <item href="/ru/" switchlang="ru"> русский </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
14 <item />
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
15
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
16 <!--
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
17 <item> 简体中文 </item>
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
18 <item href="/he/" switchlang="he"> עברית </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
19 <item href="/ja/" switchlang="ja"> 日本語 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
20 <item href="/tr/" switchlang="tr"> türkçe </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
21 <item href="/it/" switchlang="it"> italiano </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
22 <item />
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
23 -->
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
24
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
25 <item href="/" lang="en"> 新闻 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
26 <item href="/cn/"> nginx 介绍 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
27 <item href="/en/download.html" lang="en"> 下载 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
28 <item href="/en/security_advisories.html" lang="en"> 安全漏洞 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
29 <item href="/cn/docs/"> 文档 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
30 <item href="/cn/docs/faq.html"> FAQ </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
31 <item href="/en/links.html" lang="en"> 外部连接 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
32 <item href="/en/books.html" lang="en"> 书籍 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
33 <item href="/en/support.html" lang="en"> 支持 </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
34 <item href="/en/donation.html" lang="en"> 捐献 </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
35 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
36
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
37 <item href="http://trac.nginx.org/nginx"> trac </item>
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
38 <item href="http://wiki.nginx.org/"> wiki </item>
653
703d981c8e12 Main menu: improvements in the twitter link.
Valentin Bartenev <vbart@nginx.com>
parents: 648
diff changeset
39 <item href="http://twitter.com/nginxorg"> twitter </item>
820
0d002a19bc90 Removed "www." prefix from links to nginx.com.
Valentin V. Bartenev <ne@vbart.ru>
parents: 805
diff changeset
40 <item href="http://nginx.com/"> nginx.com </item>
1141
15f78372b132 Added the "blog" menu item.
Ruslan Ermilov <ru@nginx.com>
parents: 1078
diff changeset
41 <item href="http://nginx.com/blog/"> blog </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
42
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
43 </menu>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
44
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
45
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
46 <menu lang="en">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
47
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
48 <item> english </item>
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
49 <item href="/ru/" switchlang="ru"> русский </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
50 <item />
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
51
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
52 <!--
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
53 <item href="/cn/" switchlang="cn"> 简体中文 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
54 <item href="/he/" switchlang="he"> עברית </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
55 <item href="/ja/" switchlang="ja"> 日本語 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
56 <item href="/tr/" switchlang="tr"> türkçe </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
57 <item href="/it/" switchlang="it"> italiano </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
58 <item />
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
59 -->
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
60
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
61 <item href="/"> news </item>
1078
271abf3db57b Generate news for year 2013.
Konstantin Pavlov <thresh@nginx.com>
parents: 1077
diff changeset
62 <item href="2013.html" year="2013" />
805
26b8f81ede9b Year 2013.
Ruslan Ermilov <ru@nginx.com>
parents: 693
diff changeset
63 <item href="2012.html" year="2012" />
323
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 258
diff changeset
64 <item href="2011.html" year="2011" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
65 <item href="2010.html" year="2010" />
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
66 <item href="2009.html" year="2009" />
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
67 <item year="" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
68
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
69 <item href="/en/"> about </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
70 <item href="/en/download.html"> download </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
71 <!--
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
72 <item href="/en/getting_started.html"> getting started </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
73 -->
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
74 <item href="/en/security_advisories.html"> security advisories </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
75 <item href="/en/docs/"> documentation </item>
258
9bfa8a51a2e3 lowercase pgp in menu
Sergey Budnevitch <sb@waeme.net>
parents: 257
diff changeset
76 <item href="/en/pgp_keys.html"> pgp keys </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
77 <!--
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
78 <item href="/en/docs/reference.html"> reference </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
79 -->
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
80 <item href="/en/docs/faq.html"> faq </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
81 <item href="/en/links.html"> links </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
82 <item href="/en/books.html"> books </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
83 <item href="/en/support.html"> support </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
84 <item href="/en/donation.html"> donation </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
85 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
86
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
87 <item href="http://trac.nginx.org/nginx"> trac </item>
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
88 <item href="http://wiki.nginx.org/"> wiki </item>
653
703d981c8e12 Main menu: improvements in the twitter link.
Valentin Bartenev <vbart@nginx.com>
parents: 648
diff changeset
89 <item href="http://twitter.com/nginxorg"> twitter </item>
820
0d002a19bc90 Removed "www." prefix from links to nginx.com.
Valentin V. Bartenev <ne@vbart.ru>
parents: 805
diff changeset
90 <item href="http://nginx.com/"> nginx.com </item>
1141
15f78372b132 Added the "blog" menu item.
Ruslan Ermilov <ru@nginx.com>
parents: 1078
diff changeset
91 <item href="http://nginx.com/blog/"> blog </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
92
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
93 </menu>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
94
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
95
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
96 <menu lang="he">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
97
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
98 <item href="/en/" switchlang="en"> english </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
99 <item href="/ru/" switchlang="ru"> русский </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
100 <item />
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
101
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
102 <!--
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
103 <item href="/cn/" switchlang="cn"> 简体中文 </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
104 <item> עברית </item>
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
105 <item href="/ja/" switchlang="ja"> 日本語 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
106 <item href="/tr/" switchlang="tr"> türkçe </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
107 <item href="/it/" switchlang="it"> italiano </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
108 <item />
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
109 -->
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
110
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
111 <item href="/" lang="אנגלית"> חדשות </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
112 <item href="/he/"> אודות </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
113 <item href="/en/download.html" lang="אנגלית"> הורדה </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
114 <item href="/en/security_advisories.html" lang="אנגלית"> דיווחי אבטחה </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
115 <item href="/he/docs/"> תיעוד </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
116 <item href="/en/docs/faq.html" lang="אנגלית"> שאלות נפוצות </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
117 <item href="/en/links.html" lang="אנגלית"> קישורים </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
118 <item href="/en/support.html" lang="אנגלית"> תמיכה </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
119 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
120
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
121 <item href="http://trac.nginx.org/nginx"> trac </item>
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
122 <item href="http://wiki.nginx.org/"> wiki </item>
653
703d981c8e12 Main menu: improvements in the twitter link.
Valentin Bartenev <vbart@nginx.com>
parents: 648
diff changeset
123 <item href="http://twitter.com/nginxorg"> twitter </item>
820
0d002a19bc90 Removed "www." prefix from links to nginx.com.
Valentin V. Bartenev <ne@vbart.ru>
parents: 805
diff changeset
124 <item href="http://nginx.com/"> nginx.com </item>
1141
15f78372b132 Added the "blog" menu item.
Ruslan Ermilov <ru@nginx.com>
parents: 1078
diff changeset
125 <item href="http://nginx.com/blog/"> blog </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
126
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
127 </menu>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
128
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
129
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
130 <menu lang="ja">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
131
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
132 <item href="/en/" switchlang="en"> english </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
133 <item href="/ru/" switchlang="ru"> русский </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
134 <item />
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
135
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
136 <!--
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
137 <item href="/cn/" switchlang="cn"> 简体中文 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
138 <item href="/he/" switchlang="he"> עברית </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
139 <item> 日本語 </item>
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
140 <item href="/tr/" switchlang="tr"> türkçe </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
141 <item href="/it/" switchlang="it"> italiano </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
142 <item />
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
143 -->
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
144
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
145 <item href="/" lang="en"> ニュース </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
146 <item href="/ja/"> nginx について </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
147 <item href="/en/download.html" lang="en"> ダウンロード </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
148 <item href="/en/security_advisories.html" lang="en"> セキュリティ情報 </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
149 <item href="/ja/docs/"> ドキュメント </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
150 <item href="/ja/docs/faq.html"> faq </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
151 <item href="/en/links.html" lang="en"> リンク </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
152 <item href="/en/books.html" lang="en"> 本 </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
153 <item href="/en/support.html" lang="en"> サポート </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
154 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
155
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
156 <item href="http://trac.nginx.org/nginx"> trac </item>
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
157 <item href="http://wiki.nginx.org/"> wiki </item>
653
703d981c8e12 Main menu: improvements in the twitter link.
Valentin Bartenev <vbart@nginx.com>
parents: 648
diff changeset
158 <item href="http://twitter.com/nginxorg"> twitter </item>
820
0d002a19bc90 Removed "www." prefix from links to nginx.com.
Valentin V. Bartenev <ne@vbart.ru>
parents: 805
diff changeset
159 <item href="http://nginx.com/"> nginx.com </item>
1141
15f78372b132 Added the "blog" menu item.
Ruslan Ermilov <ru@nginx.com>
parents: 1078
diff changeset
160 <item href="http://nginx.com/blog/"> blog </item>
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 </menu>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
163
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
164
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
165 <menu lang="ru">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
166
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
167 <item href="/en/" switchlang="en"> english </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
168 <item> русский </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
169 <item />
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
170
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
171 <!--
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
172 <item href="/cn/" switchlang="cn"> 简体中文 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
173 <item href="/he/" switchlang="he"> עברית </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
174 <item href="/ja/" switchlang="ja"> 日本語 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
175 <item href="/tr/" switchlang="tr"> türkçe </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
176 <item href="/it/" switchlang="it"> italiano </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
177 <item />
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
178 -->
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
179
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
180 <item href="/" lang="en"> новости </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
181 <item href="/ru/"> об nginx </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
182 <item href="/ru/download.html"> скачать </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
183 <item href="/en/security_advisories.html" lang="en"> безопасность </item>
258
9bfa8a51a2e3 lowercase pgp in menu
Sergey Budnevitch <sb@waeme.net>
parents: 257
diff changeset
184 <item href="/en/pgp_keys.html" lang="en"> pgp ключи </item>
84
7331027c454b Russian docs linked to site.
Maxim Dounin <mdounin@mdounin.ru>
parents: 39
diff changeset
185 <item href="/ru/docs/"> документация </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
186 <item href="/ru/docs/faq.html"> faq </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
187 <item href="/en/links.html" lang="en"> ссылки </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
188 <item href="/en/books.html" lang="en"> книги </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
189 <item href="/ru/support.html"> поддержка </item>
228
07fb825cf079 o English menu: trac and donation links added.
Maxim Konovalov <maxim@nginx.com>
parents: 214
diff changeset
190 <item href="/en/donation.html" lang="en"> пожертвования </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
191 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
192
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
193 <item href="http://trac.nginx.org/nginx"> trac </item>
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
194 <item href="http://wiki.nginx.org/"> wiki </item>
653
703d981c8e12 Main menu: improvements in the twitter link.
Valentin Bartenev <vbart@nginx.com>
parents: 648
diff changeset
195 <item href="http://twitter.com/nginxorg"> twitter </item>
820
0d002a19bc90 Removed "www." prefix from links to nginx.com.
Valentin V. Bartenev <ne@vbart.ru>
parents: 805
diff changeset
196 <item href="http://nginx.com/"> nginx.com </item>
1141
15f78372b132 Added the "blog" menu item.
Ruslan Ermilov <ru@nginx.com>
parents: 1078
diff changeset
197 <item href="http://nginx.com/blog/"> blog </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
198
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
199 </menu>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
200
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
201
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
202 <menu lang="tr">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
203
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
204 <item href="/en/" switchlang="en"> english </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
205 <item href="/ru/" switchlang="ru"> русский </item>
558
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
206 <item />
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
207
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
208 <!--
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
209 <item href="/cn/" switchlang="cn"> 简体中文 </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
210 <item href="/he/" switchlang="he"> עברית </item>
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
211 <item href="/ja/" switchlang="ja"> 日本語 </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
212 <item> türkçe </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
213 <item href="/it/" switchlang="it"> italiano </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
214 <item />
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
215 -->
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
216
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
217 <item href="/" lang="ing"> haberler </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
218 <item href="/tr/"> hakkında </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
219 <item href="/en/download.html" lang="ing"> indir </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
220 <item href="/en/security_advisories.html" lang="ing">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
221 güvenlik tavsiyeleri </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
222 <item href="/tr/docs/"> dökümantasyon </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
223 <item href="/tr/docs/faq.html"> sss </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
224 <item href="/en/links.html" lang="ing"> bağlantılar </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
225 <item href="/en/books.html" lang="ing"> kitaplar </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
226 <item href="/en/support.html" lang="ing"> destek </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
227 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
228
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
229 <item href="http://trac.nginx.org/nginx"> trac </item>
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
230 <item href="http://wiki.nginx.org/"> wiki </item>
653
703d981c8e12 Main menu: improvements in the twitter link.
Valentin Bartenev <vbart@nginx.com>
parents: 648
diff changeset
231 <item href="http://twitter.com/nginxorg"> twitter </item>
820
0d002a19bc90 Removed "www." prefix from links to nginx.com.
Valentin V. Bartenev <ne@vbart.ru>
parents: 805
diff changeset
232 <item href="http://nginx.com/"> nginx.com </item>
1141
15f78372b132 Added the "blog" menu item.
Ruslan Ermilov <ru@nginx.com>
parents: 1078
diff changeset
233 <item href="http://nginx.com/blog/"> blog </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
234
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
235 </menu>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
236
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
237
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
238 <menu lang="it">
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
239
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
240 <item href="/en/" switchlang="en"> english </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
241 <item href="/ru/" switchlang="ru"> русский </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
242 <item />
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
243
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
244 <!--
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
245 <item href="/cn/" switchlang="cn"> 简体中文 </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
246 <item href="/he/" switchlang="he"> עברית </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
247 <item href="/ja/" switchlang="ja"> 日本語 </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
248 <item href="/tr/" switchlang="tr"> türkçe </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
249 <item> italiano </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
250 <item />
1301
a76c9048cc2d Hid alternative languages from the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 1141
diff changeset
251 -->
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
252
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
253 <item href="/it/"> informazioni generali </item>
1040
972ec279831a Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 1018
diff changeset
254 <item href="/it/download.html"> download </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
255 <!--
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
256 <item href="/en/getting_started.html" lang="ing"> per iniziare </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
257 -->
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
258 <item href="/en/security_advisories.html" lang="ing"> avvisi di sicurezza </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
259 <item href="/it/docs/"> documentazione </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
260 <item href="/en/pgp_keys.html" lang="ing"> chiavi pgp </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
261 <!--
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
262 <item href="/en/docs/reference.html" lang="ing"> riferimenti </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
263 -->
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
264 <item href="/en/docs/faq.html" lang="ing"> faq </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
265 <item href="/en/links.html" lang="ing"> collegamenti </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
266 <item href="/en/books.html" lang="ing"> libri </item>
1053
6303d4e343a8 Updated the Italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 1040
diff changeset
267 <item href="/it/support.html"> supporto </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
268 <item href="/en/donation.html" lang="ing"> donazioni </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
269 <item />
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
270
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
271 <item href="http://trac.nginx.org/nginx"> trac </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
272 <item href="http://wiki.nginx.org/"> wiki </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
273 <item href="http://twitter.com/nginxorg"> twitter </item>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
274 <item href="http://nginx.com/"> nginx.com </item>
1141
15f78372b132 Added the "blog" menu item.
Ruslan Ermilov <ru@nginx.com>
parents: 1078
diff changeset
275 <item href="http://nginx.com/blog/"> blog </item>
1018
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
276
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
277 </menu>
19129672444e Added italian translation.
Vladimir Homutov <vl@nginx.com>
parents: 820
diff changeset
278
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
279 </menus>