annotate xsls/donate.xsls @ 1017:9f9a427a73eb

Fixed broken links to chinese versions of some modules. The chinese version contains untranslated copies of english documentation for random_index and realip modules. The result is the appearance of 'translation to chinese' link for this modules pointing to non-existing document. This files are removed. Also, broken links are generated for the chinese version of the "flv" module, but the translation exists, although not enabled for publication. Since contents of file looks like a valid translation, it is allowed to be published.
author Vladimir Homutov <vl@nginx.com>
date Mon, 18 Nov 2013 12:48:10 +0400
parents 91d9e21ccecd
children
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: 228
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
5
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 X:stylesheet {
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 X:template = "paypal" {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
10 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
197
241c9db1f3f4 Closing tags added.
Maxim Konovalov <maxim@nginx.com>
parents: 194
diff changeset
11 <input type="hidden" name="cmd" value="_s-xclick" />
228
07fb825cf079 o English menu: trac and donation links added.
Maxim Konovalov <maxim@nginx.com>
parents: 197
diff changeset
12 <input type="hidden" name="hosted_button_id" value="ZJK5JR3ZSBUFC" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
14 <input type="image" border="0" name="submit"
633
91d9e21ccecd Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
15 src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
91d9e21ccecd Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
16 alt="PayPal - The safer, easier way to pay online!" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
18 <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
633
91d9e21ccecd Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
19 alt="" border="0" width="1" height="1" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
20 </form>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
21
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
22 }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
23
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
24 }