rroonga 6.0.9-x86-mingw32 → 6.1.0-x86-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,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;
         
     | 
| 
         @@ -1,126 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            # This map is not a full windows-1251 <> utf8 map: it does not
         
     | 
| 
       3 
     | 
    
         
            -
            # contain Serbian and Macedonian letters.  If you need a full map,
         
     | 
| 
       4 
     | 
    
         
            -
            # use contrib/unicode2nginx/win-utf map instead.
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
            charset_map  windows-1251  utf-8 {
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
                82  E2809A ; # single low-9 quotation mark
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
                84  E2809E ; # double low-9 quotation mark
         
     | 
| 
       11 
     | 
    
         
            -
                85  E280A6 ; # ellipsis
         
     | 
| 
       12 
     | 
    
         
            -
                86  E280A0 ; # dagger
         
     | 
| 
       13 
     | 
    
         
            -
                87  E280A1 ; # double dagger
         
     | 
| 
       14 
     | 
    
         
            -
                88  E282AC ; # euro
         
     | 
| 
       15 
     | 
    
         
            -
                89  E280B0 ; # per mille
         
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
                91  E28098 ; # left single quotation mark
         
     | 
| 
       18 
     | 
    
         
            -
                92  E28099 ; # right single quotation mark
         
     | 
| 
       19 
     | 
    
         
            -
                93  E2809C ; # left double quotation mark
         
     | 
| 
       20 
     | 
    
         
            -
                94  E2809D ; # right double quotation mark
         
     | 
| 
       21 
     | 
    
         
            -
                95  E280A2 ; # bullet
         
     | 
| 
       22 
     | 
    
         
            -
                96  E28093 ; # en dash
         
     | 
| 
       23 
     | 
    
         
            -
                97  E28094 ; # em dash
         
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
                99  E284A2 ; # trade mark sign
         
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                A0  C2A0 ;   #  
         
     | 
| 
       28 
     | 
    
         
            -
                A1  D18E ;   # capital Byelorussian short U
         
     | 
| 
       29 
     | 
    
         
            -
                A2  D19E ;   # small Byelorussian short u
         
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
                A4  C2A4 ;   # currency sign
         
     | 
| 
       32 
     | 
    
         
            -
                A5  D290 ;   # capital Ukrainian soft G
         
     | 
| 
       33 
     | 
    
         
            -
                A6  C2A6 ;   # borken bar
         
     | 
| 
       34 
     | 
    
         
            -
                A7  C2A7 ;   # section sign
         
     | 
| 
       35 
     | 
    
         
            -
                A8  D081 ;   # capital YO
         
     | 
| 
       36 
     | 
    
         
            -
                A9  C2A9 ;   # (C)
         
     | 
| 
       37 
     | 
    
         
            -
                AA  D084 ;   # capital Ukrainian YE
         
     | 
| 
       38 
     | 
    
         
            -
                AB  C2AB ;   # left-pointing double angle quotation mark
         
     | 
| 
       39 
     | 
    
         
            -
                AC  C2AC ;   # not sign
         
     | 
| 
       40 
     | 
    
         
            -
                AD  C2AD ;   # soft hypen
         
     | 
| 
       41 
     | 
    
         
            -
                AE  C2AE ;   # (R)
         
     | 
| 
       42 
     | 
    
         
            -
                AF  D087 ;   # capital Ukrainian YI
         
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
                B0  C2B0 ;   # °
         
     | 
| 
       45 
     | 
    
         
            -
                B1  C2B1 ;   # plus-minus sign
         
     | 
| 
       46 
     | 
    
         
            -
                B2  D086 ;   # capital Ukrainian I
         
     | 
| 
       47 
     | 
    
         
            -
                B3  D196 ;   # small Ukrainian i
         
     | 
| 
       48 
     | 
    
         
            -
                B4  D291 ;   # small Ukrainian soft g
         
     | 
| 
       49 
     | 
    
         
            -
                B5  C2B5 ;   # micro sign
         
     | 
| 
       50 
     | 
    
         
            -
                B6  C2B6 ;   # pilcrow sign
         
     | 
| 
       51 
     | 
    
         
            -
                B7  C2B7 ;   # ·
         
     | 
| 
       52 
     | 
    
         
            -
                B8  D191 ;   # small yo
         
     | 
| 
       53 
     | 
    
         
            -
                B9  E28496 ; # numero sign
         
     | 
| 
       54 
     | 
    
         
            -
                BA  D194 ;   # small Ukrainian ye
         
     | 
| 
       55 
     | 
    
         
            -
                BB  C2BB ;   # right-pointing double angle quotation mark
         
     | 
| 
       56 
     | 
    
         
            -
             
     | 
| 
       57 
     | 
    
         
            -
                BF  D197 ;   # small Ukrainian yi
         
     | 
| 
       58 
     | 
    
         
            -
             
     | 
| 
       59 
     | 
    
         
            -
                C0  D090 ;   # capital A
         
     | 
| 
       60 
     | 
    
         
            -
                C1  D091 ;   # capital B
         
     | 
| 
       61 
     | 
    
         
            -
                C2  D092 ;   # capital V
         
     | 
| 
       62 
     | 
    
         
            -
                C3  D093 ;   # capital G
         
     | 
| 
       63 
     | 
    
         
            -
                C4  D094 ;   # capital D
         
     | 
| 
       64 
     | 
    
         
            -
                C5  D095 ;   # capital YE
         
     | 
| 
       65 
     | 
    
         
            -
                C6  D096 ;   # capital ZH
         
     | 
| 
       66 
     | 
    
         
            -
                C7  D097 ;   # capital Z
         
     | 
| 
       67 
     | 
    
         
            -
                C8  D098 ;   # capital I
         
     | 
| 
       68 
     | 
    
         
            -
                C9  D099 ;   # capital J
         
     | 
| 
       69 
     | 
    
         
            -
                CA  D09A ;   # capital K
         
     | 
| 
       70 
     | 
    
         
            -
                CB  D09B ;   # capital L
         
     | 
| 
       71 
     | 
    
         
            -
                CC  D09C ;   # capital M
         
     | 
| 
       72 
     | 
    
         
            -
                CD  D09D ;   # capital N
         
     | 
| 
       73 
     | 
    
         
            -
                CE  D09E ;   # capital O
         
     | 
| 
       74 
     | 
    
         
            -
                CF  D09F ;   # capital P
         
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
                D0  D0A0 ;   # capital R
         
     | 
| 
       77 
     | 
    
         
            -
                D1  D0A1 ;   # capital S
         
     | 
| 
       78 
     | 
    
         
            -
                D2  D0A2 ;   # capital T
         
     | 
| 
       79 
     | 
    
         
            -
                D3  D0A3 ;   # capital U
         
     | 
| 
       80 
     | 
    
         
            -
                D4  D0A4 ;   # capital F
         
     | 
| 
       81 
     | 
    
         
            -
                D5  D0A5 ;   # capital KH
         
     | 
| 
       82 
     | 
    
         
            -
                D6  D0A6 ;   # capital TS
         
     | 
| 
       83 
     | 
    
         
            -
                D7  D0A7 ;   # capital CH
         
     | 
| 
       84 
     | 
    
         
            -
                D8  D0A8 ;   # capital SH
         
     | 
| 
       85 
     | 
    
         
            -
                D9  D0A9 ;   # capital SHCH
         
     | 
| 
       86 
     | 
    
         
            -
                DA  D0AA ;   # capital hard sign
         
     | 
| 
       87 
     | 
    
         
            -
                DB  D0AB ;   # capital Y
         
     | 
| 
       88 
     | 
    
         
            -
                DC  D0AC ;   # capital soft sign
         
     | 
| 
       89 
     | 
    
         
            -
                DD  D0AD ;   # capital E
         
     | 
| 
       90 
     | 
    
         
            -
                DE  D0AE ;   # capital YU
         
     | 
| 
       91 
     | 
    
         
            -
                DF  D0AF ;   # capital YA
         
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
                E0  D0B0 ;   # small a
         
     | 
| 
       94 
     | 
    
         
            -
                E1  D0B1 ;   # small b
         
     | 
| 
       95 
     | 
    
         
            -
                E2  D0B2 ;   # small v
         
     | 
| 
       96 
     | 
    
         
            -
                E3  D0B3 ;   # small g
         
     | 
| 
       97 
     | 
    
         
            -
                E4  D0B4 ;   # small d
         
     | 
| 
       98 
     | 
    
         
            -
                E5  D0B5 ;   # small ye
         
     | 
| 
       99 
     | 
    
         
            -
                E6  D0B6 ;   # small zh
         
     | 
| 
       100 
     | 
    
         
            -
                E7  D0B7 ;   # small z
         
     | 
| 
       101 
     | 
    
         
            -
                E8  D0B8 ;   # small i
         
     | 
| 
       102 
     | 
    
         
            -
                E9  D0B9 ;   # small j
         
     | 
| 
       103 
     | 
    
         
            -
                EA  D0BA ;   # small k
         
     | 
| 
       104 
     | 
    
         
            -
                EB  D0BB ;   # small l
         
     | 
| 
       105 
     | 
    
         
            -
                EC  D0BC ;   # small m
         
     | 
| 
       106 
     | 
    
         
            -
                ED  D0BD ;   # small n
         
     | 
| 
       107 
     | 
    
         
            -
                EE  D0BE ;   # small o
         
     | 
| 
       108 
     | 
    
         
            -
                EF  D0BF ;   # small p
         
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
       110 
     | 
    
         
            -
                F0  D180 ;   # small r
         
     | 
| 
       111 
     | 
    
         
            -
                F1  D181 ;   # small s
         
     | 
| 
       112 
     | 
    
         
            -
                F2  D182 ;   # small t
         
     | 
| 
       113 
     | 
    
         
            -
                F3  D183 ;   # small u
         
     | 
| 
       114 
     | 
    
         
            -
                F4  D184 ;   # small f
         
     | 
| 
       115 
     | 
    
         
            -
                F5  D185 ;   # small kh
         
     | 
| 
       116 
     | 
    
         
            -
                F6  D186 ;   # small ts
         
     | 
| 
       117 
     | 
    
         
            -
                F7  D187 ;   # small ch
         
     | 
| 
       118 
     | 
    
         
            -
                F8  D188 ;   # small sh
         
     | 
| 
       119 
     | 
    
         
            -
                F9  D189 ;   # small shch
         
     | 
| 
       120 
     | 
    
         
            -
                FA  D18A ;   # small hard sign
         
     | 
| 
       121 
     | 
    
         
            -
                FB  D18B ;   # small y
         
     | 
| 
       122 
     | 
    
         
            -
                FC  D18C ;   # small soft sign
         
     | 
| 
       123 
     | 
    
         
            -
                FD  D18D ;   # small e
         
     | 
| 
       124 
     | 
    
         
            -
                FE  D18E ;   # small yu
         
     | 
| 
       125 
     | 
    
         
            -
                FF  D18F ;   # small ya
         
     | 
| 
       126 
     | 
    
         
            -
            }
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,118 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <?xml version="1.0" encoding="UTF-8" standalone="no"?>
         
     | 
