annotate xml/menu.xml @ 3046:2be49a02a2e3

Free nginx: various marketing links removed.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:55 +0300
parents 6c78190bc1cb
children 185dd0a00e10
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
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
10 <menu lang="en">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
11
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
12 <item> english </item>
693
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
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16 <item href="/"> news </item>
3035
0f53b5578e76 Year 2024.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2930
diff changeset
17 <item href="2023.html" year="2023" />
2930
6fc4778fec28 Year 2023.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2827
diff changeset
18 <item href="2022.html" year="2022" />
2827
7fb8f484166d Year 2022.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 2711
diff changeset
19 <item href="2021.html" year="2021" />
2711
aa837ec44acf Year 2021.
Sergey Kandaurov <pluknet@nginx.com>
parents: 2479
diff changeset
20 <item href="2020.html" year="2020" />
2479
b5138cd3321d Year 2020.
Maxim Dounin <mdounin@mdounin.ru>
parents: 2319
diff changeset
21 <item href="2019.html" year="2019" />
2319
c6a2d40342f4 Year 2019.
Ruslan Ermilov <ru@nginx.com>
parents: 2248
diff changeset
22 <item href="2018.html" year="2018" />
2098
ac0faf33b721 Year 2018.
Ruslan Ermilov <ru@nginx.com>
parents: 2066
diff changeset
23 <item href="2017.html" year="2017" />
1882
ee5f7260d63b Year 2017.
Ruslan Ermilov <ru@nginx.com>
parents: 1865
diff changeset
24 <item href="2016.html" year="2016" />
1635
280cf6c0888a Year 2016.
Ruslan Ermilov <ru@nginx.com>
parents: 1527
diff changeset
25 <item href="2015.html" year="2015" />
1389
dc5c2b7a2b7a Year 2015.
Ruslan Ermilov <ru@nginx.com>
parents: 1316
diff changeset
26 <item href="2014.html" year="2014" />
1078
271abf3db57b Generate news for year 2013.
Konstantin Pavlov <thresh@nginx.com>
parents: 1077
diff changeset
27 <item href="2013.html" year="2013" />
805
26b8f81ede9b Year 2013.
Ruslan Ermilov <ru@nginx.com>
parents: 693
diff changeset
28 <item href="2012.html" year="2012" />
323
db7b53552cce nginx-1.1.13
Maxim Dounin <mdounin@mdounin.ru>
parents: 258
diff changeset
29 <item href="2011.html" year="2011" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
30 <item href="2010.html" year="2010" />
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
31 <item href="2009.html" year="2009" />
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
32 <item year="" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
33
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
34 <item href="/en/"> about </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
35 <item href="/en/download.html"> download </item>
1303
5640d5fe1fc2 Renamed the "security advisories" menu item to "security".
Valentin Bartenev <vbart@nginx.com>
parents: 1302
diff changeset
36 <item href="/en/security_advisories.html"> security </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
37 <item href="/en/docs/"> documentation </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
38 <item href="/en/docs/faq.html"> faq </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
39 <item href="/en/books.html"> books </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
40 <item href="/en/support.html"> support </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
41 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
42
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
43 <item href="http://trac.nginx.org/nginx"> trac </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
44
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
45 </menu>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
46
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 <menu lang="ru">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
49
693
095d1972dad9 Added ability to switch languages without context change.
Vladimir Homutov <vl@nginx.com>
parents: 653
diff changeset
50 <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
51 <item> русский </item>
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
52 <item />
149f54c158f0 Added initial translation in simplified Chinese submitted by the
Ruslan Ermilov <ru@nginx.com>
parents: 522
diff changeset
53
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
54 <item href="/" lang="en"> новости </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
55 <item href="/ru/"> об nginx </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
56 <item href="/ru/download.html"> скачать </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
57 <item href="/en/security_advisories.html" lang="en"> безопасность </item>
84
7331027c454b Russian docs linked to site.
Maxim Dounin <mdounin@mdounin.ru>
parents: 39
diff changeset
58 <item href="/ru/docs/"> документация </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
59 <item href="/ru/docs/faq.html"> faq </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
60 <item href="/en/books.html" lang="en"> книги </item>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
61 <item href="/ru/support.html"> поддержка </item>
648
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
62 <item />
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
63
6c0532e6982f Visual improvements of the main menu.
Valentin Bartenev <vbart@nginx.com>
parents: 606
diff changeset
64 <item href="http://trac.nginx.org/nginx"> trac </item>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
65
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
66 </menu>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
67
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
68 </menus>