Metadata-Version: 1.1
Name: Dokang
Version: 0.4.1
Summary: Lightweight search engine with a web frontend
Home-page: UNKNOWN
Author: Polyconseil
Author-email: opensource+dokang@polyconseil.fr
License: UNKNOWN
Description: Dokang is a lightweight search engine with a web frontend.
        
        Status: Dokang is fully functional and works for us but has a few
        limitations:
        
        - the indexing and search features are minimal. They work but could
          certainly be tweaked to be faster, provide better results or, who
          knows, both;
        
        - the two-file configuration is a bit unfortunate. The INI file is
          useful for WSGI servers but defining structured options is much
          easier in Python;
        
        - more generally, the configuration may be a bit discouraging.
          Suggestions and contributions are welcome.
        
        Change log
        ==========
        
        Dokang 0.4.0 (2014-07-04)
        -------------------------
        
        - A new ``dokang.hit_limit`` option has been added to the INI
          configuration file. It limits the number of results shown on the web
          front-end (or lift this limit if the option is absent).
        
        
        Dokang 0.3.0 (2014-07-04)
        -------------------------
        
        - Fixed bug in the HTML harvester. Trying to use it would fail with an
          exception because Whoosh would complain about something that
          unexpectedly is a byte string.
        
        - Fixed bug in the handling of deleted documents. They were not
          deleted from the index.
        
        
        Dokang 0.2.0 (2014-06-24)
        -------------------------
        
        Initial version.
Keywords: full-text search engine
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Text Processing :: Markup :: HTML
