ezuikit-js 0.6.6 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/demos/EZUIKitHD/EZUIKitHD.html +171 -0
  2. package/demos/EZUIKitHD/js/jsWebControl-1.0.0.min.js +80 -0
  3. package/demos/base-demo/base.html +116 -116
  4. package/demos/base-demo/ezuikit.js +4405 -258
  5. package/demos/base-demo/ezuikit_static/v65/v1/js/SuperRender_10.js +394 -394
  6. package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/DecodeWorker.js +617 -617
  7. package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/JSPlaySDKInterface.js +2052 -2052
  8. package/demos/base-demo/ezuikit_static/v65/v1/js/playctrl/SuperRender_10.js +395 -395
  9. package/demos/base-demo/ezuikit_static/v65/v1/js/transform/SystemTransform.js +22 -22
  10. package/demos/base-demo/ezuikit_static/v65/v1/js/tts-v4.js +346 -346
  11. package/demos/base-demo/ezuikit_static/v65/v1/rec/jquery.min.js +1 -1
  12. package/demos/base-demo/ezuikit_static/v65/v1/talk/tts-v4.js +346 -346
  13. package/demos/base-demo/ezuikit_static/v65/v2/rec/jquery.min.js +1 -1
  14. package/demos/base-demo/ezuikit_static/v65/v2/talk/tts-v4.js +343 -343
  15. package/demos/base-demo/ezuikit_static/v66/v1/css/theme.css +121 -0
  16. package/demos/base-demo/ezuikit_static/v66/v1/js/AudioRenderer.js +225 -0
  17. package/demos/base-demo/ezuikit_static/v66/v1/js/SuperRender_10.js +395 -0
  18. package/demos/base-demo/ezuikit_static/v66/v1/js/SystemTransform.js +22 -0
  19. package/demos/base-demo/ezuikit_static/v66/v1/js/SystemTransform.js.mem +0 -0
  20. package/demos/base-demo/ezuikit_static/v66/v1/js/jsPluginV1-1.0.0.min.js +26 -0
  21. package/demos/base-demo/ezuikit_static/v66/v1/js/playctrl/AudioRenderer.js +225 -0
  22. package/demos/base-demo/ezuikit_static/v66/v1/js/playctrl/DecodeWorker.js +618 -0
  23. package/demos/base-demo/ezuikit_static/v66/v1/js/playctrl/Decoder.js +1 -0
  24. package/demos/base-demo/ezuikit_static/v66/v1/js/playctrl/JSPlaySDKInterface.js +2052 -0
  25. package/demos/base-demo/ezuikit_static/v66/v1/js/playctrl/SuperRender_10.js +396 -0
  26. package/demos/base-demo/ezuikit_static/v66/v1/js/playctrl/SuperRender_20.js +1 -0
  27. package/demos/base-demo/ezuikit_static/v66/v1/js/transform/SystemTransform.js +22 -0
  28. package/demos/base-demo/ezuikit_static/v66/v1/js/transform/SystemTransform.js.mem +0 -0
  29. package/demos/base-demo/ezuikit_static/v66/v1/js/transform/systemTransform-worker.min.js +1 -0
  30. package/demos/base-demo/ezuikit_static/v66/v1/js/tts-v4.js +346 -0
  31. package/demos/base-demo/ezuikit_static/v66/v1/rec/datepicker.js +1522 -0
  32. package/demos/base-demo/ezuikit_static/v66/v1/rec/datepicker.min.css +36 -0
  33. package/demos/base-demo/ezuikit_static/v66/v1/rec/datepicker.zh-CN.js +19 -0
  34. package/demos/base-demo/ezuikit_static/v66/v1/rec/jquery.min.js +2 -0
  35. package/demos/base-demo/ezuikit_static/v66/v1/speed/speed.css +144 -0
  36. package/demos/base-demo/ezuikit_static/v66/v1/talk/adapeter.js +5497 -0
  37. package/demos/base-demo/ezuikit_static/v66/v1/talk/janus.js +3507 -0
  38. package/demos/base-demo/ezuikit_static/v66/v1/talk/tts-v4.js +346 -0
  39. package/demos/base-demo/ezuikit_static/v66/v2/css/theme.css +121 -0
  40. package/demos/base-demo/ezuikit_static/v66/v2/js/Decoder.js +9198 -0
  41. package/demos/base-demo/ezuikit_static/v66/v2/js/Decoder.wasm +0 -0
  42. package/demos/base-demo/ezuikit_static/v66/v2/js/jsPluginV2-2.0.1.min.js +4662 -0
  43. package/demos/base-demo/ezuikit_static/v66/v2/rec/datepicker.js +1522 -0
  44. package/demos/base-demo/ezuikit_static/v66/v2/rec/datepicker.min.css +36 -0
  45. package/demos/base-demo/ezuikit_static/v66/v2/rec/datepicker.zh-CN.js +19 -0
  46. package/demos/base-demo/ezuikit_static/v66/v2/rec/jquery.min.js +2 -0
  47. package/demos/base-demo/ezuikit_static/v66/v2/speed/speed.css +144 -0
  48. package/demos/base-demo/ezuikit_static/v66/v2/talk/adapeter.js +5497 -0
  49. package/demos/base-demo/ezuikit_static/v66/v2/talk/janus.js +3507 -0
  50. package/demos/base-demo/ezuikit_static/v66/v2/talk/tts-v4.js +343 -0
  51. package/demos/base-demo/hls.html +23 -23
  52. package/demos/base-demo/index.html +116 -116
  53. package/demos/base-demo/localDecoder.html +117 -117
  54. package/demos/base-demo/mobileLive.html +116 -116
  55. package/demos/base-demo/mobileRec.html +115 -115
  56. package/demos/base-demo/multi.html +128 -128
  57. package/demos/base-demo/pcLive.html +116 -116
  58. package/demos/base-demo/pcRec.html +115 -115
  59. package/demos/base-demo/template.html +123 -123
  60. package/demos/base-demo/themeData.html +231 -231
  61. package/demos/nginx-demo/conf/fastcgi.conf +26 -26
  62. package/demos/nginx-demo/conf/fastcgi_params +25 -25
  63. package/demos/nginx-demo/conf/koi-utf +109 -109
  64. package/demos/nginx-demo/conf/koi-win +103 -103
  65. package/demos/nginx-demo/conf/mime.types +95 -95
  66. package/demos/nginx-demo/conf/nginx.conf +121 -121
  67. package/demos/nginx-demo/conf/scgi_params +17 -17
  68. package/demos/nginx-demo/conf/uwsgi_params +17 -17
  69. package/demos/nginx-demo/conf/win-utf +126 -126
  70. package/demos/nginx-demo/contrib/README +21 -21
  71. package/demos/nginx-demo/contrib/geo2nginx.pl +58 -58
  72. package/demos/nginx-demo/contrib/unicode2nginx/koi-utf +131 -131
  73. package/demos/nginx-demo/contrib/unicode2nginx/unicode-to-nginx.pl +48 -48
  74. package/demos/nginx-demo/contrib/unicode2nginx/win-utf +130 -130
  75. package/demos/nginx-demo/contrib/vim/ftdetect/nginx.vim +4 -4
  76. package/demos/nginx-demo/contrib/vim/ftplugin/nginx.vim +1 -1
  77. package/demos/nginx-demo/contrib/vim/indent/nginx.vim +11 -11
  78. package/demos/nginx-demo/contrib/vim/syntax/nginx.vim +2268 -2268
  79. package/demos/nginx-demo/docs/CHANGES +8115 -8115
  80. package/demos/nginx-demo/docs/CHANGES.ru +8252 -8252
  81. package/demos/nginx-demo/docs/LICENSE +26 -26
  82. package/demos/nginx-demo/docs/OpenSSL.LICENSE +127 -127
  83. package/demos/nginx-demo/docs/PCRE.LICENCE +93 -93
  84. package/demos/nginx-demo/docs/README +3 -3
  85. package/demos/nginx-demo/docs/zlib.LICENSE +20 -20
  86. package/demos/nginx-demo/html/50x.html +21 -21
  87. package/demos/nginx-demo/html/ezuikit5/ezuikit.js +29 -29
  88. package/demos/nginx-demo/html/ezuikit5/index.html +116 -116
  89. package/demos/nginx-demo/html/ezuikit5/server.js +67 -67
  90. package/demos/nginx-demo/html/index.html +16 -16
  91. package/demos/nginx-demo/html/js/adapeter.js +5496 -5496
  92. package/demos/nginx-demo/html/js/janus.js +3507 -3507
  93. package/demos/nginx-demo/html/js/jquery.min.js +1 -1
  94. package/demos/nginx-demo/html/js/sts.js +340 -340
  95. package/demos/nginx-demo/logs/access.log +109 -109
  96. package/demos/nginx-demo/logs/error.log +15 -15
  97. package/demos/nginx-demo/logs/nginx.pid +1 -1
  98. package/demos/react-demo/README.md +68 -68
  99. package/demos/react-demo/package.json +36 -36
  100. package/demos/react-demo/public/index.html +43 -43
  101. package/demos/react-demo/public/manifest.json +25 -25
  102. package/demos/react-demo/public/robots.txt +3 -3
  103. package/demos/react-demo/src/App.css +38 -38
  104. package/demos/react-demo/src/App.js +114 -114
  105. package/demos/react-demo/src/App.test.js +9 -9
  106. package/demos/react-demo/src/index.css +13 -13
  107. package/demos/react-demo/src/index.js +17 -17
  108. package/demos/react-demo/src/logo.svg +7 -7
  109. package/demos/react-demo/src/serviceWorker.js +141 -141
  110. package/demos/react-demo/src/setupTests.js +5 -5
  111. package/demos/vue-demo/README.md +24 -24
  112. package/demos/vue-demo/babel.config.js +5 -5
  113. package/demos/vue-demo/package.json +43 -43
  114. package/demos/vue-demo/public/index.html +17 -17
  115. package/demos/vue-demo/src/App.vue +27 -27
  116. package/demos/vue-demo/src/components/EZUIKitJs.vue +115 -115
  117. package/demos/vue-demo/src/main.js +8 -8
  118. package/ezuikit.js +4343 -219
  119. package/ezuikit_static/v65/v1/js/SuperRender_10.js +394 -394
  120. package/ezuikit_static/v65/v1/js/playctrl/DecodeWorker.js +617 -617
  121. package/ezuikit_static/v65/v1/js/playctrl/JSPlaySDKInterface.js +2052 -2052
  122. package/ezuikit_static/v65/v1/js/playctrl/SuperRender_10.js +395 -395
  123. package/ezuikit_static/v65/v1/js/transform/SystemTransform.js +22 -22
  124. package/ezuikit_static/v65/v1/js/tts-v4.js +346 -346
  125. package/ezuikit_static/v65/v1/rec/jquery.min.js +1 -1
  126. package/ezuikit_static/v65/v1/talk/tts-v4.js +346 -346
  127. package/ezuikit_static/v65/v2/js/jsPluginV2-2.0.1.min.js +74 -11
  128. package/ezuikit_static/v65/v2/rec/jquery.min.js +1 -1
  129. package/ezuikit_static/v65/v2/talk/tts-v4.js +343 -343
  130. package/ezuikit_static/v66/v1/css/theme.css +121 -0
  131. package/ezuikit_static/v66/v1/js/AudioRenderer.js +225 -0
  132. package/ezuikit_static/v66/v1/js/SuperRender_10.js +395 -0
  133. package/ezuikit_static/v66/v1/js/SystemTransform.js +22 -0
  134. package/ezuikit_static/v66/v1/js/SystemTransform.js.mem +0 -0
  135. package/ezuikit_static/v66/v1/js/jsPluginV1-1.0.0.min.js +26 -0
  136. package/ezuikit_static/v66/v1/js/playctrl/AudioRenderer.js +225 -0
  137. package/ezuikit_static/v66/v1/js/playctrl/DecodeWorker.js +618 -0
  138. package/ezuikit_static/v66/v1/js/playctrl/Decoder.js +1 -0
  139. package/ezuikit_static/v66/v1/js/playctrl/JSPlaySDKInterface.js +2052 -0
  140. package/ezuikit_static/v66/v1/js/playctrl/SuperRender_10.js +396 -0
  141. package/ezuikit_static/v66/v1/js/playctrl/SuperRender_20.js +1 -0
  142. package/ezuikit_static/v66/v1/js/transform/SystemTransform.js +22 -0
  143. package/ezuikit_static/v66/v1/js/transform/SystemTransform.js.mem +0 -0
  144. package/ezuikit_static/v66/v1/js/transform/systemTransform-worker.min.js +1 -0
  145. package/ezuikit_static/v66/v1/js/tts-v4.js +346 -0
  146. package/ezuikit_static/v66/v1/rec/datepicker.js +1522 -0
  147. package/ezuikit_static/v66/v1/rec/datepicker.min.css +36 -0
  148. package/ezuikit_static/v66/v1/rec/datepicker.zh-CN.js +19 -0
  149. package/ezuikit_static/v66/v1/rec/jquery.min.js +2 -0
  150. package/ezuikit_static/v66/v1/speed/speed.css +144 -0
  151. package/ezuikit_static/v66/v1/talk/adapeter.js +5497 -0
  152. package/ezuikit_static/v66/v1/talk/janus.js +3507 -0
  153. package/ezuikit_static/v66/v1/talk/tts-v4.js +346 -0
  154. package/ezuikit_static/v66/v2/css/theme.css +121 -0
  155. package/ezuikit_static/v66/v2/js/Decoder.js +9198 -0
  156. package/ezuikit_static/v66/v2/js/Decoder.wasm +0 -0
  157. package/ezuikit_static/v66/v2/js/jsPluginV2-2.0.1.min.js +4662 -0
  158. package/ezuikit_static/v66/v2/rec/datepicker.js +1522 -0
  159. package/ezuikit_static/v66/v2/rec/datepicker.min.css +36 -0
  160. package/ezuikit_static/v66/v2/rec/datepicker.zh-CN.js +19 -0
  161. package/ezuikit_static/v66/v2/rec/jquery.min.js +2 -0
  162. package/ezuikit_static/v66/v2/speed/speed.css +144 -0
  163. package/ezuikit_static/v66/v2/talk/adapeter.js +5497 -0
  164. package/ezuikit_static/v66/v2/talk/janus.js +3507 -0
  165. package/ezuikit_static/v66/v2/talk/tts-v4.js +343 -0
  166. package/package.json +1 -1
