rroonga 2.1.2-x86-mingw32 → 2.1.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +29 -0
- data/doc/text/tutorial.textile +176 -199
- data/ext/groonga/extconf.rb +16 -2
- data/ext/groonga/rb-grn-logger.c +214 -202
- data/ext/groonga/rb-grn-object.c +1 -23
- data/ext/groonga/rb-grn-table-cursor.c +1 -2
- data/ext/groonga/rb-grn-table.c +1 -2
- data/ext/groonga/rb-grn-utils.c +3 -7
- data/ext/groonga/rb-grn.h +2 -16
- data/ext/groonga/rb-groonga.c +1 -3
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/context.rb +27 -0
- data/lib/groonga/dumper.rb +35 -3
- data/lib/groonga/logger.rb +142 -0
- data/lib/groonga.rb +2 -1
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +3 -1
- data/test/test-context.rb +63 -0
- data/test/test-logger.rb +1 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga.h +48 -7
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/pkgconfig/groonga.pc +5 -3
- 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 +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -4
- 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 +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +50 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +46 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +4 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +135 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +4 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +17 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +192 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +2 -14
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +193 -138
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/community.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +8 -18
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/development.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -10
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/index.html +22 -18
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -14
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/others.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +47 -25
- data/vendor/local/share/doc/groonga/en/html/install.html +8 -10
- data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news.html +148 -97
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +9 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +403 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +29 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -26
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -12
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +37 -44
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference.html +14 -16
- data/vendor/local/share/doc/groonga/en/html/search.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +16 -18
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +43 -45
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +14 -16
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +30 -32
- data/vendor/local/share/doc/groonga/en/html/server/package.html +375 -0
- data/vendor/local/share/doc/groonga/en/html/server.html +23 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/spec.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -4
- 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 +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +50 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +46 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +4 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +135 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +4 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +17 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +192 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +2 -14
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +192 -137
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/community.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +11 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/development.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -10
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/index.html +28 -24
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -14
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +47 -20
- data/vendor/local/share/doc/groonga/ja/html/install.html +8 -10
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news.html +135 -97
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +13 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +9 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +394 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +29 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +31 -68
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +82 -134
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +15 -17
- data/vendor/local/share/doc/groonga/ja/html/reference.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/search.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +16 -18
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +43 -45
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +14 -16
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +30 -32
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +372 -0
- data/vendor/local/share/doc/groonga/ja/html/server.html +23 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -9
- data/vendor/local/share/man/ja/man1/groonga.1 +849 -276
- data/vendor/local/share/man/man1/groonga.1 +814 -144
- data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
- data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
- metadata +883 -1287
- data/ext/groonga/rb-grn-view-accessor.c +0 -53
- data/ext/groonga/rb-grn-view-cursor.c +0 -35
- data/ext/groonga/rb-grn-view-record.c +0 -41
- data/ext/groonga/rb-grn-view.c +0 -414
- data/test/test-schema-view.rb +0 -90
- data/test/test-view.rb +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +0 -196
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +0 -197
- data/vendor/local/share/doc/groonga/source/__init__.py +0 -0
- data/vendor/local/share/doc/groonga/source/characteristic.txt +0 -69
- data/vendor/local/share/doc/groonga/source/community.txt +0 -37
- data/vendor/local/share/doc/groonga/source/conf.py +0 -272
- data/vendor/local/share/doc/groonga/source/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/source/contribution/development/document.txt +0 -40
- data/vendor/local/share/doc/groonga/source/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +0 -661
- data/vendor/local/share/doc/groonga/source/contribution/development/test.txt +0 -116
- data/vendor/local/share/doc/groonga/source/contribution/development.txt +0 -12
- data/vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt +0 -198
- data/vendor/local/share/doc/groonga/source/contribution/documentation.txt +0 -16
- data/vendor/local/share/doc/groonga/source/contribution/report.txt +0 -28
- data/vendor/local/share/doc/groonga/source/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/source/development/travis-ci.txt +0 -61
- data/vendor/local/share/doc/groonga/source/development.txt +0 -15
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_less_than.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_negative.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_simple.log +0 -32
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_simple.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_some_columns.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_weight.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_escalation_threshold.log +0 -74
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/no_limit.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_negative.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_simple.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_asterisk.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_simple.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/paging.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_and.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_complex.log +0 -52
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitute.log +0 -131
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitution_table.log +0 -12
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_column.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_leading_not.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_update.log +0 -90
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_none.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_less_than.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_or.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_filter.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_query.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_usage.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_descending.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_score_with_query.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_simple.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/table_nonexistent.log +0 -18
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/usage_setup.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-completion.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-correction.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-completion.log +0 -12
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-correction.log +0 -14
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-suggestion.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log +0 -77
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-suggestion.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_ellipsoid.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_sphere.log +0 -15
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_ellipsoid.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_rectangle.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_sphere.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_distance.log +0 -13
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_location.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +0 -28
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +0 -17
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +0 -28
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/setup.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search_with_explicit_match_column.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than_or_equal_to.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_grouping.log +0 -92
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than.log +0 -53
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than_or_equal_to.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_and.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_not.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_or.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_not_equal.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search_with_explicit_match_column.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_prefix_search.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_suffix_search.log +0 -51
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_addition_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_and_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_not_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_or_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_xor_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_control_syntax_ternary_operator.log +0 -53
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_quotient.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_remainder.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_equal_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_function.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_grouping.log +0 -92
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_left_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_and_operator.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_but_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_not_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_or_operator.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_match_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_multiplication_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_near_search_operator.log +0 -52
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_not_equal_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_prefix_search_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_right_shift_operator.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_signed_right_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_similar_search_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_subtraction_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_suffix_search_operator.log +0 -51
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_term_extract_operator.log +0 -39
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_unsigned_right_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-data.log +0 -9
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-offline-index-construction.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-online-index-construction.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-schema.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-offline-index-construction.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-online-index-construction.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-without-index.log +0 -27
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +0 -46
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +0 -48
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +0 -57
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +0 -46
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +0 -54
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log +0 -23
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log +0 -78
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log +0 -85
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log +0 -113
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log +0 -74
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-1.log +0 -24
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-2.log +0 -105
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-3.log +0 -20
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-4.log +0 -84
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-5.log +0 -78
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-6.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-7.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +0 -129
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +0 -22
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +0 -27
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +0 -15
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log +0 -137
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log +0 -19
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log +0 -137
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log +0 -23
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log +0 -30
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema.log +0 -20
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log +0 -98
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log +0 -89
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log +0 -73
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log +0 -54
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log +0 -58
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log +0 -37
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +0 -24
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-2.log +0 -5
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +0 -89
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log +0 -45
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log +0 -102
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log +0 -70
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log +0 -80
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-2.log +0 -84
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-3.log +0 -150
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-4.log +0 -43
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-5.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-6.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-7.log +0 -31
- data/vendor/local/share/doc/groonga/source/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg +0 -188
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg +0 -501
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg +0 -275
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg +0 -899
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg +0 -249
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg +0 -275
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg +0 -743
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg +0 -261
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg +0 -228
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg +0 -241
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg +0 -602
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg +0 -917
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg +0 -561
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg +0 -389
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg +0 -469
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg +0 -514
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg +0 -595
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg +0 -424
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg +0 -549
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg +0 -241
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg +0 -203
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg +0 -264
- data/vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-distance.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-distance.svg +0 -317
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg +0 -306
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg +0 -304
- data/vendor/local/share/doc/groonga/source/images/geo-points-sort.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-sort.svg +0 -383
- data/vendor/local/share/doc/groonga/source/images/geo-points.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points.svg +0 -296
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg +0 -287
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg +0 -174
- data/vendor/local/share/doc/groonga/source/index.txt +0 -33
- data/vendor/local/share/doc/groonga/source/install/centos.txt +0 -152
- data/vendor/local/share/doc/groonga/source/install/debian.txt +0 -136
- data/vendor/local/share/doc/groonga/source/install/fedora.txt +0 -82
- data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +0 -53
- data/vendor/local/share/doc/groonga/source/install/others.txt +0 -267
- data/vendor/local/share/doc/groonga/source/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +0 -196
- data/vendor/local/share/doc/groonga/source/install/windows.txt +0 -87
- data/vendor/local/share/doc/groonga/source/install.txt +0 -28
- data/vendor/local/share/doc/groonga/source/limitations.txt +0 -29
- data/vendor/local/share/doc/groonga/source/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/source/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/source/news/1.2.x.txt +0 -386
- data/vendor/local/share/doc/groonga/source/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/source/news.txt +0 -632
- data/vendor/local/share/doc/groonga/source/rdoc.py +0 -762
- data/vendor/local/share/doc/groonga/source/reference/api/grn_expr.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/api.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +0 -110
- data/vendor/local/share/doc/groonga/source/reference/command.txt +0 -20
- data/vendor/local/share/doc/groonga/source/reference/commands/cache_limit.txt +0 -54
- data/vendor/local/share/doc/groonga/source/reference/commands/check.txt +0 -166
- data/vendor/local/share/doc/groonga/source/reference/commands/clearlock.txt +0 -63
- data/vendor/local/share/doc/groonga/source/reference/commands/column_create.txt +0 -95
- data/vendor/local/share/doc/groonga/source/reference/commands/column_list.txt +0 -111
- data/vendor/local/share/doc/groonga/source/reference/commands/column_remove.txt +0 -60
- data/vendor/local/share/doc/groonga/source/reference/commands/define_selector.txt +0 -116
- data/vendor/local/share/doc/groonga/source/reference/commands/defrag.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/commands/delete.txt +0 -72
- data/vendor/local/share/doc/groonga/source/reference/commands/dump.txt +0 -91
- data/vendor/local/share/doc/groonga/source/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/source/reference/commands/log_level.txt +0 -67
- data/vendor/local/share/doc/groonga/source/reference/commands/log_put.txt +0 -71
- data/vendor/local/share/doc/groonga/source/reference/commands/log_reopen.txt +0 -68
- data/vendor/local/share/doc/groonga/source/reference/commands/quit.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +0 -894
- data/vendor/local/share/doc/groonga/source/reference/commands/shutdown.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/commands/status.txt +0 -60
- data/vendor/local/share/doc/groonga/source/reference/commands/suggest.txt +0 -270
- data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +0 -286
- data/vendor/local/share/doc/groonga/source/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt +0 -52
- data/vendor/local/share/doc/groonga/source/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/add.txt +0 -104
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/get.txt +0 -80
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/set.txt +0 -105
- data/vendor/local/share/doc/groonga/source/reference/executables/grnslap.txt +0 -66
- data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +0 -273
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-httpd.txt +0 -209
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +0 -56
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-suggest-create-dataset.txt +0 -50
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +0 -248
- data/vendor/local/share/doc/groonga/source/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/source/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/source/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +0 -301
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/source/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/source/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +0 -120
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/query_syntax.txt +0 -584
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +0 -805
- data/vendor/local/share/doc/groonga/source/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/indexing.txt +0 -110
- data/vendor/local/share/doc/groonga/source/reference/log.txt +0 -214
- data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +0 -122
- data/vendor/local/share/doc/groonga/source/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/source/reference/pseudo_column.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/source/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/source/reference/tables.txt +0 -163
- data/vendor/local/share/doc/groonga/source/reference/tokenizers.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/types.txt +0 -129
- data/vendor/local/share/doc/groonga/source/reference.txt +0 -24
- data/vendor/local/share/doc/groonga/source/server/gqtp.txt +0 -16
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/source/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/source/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/source/server/http.txt +0 -29
- data/vendor/local/share/doc/groonga/source/server.txt +0 -12
- data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +0 -214
- data/vendor/local/share/doc/groonga/source/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/source/spec.txt +0 -12
- data/vendor/local/share/doc/groonga/source/suggest/completion.txt +0 -195
- data/vendor/local/share/doc/groonga/source/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +0 -115
- data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +0 -8
- data/vendor/local/share/doc/groonga/source/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/source/textile.py +0 -771
- data/vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/source/troubleshooting.txt +0 -12
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +0 -155
- data/vendor/local/share/doc/groonga/source/tutorial/drilldown.txt +0 -66
- data/vendor/local/share/doc/groonga/source/tutorial/index.txt +0 -118
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +0 -286
- data/vendor/local/share/doc/groonga/source/tutorial/lexicon.txt +0 -11
- data/vendor/local/share/doc/groonga/source/tutorial/match_columns.txt +0 -220
- data/vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt +0 -487
- data/vendor/local/share/doc/groonga/source/tutorial/network.txt +0 -142
- data/vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt +0 -53
- data/vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt +0 -62
- data/vendor/local/share/doc/groonga/source/tutorial/search.txt +0 -121
- data/vendor/local/share/doc/groonga/source/tutorial.txt +0 -21
@@ -1,762 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
"""
|
3
|
-
source.rdoc
|
4
|
-
~~~~~~~~~~~
|
5
|
-
|
6
|
-
RDoc Sphinx builder.
|
7
|
-
|
8
|
-
Derived from Sphinx's plain-text sphinx builder.
|
9
|
-
|
10
|
-
:copyright: Copyright 2007-2009 by the Sphinx team, see Sphinx's AUTHORS.
|
11
|
-
Copyright 2009 by Kouhei Sutou.
|
12
|
-
:license: BSD, see LICENSE for details.
|
13
|
-
"""
|
14
|
-
|
15
|
-
from os import path
|
16
|
-
import codecs
|
17
|
-
import textwrap
|
18
|
-
|
19
|
-
from docutils import nodes, writers
|
20
|
-
from docutils.io import StringOutput
|
21
|
-
|
22
|
-
from sphinx.util import ensuredir, os_path
|
23
|
-
from sphinx.builders import Builder
|
24
|
-
|
25
|
-
class RDocWriter(writers.Writer):
|
26
|
-
supported = ('rdoc',)
|
27
|
-
settings_spec = ('No options here.', '', ())
|
28
|
-
settings_defaults = {}
|
29
|
-
|
30
|
-
output = None
|
31
|
-
|
32
|
-
def __init__(self, builder):
|
33
|
-
writers.Writer.__init__(self)
|
34
|
-
self.builder = builder
|
35
|
-
|
36
|
-
def translate(self):
|
37
|
-
visitor = RDocTranslator(self.document, self.builder)
|
38
|
-
self.document.walkabout(visitor)
|
39
|
-
self.output = visitor.body
|
40
|
-
|
41
|
-
MAXWIDTH = 70
|
42
|
-
STDINDENT = 2
|
43
|
-
|
44
|
-
class RDocTranslator(nodes.NodeVisitor):
|
45
|
-
sectionchars = '*=-~"+'
|
46
|
-
|
47
|
-
def __init__(self, document, builder):
|
48
|
-
nodes.NodeVisitor.__init__(self, document)
|
49
|
-
|
50
|
-
self.states = [[]]
|
51
|
-
self.stateindent = [0]
|
52
|
-
self.sectionlevel = 0
|
53
|
-
self.table = None
|
54
|
-
|
55
|
-
def add_text(self, text):
|
56
|
-
self.states[-1].append((-1, text))
|
57
|
-
def new_state(self, indent=STDINDENT):
|
58
|
-
self.states.append([])
|
59
|
-
self.stateindent.append(indent)
|
60
|
-
def end_state(self, wrap=True, end=[''], first=None):
|
61
|
-
content = self.states.pop()
|
62
|
-
maxindent = sum(self.stateindent)
|
63
|
-
indent = self.stateindent.pop()
|
64
|
-
result = []
|
65
|
-
toformat = []
|
66
|
-
def do_format():
|
67
|
-
if not toformat:
|
68
|
-
return
|
69
|
-
if wrap:
|
70
|
-
res = textwrap.wrap(''.join(toformat), width=MAXWIDTH-maxindent)
|
71
|
-
else:
|
72
|
-
res = ''.join(toformat).splitlines()
|
73
|
-
if end:
|
74
|
-
res += end
|
75
|
-
result.append((indent, res))
|
76
|
-
for itemindent, item in content:
|
77
|
-
if itemindent == -1:
|
78
|
-
toformat.append(item)
|
79
|
-
else:
|
80
|
-
do_format()
|
81
|
-
result.append((indent + itemindent, item))
|
82
|
-
toformat = []
|
83
|
-
do_format()
|
84
|
-
if first is not None and result:
|
85
|
-
itemindent, item = result[0]
|
86
|
-
if item:
|
87
|
-
result.insert(0, (itemindent - indent, [first + item[0]]))
|
88
|
-
result[1] = (itemindent, item[1:])
|
89
|
-
self.states[-1].extend(result)
|
90
|
-
|
91
|
-
def visit_document(self, node):
|
92
|
-
self.new_state(0)
|
93
|
-
def depart_document(self, node):
|
94
|
-
self.end_state()
|
95
|
-
self.body = '\n'.join(line and (' '*indent + line)
|
96
|
-
for indent, lines in self.states[0]
|
97
|
-
for line in lines)
|
98
|
-
# XXX header/footer?
|
99
|
-
|
100
|
-
def visit_highlightlang(self, node):
|
101
|
-
raise nodes.SkipNode
|
102
|
-
|
103
|
-
def visit_section(self, node):
|
104
|
-
self._title_char = self.sectionchars[self.sectionlevel]
|
105
|
-
self.sectionlevel += 1
|
106
|
-
def depart_section(self, node):
|
107
|
-
self.sectionlevel -= 1
|
108
|
-
|
109
|
-
def visit_topic(self, node):
|
110
|
-
self.new_state(0)
|
111
|
-
def depart_topic(self, node):
|
112
|
-
self.end_state()
|
113
|
-
|
114
|
-
visit_sidebar = visit_topic
|
115
|
-
depart_sidebar = depart_topic
|
116
|
-
|
117
|
-
def visit_rubric(self, node):
|
118
|
-
self.new_state(0)
|
119
|
-
self.add_text('-[ ')
|
120
|
-
def depart_rubric(self, node):
|
121
|
-
self.add_text(' ]-')
|
122
|
-
self.end_state()
|
123
|
-
|
124
|
-
def visit_compound(self, node):
|
125
|
-
pass
|
126
|
-
def depart_compound(self, node):
|
127
|
-
pass
|
128
|
-
|
129
|
-
def visit_glossary(self, node):
|
130
|
-
pass
|
131
|
-
def depart_glossary(self, node):
|
132
|
-
pass
|
133
|
-
|
134
|
-
def visit_title(self, node):
|
135
|
-
if isinstance(node.parent, nodes.Admonition):
|
136
|
-
self.add_text(node.astext()+': ')
|
137
|
-
raise nodes.SkipNode
|
138
|
-
self.new_state(0)
|
139
|
-
def depart_title(self, node):
|
140
|
-
text = ''.join(x[1] for x in self.states.pop() if x[0] == -1)
|
141
|
-
text = ("=" * self.sectionlevel) + " " + text
|
142
|
-
self.stateindent.pop()
|
143
|
-
self.states[-1].append((0, ['', text, '']))
|
144
|
-
|
145
|
-
def visit_subtitle(self, node):
|
146
|
-
pass
|
147
|
-
def depart_subtitle(self, node):
|
148
|
-
pass
|
149
|
-
|
150
|
-
def visit_attribution(self, node):
|
151
|
-
self.add_text('-- ')
|
152
|
-
def depart_attribution(self, node):
|
153
|
-
pass
|
154
|
-
|
155
|
-
def visit_module(self, node):
|
156
|
-
if node.has_key('platform'):
|
157
|
-
self.new_state(0)
|
158
|
-
self.add_text(_('Platform: %s') % node['platform'])
|
159
|
-
self.end_state()
|
160
|
-
raise nodes.SkipNode
|
161
|
-
|
162
|
-
def visit_desc(self, node):
|
163
|
-
pass
|
164
|
-
def depart_desc(self, node):
|
165
|
-
pass
|
166
|
-
|
167
|
-
def visit_desc_signature(self, node):
|
168
|
-
self.new_state(0)
|
169
|
-
if node.parent['desctype'] in ('class', 'exception'):
|
170
|
-
self.add_text('%s ' % node.parent['desctype'])
|
171
|
-
def depart_desc_signature(self, node):
|
172
|
-
# XXX: wrap signatures in a way that makes sense
|
173
|
-
self.end_state(wrap=False, end=None)
|
174
|
-
|
175
|
-
def visit_desc_name(self, node):
|
176
|
-
pass
|
177
|
-
def depart_desc_name(self, node):
|
178
|
-
pass
|
179
|
-
|
180
|
-
def visit_desc_addname(self, node):
|
181
|
-
pass
|
182
|
-
def depart_desc_addname(self, node):
|
183
|
-
pass
|
184
|
-
|
185
|
-
def visit_desc_type(self, node):
|
186
|
-
pass
|
187
|
-
def depart_desc_type(self, node):
|
188
|
-
pass
|
189
|
-
|
190
|
-
def visit_desc_returns(self, node):
|
191
|
-
self.add_text(' -> ')
|
192
|
-
def depart_desc_returns(self, node):
|
193
|
-
pass
|
194
|
-
|
195
|
-
def visit_desc_parameterlist(self, node):
|
196
|
-
self.add_text('(')
|
197
|
-
self.first_param = 1
|
198
|
-
def depart_desc_parameterlist(self, node):
|
199
|
-
self.add_text(')')
|
200
|
-
|
201
|
-
def visit_desc_parameter(self, node):
|
202
|
-
if not self.first_param:
|
203
|
-
self.add_text(', ')
|
204
|
-
else:
|
205
|
-
self.first_param = 0
|
206
|
-
self.add_text(node.astext())
|
207
|
-
raise nodes.SkipNode
|
208
|
-
|
209
|
-
def visit_desc_optional(self, node):
|
210
|
-
self.add_text('[')
|
211
|
-
def depart_desc_optional(self, node):
|
212
|
-
self.add_text(']')
|
213
|
-
|
214
|
-
def visit_desc_annotation(self, node):
|
215
|
-
pass
|
216
|
-
def depart_desc_annotation(self, node):
|
217
|
-
pass
|
218
|
-
|
219
|
-
def visit_refcount(self, node):
|
220
|
-
pass
|
221
|
-
def depart_refcount(self, node):
|
222
|
-
pass
|
223
|
-
|
224
|
-
def visit_desc_content(self, node):
|
225
|
-
self.new_state()
|
226
|
-
self.add_text('\n')
|
227
|
-
def depart_desc_content(self, node):
|
228
|
-
self.end_state()
|
229
|
-
|
230
|
-
def visit_figure(self, node):
|
231
|
-
self.new_state()
|
232
|
-
def depart_figure(self, node):
|
233
|
-
self.end_state()
|
234
|
-
|
235
|
-
def visit_caption(self, node):
|
236
|
-
pass
|
237
|
-
def depart_caption(self, node):
|
238
|
-
pass
|
239
|
-
|
240
|
-
def visit_productionlist(self, node):
|
241
|
-
self.new_state()
|
242
|
-
names = []
|
243
|
-
for production in node:
|
244
|
-
names.append(production['tokenname'])
|
245
|
-
maxlen = max(len(name) for name in names)
|
246
|
-
for production in node:
|
247
|
-
if production['tokenname']:
|
248
|
-
self.add_text(production['tokenname'].ljust(maxlen) + ' ::=')
|
249
|
-
lastname = production['tokenname']
|
250
|
-
else:
|
251
|
-
self.add_text('%s ' % (' '*len(lastname)))
|
252
|
-
self.add_text(production.astext() + '\n')
|
253
|
-
self.end_state(wrap=False)
|
254
|
-
raise nodes.SkipNode
|
255
|
-
|
256
|
-
def visit_seealso(self, node):
|
257
|
-
self.new_state()
|
258
|
-
def depart_seealso(self, node):
|
259
|
-
self.end_state(first='')
|
260
|
-
|
261
|
-
def visit_footnote(self, node):
|
262
|
-
self._footnote = node.children[0].astext().strip()
|
263
|
-
self.new_state(len(self._footnote) + 3)
|
264
|
-
def depart_footnote(self, node):
|
265
|
-
self.end_state(first='[%s] ' % self._footnote)
|
266
|
-
|
267
|
-
def visit_citation(self, node):
|
268
|
-
if len(node) and isinstance(node[0], nodes.label):
|
269
|
-
self._citlabel = node[0].astext()
|
270
|
-
else:
|
271
|
-
self._citlabel = ''
|
272
|
-
self.new_state(len(self._citlabel) + 3)
|
273
|
-
def depart_citation(self, node):
|
274
|
-
self.end_state(first='[%s] ' % self._citlabel)
|
275
|
-
|
276
|
-
def visit_label(self, node):
|
277
|
-
raise nodes.SkipNode
|
278
|
-
|
279
|
-
# XXX: option list could use some better styling
|
280
|
-
|
281
|
-
def visit_option_list(self, node):
|
282
|
-
pass
|
283
|
-
def depart_option_list(self, node):
|
284
|
-
pass
|
285
|
-
|
286
|
-
def visit_option_list_item(self, node):
|
287
|
-
self.new_state(0)
|
288
|
-
def depart_option_list_item(self, node):
|
289
|
-
self.end_state()
|
290
|
-
|
291
|
-
def visit_option_group(self, node):
|
292
|
-
self._firstoption = True
|
293
|
-
def depart_option_group(self, node):
|
294
|
-
self.add_text(' ')
|
295
|
-
|
296
|
-
def visit_option(self, node):
|
297
|
-
if self._firstoption:
|
298
|
-
self._firstoption = False
|
299
|
-
else:
|
300
|
-
self.add_text(', ')
|
301
|
-
def depart_option(self, node):
|
302
|
-
pass
|
303
|
-
|
304
|
-
def visit_option_string(self, node):
|
305
|
-
pass
|
306
|
-
def depart_option_string(self, node):
|
307
|
-
pass
|
308
|
-
|
309
|
-
def visit_option_argument(self, node):
|
310
|
-
self.add_text(node['delimiter'])
|
311
|
-
def depart_option_argument(self, node):
|
312
|
-
pass
|
313
|
-
|
314
|
-
def visit_description(self, node):
|
315
|
-
pass
|
316
|
-
def depart_description(self, node):
|
317
|
-
pass
|
318
|
-
|
319
|
-
def visit_tabular_col_spec(self, node):
|
320
|
-
raise nodes.SkipNode
|
321
|
-
|
322
|
-
def visit_colspec(self, node):
|
323
|
-
self.table[0].append(node['colwidth'])
|
324
|
-
raise nodes.SkipNode
|
325
|
-
|
326
|
-
def visit_tgroup(self, node):
|
327
|
-
pass
|
328
|
-
def depart_tgroup(self, node):
|
329
|
-
pass
|
330
|
-
|
331
|
-
def visit_thead(self, node):
|
332
|
-
pass
|
333
|
-
def depart_thead(self, node):
|
334
|
-
pass
|
335
|
-
|
336
|
-
def visit_tbody(self, node):
|
337
|
-
self.table.append('sep')
|
338
|
-
def depart_tbody(self, node):
|
339
|
-
pass
|
340
|
-
|
341
|
-
def visit_row(self, node):
|
342
|
-
self.table.append([])
|
343
|
-
def depart_row(self, node):
|
344
|
-
pass
|
345
|
-
|
346
|
-
def visit_entry(self, node):
|
347
|
-
if node.has_key('morerows') or node.has_key('morecols'):
|
348
|
-
raise NotImplementedError('Column or row spanning cells are '
|
349
|
-
'not implemented.')
|
350
|
-
self.new_state(0)
|
351
|
-
def depart_entry(self, node):
|
352
|
-
text = '\n'.join('\n'.join(x[1]) for x in self.states.pop())
|
353
|
-
self.stateindent.pop()
|
354
|
-
self.table[-1].append(text)
|
355
|
-
|
356
|
-
def visit_table(self, node):
|
357
|
-
if self.table:
|
358
|
-
raise NotImplementedError('Nested tables are not supported.')
|
359
|
-
self.new_state(0)
|
360
|
-
self.table = [[]]
|
361
|
-
def depart_table(self, node):
|
362
|
-
lines = self.table[1:]
|
363
|
-
fmted_rows = []
|
364
|
-
colwidths = self.table[0]
|
365
|
-
realwidths = colwidths[:]
|
366
|
-
separator = 0
|
367
|
-
# don't allow paragraphs in table cells for now
|
368
|
-
for line in lines:
|
369
|
-
if line == 'sep':
|
370
|
-
separator = len(fmted_rows)
|
371
|
-
else:
|
372
|
-
cells = []
|
373
|
-
for i, cell in enumerate(line):
|
374
|
-
par = textwrap.wrap(cell, width=colwidths[i])
|
375
|
-
if par:
|
376
|
-
maxwidth = max(map(len, par))
|
377
|
-
else:
|
378
|
-
maxwidth = 0
|
379
|
-
realwidths[i] = max(realwidths[i], maxwidth)
|
380
|
-
cells.append(par)
|
381
|
-
fmted_rows.append(cells)
|
382
|
-
|
383
|
-
def writesep(char='-'):
|
384
|
-
out = ['+']
|
385
|
-
for width in realwidths:
|
386
|
-
out.append(char * (width+2))
|
387
|
-
out.append('+')
|
388
|
-
self.add_text(''.join(out) + '\n')
|
389
|
-
|
390
|
-
def writerow(row):
|
391
|
-
lines = map(None, *row)
|
392
|
-
for line in lines:
|
393
|
-
out = ['|']
|
394
|
-
for i, cell in enumerate(line):
|
395
|
-
if cell:
|
396
|
-
out.append(' ' + cell.ljust(realwidths[i]+1))
|
397
|
-
else:
|
398
|
-
out.append(' ' * (realwidths[i] + 2))
|
399
|
-
out.append('|')
|
400
|
-
self.add_text(''.join(out) + '\n')
|
401
|
-
|
402
|
-
for i, row in enumerate(fmted_rows):
|
403
|
-
if separator and i == separator:
|
404
|
-
writesep('=')
|
405
|
-
else:
|
406
|
-
writesep('-')
|
407
|
-
writerow(row)
|
408
|
-
writesep('-')
|
409
|
-
self.table = None
|
410
|
-
self.end_state(wrap=False)
|
411
|
-
|
412
|
-
def visit_acks(self, node):
|
413
|
-
self.new_state(0)
|
414
|
-
self.add_text(', '.join(n.astext() for n in node.children[0].children)
|
415
|
-
+ '.')
|
416
|
-
self.end_state()
|
417
|
-
raise nodes.SkipNode
|
418
|
-
|
419
|
-
def visit_image(self, node):
|
420
|
-
self.add_text(_('[image]'))
|
421
|
-
raise nodes.SkipNode
|
422
|
-
|
423
|
-
def visit_transition(self, node):
|
424
|
-
indent = sum(self.stateindent)
|
425
|
-
self.new_state(0)
|
426
|
-
self.add_text('=' * (MAXWIDTH - indent))
|
427
|
-
self.end_state()
|
428
|
-
raise nodes.SkipNode
|
429
|
-
|
430
|
-
def visit_bullet_list(self, node):
|
431
|
-
self._list_counter = -1
|
432
|
-
def depart_bullet_list(self, node):
|
433
|
-
pass
|
434
|
-
|
435
|
-
def visit_enumerated_list(self, node):
|
436
|
-
self._list_counter = 0
|
437
|
-
def depart_enumerated_list(self, node):
|
438
|
-
pass
|
439
|
-
|
440
|
-
def visit_definition_list(self, node):
|
441
|
-
self._list_counter = -2
|
442
|
-
def depart_definition_list(self, node):
|
443
|
-
pass
|
444
|
-
|
445
|
-
def visit_list_item(self, node):
|
446
|
-
if self._list_counter == -1:
|
447
|
-
# bullet list
|
448
|
-
self.new_state(2)
|
449
|
-
elif self._list_counter == -2:
|
450
|
-
# definition list
|
451
|
-
pass
|
452
|
-
else:
|
453
|
-
# enumerated list
|
454
|
-
self._list_counter += 1
|
455
|
-
self.new_state(len(str(self._list_counter)) + 2)
|
456
|
-
def depart_list_item(self, node):
|
457
|
-
if self._list_counter == -1:
|
458
|
-
self.end_state(first='* ', end=None)
|
459
|
-
elif self._list_counter == -2:
|
460
|
-
pass
|
461
|
-
else:
|
462
|
-
self.end_state(first='%s. ' % self._list_counter, end=None)
|
463
|
-
|
464
|
-
def visit_definition_list_item(self, node):
|
465
|
-
self._li_has_classifier = len(node) >= 2 and \
|
466
|
-
isinstance(node[1], nodes.classifier)
|
467
|
-
def depart_definition_list_item(self, node):
|
468
|
-
pass
|
469
|
-
|
470
|
-
def visit_term(self, node):
|
471
|
-
self.new_state(0)
|
472
|
-
def depart_term(self, node):
|
473
|
-
if not self._li_has_classifier:
|
474
|
-
self.add_text("]")
|
475
|
-
self.end_state(first="[", end=None)
|
476
|
-
|
477
|
-
def visit_classifier(self, node):
|
478
|
-
self.add_text(' : ')
|
479
|
-
def depart_classifier(self, node):
|
480
|
-
self.end_state(end=None)
|
481
|
-
|
482
|
-
def visit_definition(self, node):
|
483
|
-
self.new_state()
|
484
|
-
def depart_definition(self, node):
|
485
|
-
self.end_state()
|
486
|
-
|
487
|
-
def visit_field_list(self, node):
|
488
|
-
pass
|
489
|
-
def depart_field_list(self, node):
|
490
|
-
pass
|
491
|
-
|
492
|
-
def visit_field(self, node):
|
493
|
-
pass
|
494
|
-
def depart_field(self, node):
|
495
|
-
pass
|
496
|
-
|
497
|
-
def visit_field_name(self, node):
|
498
|
-
self.new_state(0)
|
499
|
-
def depart_field_name(self, node):
|
500
|
-
self.add_text(':')
|
501
|
-
self.end_state(end=None)
|
502
|
-
|
503
|
-
def visit_field_body(self, node):
|
504
|
-
self.new_state()
|
505
|
-
def depart_field_body(self, node):
|
506
|
-
self.end_state()
|
507
|
-
|
508
|
-
def visit_centered(self, node):
|
509
|
-
pass
|
510
|
-
def depart_centered(self, node):
|
511
|
-
pass
|
512
|
-
|
513
|
-
def visit_hlist(self, node):
|
514
|
-
pass
|
515
|
-
def depart_hlist(self, node):
|
516
|
-
pass
|
517
|
-
|
518
|
-
def visit_hlistcol(self, node):
|
519
|
-
pass
|
520
|
-
def depart_hlistcol(self, node):
|
521
|
-
pass
|
522
|
-
|
523
|
-
def visit_admonition(self, node):
|
524
|
-
self.new_state(0)
|
525
|
-
def depart_admonition(self, node):
|
526
|
-
self.end_state()
|
527
|
-
|
528
|
-
def _visit_admonition(self, node):
|
529
|
-
self.new_state(2)
|
530
|
-
def _make_depart_admonition(name):
|
531
|
-
def depart_admonition(self, node):
|
532
|
-
self.end_state(first=admonitionlabels[name] + ': ')
|
533
|
-
return depart_admonition
|
534
|
-
|
535
|
-
visit_attention = _visit_admonition
|
536
|
-
depart_attention = _make_depart_admonition('attention')
|
537
|
-
visit_caution = _visit_admonition
|
538
|
-
depart_caution = _make_depart_admonition('caution')
|
539
|
-
visit_danger = _visit_admonition
|
540
|
-
depart_danger = _make_depart_admonition('danger')
|
541
|
-
visit_error = _visit_admonition
|
542
|
-
depart_error = _make_depart_admonition('error')
|
543
|
-
visit_hint = _visit_admonition
|
544
|
-
depart_hint = _make_depart_admonition('hint')
|
545
|
-
visit_important = _visit_admonition
|
546
|
-
depart_important = _make_depart_admonition('important')
|
547
|
-
visit_note = _visit_admonition
|
548
|
-
depart_note = _make_depart_admonition('note')
|
549
|
-
visit_tip = _visit_admonition
|
550
|
-
depart_tip = _make_depart_admonition('tip')
|
551
|
-
visit_warning = _visit_admonition
|
552
|
-
depart_warning = _make_depart_admonition('warning')
|
553
|
-
|
554
|
-
def visit_versionmodified(self, node):
|
555
|
-
self.new_state(0)
|
556
|
-
if node.children:
|
557
|
-
self.add_text(versionlabels[node['type']] % node['version'] + ': ')
|
558
|
-
else:
|
559
|
-
self.add_text(versionlabels[node['type']] % node['version'] + '.')
|
560
|
-
def depart_versionmodified(self, node):
|
561
|
-
self.end_state()
|
562
|
-
|
563
|
-
def visit_literal_block(self, node):
|
564
|
-
self.new_state()
|
565
|
-
def depart_literal_block(self, node):
|
566
|
-
self.end_state(wrap=False)
|
567
|
-
|
568
|
-
def visit_doctest_block(self, node):
|
569
|
-
self.new_state(0)
|
570
|
-
def depart_doctest_block(self, node):
|
571
|
-
self.end_state(wrap=False)
|
572
|
-
|
573
|
-
def visit_line_block(self, node):
|
574
|
-
self.new_state(0)
|
575
|
-
def depart_line_block(self, node):
|
576
|
-
self.end_state(wrap=False)
|
577
|
-
|
578
|
-
def visit_line(self, node):
|
579
|
-
pass
|
580
|
-
def depart_line(self, node):
|
581
|
-
pass
|
582
|
-
|
583
|
-
def visit_block_quote(self, node):
|
584
|
-
self.new_state(0)
|
585
|
-
def depart_block_quote(self, node):
|
586
|
-
self.end_state()
|
587
|
-
|
588
|
-
def visit_compact_paragraph(self, node):
|
589
|
-
pass
|
590
|
-
def depart_compact_paragraph(self, node):
|
591
|
-
pass
|
592
|
-
|
593
|
-
def visit_paragraph(self, node):
|
594
|
-
if not isinstance(node.parent, nodes.Admonition) or \
|
595
|
-
isinstance(node.parent, addnodes.seealso):
|
596
|
-
self.new_state(0)
|
597
|
-
def depart_paragraph(self, node):
|
598
|
-
if not isinstance(node.parent, nodes.Admonition) or \
|
599
|
-
isinstance(node.parent, addnodes.seealso):
|
600
|
-
self.end_state()
|
601
|
-
|
602
|
-
def visit_target(self, node):
|
603
|
-
raise nodes.SkipNode
|
604
|
-
|
605
|
-
def visit_index(self, node):
|
606
|
-
raise nodes.SkipNode
|
607
|
-
|
608
|
-
def visit_substitution_definition(self, node):
|
609
|
-
raise nodes.SkipNode
|
610
|
-
|
611
|
-
def visit_pending_xref(self, node):
|
612
|
-
pass
|
613
|
-
def depart_pending_xref(self, node):
|
614
|
-
pass
|
615
|
-
|
616
|
-
def visit_reference(self, node):
|
617
|
-
pass
|
618
|
-
def depart_reference(self, node):
|
619
|
-
pass
|
620
|
-
|
621
|
-
def visit_download_reference(self, node):
|
622
|
-
pass
|
623
|
-
def depart_download_reference(self, node):
|
624
|
-
pass
|
625
|
-
|
626
|
-
def visit_emphasis(self, node):
|
627
|
-
self.add_text('*')
|
628
|
-
def depart_emphasis(self, node):
|
629
|
-
self.add_text('*')
|
630
|
-
|
631
|
-
def visit_literal_emphasis(self, node):
|
632
|
-
self.add_text('*')
|
633
|
-
def depart_literal_emphasis(self, node):
|
634
|
-
self.add_text('*')
|
635
|
-
|
636
|
-
def visit_strong(self, node):
|
637
|
-
self.add_text('**')
|
638
|
-
def depart_strong(self, node):
|
639
|
-
self.add_text('**')
|
640
|
-
|
641
|
-
def visit_abbreviation(self, node):
|
642
|
-
self.add_text('')
|
643
|
-
def depart_abbreviation(self, node):
|
644
|
-
if node.hasattr('explanation'):
|
645
|
-
self.add_text(' (%s)' % node['explanation'])
|
646
|
-
|
647
|
-
def visit_title_reference(self, node):
|
648
|
-
self.add_text('*')
|
649
|
-
def depart_title_reference(self, node):
|
650
|
-
self.add_text('*')
|
651
|
-
|
652
|
-
def visit_literal(self, node):
|
653
|
-
self.add_text('``')
|
654
|
-
def depart_literal(self, node):
|
655
|
-
self.add_text('``')
|
656
|
-
|
657
|
-
def visit_subscript(self, node):
|
658
|
-
self.add_text('_')
|
659
|
-
def depart_subscript(self, node):
|
660
|
-
pass
|
661
|
-
|
662
|
-
def visit_superscript(self, node):
|
663
|
-
self.add_text('^')
|
664
|
-
def depart_superscript(self, node):
|
665
|
-
pass
|
666
|
-
|
667
|
-
def visit_footnote_reference(self, node):
|
668
|
-
self.add_text('[%s]' % node.astext())
|
669
|
-
raise nodes.SkipNode
|
670
|
-
|
671
|
-
def visit_citation_reference(self, node):
|
672
|
-
self.add_text('[%s]' % node.astext())
|
673
|
-
raise nodes.SkipNode
|
674
|
-
|
675
|
-
def visit_Text(self, node):
|
676
|
-
self.add_text(node.astext())
|
677
|
-
def depart_Text(self, node):
|
678
|
-
pass
|
679
|
-
|
680
|
-
def visit_generated(self, node):
|
681
|
-
pass
|
682
|
-
def depart_generated(self, node):
|
683
|
-
pass
|
684
|
-
|
685
|
-
def visit_inline(self, node):
|
686
|
-
pass
|
687
|
-
def depart_inline(self, node):
|
688
|
-
pass
|
689
|
-
|
690
|
-
def visit_problematic(self, node):
|
691
|
-
self.add_text('>>')
|
692
|
-
def depart_problematic(self, node):
|
693
|
-
self.add_text('<<')
|
694
|
-
|
695
|
-
def visit_system_message(self, node):
|
696
|
-
self.new_state(0)
|
697
|
-
self.add_text('<SYSTEM MESSAGE: %s>' % node.astext())
|
698
|
-
self.end_state()
|
699
|
-
raise nodes.SkipNode
|
700
|
-
|
701
|
-
def visit_comment(self, node):
|
702
|
-
raise nodes.SkipNode
|
703
|
-
|
704
|
-
def visit_meta(self, node):
|
705
|
-
# only valid for HTML
|
706
|
-
raise nodes.SkipNode
|
707
|
-
|
708
|
-
def unknown_visit(self, node):
|
709
|
-
raise NotImplementedError('Unknown node: ' + node.__class__.__name__)
|
710
|
-
|
711
|
-
class RDocBuilder(Builder):
|
712
|
-
name = 'rdoc'
|
713
|
-
format = 'rdoc'
|
714
|
-
out_suffix = '.rdoc'
|
715
|
-
|
716
|
-
def init(self):
|
717
|
-
pass
|
718
|
-
|
719
|
-
def get_outdated_docs(self):
|
720
|
-
for docname in self.env.found_docs:
|
721
|
-
if docname not in self.env.all_docs:
|
722
|
-
yield docname
|
723
|
-
continue
|
724
|
-
targetname = self.env.doc2path(docname, self.outdir,
|
725
|
-
self.out_suffix)
|
726
|
-
try:
|
727
|
-
targetmtime = path.getmtime(targetname)
|
728
|
-
except Exception:
|
729
|
-
targetmtime = 0
|
730
|
-
try:
|
731
|
-
srcmtime = path.getmtime(self.env.doc2path(docname))
|
732
|
-
if srcmtime > targetmtime:
|
733
|
-
yield docname
|
734
|
-
except EnvironmentError:
|
735
|
-
# source doesn't exist anymore
|
736
|
-
pass
|
737
|
-
|
738
|
-
def get_target_uri(self, docname, typ=None):
|
739
|
-
return ''
|
740
|
-
|
741
|
-
def prepare_writing(self, docnames):
|
742
|
-
self.writer = RDocWriter(self)
|
743
|
-
|
744
|
-
def write_doc(self, docname, doctree):
|
745
|
-
destination = StringOutput(encoding='utf-8')
|
746
|
-
self.writer.write(doctree, destination)
|
747
|
-
outfilename = path.join(self.outdir, os_path(docname) + self.out_suffix)
|
748
|
-
ensuredir(path.dirname(outfilename))
|
749
|
-
try:
|
750
|
-
f = codecs.open(outfilename, 'w', 'utf-8')
|
751
|
-
try:
|
752
|
-
f.write(self.writer.output)
|
753
|
-
finally:
|
754
|
-
f.close()
|
755
|
-
except (IOError, OSError), err:
|
756
|
-
self.warn("error writing file %s: %s" % (outfilename, err))
|
757
|
-
|
758
|
-
def finish(self):
|
759
|
-
pass
|
760
|
-
|
761
|
-
def setup(app):
|
762
|
-
app.add_builder(RDocBuilder)
|