rroonga 6.0.9-x64-mingw32 → 6.1.0-x64-mingw32
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.
- checksums.yaml +4 -4
 - data/doc/text/news.md +8 -0
 - data/ext/groonga/rb-grn-index-column.c +54 -0
 - data/ext/groonga/rb-grn-object.c +4 -0
 - data/ext/groonga/rb-grn-table.c +18 -0
 - data/ext/groonga/rb-grn.h +2 -2
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/2.2/groonga.so +0 -0
 - data/lib/2.3/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +8 -1
 - data/lib/groonga/schema.rb +2 -1
 - data/rroonga-build.rb +2 -2
 - data/test/test-index-column.rb +124 -1
 - data/test/test-schema-dumper.rb +82 -4
 - data/vendor/local/bin/grndb.exe +0 -0
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-2.dll +0 -0
 - data/vendor/local/bin/libmsgpackc.dll +0 -0
 - data/vendor/local/bin/libonig-5.dll +0 -0
 - data/vendor/local/bin/libpcre-1.dll +0 -0
 - data/vendor/local/bin/libpcrecpp-0.dll +0 -0
 - data/vendor/local/bin/libpcreposix-0.dll +0 -0
 - data/vendor/local/bin/lz4.exe +0 -0
 - data/vendor/local/bin/lz4c.exe +0 -0
 - data/vendor/local/bin/lz4cat +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/pcregrep.exe +0 -0
 - data/vendor/local/bin/pcretest.exe +0 -0
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
 - data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
 - data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
 - data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +9 -4
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.la +1 -1
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
 - data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +1 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +1 -1
 - data/vendor/local/lib/liblz4.a +0 -0
 - data/vendor/local/lib/liblz4.dll +0 -0
 - data/vendor/local/lib/liblz4.dll.1 +0 -0
 - data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +1 -1
 - data/vendor/local/lib/libpcre.a +0 -0
 - data/vendor/local/lib/libpcre.dll.a +0 -0
 - data/vendor/local/lib/libpcrecpp.a +0 -0
 - data/vendor/local/lib/libpcrecpp.dll.a +0 -0
 - data/vendor/local/lib/libpcreposix.a +0 -0
 - data/vendor/local/lib/libpcreposix.dll.a +0 -0
 - data/vendor/local/lib/libz.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +61 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +741 -42
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +47 -22
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +7 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/client.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/community.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/development.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/index.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/install.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news.html +128 -72
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/5.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/alias.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +983 -66
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +66 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/search.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/spec.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +61 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +741 -42
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +47 -22
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +7 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/client.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/development.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/install.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +130 -72
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +823 -69
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +62 -36
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +11 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/search.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +10 -8
 - data/vendor/local/share/groonga/html/admin/index.html +3 -3
 - data/vendor/local/share/groonga/html/admin/scripts/{scripts.a1c295fa.js → scripts.d3e19381.js} +207 -148
 - data/vendor/local/share/groonga/html/admin/scripts/{vendor.2c228d46.js → vendor.6c1a277a.js} +3854 -2816
 - data/vendor/local/share/groonga/html/admin/styles/{main.d9de008c.css → main.db676f1c.css} +156 -137
 - metadata +62 -129
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf +0 -26
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +0 -26
 - data/vendor/local/etc/groonga/httpd/fastcgi_params +0 -25
 - data/vendor/local/etc/groonga/httpd/fastcgi_params.default +0 -25
 - data/vendor/local/etc/groonga/httpd/html/50x.html +0 -21
 - data/vendor/local/etc/groonga/httpd/html/index.html +0 -25
 - data/vendor/local/etc/groonga/httpd/koi-utf +0 -109
 - data/vendor/local/etc/groonga/httpd/koi-win +0 -103
 - data/vendor/local/etc/groonga/httpd/mime.types +0 -89
 - data/vendor/local/etc/groonga/httpd/mime.types.default +0 -89
 - data/vendor/local/etc/groonga/httpd/nginx.conf.default +0 -117
 - data/vendor/local/etc/groonga/httpd/scgi_params +0 -17
 - data/vendor/local/etc/groonga/httpd/scgi_params.default +0 -17
 - data/vendor/local/etc/groonga/httpd/uwsgi_params +0 -17
 - data/vendor/local/etc/groonga/httpd/uwsgi_params.default +0 -17
 - data/vendor/local/etc/groonga/httpd/win-utf +0 -126
 - data/vendor/local/sbin/groonga-httpd.exe +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +0 -118
 - data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +0 -97
 - data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +0 -108
 - data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-logo.svg +0 -118
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +0 -170
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +0 -186
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +0 -183
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +0 -179
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +0 -201
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +0 -97
 - data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +0 -107
 - data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +0 -117
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +0 -107
 - data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +0 -117
 