@@ -1,121 +1,121 @@
1
-
2
- #user nobody;
3
- worker_processes 1;
4
-
5
- #error_log logs/error.log;
6
- #error_log logs/error.log notice;
7
- #error_log logs/error.log info;
8
-
9
- #pid logs/nginx.pid;
10
-
11
-
12
- events {
13
- worker_connections 1024;
14
- }
15
-
16
-
17
- http {
18
- include mime.types;
19
- default_type application/octet-stream;
20
-
21
- #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
22
- # '$status $body_bytes_sent "$http_referer" '
23
- # '"$http_user_agent" "$http_x_forwarded_for"';
24
-
25
- #access_log logs/access.log main;
26
-
27
- sendfile on;
28
- #tcp_nopush on;
29
-
30
- #keepalive_timeout 0;
31
- keepalive_timeout 65;
32
-
33
- #gzip on;
34
-
35
- server {
36
- listen 80;
37
- server_name localhost;
38
-
39
- #charset koi8-r;
40
-
41
- #access_log logs/host.access.log main;
42
-
43
- location / {
44
- root html;
45
- index index.html index.htm;
46
- }
47
- location ~/ezuikit5 {
48
- add_header 'Cross-Origin-Embedder-Policy' 'require-corp';
49
- add_header 'Cross-Origin-Opener-Policy' 'same-origin';
50
- }
51
-
52
- #error_page 404 /404.html;
53
-
54
- # redirect server error pages to the static page /50x.html
55
- #
56
- error_page 500 502 503 504 /50x.html;
57
- location = /50x.html {
58
- root html;
59
- }
60
-
61
- # proxy the PHP scripts to Apache listening on 127.0.0.1:80
62
- #
63
- #location ~ \.php$ {
64
- # proxy_pass http://127.0.0.1;
65
- #}
66
-
67
- # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
68
- #
69
- #location ~ \.php$ {
70
- # root html;
71
- # fastcgi_pass 127.0.0.1:9000;
72
- # fastcgi_index index.php;
73
- # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
74
- # include fastcgi_params;
75
- #}
76
-
77
- # deny access to .htaccess files, if Apache's document root
78
- # concurs with nginx's one
79
- #
80
- #location ~ /\.ht {
81
- # deny all;
82
- #}
83
- }
84
-
85
-
86
- # another virtual host using mix of IP-, name-, and port-based configuration
87
- #
88
- #server {
89
- # listen 8000;
90
- # listen somename:8080;
91
- # server_name somename alias another.alias;
92
-
93
- # location / {
94
- # root html;
95
- # index index.html index.htm;
96
- # }
97
- #}
98
-
99
-
100
- # HTTPS server
101
- #
102
- #server {
103
- # listen 443 ssl;
104
- # server_name localhost;
105
-
106
- # ssl_certificate cert.pem;
107
- # ssl_certificate_key cert.key;
108
-
109
- # ssl_session_cache shared:SSL:1m;
110
- # ssl_session_timeout 5m;
111
-
112
- # ssl_ciphers HIGH:!aNULL:!MD5;
113
- # ssl_prefer_server_ciphers on;
114
-
115
- # location / {
116
- # root html;
117
- # index index.html index.htm;
118
- # }
119
- #}
120
-
121
- }
1
+
2
+ #user nobody;
3
+ worker_processes 1;
4
+
5
+ #error_log logs/error.log;
6
+ #error_log logs/error.log notice;
7
+ #error_log logs/error.log info;
8
+
9
+ #pid logs/nginx.pid;
10
+
11
+
12
+ events {
13
+ worker_connections 1024;
14
+ }
15
+
16
+
17
+ http {
18
+ include mime.types;
19
+ default_type application/octet-stream;
20
+
21
+ #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
22
+ # '$status $body_bytes_sent "$http_referer" '
23
+ # '"$http_user_agent" "$http_x_forwarded_for"';
24
+
25
+ #access_log logs/access.log main;
26
+
27
+ sendfile on;
28
+ #tcp_nopush on;
29
+
30
+ #keepalive_timeout 0;
31
+ keepalive_timeout 65;
32
+
33
+ #gzip on;
34
+
35
+ server {
36
+ listen 80;
37
+ server_name localhost;
38
+
39
+ #charset koi8-r;
40
+
41
+ #access_log logs/host.access.log main;
42
+
43
+ location / {
44
+ root html;
45
+ index index.html index.htm;
46
+ }
47
+ location ~/ezuikit5 {
48
+ add_header 'Cross-Origin-Embedder-Policy' 'require-corp';
49
+ add_header 'Cross-Origin-Opener-Policy' 'same-origin';
50
+ }
51
+
52
+ #error_page 404 /404.html;
53
+
54
+ # redirect server error pages to the static page /50x.html
55
+ #
56
+ error_page 500 502 503 504 /50x.html;
57
+ location = /50x.html {
58
+ root html;
59
+ }
60
+
61
+ # proxy the PHP scripts to Apache listening on 127.0.0.1:80
62
+ #
63
+ #location ~ \.php$ {
64
+ # proxy_pass http://127.0.0.1;
65
+ #}
66
+
67
+ # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
68
+ #
69
+ #location ~ \.php$ {
70
+ # root html;
71
+ # fastcgi_pass 127.0.0.1:9000;
72
+ # fastcgi_index index.php;
73
+ # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
74
+ # include fastcgi_params;
75
+ #}
76
+
77
+ # deny access to .htaccess files, if Apache's document root
78
+ # concurs with nginx's one
79
+ #
80
+ #location ~ /\.ht {
81
+ # deny all;
82
+ #}
83
+ }
84
+
85
+
86
+ # another virtual host using mix of IP-, name-, and port-based configuration
87
+ #
88
+ #server {
89
+ # listen 8000;
90
+ # listen somename:8080;
91
+ # server_name somename alias another.alias;
92
+
93
+ # location / {
94
+ # root html;
95
+ # index index.html index.htm;
96
+ # }
97
+ #}
98
+
99
+
100
+ # HTTPS server
101
+ #
102
+ #server {
103
+ # listen 443 ssl;
104
+ # server_name localhost;
105
+
106
+ # ssl_certificate cert.pem;
107
+ # ssl_certificate_key cert.key;
108
+
109
+ # ssl_session_cache shared:SSL:1m;
110
+ # ssl_session_timeout 5m;
111
+
112
+ # ssl_ciphers HIGH:!aNULL:!MD5;
113
+ # ssl_prefer_server_ciphers on;
114
+
115
+ # location / {
116
+ # root html;
117
+ # index index.html index.htm;
118
+ # }
119
+ #}
120
+
121
+ }
@@ -1,17 +1,17 @@
1
-
2
- scgi_param REQUEST_METHOD $request_method;
3
- scgi_param REQUEST_URI $request_uri;
4
- scgi_param QUERY_STRING $query_string;
5
- scgi_param CONTENT_TYPE $content_type;
6
-
7
- scgi_param DOCUMENT_URI $document_uri;
8
- scgi_param DOCUMENT_ROOT $document_root;
9
- scgi_param SCGI 1;
10
- scgi_param SERVER_PROTOCOL $server_protocol;
11
- scgi_param REQUEST_SCHEME $scheme;
12
- scgi_param HTTPS $https if_not_empty;
13
-
14
- scgi_param REMOTE_ADDR $remote_addr;
15
- scgi_param REMOTE_PORT $remote_port;
16
- scgi_param SERVER_PORT $server_port;
17
- scgi_param SERVER_NAME $server_name;
1
+
2
+ scgi_param REQUEST_METHOD $request_method;
3
+ scgi_param REQUEST_URI $request_uri;
4
+ scgi_param QUERY_STRING $query_string;
5
+ scgi_param CONTENT_TYPE $content_type;
6
+
7
+ scgi_param DOCUMENT_URI $document_uri;
8
+ scgi_param DOCUMENT_ROOT $document_root;
9
+ scgi_param SCGI 1;
10
+ scgi_param SERVER_PROTOCOL $server_protocol;
11
+ scgi_param REQUEST_SCHEME $scheme;
12
+ scgi_param HTTPS $https if_not_empty;
13
+
14
+ scgi_param REMOTE_ADDR $remote_addr;
15
+ scgi_param REMOTE_PORT $remote_port;
16
+ scgi_param SERVER_PORT $server_port;
17
+ scgi_param SERVER_NAME $server_name;
@@ -1,17 +1,17 @@
1
-
2
- uwsgi_param QUERY_STRING $query_string;
3
- uwsgi_param REQUEST_METHOD $request_method;
4
- uwsgi_param CONTENT_TYPE $content_type;
5
- uwsgi_param CONTENT_LENGTH $content_length;
6
-
7
- uwsgi_param REQUEST_URI $request_uri;
8
- uwsgi_param PATH_INFO $document_uri;
9
- uwsgi_param DOCUMENT_ROOT $document_root;
10
- uwsgi_param SERVER_PROTOCOL $server_protocol;
11
- uwsgi_param REQUEST_SCHEME $scheme;
12
- uwsgi_param HTTPS $https if_not_empty;
13
-
14
- uwsgi_param REMOTE_ADDR $remote_addr;
15
- uwsgi_param REMOTE_PORT $remote_port;
16
- uwsgi_param SERVER_PORT $server_port;
17
- uwsgi_param SERVER_NAME $server_name;
1
+
2
+ uwsgi_param QUERY_STRING $query_string;
3
+ uwsgi_param REQUEST_METHOD $request_method;
4
+ uwsgi_param CONTENT_TYPE $content_type;
5
+ uwsgi_param CONTENT_LENGTH $content_length;
6
+
7
+ uwsgi_param REQUEST_URI $request_uri;
8
+ uwsgi_param PATH_INFO $document_uri;
9
+ uwsgi_param DOCUMENT_ROOT $document_root;
10
+ uwsgi_param SERVER_PROTOCOL $server_protocol;
11
+ uwsgi_param REQUEST_SCHEME $scheme;
12
+ uwsgi_param HTTPS $https if_not_empty;
13
+
14
+ uwsgi_param REMOTE_ADDR $remote_addr;
15
+ uwsgi_param REMOTE_PORT $remote_port;
16
+ uwsgi_param SERVER_PORT $server_port;
17
+ uwsgi_param SERVER_NAME $server_name;
@@ -1,126 +1,126 @@
1
-
2
- # This map is not a full windows-1251 <> utf8 map: it does not
3
- # contain Serbian and Macedonian letters. If you need a full map,
4
- # use contrib/unicode2nginx/win-utf map instead.
5
-
6
- charset_map windows-1251 utf-8 {
7
-
8
- 82 E2809A ; # single low-9 quotation mark
9
-
10
- 84 E2809E ; # double low-9 quotation mark
11
- 85 E280A6 ; # ellipsis
12
- 86 E280A0 ; # dagger
13
- 87 E280A1 ; # double dagger
14
- 88 E282AC ; # euro
15
- 89 E280B0 ; # per mille
16
-
17
- 91 E28098 ; # left single quotation mark
18
- 92 E28099 ; # right single quotation mark
19
- 93 E2809C ; # left double quotation mark
20
- 94 E2809D ; # right double quotation mark
21
- 95 E280A2 ; # bullet
22
- 96 E28093 ; # en dash
23
- 97 E28094 ; # em dash
24
-
25
- 99 E284A2 ; # trade mark sign
26
-
27
- A0 C2A0 ; # &nbsp;
28
- A1 D18E ; # capital Byelorussian short U
29
- A2 D19E ; # small Byelorussian short u
30
-
31
- A4 C2A4 ; # currency sign
32
- A5 D290 ; # capital Ukrainian soft G
33
- A6 C2A6 ; # borken bar
34
- A7 C2A7 ; # section sign
35
- A8 D081 ; # capital YO
36
- A9 C2A9 ; # (C)
37
- AA D084 ; # capital Ukrainian YE
38
- AB C2AB ; # left-pointing double angle quotation mark
39
- AC C2AC ; # not sign
40
- AD C2AD ; # soft hypen
41
- AE C2AE ; # (R)
42
- AF D087 ; # capital Ukrainian YI
43
-
44
- B0 C2B0 ; # &deg;
45
- B1 C2B1 ; # plus-minus sign
46
- B2 D086 ; # capital Ukrainian I
47
- B3 D196 ; # small Ukrainian i
48
- B4 D291 ; # small Ukrainian soft g
49
- B5 C2B5 ; # micro sign
50
- B6 C2B6 ; # pilcrow sign
51
- B7 C2B7 ; # &middot;
52
- B8 D191 ; # small yo
53
- B9 E28496 ; # numero sign
54
- BA D194 ; # small Ukrainian ye
55
- BB C2BB ; # right-pointing double angle quotation mark
56
-
57
- BF D197 ; # small Ukrainian yi
58
-
59
- C0 D090 ; # capital A
60
- C1 D091 ; # capital B
61
- C2 D092 ; # capital V
62
- C3 D093 ; # capital G
63
- C4 D094 ; # capital D
64
- C5 D095 ; # capital YE
65
- C6 D096 ; # capital ZH
66
- C7 D097 ; # capital Z
67
- C8 D098 ; # capital I
68
- C9 D099 ; # capital J
69
- CA D09A ; # capital K
70
- CB D09B ; # capital L
71
- CC D09C ; # capital M
72
- CD D09D ; # capital N
73
- CE D09E ; # capital O
74
- CF D09F ; # capital P
75
-
76
- D0 D0A0 ; # capital R
77
- D1 D0A1 ; # capital S
78
- D2 D0A2 ; # capital T
79
- D3 D0A3 ; # capital U
80
- D4 D0A4 ; # capital F
81
- D5 D0A5 ; # capital KH
82
- D6 D0A6 ; # capital TS
83
- D7 D0A7 ; # capital CH
84
- D8 D0A8 ; # capital SH
85
- D9 D0A9 ; # capital SHCH
86
- DA D0AA ; # capital hard sign
87
- DB D0AB ; # capital Y
88
- DC D0AC ; # capital soft sign
89
- DD D0AD ; # capital E
90
- DE D0AE ; # capital YU
91
- DF D0AF ; # capital YA
92
-
93
- E0 D0B0 ; # small a
94
- E1 D0B1 ; # small b
95
- E2 D0B2 ; # small v
96
- E3 D0B3 ; # small g
97
- E4 D0B4 ; # small d
98
- E5 D0B5 ; # small ye
99
- E6 D0B6 ; # small zh
100
- E7 D0B7 ; # small z
101
- E8 D0B8 ; # small i
102
- E9 D0B9 ; # small j
103
- EA D0BA ; # small k
104
- EB D0BB ; # small l
105
- EC D0BC ; # small m
106
- ED D0BD ; # small n
107
- EE D0BE ; # small o
108
- EF D0BF ; # small p
109
-
110
- F0 D180 ; # small r
111
- F1 D181 ; # small s
112
- F2 D182 ; # small t
113
- F3 D183 ; # small u
114
- F4 D184 ; # small f
115
- F5 D185 ; # small kh
116
- F6 D186 ; # small ts
117
- F7 D187 ; # small ch
118
- F8 D188 ; # small sh
119
- F9 D189 ; # small shch
120
- FA D18A ; # small hard sign
121
- FB D18B ; # small y
122
- FC D18C ; # small soft sign
123
- FD D18D ; # small e
124
- FE D18E ; # small yu
125
- FF D18F ; # small ya
126
- }
1
+
2
+ # This map is not a full windows-1251 <> utf8 map: it does not
3
+ # contain Serbian and Macedonian letters. If you need a full map,
4
+ # use contrib/unicode2nginx/win-utf map instead.
5
+
6
+ charset_map windows-1251 utf-8 {
7
+
8
+ 82 E2809A ; # single low-9 quotation mark
9
+
10
+ 84 E2809E ; # double low-9 quotation mark
11
+ 85 E280A6 ; # ellipsis
12
+ 86 E280A0 ; # dagger
13
+ 87 E280A1 ; # double dagger
14
+ 88 E282AC ; # euro
15
+ 89 E280B0 ; # per mille
16
+
17
+ 91 E28098 ; # left single quotation mark
18
+ 92 E28099 ; # right single quotation mark
19
+ 93 E2809C ; # left double quotation mark
20
+ 94 E2809D ; # right double quotation mark
21
+ 95 E280A2 ; # bullet
22
+ 96 E28093 ; # en dash
23
+ 97 E28094 ; # em dash
24
+
25
+ 99 E284A2 ; # trade mark sign
26
+
27
+ A0 C2A0 ; # &nbsp;
28
+ A1 D18E ; # capital Byelorussian short U
29
+ A2 D19E ; # small Byelorussian short u
30
+
31
+ A4 C2A4 ; # currency sign
32
+ A5 D290 ; # capital Ukrainian soft G
33
+ A6 C2A6 ; # borken bar
34
+ A7 C2A7 ; # section sign
35
+ A8 D081 ; # capital YO
36
+ A9 C2A9 ; # (C)
37
+ AA D084 ; # capital Ukrainian YE
38
+ AB C2AB ; # left-pointing double angle quotation mark
39
+ AC C2AC ; # not sign
40
+ AD C2AD ; # soft hypen
41
+ AE C2AE ; # (R)
42
+ AF D087 ; # capital Ukrainian YI
43
+
44
+ B0 C2B0 ; # &deg;
45
+ B1 C2B1 ; # plus-minus sign
46
+ B2 D086 ; # capital Ukrainian I
47
+ B3 D196 ; # small Ukrainian i
48
+ B4 D291 ; # small Ukrainian soft g
49
+ B5 C2B5 ; # micro sign
50
+ B6 C2B6 ; # pilcrow sign
51
+ B7 C2B7 ; # &middot;
52
+ B8 D191 ; # small yo
53
+ B9 E28496 ; # numero sign
54
+ BA D194 ; # small Ukrainian ye
55
+ BB C2BB ; # right-pointing double angle quotation mark
56
+
57
+ BF D197 ; # small Ukrainian yi
58
+
59
+ C0 D090 ; # capital A
60
+ C1 D091 ; # capital B
61
+ C2 D092 ; # capital V
62
+ C3 D093 ; # capital G
63
+ C4 D094 ; # capital D
64
+ C5 D095 ; # capital YE
65
+ C6 D096 ; # capital ZH
66
+ C7 D097 ; # capital Z
67
+ C8 D098 ; # capital I
68
+ C9 D099 ; # capital J
69
+ CA D09A ; # capital K
70
+ CB D09B ; # capital L
71
+ CC D09C ; # capital M
72
+ CD D09D ; # capital N
73
+ CE D09E ; # capital O
74
+ CF D09F ; # capital P
75
+
76
+ D0 D0A0 ; # capital R
77
+ D1 D0A1 ; # capital S
78
+ D2 D0A2 ; # capital T
79
+ D3 D0A3 ; # capital U
80
+ D4 D0A4 ; # capital F
81
+ D5 D0A5 ; # capital KH
82
+ D6 D0A6 ; # capital TS
83
+ D7 D0A7 ; # capital CH
84
+ D8 D0A8 ; # capital SH
85
+ D9 D0A9 ; # capital SHCH
86
+ DA D0AA ; # capital hard sign
87
+ DB D0AB ; # capital Y
88
+ DC D0AC ; # capital soft sign
89
+ DD D0AD ; # capital E
90
+ DE D0AE ; # capital YU
91
+ DF D0AF ; # capital YA
92
+
93
+ E0 D0B0 ; # small a
94
+ E1 D0B1 ; # small b
95
+ E2 D0B2 ; # small v
96
+ E3 D0B3 ; # small g
97
+ E4 D0B4 ; # small d
98
+ E5 D0B5 ; # small ye
99
+ E6 D0B6 ; # small zh
100
+ E7 D0B7 ; # small z
101
+ E8 D0B8 ; # small i
102
+ E9 D0B9 ; # small j
103
+ EA D0BA ; # small k
104
+ EB D0BB ; # small l
105
+ EC D0BC ; # small m
106
+ ED D0BD ; # small n
107
+ EE D0BE ; # small o
108
+ EF D0BF ; # small p
109
+
110
+ F0 D180 ; # small r
111
+ F1 D181 ; # small s
112
+ F2 D182 ; # small t
113
+ F3 D183 ; # small u
114
+ F4 D184 ; # small f
115
+ F5 D185 ; # small kh
116
+ F6 D186 ; # small ts
117
+ F7 D187 ; # small ch
118
+ F8 D188 ; # small sh
119
+ F9 D189 ; # small shch
120
+ FA D18A ; # small hard sign
121
+ FB D18B ; # small y
122
+ FC D18C ; # small soft sign
123
+ FD D18D ; # small e
124
+ FE D18E ; # small yu
125
+ FF D18F ; # small ya
126
+ }
@@ -1,21 +1,21 @@
1
-
2
- geo2nginx.pl by Andrei Nigmatulin
3
-
4
- The perl script to convert CSV geoip database ( free download
5
- at http://www.maxmind.com/app/geoip_country ) to format, suitable
6
- for use by the ngx_http_geo_module.
7
-
8
-
9
- unicode2nginx by Maxim Dounin
10
-
11
- The perl script to convert unicode mappings ( available
12
- at http://www.unicode.org/Public/MAPPINGS/ ) to the nginx
13
- configuration file format.
14
- Two generated full maps for windows-1251 and koi8-r.
15
-
16
-
17
- vim by Evan Miller
18
-
19
- Syntax highlighting of nginx configuration for vim, to be
20
- placed into ~/.vim/.
21
-
1
+
2
+ geo2nginx.pl by Andrei Nigmatulin
3
+
4
+ The perl script to convert CSV geoip database ( free download
5
+ at http://www.maxmind.com/app/geoip_country ) to format, suitable
6
+ for use by the ngx_http_geo_module.
7
+
8
+
9
+ unicode2nginx by Maxim Dounin
10
+
11
+ The perl script to convert unicode mappings ( available
12
+ at http://www.unicode.org/Public/MAPPINGS/ ) to the nginx
13
+ configuration file format.
14
+ Two generated full maps for windows-1251 and koi8-r.
15
+
16
+
17
+ vim by Evan Miller
18
+
19
+ Syntax highlighting of nginx configuration for vim, to be
20
+ placed into ~/.vim/.
21
+