1
0
Fork 0
mirror of https://github.com/koniu/recoll-webui.git synced 2025-10-03 09:49:25 +02:00
This commit is contained in:
koniu 2012-12-18 09:06:34 +00:00
commit 70ad857091
16 changed files with 1285 additions and 0 deletions

8
webui-wsgi.py Executable file
View file

@ -0,0 +1,8 @@
#!env python
import os
import bottle
import webui
os.chdir(os.path.dirname(__file__))
application = bottle.default_app()
# vim: foldmethod=marker:filetype=python:textwidth=80:ts=4:et