| 
         @@ -1,103 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            charset_map  koi8-r  windows-1251 {
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
                80  88 ; # euro
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
                95  95 ; # bullet
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
                9A  A0 ; #  
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
                9E  B7 ; # ·
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
                A3  B8 ; # small yo
         
     | 
| 
       13 
     | 
    
         
            -
                A4  BA ; # small Ukrainian ye
         
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
                A6  B3 ; # small Ukrainian i
         
     | 
| 
       16 
     | 
    
         
            -
                A7  BF ; # small Ukrainian yi
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
                AD  B4 ; # small Ukrainian soft g
         
     | 
| 
       19 
     | 
    
         
            -
                AE  A2 ; # small Byelorussian short u
         
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
                B0  B0 ; # °
         
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
                B3  A8 ; # capital YO
         
     | 
| 
       24 
     | 
    
         
            -
                B4  AA ; # capital Ukrainian YE
         
     | 
| 
       25 
     | 
    
         
            -
             
     | 
| 
       26 
     | 
    
         
            -
                B6  B2 ; # capital Ukrainian I
         
     | 
| 
       27 
     | 
    
         
            -
                B7  AF ; # capital Ukrainian YI
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
                B9  B9 ; # numero sign
         
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
                BD  A5 ; # capital Ukrainian soft G
         
     | 
| 
       32 
     | 
    
         
            -
                BE  A1 ; # capital Byelorussian short U
         
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
                BF  A9 ; # (C)
         
     | 
| 
       35 
     | 
    
         
            -
             
     | 
| 
       36 
     | 
    
         
            -
                C0  FE ; # small yu
         
     | 
| 
       37 
     | 
    
         
            -
                C1  E0 ; # small a
         
     | 
| 
       38 
     | 
    
         
            -
                C2  E1 ; # small b
         
     | 
| 
       39 
     | 
    
         
            -
                C3  F6 ; # small ts
         
     | 
| 
       40 
     | 
    
         
            -
                C4  E4 ; # small d
         
     | 
| 
       41 
     | 
    
         
            -
                C5  E5 ; # small ye
         
     | 
| 
       42 
     | 
    
         
            -
                C6  F4 ; # small f
         
     | 
| 
       43 
     | 
    
         
            -
                C7  E3 ; # small g
         
     | 
| 
       44 
     | 
    
         
            -
                C8  F5 ; # small kh
         
     | 
| 
       45 
     | 
    
         
            -
                C9  E8 ; # small i
         
     | 
| 
       46 
     | 
    
         
            -
                CA  E9 ; # small j
         
     | 
| 
       47 
     | 
    
         
            -
                CB  EA ; # small k
         
     | 
| 
       48 
     | 
    
         
            -
                CC  EB ; # small l
         
     | 
| 
       49 
     | 
    
         
            -
                CD  EC ; # small m
         
     | 
| 
       50 
     | 
    
         
            -
                CE  ED ; # small n
         
     | 
| 
       51 
     | 
    
         
            -
                CF  EE ; # small o
         
     | 
| 
       52 
     | 
    
         
            -
             
     | 
| 
       53 
     | 
    
         
            -
                D0  EF ; # small p
         
     | 
| 
       54 
     | 
    
         
            -
                D1  FF ; # small ya
         
     | 
| 
       55 
     | 
    
         
            -
                D2  F0 ; # small r
         
     | 
| 
       56 
     | 
    
         
            -
                D3  F1 ; # small s
         
     | 
| 
       57 
     | 
    
         
            -
                D4  F2 ; # small t
         
     | 
| 
       58 
     | 
    
         
            -
                D5  F3 ; # small u
         
     | 
| 
       59 
     | 
    
         
            -
                D6  E6 ; # small zh
         
     | 
| 
       60 
     | 
    
         
            -
                D7  E2 ; # small v
         
     | 
| 
       61 
     | 
    
         
            -
                D8  FC ; # small soft sign
         
     | 
| 
       62 
     | 
    
         
            -
                D9  FB ; # small y
         
     | 
| 
       63 
     | 
    
         
            -
                DA  E7 ; # small z
         
     | 
| 
       64 
     | 
    
         
            -
                DB  F8 ; # small sh
         
     | 
| 
       65 
     | 
    
         
            -
                DC  FD ; # small e
         
     | 
| 
       66 
     | 
    
         
            -
                DD  F9 ; # small shch
         
     | 
| 
       67 
     | 
    
         
            -
                DE  F7 ; # small ch
         
     | 
| 
       68 
     | 
    
         
            -
                DF  FA ; # small hard sign
         
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
                E0  DE ; # capital YU
         
     | 
| 
       71 
     | 
    
         
            -
                E1  C0 ; # capital A
         
     | 
| 
       72 
     | 
    
         
            -
                E2  C1 ; # capital B
         
     | 
| 
       73 
     | 
    
         
            -
                E3  D6 ; # capital TS
         
     | 
| 
       74 
     | 
    
         
            -
                E4  C4 ; # capital D
         
     | 
| 
       75 
     | 
    
         
            -
                E5  C5 ; # capital YE
         
     | 
| 
       76 
     | 
    
         
            -
                E6  D4 ; # capital F
         
     | 
| 
       77 
     | 
    
         
            -
                E7  C3 ; # capital G
         
     | 
| 
       78 
     | 
    
         
            -
                E8  D5 ; # capital KH
         
     | 
| 
       79 
     | 
    
         
            -
                E9  C8 ; # capital I
         
     | 
| 
       80 
     | 
    
         
            -
                EA  C9 ; # capital J
         
     | 
| 
       81 
     | 
    
         
            -
                EB  CA ; # capital K
         
     | 
| 
       82 
     | 
    
         
            -
                EC  CB ; # capital L
         
     | 
| 
       83 
     | 
    
         
            -
                ED  CC ; # capital M
         
     | 
| 
       84 
     | 
    
         
            -
                EE  CD ; # capital N
         
     | 
| 
       85 
     | 
    
         
            -
                EF  CE ; # capital O
         
     | 
| 
       86 
     | 
    
         
            -
             
     | 
| 
       87 
     | 
    
         
            -
                F0  CF ; # capital P
         
     | 
| 
       88 
     | 
    
         
            -
                F1  DF ; # capital YA
         
     | 
| 
       89 
     | 
    
         
            -
                F2  D0 ; # capital R
         
     | 
| 
       90 
     | 
    
         
            -
                F3  D1 ; # capital S
         
     | 
| 
       91 
     | 
    
         
            -
                F4  D2 ; # capital T
         
     | 
| 
       92 
     | 
    
         
            -
                F5  D3 ; # capital U
         
     | 
| 
       93 
     | 
    
         
            -
                F6  C6 ; # capital ZH
         
     | 
| 
       94 
     | 
    
         
            -
                F7  C2 ; # capital V
         
     | 
| 
       95 
     | 
    
         
            -
                F8  DC ; # capital soft sign
         
     | 
| 
       96 
     | 
    
         
            -
                F9  DB ; # capital Y
         
     | 
| 
       97 
     | 
    
         
            -
                FA  C7 ; # capital Z
         
     | 
| 
       98 
     | 
    
         
            -
                FB  D8 ; # capital SH
         
     | 
| 
       99 
     | 
    
         
            -
                FC  DD ; # capital E
         
     | 
| 
       100 
     | 
    
         
            -
                FD  D9 ; # capital SHCH
         
     | 
| 
       101 
     | 
    
         
            -
                FE  D7 ; # capital CH
         
     | 
| 
       102 
     | 
    
         
            -
                FF  DA ; # capital hard sign
         
     | 
| 
       103 
     | 
    
         
            -
            }
         
     | 
