annotate xsls/donate.xsls @ 2662:e4d370d43176

Linux packages: removed apt-key usage to import gpg keys on Debian/Ubuntu. apt-key is deprecated since 2017 and will be removed after Debian 11 and Ubuntu 22.04. All distributions since at least 2013 support storing trusted keys in /etc/apt/trusted.gpg.d/ instead, so using it should be safe. A special workaround is added for Ubuntu 16.04 shipping gnupg 2.1, which is not compatible with the CLI invocation we use.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 17 Feb 2021 16:39:40 +0300
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 }