From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- web/server/h2o/libh2o/misc/oktavia/README.rst | 78 +++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 web/server/h2o/libh2o/misc/oktavia/README.rst (limited to 'web/server/h2o/libh2o/misc/oktavia/README.rst') diff --git a/web/server/h2o/libh2o/misc/oktavia/README.rst b/web/server/h2o/libh2o/misc/oktavia/README.rst new file mode 100644 index 00000000..4617c550 --- /dev/null +++ b/web/server/h2o/libh2o/misc/oktavia/README.rst @@ -0,0 +1,78 @@ +Oktavia +======= + +.. image:: https://travis-ci.org/shibukawa/oktavia.png?branch=master + +:version: 0.5 + +Oktavia is a full text search engine for JavaScript environment. It uses FM-Index. + +Usage +----- + +See following pages: + +English Site: http://oktavia.info +Japanese Site: http://oktavia.info/ja/ + +Current Status +-------------- + +It can work as the search engine. + +Now it is an alpha version. Not optimized yet. + +I am planning to implement following features: + +* Improve file size and speed, portability + + * Use MessagePack as a container format + +* Word Splitter option + + * Standard + * CJK + +* Index Generator + + * Standart Text (file, block, line) + * CSV (column, line) + * reST (sections, paragraph, code-block, etc...) + + I hate markdown. + +* Custom schema support +* Python/Sphinx version + +Development +----------- + +Build +~~~~~ + +.. code-block:: bash + + $ make + +Run test +~~~~~~~~ + +.. code-block:: bash + + $ prove + +License +------- + +This source code is released under MIT License. + +.. include:: LICENSE.rst + +Thanks +------ + +BitVector, WaveletMatrix, FM-Index included in this repository are ported from Shellinford +(developed by @echizen_tm). Thank you! + +* https://code.google.com/p/shellinford/ + -- cgit v1.2.3