| 
         @@ -1,89 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            types {
         
     | 
| 
       3 
     | 
    
         
            -
                text/html                             html htm shtml;
         
     | 
| 
       4 
     | 
    
         
            -
                text/css                              css;
         
     | 
| 
       5 
     | 
    
         
            -
                text/xml                              xml;
         
     | 
| 
       6 
     | 
    
         
            -
                image/gif                             gif;
         
     | 
| 
       7 
     | 
    
         
            -
                image/jpeg                            jpeg jpg;
         
     | 
| 
       8 
     | 
    
         
            -
                application/javascript                js;
         
     | 
| 
       9 
     | 
    
         
            -
                application/atom+xml                  atom;
         
     | 
| 
       10 
     | 
    
         
            -
                application/rss+xml                   rss;
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
                text/mathml                           mml;
         
     | 
| 
       13 
     | 
    
         
            -
                text/plain                            txt;
         
     | 
| 
       14 
     | 
    
         
            -
                text/vnd.sun.j2me.app-descriptor      jad;
         
     | 
| 
       15 
     | 
    
         
            -
                text/vnd.wap.wml                      wml;
         
     | 
| 
       16 
     | 
    
         
            -
                text/x-component                      htc;
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
                image/png                             png;
         
     | 
| 
       19 
     | 
    
         
            -
                image/tiff                            tif tiff;
         
     | 
| 
       20 
     | 
    
         
            -
                image/vnd.wap.wbmp                    wbmp;
         
     | 
| 
       21 
     | 
    
         
            -
                image/x-icon                          ico;
         
     | 
| 
       22 
     | 
    
         
            -
                image/x-jng                           jng;
         
     | 
| 
       23 
     | 
    
         
            -
                image/x-ms-bmp                        bmp;
         
     | 
| 
       24 
     | 
    
         
            -
                image/svg+xml                         svg svgz;
         
     | 
| 
       25 
     | 
    
         
            -
                image/webp                            webp;
         
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                application/font-woff                 woff;
         
     | 
| 
       28 
     | 
    
         
            -
                application/java-archive              jar war ear;
         
     | 
| 
       29 
     | 
    
         
            -
                application/json                      json;
         
     | 
| 
       30 
     | 
    
         
            -
                application/mac-binhex40              hqx;
         
     | 
| 
       31 
     | 
    
         
            -
                application/msword                    doc;
         
     | 
| 
       32 
     | 
    
         
            -
                application/pdf                       pdf;
         
     | 
| 
       33 
     | 
    
         
            -
                application/postscript                ps eps ai;
         
     | 
| 
       34 
     | 
    
         
            -
                application/rtf                       rtf;
         
     | 
| 
       35 
     | 
    
         
            -
                application/vnd.apple.mpegurl         m3u8;
         
     | 
| 
       36 
     | 
    
         
            -
                application/vnd.ms-excel              xls;
         
     | 
| 
       37 
     | 
    
         
            -
                application/vnd.ms-fontobject         eot;
         
     | 
| 
       38 
     | 
    
         
            -
                application/vnd.ms-powerpoint         ppt;
         
     | 
| 
       39 
     | 
    
         
            -
                application/vnd.wap.wmlc              wmlc;
         
     | 
| 
       40 
     | 
    
         
            -
                application/vnd.google-earth.kml+xml  kml;
         
     | 
| 
       41 
     | 
    
         
            -
                application/vnd.google-earth.kmz      kmz;
         
     | 
| 
       42 
     | 
    
         
            -
                application/x-7z-compressed           7z;
         
     | 
| 
       43 
     | 
    
         
            -
                application/x-cocoa                   cco;
         
     | 
| 
       44 
     | 
    
         
            -
                application/x-java-archive-diff       jardiff;
         
     | 
| 
       45 
     | 
    
         
            -
                application/x-java-jnlp-file          jnlp;
         
     | 
| 
       46 
     | 
    
         
            -
                application/x-makeself                run;
         
     | 
| 
       47 
     | 
    
         
            -
                application/x-perl                    pl pm;
         
     | 
| 
       48 
     | 
    
         
            -
                application/x-pilot                   prc pdb;
         
     | 
| 
       49 
     | 
    
         
            -
                application/x-rar-compressed          rar;
         
     | 
| 
       50 
     | 
    
         
            -
                application/x-redhat-package-manager  rpm;
         
     | 
| 
       51 
     | 
    
         
            -
                application/x-sea                     sea;
         
     | 
| 
       52 
     | 
    
         
            -
                application/x-shockwave-flash         swf;
         
     | 
| 
       53 
     | 
    
         
            -
                application/x-stuffit                 sit;
         
     | 
| 
       54 
     | 
    
         
            -
                application/x-tcl                     tcl tk;
         
     | 
| 
       55 
     | 
    
         
            -
                application/x-x509-ca-cert            der pem crt;
         
     | 
| 
       56 
     | 
    
         
            -
                application/x-xpinstall               xpi;
         
     | 
| 
       57 
     | 
    
         
            -
                application/xhtml+xml                 xhtml;
         
     | 
| 
       58 
     | 
    
         
            -
                application/xspf+xml                  xspf;
         
     | 
| 
       59 
     | 
    
         
            -
                application/zip                       zip;
         
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
     | 
    
         
            -
                application/octet-stream              bin exe dll;
         
     | 
| 
       62 
     | 
    
         
            -
                application/octet-stream              deb;
         
     | 
| 
       63 
     | 
    
         
            -
                application/octet-stream              dmg;
         
     | 
| 
       64 
     | 
    
         
            -
                application/octet-stream              iso img;
         
     | 
| 
       65 
     | 
    
         
            -
                application/octet-stream              msi msp msm;
         
     | 
| 
       66 
     | 
    
         
            -
             
     | 
| 
       67 
     | 
    
         
            -
                application/vnd.openxmlformats-officedocument.wordprocessingml.document    docx;
         
     | 
| 
       68 
     | 
    
         
            -
                application/vnd.openxmlformats-officedocument.spreadsheetml.sheet          xlsx;
         
     | 
| 
       69 
     | 
    
         
            -
                application/vnd.openxmlformats-officedocument.presentationml.presentation  pptx;
         
     | 
| 
       70 
     | 
    
         
            -
             
     | 
| 
       71 
     | 
    
         
            -
                audio/midi                            mid midi kar;
         
     | 
| 
       72 
     | 
    
         
            -
                audio/mpeg                            mp3;
         
     | 
| 
       73 
     | 
    
         
            -
                audio/ogg                             ogg;
         
     | 
| 
       74 
     | 
    
         
            -
                audio/x-m4a                           m4a;
         
     | 
| 
       75 
     | 
    
         
            -
                audio/x-realaudio                     ra;
         
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
                video/3gpp                            3gpp 3gp;
         
     | 
| 
       78 
     | 
    
         
            -
                video/mp2t                            ts;
         
     | 
| 
       79 
     | 
    
         
            -
                video/mp4                             mp4;
         
     | 
| 
       80 
     | 
    
         
            -
                video/mpeg                            mpeg mpg;
         
     | 
| 
       81 
     | 
    
         
            -
                video/quicktime                       mov;
         
     | 
| 
       82 
     | 
    
         
            -
                video/webm                            webm;
         
     | 
| 
       83 
     | 
    
         
            -
                video/x-flv                           flv;
         
     | 
| 
       84 
     | 
    
         
            -
                video/x-m4v                           m4v;
         
     | 
| 
       85 
     | 
    
         
            -
                video/x-mng                           mng;
         
     | 
| 
       86 
     | 
    
         
            -
                video/x-ms-asf                        asx asf;
         
     | 
| 
       87 
     | 
    
         
            -
                video/x-ms-wmv                        wmv;
         
     | 
| 
       88 
     | 
    
         
            -
                video/x-msvideo                       avi;
         
     | 
| 
       89 
     | 
    
         
            -
            }
         
     | 
