annotate xsls/donate.xsls @ 2060:237b67ef69a6

Improved win32 build instructions. Added "--with-openssl-opt=no-asm" argument which is required since OpenSSL 1.0.2, as OpenSSL started to use assembler by default in 1.0.0 and then broke builds with MASM in OpenSSL 1.0.2 (ticket #1396). While here, added "--with-debug", added missing "--http-scgi-temp-path" and "--http-uwsgi-temp-path", updated OpenSSL to 1.0.2l, switched to slightly more readable one-argument-per-line style in configure example, added indentation to continuation lines, removed useless "--builddir=objs" argument ("objs" is the default), and removed useless "-f objs/Makefile" argument in nmake (nginx generates appropriate Makefile in the current directory).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Oct 2017 17:57:36 +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 }