| 
       2 
     | 
    
         
            -
            <!-- Created with Inkscape (http://www.inkscape.org/) -->
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            <svg
         
     | 
| 
       5 
     | 
    
         
            -
               xmlns:dc="http://purl.org/dc/elements/1.1/"
         
     | 
| 
       6 
     | 
    
         
            -
               xmlns:cc="http://creativecommons.org/ns#"
         
     | 
| 
       7 
     | 
    
         
            -
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         
     | 
| 
       8 
     | 
    
         
            -
               xmlns:svg="http://www.w3.org/2000/svg"
         
     | 
| 
       9 
     | 
    
         
            -
               xmlns="http://www.w3.org/2000/svg"
         
     | 
| 
       10 
     | 
    
         
            -
               xmlns:xlink="http://www.w3.org/1999/xlink"
         
     | 
| 
       11 
     | 
    
         
            -
               xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
         
     | 
| 
       12 
     | 
    
         
            -
               xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
         
     | 
| 
       13 
     | 
    
         
            -
               width="60.000706"
         
     | 
| 
       14 
     | 
    
         
            -
               height="60.001022"
         
     | 
| 
       15 
     | 
    
         
            -
               id="svg5342"
         
     | 
| 
       16 
     | 
    
         
            -
               version="1.1"
         
     | 
| 
       17 
     | 
    
         
            -
               inkscape:version="0.48.1 r9760"
         
     | 
| 
       18 
     | 
    
         
            -
               sodipodi:docname="新規ドキュメント 41">
         
     | 
| 
       19 
     | 
    
         
            -
              <defs
         
     | 
| 
       20 
     | 
    
         
            -
                 id="defs5344">
         
     | 
| 
       21 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       22 
     | 
    
         
            -
                   inkscape:collect="always"
         
     | 
| 
       23 
     | 
    
         
            -
                   xlink:href="#SVGID_9_"
         
     | 
| 
       24 
     | 
    
         
            -
                   id="linearGradient5521"
         
     | 
| 
       25 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       26 
     | 
    
         
            -
                   x1="470.15039"
         
     | 
| 
       27 
     | 
    
         
            -
                   y1="437.05859"
         
     | 
| 
       28 
     | 
    
         
            -
                   x2="470.15039"
         
     | 
| 
       29 
     | 
    
         
            -
                   y2="497.05859" />
         
     | 
| 
       30 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       31 
     | 
    
         
            -
                   id="SVGID_9_"
         
     | 
| 
       32 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       33 
     | 
    
         
            -
                   x1="470.15039"
         
     | 
| 
       34 
     | 
    
         
            -
                   y1="437.05859"
         
     | 
| 
       35 
     | 
    
         
            -
                   x2="470.15039"
         
     | 
| 
       36 
     | 
    
         
            -
                   y2="497.05859">
         
     | 
| 
       37 
     | 
    
         
            -
                  <stop
         
     | 
| 
       38 
     | 
    
         
            -
                     offset="0"
         
     | 
| 
       39 
     | 
    
         
            -
                     style="stop-color:#3FA9F5"
         
     | 
| 
       40 
     | 
    
         
            -
                     id="stop4050" />
         
     | 
| 
       41 
     | 
    
         
            -
                  <stop
         
     | 
| 
       42 
     | 
    
         
            -
                     offset="1"
         
     | 
| 
       43 
     | 
    
         
            -
                     style="stop-color:#0071BC"
         
     | 
| 
       44 
     | 
    
         
            -
                     id="stop4052" />
         
     | 
| 
       45 
     | 
    
         
            -
                </linearGradient>
         
     | 
| 
       46 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       47 
     | 
    
         
            -
                   y2="497.05859"
         
     | 
| 
       48 
     | 
    
         
            -
                   x2="470.15039"
         
     | 
| 
       49 
     | 
    
         
            -
                   y1="437.05859"
         
     | 
| 
       50 
     | 
    
         
            -
                   x1="470.15039"
         
     | 
| 
       51 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       52 
     | 
    
         
            -
                   id="linearGradient5566"
         
     | 
| 
       53 
     | 
    
         
            -
                   xlink:href="#SVGID_9_"
         
     | 
| 
       54 
     | 
    
         
            -
                   inkscape:collect="always" />
         
     | 
| 
       55 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       56 
     | 
    
         
            -
                   inkscape:collect="always"
         
     | 
| 
       57 
     | 
    
         
            -
                   xlink:href="#SVGID_9_"
         
     | 
| 
       58 
     | 
    
         
            -
                   id="linearGradient5599"
         
     | 
| 
       59 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       60 
     | 
    
         
            -
                   x1="470.15039"
         
     | 
| 
       61 
     | 
    
         
            -
                   y1="437.05859"
         
     | 
| 
       62 
     | 
    
         
            -
                   x2="470.15039"
         
     | 
| 
       63 
     | 
    
         
            -
                   y2="497.05859" />
         
     | 
| 
       64 
     | 
    
         
            -
              </defs>
         
     | 
| 
       65 
     | 
    
         
            -
              <sodipodi:namedview
         
     | 
| 
       66 
     | 
    
         
            -
                 id="base"
         
     | 
| 
       67 
     | 
    
         
            -
                 pagecolor="#ffffff"
         
     | 
| 
       68 
     | 
    
         
            -
                 bordercolor="#666666"
         
     | 
| 
       69 
     | 
    
         
            -
                 borderopacity="1.0"
         
     | 
| 
       70 
     | 
    
         
            -
                 inkscape:pageopacity="0.0"
         
     | 
| 
       71 
     | 
    
         
            -
                 inkscape:pageshadow="2"
         
     | 
| 
       72 
     | 
    
         
            -
                 inkscape:zoom="1.979899"
         
     | 
| 
       73 
     | 
    
         
            -
                 inkscape:cx="61.872887"
         
     | 
| 
       74 
     | 
    
         
            -
                 inkscape:cy="42.401151"
         
     | 
| 
       75 
     | 
    
         
            -
                 inkscape:document-units="px"
         
     | 
| 
       76 
     | 
    
         
            -
                 inkscape:current-layer="layer1"
         
     | 
| 
       77 
     | 
    
         
            -
                 showgrid="false"
         
     | 
| 
       78 
     | 
    
         
            -
                 fit-margin-top="0"
         
     | 
| 
       79 
     | 
    
         
            -
                 fit-margin-left="0"
         
     | 
| 
       80 
     | 
    
         
            -
                 fit-margin-right="0"
         
     | 
| 
       81 
     | 
    
         
            -
                 fit-margin-bottom="0"
         
     | 
| 
       82 
     | 
    
         
            -
                 inkscape:window-width="902"
         
     | 
| 
       83 
     | 
    
         
            -
                 inkscape:window-height="442"
         
     | 
| 
       84 
     | 
    
         
            -
                 inkscape:window-x="2773"
         
     | 
| 
       85 
     | 
    
         
            -
                 inkscape:window-y="302"
         
     | 
| 
       86 
     | 
    
         
            -
                 inkscape:window-maximized="0" />
         
     | 
| 
       87 
     | 
    
         
            -
              <metadata
         
     | 
| 
       88 
     | 
    
         
            -
                 id="metadata5347">
         
     | 
| 
       89 
     | 
    
         
            -
                <rdf:RDF>
         
     | 
| 
       90 
     | 
    
         
            -
                  <cc:Work
         
     | 
| 
       91 
     | 
    
         
            -
                     rdf:about="">
         
     | 
| 
       92 
     | 
    
         
            -
                    <dc:format>image/svg+xml</dc:format>
         
     | 
| 
       93 
     | 
    
         
            -
                    <dc:type
         
     | 
| 
       94 
     | 
    
         
            -
                       rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
         
     | 
| 
       95 
     | 
    
         
            -
                    <dc:title></dc:title>
         
     | 
| 
       96 
     | 
    
         
            -
                  </cc:Work>
         
     | 
| 
       97 
     | 
    
         
            -
                </rdf:RDF>
         
     | 
| 
       98 
     | 
    
         
            -
              </metadata>
         
     | 
| 
       99 
     | 
    
         
            -
              <g
         
     | 
| 
       100 
     | 
    
         
            -
                 inkscape:label="レイヤー 1"
         
     | 
| 
       101 
     | 
    
         
            -
                 inkscape:groupmode="layer"
         
     | 
| 
       102 
     | 
    
         
            -
                 id="layer1"
         
     | 
| 
       103 
     | 
    
         
            -
                 transform="translate(-343.75609,-530.41738)">
         
     | 
| 
       104 
     | 
    
         
            -
                <g
         
     | 
| 
       105 
     | 
    
         
            -
                   id="g5587">
         
     | 
| 
       106 
     | 
    
         
            -
                  <polygon
         
     | 
| 
       107 
     | 
    
         
            -
                     style="fill:url(#linearGradient5599)"
         
     | 
| 
       108 
     | 
    
         
            -
                     id="polygon4054"
         
     | 
| 
       109 
     | 
    
         
            -
                     points="440.15,437.059 440.15,497.059 466.012,497.059 500.15,497.059 500.15,462.92 500.15,437.059 "
         
     | 
| 
       110 
     | 
    
         
            -
                     transform="translate(-96.393911,93.359403)" />
         
     | 
| 
       111 
     | 
    
         
            -
                  <path
         
     | 
| 
       112 
     | 
    
         
            -
                     style="fill:#ffffff"
         
     | 
| 
       113 
     | 
    
         
            -
                     inkscape:connector-curvature="0"
         
     | 
| 
       114 
     | 
    
         
            -
                     id="path4107"
         
     | 
| 
       115 
     | 
    
         
            -
                     d="m 397.29009,567.3004 c 7.502,-7.505 9.8,-20.401 -0.335,-30.538 -4.224,-4.222 -9.514,-6.337 -14.8,-6.345 h -0.005 c -5.286,-0.007 -10.567,2.093 -14.774,6.299 -2.522,2.52 -4.434,5.76 -5.428,9.33 -6.49,-0.099 -13.001,2.411 -18.191,7.53 v 36.479 c 0.114,0.121 0.227,0.242 0.344,0.361 h 25.518 11.027 c 4.434,-4.717 7.233,-11.018 7.295,-17.672 3.385,-0.898 6.606,-2.7 9.349,-5.444 z m -13.748,-2.759 c -1.121,1.873 -0.997,2.089 -0.949,5.602 0.062,3.979 -1.437,8.102 -5.189,11.854 -5.736,5.737 -16.326,7.017 -24.119,-0.776 -6.139,-6.14 -9.021,-16.475 -0.84,-24.658 3.038,-3.034 7.406,-4.827 11.998,-4.745 3.193,0.055 3.564,0.174 5.621,-0.76 2.058,-0.938 1.166,-3.019 2.396,-6.692 0.6,-1.792 1.666,-3.551 3.332,-5.224 4.451,-4.448 12.643,-5.469 18.643,0.531 4.887,4.887 6.96,12.677 0.572,19.065 -1.441,1.444 -3.284,2.509 -5.319,3.087 -3.266,0.937 -5.023,0.838 -6.146,2.716 z" />
         
     | 
| 
       116 
     | 
    
         
            -
                </g>
         
     | 
| 
       117 
     | 
    
         
            -
              </g>
         
     | 
| 
       118 
     | 
    
         
            -
            </svg>
         
     | 
| 
         Binary file 
     | 
| 
         @@ -1,97 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <?xml version="1.0" encoding="UTF-8" standalone="no"?>
         
     | 
| 
       2 
     | 
    
         
            -
            <!-- Created with Inkscape (http://www.inkscape.org/) -->
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            <svg
         
     | 
| 
       5 
     | 
    
         
            -
               xmlns:dc="http://purl.org/dc/elements/1.1/"
         
     | 
| 
       6 
     | 
    
         
            -
               xmlns:cc="http://creativecommons.org/ns#"
         
     | 
| 
       7 
     | 
    
         
            -
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         
     | 
| 
       8 
     | 
    
         
            -
               xmlns:svg="http://www.w3.org/2000/svg"
         
     | 
| 
       9 
     | 
    
         
            -
               xmlns="http://www.w3.org/2000/svg"
         
     | 
| 
       10 
     | 
    
         
            -
               xmlns:xlink="http://www.w3.org/1999/xlink"
         
     | 
| 
       11 
     | 
    
         
            -
               xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
         
     | 
| 
       12 
     | 
    
         
            -
               xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
         
     | 
| 
       13 
     | 
    
         
            -
               width="199.804"
         
     | 
| 
       14 
     | 
    
         
            -
               height="200.85736"
         
     | 
| 
       15 
     | 
    
         
            -
               id="svg3635"
         
     | 
| 
       16 
     | 
    
         
            -
               version="1.1"
         
     | 
| 
       17 
     | 
    
         
            -
               inkscape:version="0.48.3.1 r9886"
         
     | 
| 
       18 
     | 
    
         
            -
               sodipodi:docname="groonga-icon-full-size.svg"
         
     | 
| 
       19 
     | 
    
         
            -
               inkscape:export-filename="groonga-icon-full-size.png"
         
     | 
| 
       20 
     | 
    
         
            -
               inkscape:export-xdpi="90"
         
     | 
| 
       21 
     | 
    
         
            -
               inkscape:export-ydpi="90">
         
     | 
| 
       22 
     | 
    
         
            -
              <defs
         
     | 
| 
       23 
     | 
    
         
            -
                 id="defs3637">
         
     | 
| 
       24 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       25 
     | 
    
         
            -
                   gradientTransform="translate(-419.62671,208.8676)"
         
     | 
| 
       26 
     | 
    
         
            -
                   id="SVGID_1_"
         
     | 
| 
       27 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       28 
     | 
    
         
            -
                   x1="223.6167"
         
     | 
| 
       29 
     | 
    
         
            -
                   y1="76.3564"
         
     | 
| 
       30 
     | 
    
         
            -
                   x2="223.6167"
         
     | 
| 
       31 
     | 
    
         
            -
                   y2="137.38029">
         
     | 
| 
       32 
     | 
    
         
            -
                  <stop
         
     | 
| 
       33 
     | 
    
         
            -
                     offset="0"
         
     | 
| 
       34 
     | 
    
         
            -
                     style="stop-color:#3FA9F5"
         
     | 
| 
       35 
     | 
    
         
            -
                     id="stop160" />
         
     | 
| 
       36 
     | 
    
         
            -
                  <stop
         
     | 
| 
       37 
     | 
    
         
            -
                     offset="1"
         
     | 
| 
       38 
     | 
    
         
            -
                     style="stop-color:#0071BC"
         
     | 
| 
       39 
     | 
    
         
            -
                     id="stop162" />
         
     | 
| 
       40 
     | 
    
         
            -
                </linearGradient>
         
     | 
| 
       41 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       42 
     | 
    
         
            -
                   inkscape:collect="always"
         
     | 
| 
       43 
     | 
    
         
            -
                   xlink:href="#SVGID_1_"
         
     | 
| 
       44 
     | 
    
         
            -
                   id="linearGradient2994"
         
     | 
| 
       45 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       46 
     | 
    
         
            -
                   gradientTransform="matrix(3.0240925,0,0,3.0240925,-289.39052,88.167588)"
         
     | 
| 
       47 
     | 
    
         
            -
                   x1="223.6167"
         
     | 
| 
       48 
     | 
    
         
            -
                   y1="76.3564"
         
     | 
| 
       49 
     | 
    
         
            -
                   x2="223.6167"
         
     | 
| 
       50 
     | 
    
         
            -
                   y2="137.38029" />
         
     | 
| 
       51 
     | 
    
         
            -
              </defs>
         
     | 
| 
       52 
     | 
    
         
            -
              <sodipodi:namedview
         
     | 
| 
       53 
     | 
    
         
            -
                 id="base"
         
     | 
| 
       54 
     | 
    
         
            -
                 pagecolor="#ffffff"
         
     | 
| 
       55 
     | 
    
         
            -
                 bordercolor="#666666"
         
     | 
| 
       56 
     | 
    
         
            -
                 borderopacity="1.0"
         
     | 
| 
       57 
     | 
    
         
            -
                 inkscape:pageopacity="0"
         
     | 
| 
       58 
     | 
    
         
            -
                 inkscape:pageshadow="2"
         
     | 
| 
       59 
     | 
    
         
            -
                 inkscape:zoom="1.4"
         
     | 
| 
       60 
     | 
    
         
            -
                 inkscape:cx="144.78679"
         
     | 
| 
       61 
     | 
    
         
            -
                 inkscape:cy="33.072478"
         
     | 
| 
       62 
     | 
    
         
            -
                 inkscape:document-units="px"
         
     | 
| 
       63 
     | 
    
         
            -
                 inkscape:current-layer="layer1"
         
     | 
| 
       64 
     | 
    
         
            -
                 showgrid="false"
         
     | 
| 
       65 
     | 
    
         
            -
                 fit-margin-top="5"
         
     | 
| 
       66 
     | 
    
         
            -
                 fit-margin-left="5"
         
     | 
| 
       67 
     | 
    
         
            -
                 fit-margin-right="5"
         
     | 
| 
       68 
     | 
    
         
            -
                 fit-margin-bottom="5"
         
     | 
| 
       69 
     | 
    
         
            -
                 inkscape:window-width="902"
         
     | 
| 
       70 
     | 
    
         
            -
                 inkscape:window-height="705"
         
     | 
| 
       71 
     | 
    
         
            -
                 inkscape:window-x="2174"
         
     | 
| 
       72 
     | 
    
         
            -
                 inkscape:window-y="122"
         
     | 
| 
       73 
     | 
    
         
            -
                 inkscape:window-maximized="0" />
         
     | 
| 
       74 
     | 
    
         
            -
              <metadata
         
     | 
| 
       75 
     | 
    
         
            -
                 id="metadata3640">
         
     | 
| 
       76 
     | 
    
         
            -
                <rdf:RDF>
         
     | 
| 
       77 
     | 
    
         
            -
                  <cc:Work
         
     | 
| 
       78 
     | 
    
         
            -
                     rdf:about="">
         
     | 
| 
       79 
     | 
    
         
            -
                    <dc:format>image/svg+xml</dc:format>
         
     | 
| 
       80 
     | 
    
         
            -
                    <dc:type
         
     | 
| 
       81 
     | 
    
         
            -
                       rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
         
     | 
| 
       82 
     | 
    
         
            -
                    <dc:title></dc:title>
         
     | 
| 
       83 
     | 
    
         
            -
                  </cc:Work>
         
     | 
| 
       84 
     | 
    
         
            -
                </rdf:RDF>
         
     | 
| 
       85 
     | 
    
         
            -
              </metadata>
         
     | 
| 
       86 
     | 
    
         
            -
              <g
         
     | 
| 
       87 
     | 
    
         
            -
                 inkscape:label="レイヤー 1"
         
     | 
| 
       88 
     | 
    
         
            -
                 inkscape:groupmode="layer"
         
     | 
| 
       89 
     | 
    
         
            -
                 id="layer1"
         
     | 
| 
       90 
     | 
    
         
            -
                 transform="translate(-286.94516,-317.99663)">
         
     | 
| 
       91 
     | 
    
         
            -
                <path
         
     | 
| 
       92 
     | 
    
         
            -
                   style="fill:url(#linearGradient2994)"
         
     | 
| 
       93 
     | 
    
         
            -
                   inkscape:connector-curvature="0"
         
     | 
| 
       94 
     | 
    
         
            -
                   d="m 379.72928,340.66117 c -7.06731,7.06429 -12.426,16.1547 -15.21724,26.1705 -18.37438,-0.28124 -36.80623,6.87377 -51.43075,21.5013 -24.62215,24.61914 -32.27916,69.29104 2.01708,103.58424 28.8559,28.85891 71.95223,29.29438 100.23355,1.00702 13.36951,-13.37859 21.88233,-31.77111 22.0668,-51.22813 9.49565,-2.52511 18.52257,-7.58139 26.21888,-15.26864 21.03559,-21.04466 27.47691,-57.2128 -0.94049,-85.63625 -23.68772,-23.67865 -59.35084,-23.73005 -82.94783,-0.13004 z m 77.4833,61.75802 c -4.03716,4.04623 -9.20837,7.028 -14.91483,8.66101 -9.15393,2.62188 -14.0832,2.34972 -17.23128,7.60558 -3.14808,5.24681 -2.80031,5.86675 -2.66121,15.70714 0.16935,11.15588 -4.03111,22.72001 -14.55495,33.2499 -16.08818,16.08212 -45.78476,19.6687 -67.63685,-2.18037 -17.21617,-17.21918 -25.29654,-46.20209 -2.35275,-69.14587 8.51585,-8.50678 20.76342,-13.53887 33.64001,-13.31207 8.95434,0.16028 9.99765,0.48689 15.76156,-2.12895 5.773,-2.62794 3.27207,-8.46443 6.71955,-18.7645 1.68139,-5.01999 4.67221,-9.96136 9.35049,-14.6487 12.4774,-12.47741 35.44539,-15.33821 52.27144,1.48483 13.70821,13.71425 19.52052,35.5603 1.60882,53.472 z"
         
     | 
| 
       95 
     | 
    
         
            -
                   id="path164" />
         
     | 
| 
       96 
     | 
    
         
            -
              </g>
         
     | 
| 
       97 
     | 
    
         
            -
            </svg>
         
     | 
| 
         Binary file 
     | 
| 
         @@ -1,93 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <?xml version="1.0" encoding="UTF-8" standalone="no"?>
         
     | 
| 
       2 
     | 
    
         
            -
            <!-- Created with Inkscape (http://www.inkscape.org/) -->
         
     | 
| 
       3 
     | 
    
         
            -
             
     | 
| 
       4 
     | 
    
         
            -
            <svg
         
     | 
| 
       5 
     | 
    
         
            -
               xmlns:dc="http://purl.org/dc/elements/1.1/"
         
     | 
| 
       6 
     | 
    
         
            -
               xmlns:cc="http://creativecommons.org/ns#"
         
     | 
| 
       7 
     | 
    
         
            -
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         
     | 
| 
       8 
     | 
    
         
            -
               xmlns:svg="http://www.w3.org/2000/svg"
         
     | 
| 
       9 
     | 
    
         
            -
               xmlns="http://www.w3.org/2000/svg"
         
     | 
| 
       10 
     | 
    
         
            -
               xmlns:xlink="http://www.w3.org/1999/xlink"
         
     | 
| 
       11 
     | 
    
         
            -
               xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
         
     | 
| 
       12 
     | 
    
         
            -
               xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
         
     | 
| 
       13 
     | 
    
         
            -
               width="59.99931"
         
     | 
| 
       14 
     | 
    
         
            -
               height="59.999016"
         
     | 
| 
       15 
     | 
    
         
            -
               id="svg5041"
         
     | 
| 
       16 
     | 
    
         
            -
               version="1.1"
         
     | 
| 
       17 
     | 
    
         
            -
               inkscape:version="0.48.1 r9760"
         
     | 
| 
       18 
     | 
    
         
            -
               sodipodi:docname="新規ドキュメント 28">
         
     | 
| 
       19 
     | 
    
         
            -
              <defs
         
     | 
| 
       20 
     | 
    
         
            -
                 id="defs5043">
         
     | 
| 
       21 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       22 
     | 
    
         
            -
                   id="SVGID_13_"
         
     | 
| 
       23 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       24 
     | 
    
         
            -
                   x1="147.7168"
         
     | 
| 
       25 
     | 
    
         
            -
                   y1="437.05859"
         
     | 
| 
       26 
     | 
    
         
            -
                   x2="147.7168"
         
     | 
| 
       27 
     | 
    
         
            -
                   y2="505.11819">
         
     | 
| 
       28 
     | 
    
         
            -
                  <stop
         
     | 
| 
       29 
     | 
    
         
            -
                     offset="0"
         
     | 
| 
       30 
     | 
    
         
            -
                     style="stop-color:#3FA9F5"
         
     | 
| 
       31 
     | 
    
         
            -
                     id="stop4080" />
         
     | 
| 
       32 
     | 
    
         
            -
                  <stop
         
     | 
| 
       33 
     | 
    
         
            -
                     offset="1"
         
     | 
| 
       34 
     | 
    
         
            -
                     style="stop-color:#0071BC"
         
     | 
| 
       35 
     | 
    
         
            -
                     id="stop4082" />
         
     | 
| 
       36 
     | 
    
         
            -
                </linearGradient>
         
     | 
| 
       37 
     | 
    
         
            -
                <linearGradient
         
     | 
| 
       38 
     | 
    
         
            -
                   gradientTransform="translate(283.71192,-26.123877)"
         
     | 
| 
       39 
     | 
    
         
            -
                   y2="505.11819"
         
     | 
| 
       40 
     | 
    
         
            -
                   x2="147.7168"
         
     | 
| 
       41 
     | 
    
         
            -
                   y1="437.05859"
         
     | 
| 
       42 
     | 
    
         
            -
                   x1="147.7168"
         
     | 
| 
       43 
     | 
    
         
            -
                   gradientUnits="userSpaceOnUse"
         
     | 
| 
       44 
     | 
    
         
            -
                   id="linearGradient5070"
         
     | 
| 
       45 
     | 
    
         
            -
                   xlink:href="#SVGID_13_"
         
     | 
| 
       46 
     | 
    
         
            -
                   inkscape:collect="always" />
         
     | 
| 
       47 
     | 
    
         
            -
              </defs>
         
     | 
| 
       48 
     | 
    
         
            -
              <sodipodi:namedview
         
     | 
| 
       49 
     | 
    
         
            -
                 id="base"
         
     | 
| 
       50 
     | 
    
         
            -
                 pagecolor="#ffffff"
         
     | 
| 
       51 
     | 
    
         
            -
                 bordercolor="#666666"
         
     | 
| 
       52 
     | 
    
         
            -
                 borderopacity="1.0"
         
     | 
| 
       53 
     | 
    
         
            -
                 inkscape:pageopacity="0.0"
         
     | 
| 
       54 
     | 
    
         
            -
                 inkscape:pageshadow="2"
         
     | 
| 
       55 
     | 
    
         
            -
                 inkscape:zoom="1.979899"
         
     | 
| 
       56 
     | 
    
         
            -
                 inkscape:cx="-109.40067"
         
     | 
| 
       57 
     | 
    
         
            -
                 inkscape:cy="43.539451"
         
     | 
| 
       58 
     | 
    
         
            -
                 inkscape:document-units="px"
         
     | 
| 
       59 
     | 
    
         
            -
                 inkscape:current-layer="layer1"
         
     | 
| 
       60 
     | 
    
         
            -
                 showgrid="false"
         
     | 
| 
       61 
     | 
    
         
            -
                 fit-margin-top="0"
         
     | 
| 
       62 
     | 
    
         
            -
                 fit-margin-left="0"
         
     | 
| 
       63 
     | 
    
         
            -
                 fit-margin-right="0"
         
     | 
| 
       64 
     | 
    
         
            -
                 fit-margin-bottom="0"
         
     | 
| 
       65 
     | 
    
         
            -
                 inkscape:window-width="902"
         
     | 
| 
       66 
     | 
    
         
            -
                 inkscape:window-height="442"
         
     | 
| 
       67 
     | 
    
         
            -
                 inkscape:window-x="1928"
         
     | 
| 
       68 
     | 
    
         
            -
                 inkscape:window-y="52"
         
     | 
| 
       69 
     | 
    
         
            -
                 inkscape:window-maximized="0" />
         
     | 
| 
       70 
     | 
    
         
            -
              <metadata
         
     | 
| 
       71 
     | 
    
         
            -
                 id="metadata5046">
         
     | 
| 
       72 
     | 
    
         
            -
                <rdf:RDF>
         
     | 
| 
       73 
     | 
    
         
            -
                  <cc:Work
         
     | 
| 
       74 
     | 
    
         
            -
                     rdf:about="">
         
     | 
| 
       75 
     | 
    
         
            -
                    <dc:format>image/svg+xml</dc:format>
         
     | 
| 
       76 
     | 
    
         
            -
                    <dc:type
         
     | 
| 
       77 
     | 
    
         
            -
                       rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
         
     | 
| 
       78 
     | 
    
         
            -
                    <dc:title></dc:title>
         
     | 
| 
       79 
     | 
    
         
            -
                  </cc:Work>
         
     | 
| 
       80 
     | 
    
         
            -
                </rdf:RDF>
         
     | 
| 
       81 
     | 
    
         
            -
              </metadata>
         
     | 
| 
       82 
     | 
    
         
            -
              <g
         
     | 
| 
       83 
     | 
    
         
            -
                 inkscape:label="レイヤー 1"
         
     | 
| 
       84 
     | 
    
         
            -
                 inkscape:groupmode="layer"
         
     | 
| 
       85 
     | 
    
         
            -
                 id="layer1"
         
     | 
| 
       86 
     | 
    
         
            -
                 transform="translate(-401.42892,-410.9341)">
         
     | 
| 
       87 
     | 
    
         
            -
                <path
         
     | 
| 
       88 
     | 
    
         
            -
                   style="fill:url(#linearGradient5070)"
         
     | 
| 
       89 
     | 
    
         
            -
                   inkscape:connector-curvature="0"
         
     | 
| 
       90 
     | 
    
         
            -
                   d="m 454.96192,447.81712 c 7.502,-7.505 9.799,-20.401 -0.335,-30.538 -4.223,-4.222 -9.513,-6.337 -14.799,-6.345 h -0.005 c -5.286,-0.007 -10.568,2.093 -14.775,6.299 -2.522,2.52 -4.433,5.76 -5.428,9.33 -6.49,-0.099 -13.001,2.411 -18.191,7.53 v 36.48 c 0.114,0.12 0.227,0.241 0.344,0.36 h 25.518 11.027 c 4.434,-4.717 7.234,-11.018 7.295,-17.672 3.385,-0.898 6.606,-2.7 9.349,-5.444 z m -13.748,-2.759 c -1.122,1.873 -0.998,2.089 -0.95,5.602 0.062,3.979 -1.436,8.102 -5.188,11.854 -5.737,5.737 -16.327,7.017 -24.119,-0.776 -6.14,-6.14 -9.021,-16.475 -0.84,-24.658 3.038,-3.034 7.405,-4.827 11.998,-4.745 3.193,0.055 3.564,0.174 5.621,-0.76 2.058,-0.938 1.166,-3.019 2.396,-6.692 0.6,-1.792 1.667,-3.551 3.333,-5.224 4.451,-4.448 12.642,-5.469 18.642,0.531 4.887,4.887 6.96,12.677 0.573,19.065 -1.442,1.444 -3.285,2.509 -5.32,3.087 -3.265,0.937 -5.023,0.838 -6.146,2.716 z"
         
     | 
| 
       91 
     | 
    
         
            -
                   id="path4084" />
         
     | 
| 
       92 
     | 
    
         
            -
              </g>
         
     | 
| 
       93 
     | 
    
         
            -
            </svg>
         
     |