| 
         @@ -1,89 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            types {
         
     | 
| 
       3 
     | 
    
         
            -
                text/html                             html htm shtml;
         
     | 
| 
       4 
     | 
    
         
            -
                text/css                              css;
         
     | 
| 
       5 
     | 
    
         
            -
                text/xml                              xml;
         
     | 
| 
       6 
     | 
    
         
            -
                image/gif                             gif;
         
     | 
| 
       7 
     | 
    
         
            -
                image/jpeg                            jpeg jpg;
         
     | 
| 
       8 
     | 
    
         
            -
                application/javascript                js;
         
     | 
| 
       9 
     | 
    
         
            -
                application/atom+xml                  atom;
         
     | 
| 
       10 
     | 
    
         
            -
                application/rss+xml                   rss;
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
                text/mathml                           mml;
         
     | 
| 
       13 
     | 
    
         
            -
                text/plain                            txt;
         
     | 
| 
       14 
     | 
    
         
            -
                text/vnd.sun.j2me.app-descriptor      jad;
         
     | 
| 
       15 
     | 
    
         
            -
                text/vnd.wap.wml                      wml;
         
     | 
| 
       16 
     | 
    
         
            -
                text/x-component                      htc;
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
                image/png                             png;
         
     | 
| 
       19 
     | 
    
         
            -
                image/tiff                            tif tiff;
         
     | 
| 
       20 
     | 
    
         
            -
                image/vnd.wap.wbmp                    wbmp;
         
     | 
| 
       21 
     | 
    
         
            -
                image/x-icon                          ico;
         
     | 
| 
       22 
     | 
    
         
            -
                image/x-jng                           jng;
         
     | 
| 
       23 
     | 
    
         
            -
                image/x-ms-bmp                        bmp;
         
     | 
| 
       24 
     | 
    
         
            -
                image/svg+xml                         svg svgz;
         
     | 
| 
       25 
     | 
    
         
            -
                image/webp                            webp;
         
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                application/font-woff                 woff;
         
     | 
| 
       28 
     | 
    
         
            -
                application/java-archive              jar war ear;
         
     | 
| 
       29 
     | 
    
         
            -
                application/json                      json;
         
     | 
| 
       30 
     | 
    
         
            -
                application/mac-binhex40              hqx;
         
     | 
| 
       31 
     | 
    
         
            -
                application/msword                    doc;
         
     | 
| 
       32 
     | 
    
         
            -
                application/pdf                       pdf;
         
     | 
| 
       33 
     | 
    
         
            -
                application/postscript                ps eps ai;
         
     | 
| 
       34 
     | 
    
         
            -
                application/rtf                       rtf;
         
     | 
| 
       35 
     | 
    
         
            -
                application/vnd.apple.mpegurl         m3u8;
         
     | 
| 
       36 
     | 
    
         
            -
                application/vnd.ms-excel              xls;
         
     | 
| 
       37 
     | 
    
         
            -
                application/vnd.ms-fontobject         eot;
         
     | 
| 
       38 
     | 
    
         
            -
                application/vnd.ms-powerpoint         ppt;
         
     | 
| 
       39 
     | 
    
         
            -
                application/vnd.wap.wmlc              wmlc;
         
     | 
| 
       40 
     | 
    
         
            -
                application/vnd.google-earth.kml+xml  kml;
         
     | 
| 
       41 
     | 
    
         
            -
                application/vnd.google-earth.kmz      kmz;
         
     | 
| 
       42 
     | 
    
         
            -
                application/x-7z-compressed           7z;
         
     | 
| 
       43 
     | 
    
         
            -
                application/x-cocoa                   cco;
         
     | 
| 
       44 
     | 
    
         
            -
                application/x-java-archive-diff       jardiff;
         
     | 
| 
       45 
     | 
    
         
            -
                application/x-java-jnlp-file          jnlp;
         
     | 
| 
       46 
     | 
    
         
            -
                application/x-makeself                run;
         
     | 
| 
       47 
     | 
    
         
            -
                application/x-perl                    pl pm;
         
     | 
| 
       48 
     | 
    
         
            -
                application/x-pilot                   prc pdb;
         
     | 
| 
       49 
     | 
    
         
            -
                application/x-rar-compressed          rar;
         
     | 
| 
       50 
     | 
    
         
            -
                application/x-redhat-package-manager  rpm;
         
     | 
| 
       51 
     | 
    
         
            -
                application/x-sea                     sea;
         
     | 
| 
       52 
     | 
    
         
            -
                application/x-shockwave-flash         swf;
         
     | 
| 
       53 
     | 
    
         
            -
                application/x-stuffit                 sit;
         
     | 
| 
       54 
     | 
    
         
            -
                application/x-tcl                     tcl tk;
         
     | 
| 
       55 
     | 
    
         
            -
                application/x-x509-ca-cert            der pem crt;
         
     | 
| 
       56 
     | 
    
         
            -
                application/x-xpinstall               xpi;
         
     | 
| 
       57 
     | 
    
         
            -
                application/xhtml+xml                 xhtml;
         
     | 
| 
       58 
     | 
    
         
            -
                application/xspf+xml                  xspf;
         
     | 
| 
       59 
     | 
    
         
            -
                application/zip                       zip;
         
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
     | 
    
         
            -
                application/octet-stream              bin exe dll;
         
     | 
| 
       62 
     | 
    
         
            -
                application/octet-stream              deb;
         
     | 
| 
       63 
     | 
    
         
            -
                application/octet-stream              dmg;
         
     | 
| 
       64 
     | 
    
         
            -
                application/octet-stream              iso img;
         
     | 
| 
       65 
     | 
    
         
            -
                application/octet-stream              msi msp msm;
         
     | 
| 
       66 
     | 
    
         
            -
             
     | 
| 
       67 
     | 
    
         
            -
                application/vnd.openxmlformats-officedocument.wordprocessingml.document    docx;
         
     | 
| 
       68 
     | 
    
         
            -
                application/vnd.openxmlformats-officedocument.spreadsheetml.sheet          xlsx;
         
     | 
| 
       69 
     | 
    
         
            -
                application/vnd.openxmlformats-officedocument.presentationml.presentation  pptx;
         
     | 
| 
       70 
     | 
    
         
            -
             
     | 
| 
       71 
     | 
    
         
            -
                audio/midi                            mid midi kar;
         
     | 
| 
       72 
     | 
    
         
            -
                audio/mpeg                            mp3;
         
     | 
| 
       73 
     | 
    
         
            -
                audio/ogg                             ogg;
         
     | 
| 
       74 
     | 
    
         
            -
                audio/x-m4a                           m4a;
         
     | 
| 
       75 
     | 
    
         
            -
                audio/x-realaudio                     ra;
         
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
                video/3gpp                            3gpp 3gp;
         
     | 
| 
       78 
     | 
    
         
            -
                video/mp2t                            ts;
         
     | 
| 
       79 
     | 
    
         
            -
                video/mp4                             mp4;
         
     | 
| 
       80 
     | 
    
         
            -
                video/mpeg                            mpeg mpg;
         
     | 
| 
       81 
     | 
    
         
            -
                video/quicktime                       mov;
         
     | 
| 
       82 
     | 
    
         
            -
                video/webm                            webm;
         
     | 
| 
       83 
     | 
    
         
            -
                video/x-flv                           flv;
         
     | 
| 
       84 
     | 
    
         
            -
                video/x-m4v                           m4v;
         
     | 
| 
       85 
     | 
    
         
            -
                video/x-mng                           mng;
         
     | 
| 
       86 
     | 
    
         
            -
                video/x-ms-asf                        asx asf;
         
     | 
| 
       87 
     | 
    
         
            -
                video/x-ms-wmv                        wmv;
         
     | 
| 
       88 
     | 
    
         
            -
                video/x-msvideo                       avi;
         
     | 
| 
       89 
     | 
    
         
            -
            }
         
     | 
