Metadata-Version: 1.1
Name: Dokang
Version: 0.5.0
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;
        
        Change log
        ==========
        
        Next version (unreleased)
        -------------------------
        
        - Add "highlight" in the query string of the URLs of search results.
          This parameter is understood by Sphinx-generated HTML files.
        
        - Add documentation uploading end point (to use Dokang web frontend to serve the documentation)
        
        
        Dokang 0.4.2 (2014-09-01)
        -------------------------
        
        - Fix bad-looking (but working) URLs generated in the web front-end.
          They used to contain two consecutive slashes (for example
          http://example.com/project//doc.html) when the configuration of the
          project had a slash at the end of its URL.
        
        
        Dokang 0.4.1 (2014-08-27)
        -------------------------
        
        - Fixed MANIFEST.in so that the Python package contains all templates
          and stylesheets required by the web front-end.
        
        
        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 lifts this limit if the option is absent).
        
        
        Dokang 0.3.0 (2014-07-04)
        -------------------------
        
        - Fix 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.
        
        - Fix 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
