Python3 port:

  • Updated bottle module to 0.12.13.
  • bottle: include header ... -> include('header', ...)
  • Imported up to date version of rclconfig.py (+ conftree.py)
  • Adapt urllib imports
  • Needed explicit integer division in places (//)
  • Recoll result records contain utf-8 bytes: can't mix with 'xx' need b'xx'
  • has_key -> in
  • StringIO -> io.StringIO

Jean-Francois Dockes Jean-Francois Dockes 2018-06-02

added conftree.py
changed views/pages.tpl
changed views/result.tpl
changed views/results.tpl
changed bottle.py
changed rclconfig.py
changed webui.py
conftree.py Diff Switch to side-by-side view
Loading...
views/pages.tpl Diff Switch to side-by-side view
Loading...
views/result.tpl Diff Switch to side-by-side view
Loading...
views/results.tpl Diff Switch to side-by-side view
Loading...
bottle.py Diff Switch to side-by-side view
Loading...
rclconfig.py Diff Switch to side-by-side view
Loading...
webui.py Diff Switch to side-by-side view
Loading...