| 
         @@ -1,117 +0,0 @@ 
     | 
|
| 
       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 
     | 
    
         
            -
             
     | 
| 
       48 
     | 
    
         
            -
                    #error_page  404              /404.html;
         
     | 
| 
       49 
     | 
    
         
            -
             
     | 
| 
       50 
     | 
    
         
            -
                    # redirect server error pages to the static page /50x.html
         
     | 
| 
       51 
     | 
    
         
            -
                    #
         
     | 
| 
       52 
     | 
    
         
            -
                    error_page   500 502 503 504  /50x.html;
         
     | 
| 
       53 
     | 
    
         
            -
                    location = /50x.html {
         
     | 
| 
       54 
     | 
    
         
            -
                        root   html;
         
     | 
| 
       55 
     | 
    
         
            -
                    }
         
     | 
| 
       56 
     | 
    
         
            -
             
     | 
| 
       57 
     | 
    
         
            -
                    # proxy the PHP scripts to Apache listening on 127.0.0.1:80
         
     | 
| 
       58 
     | 
    
         
            -
                    #
         
     | 
| 
       59 
     | 
    
         
            -
                    #location ~ \.php$ {
         
     | 
| 
       60 
     | 
    
         
            -
                    #    proxy_pass   http://127.0.0.1;
         
     | 
| 
       61 
     | 
    
         
            -
                    #}
         
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
                    # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
         
     | 
| 
       64 
     | 
    
         
            -
                    #
         
     | 
| 
       65 
     | 
    
         
            -
                    #location ~ \.php$ {
         
     | 
| 
       66 
     | 
    
         
            -
                    #    root           html;
         
     | 
| 
       67 
     | 
    
         
            -
                    #    fastcgi_pass   127.0.0.1:9000;
         
     | 
| 
       68 
     | 
    
         
            -
                    #    fastcgi_index  index.php;
         
     | 
| 
       69 
     | 
    
         
            -
                    #    fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
         
     | 
| 
       70 
     | 
    
         
            -
                    #    include        fastcgi_params;
         
     | 
| 
       71 
     | 
    
         
            -
                    #}
         
     | 
| 
       72 
     | 
    
         
            -
             
     | 
| 
       73 
     | 
    
         
            -
                    # deny access to .htaccess files, if Apache's document root
         
     | 
| 
       74 
     | 
    
         
            -
                    # concurs with nginx's one
         
     | 
| 
       75 
     | 
    
         
            -
                    #
         
     | 
| 
       76 
     | 
    
         
            -
                    #location ~ /\.ht {
         
     | 
| 
       77 
     | 
    
         
            -
                    #    deny  all;
         
     | 
| 
       78 
     | 
    
         
            -
                    #}
         
     | 
| 
       79 
     | 
    
         
            -
                }
         
     | 
| 
       80 
     | 
    
         
            -
             
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
                # another virtual host using mix of IP-, name-, and port-based configuration
         
     | 
| 
       83 
     | 
    
         
            -
                #
         
     | 
| 
       84 
     | 
    
         
            -
                #server {
         
     | 
| 
       85 
     | 
    
         
            -
                #    listen       8000;
         
     | 
| 
       86 
     | 
    
         
            -
                #    listen       somename:8080;
         
     | 
| 
       87 
     | 
    
         
            -
                #    server_name  somename  alias  another.alias;
         
     | 
| 
       88 
     | 
    
         
            -
             
     | 
| 
       89 
     | 
    
         
            -
                #    location / {
         
     | 
| 
       90 
     | 
    
         
            -
                #        root   html;
         
     | 
| 
       91 
     | 
    
         
            -
                #        index  index.html index.htm;
         
     | 
| 
       92 
     | 
    
         
            -
                #    }
         
     | 
| 
       93 
     | 
    
         
            -
                #}
         
     | 
| 
       94 
     | 
    
         
            -
             
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
                # HTTPS server
         
     | 
| 
       97 
     | 
    
         
            -
                #
         
     | 
| 
       98 
     | 
    
         
            -
                #server {
         
     | 
| 
       99 
     | 
    
         
            -
                #    listen       443 ssl;
         
     | 
| 
       100 
     | 
    
         
            -
                #    server_name  localhost;
         
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
                #    ssl_certificate      cert.pem;
         
     | 
| 
       103 
     | 
    
         
            -
                #    ssl_certificate_key  cert.key;
         
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
       105 
     | 
    
         
            -
                #    ssl_session_cache    shared:SSL:1m;
         
     | 
| 
       106 
     | 
    
         
            -
                #    ssl_session_timeout  5m;
         
     | 
| 
       107 
     | 
    
         
            -
             
     | 
| 
       108 
     | 
    
         
            -
                #    ssl_ciphers  HIGH:!aNULL:!MD5;
         
     | 
| 
       109 
     | 
    
         
            -
                #    ssl_prefer_server_ciphers  on;
         
     | 
| 
       110 
     | 
    
         
            -
             
     | 
| 
       111 
     | 
    
         
            -
                #    location / {
         
     | 
| 
       112 
     | 
    
         
            -
                #        root   html;
         
     | 
| 
       113 
     | 
    
         
            -
                #        index  index.html index.htm;
         
     | 
| 
       114 
     | 
    
         
            -
                #    }
         
     | 
| 
       115 
     | 
    
         
            -
                #}
         
     | 
| 
       116 
     | 
    
         
            -
             
     | 
| 
       117 
     | 
    
         
            -
            }
         
     | 
| 
         @@ -1,17 +0,0 @@ 
     | 
|
| 
       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 +0,0 @@ 
     | 
|
| 
       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 +0,0 @@ 
     | 
|
| 
       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;
         
     |