]> www.vanbest.org Git - motioneye-debian/commit
initial work on migrating to setuptools
authorCalin Crisan <ccrisan@gmail.com>
Wed, 19 Aug 2015 14:52:43 +0000 (17:52 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Wed, 19 Aug 2015 14:52:43 +0000 (17:52 +0300)
commitcd268e4099bb4c21fe207eda5a9ac91eb5516da4
tree039317249f14bca68ca46099d16f2035613e3bd5
parent6af892faeed5509551458c84b3720586f8f3522a
initial work on migrating to setuptools
150 files changed:
.gitignore
MANIFEST.in [new file with mode: 0644]
README.md
eventrelay.py [deleted file]
motioneye.py [deleted file]
motioneye/__init__.py [new file with mode: 0644]
motioneye/cleanup.py [new file with mode: 0644]
motioneye/config.py [new file with mode: 0644]
motioneye/diskctl.py [new file with mode: 0644]
motioneye/eventrelay.py [new file with mode: 0755]
motioneye/handlers.py [new file with mode: 0644]
motioneye/mediafiles.py [new file with mode: 0644]
motioneye/mjpgclient.py [new file with mode: 0644]
motioneye/motionctl.py [new file with mode: 0644]
motioneye/ordereddict.py [new file with mode: 0644]
motioneye/powerctl.py [new file with mode: 0644]
motioneye/remote.py [new file with mode: 0644]
motioneye/sendmail.py [new file with mode: 0755]
motioneye/server.py [new file with mode: 0644]
motioneye/settings.py [new file with mode: 0644]
motioneye/smbctl.py [new file with mode: 0644]
motioneye/static/css/frame.css [new file with mode: 0644]
motioneye/static/css/jquery.timepicker.css [new file with mode: 0755]
motioneye/static/css/main.css [new file with mode: 0644]
motioneye/static/css/ui.css [new file with mode: 0644]
motioneye/static/favicon.ico [new file with mode: 0644]
motioneye/static/fnt/mavenpro-black-webfont.eot [new file with mode: 0644]
motioneye/static/fnt/mavenpro-black-webfont.svg [new file with mode: 0644]
motioneye/static/fnt/mavenpro-black-webfont.ttf [new file with mode: 0644]
motioneye/static/fnt/mavenpro-black-webfont.woff [new file with mode: 0644]
motioneye/static/fnt/mavenpro-bold-webfont.eot [new file with mode: 0644]
motioneye/static/fnt/mavenpro-bold-webfont.svg [new file with mode: 0644]
motioneye/static/fnt/mavenpro-bold-webfont.ttf [new file with mode: 0644]
motioneye/static/fnt/mavenpro-bold-webfont.woff [new file with mode: 0644]
motioneye/static/fnt/mavenpro-medium-webfont.eot [new file with mode: 0644]
motioneye/static/fnt/mavenpro-medium-webfont.svg [new file with mode: 0644]
motioneye/static/fnt/mavenpro-medium-webfont.ttf [new file with mode: 0644]
motioneye/static/fnt/mavenpro-medium-webfont.woff [new file with mode: 0644]
motioneye/static/fnt/mavenpro-regular-webfont.eot [new file with mode: 0644]
motioneye/static/fnt/mavenpro-regular-webfont.svg [new file with mode: 0644]
motioneye/static/fnt/mavenpro-regular-webfont.ttf [new file with mode: 0644]
motioneye/static/fnt/mavenpro-regular-webfont.woff [new file with mode: 0644]
motioneye/static/img/apply-progress.gif [new file with mode: 0644]
motioneye/static/img/arrows.svg [new file with mode: 0644]
motioneye/static/img/camera-progress.gif [new file with mode: 0644]
motioneye/static/img/combo-box-arrow.svg [new file with mode: 0644]
motioneye/static/img/logout.svg [new file with mode: 0644]
motioneye/static/img/main-loading-progress.gif [new file with mode: 0644]
motioneye/static/img/modal-progress.gif [new file with mode: 0644]
motioneye/static/img/motioneye-icon.svg [new file with mode: 0644]
motioneye/static/img/motioneye-logo.svg [new file with mode: 0644]
motioneye/static/img/no-camera.svg [new file with mode: 0644]
motioneye/static/img/no-preview.svg [new file with mode: 0644]
motioneye/static/img/settings.svg [new file with mode: 0644]
motioneye/static/img/slider-arrow.svg [new file with mode: 0644]
motioneye/static/img/small-progress.gif [new file with mode: 0644]
motioneye/static/img/top-bar-buttons.svg [new file with mode: 0644]
motioneye/static/img/validation-error.svg [new file with mode: 0644]
motioneye/static/js/css-browser-selector.js [new file with mode: 0644]
motioneye/static/js/frame.js [new file with mode: 0644]
motioneye/static/js/jquery.min.js [new file with mode: 0644]
motioneye/static/js/jquery.mousewheel.js [new file with mode: 0644]
motioneye/static/js/jquery.timepicker.min.js [new file with mode: 0644]
motioneye/static/js/main.js [new file with mode: 0644]
motioneye/static/js/ui.js [new file with mode: 0644]
motioneye/static/js/version.js [new file with mode: 0644]
motioneye/template.py [new file with mode: 0644]
motioneye/templates/base.html [new file with mode: 0644]
motioneye/templates/main.html [new file with mode: 0644]
motioneye/templates/version.html [new file with mode: 0644]
motioneye/thumbnailer.py [new file with mode: 0644]
motioneye/tzctl.py [new file with mode: 0644]
motioneye/update.py [new file with mode: 0644]
motioneye/utils.py [new file with mode: 0644]
motioneye/v4l2ctl.py [new file with mode: 0644]
motioneye/webhook.py [new file with mode: 0755]
motioneye/wifictl.py [new file with mode: 0644]
motioneye/wsswitch.py [new file with mode: 0644]
sendmail.py [deleted file]
settings_default.py [deleted file]
setup.py [new file with mode: 0644]
src/cleanup.py [deleted file]
src/config.py [deleted file]
src/diskctl.py [deleted file]
src/handlers.py [deleted file]
src/mediafiles.py [deleted file]
src/mjpgclient.py [deleted file]
src/motionctl.py [deleted file]
src/ordereddict.py [deleted file]
src/powerctl.py [deleted file]
src/remote.py [deleted file]
src/server.py [deleted file]
src/smbctl.py [deleted file]
src/template.py [deleted file]
src/thumbnailer.py [deleted file]
src/tzctl.py [deleted file]
src/update.py [deleted file]
src/utils.py [deleted file]
src/v4l2ctl.py [deleted file]
src/wifictl.py [deleted file]
src/wsswitch.py [deleted file]
static/css/frame.css [deleted file]
static/css/jquery.timepicker.css [deleted file]
static/css/main.css [deleted file]
static/css/ui.css [deleted file]
static/favicon.ico [deleted file]
static/fnt/mavenpro-black-webfont.eot [deleted file]
static/fnt/mavenpro-black-webfont.svg [deleted file]
static/fnt/mavenpro-black-webfont.ttf [deleted file]
static/fnt/mavenpro-black-webfont.woff [deleted file]
static/fnt/mavenpro-bold-webfont.eot [deleted file]
static/fnt/mavenpro-bold-webfont.svg [deleted file]
static/fnt/mavenpro-bold-webfont.ttf [deleted file]
static/fnt/mavenpro-bold-webfont.woff [deleted file]
static/fnt/mavenpro-medium-webfont.eot [deleted file]
static/fnt/mavenpro-medium-webfont.svg [deleted file]
static/fnt/mavenpro-medium-webfont.ttf [deleted file]
static/fnt/mavenpro-medium-webfont.woff [deleted file]
static/fnt/mavenpro-regular-webfont.eot [deleted file]
static/fnt/mavenpro-regular-webfont.svg [deleted file]
static/fnt/mavenpro-regular-webfont.ttf [deleted file]
static/fnt/mavenpro-regular-webfont.woff [deleted file]
static/img/apply-progress.gif [deleted file]
static/img/arrows.svg [deleted file]
static/img/camera-progress.gif [deleted file]
static/img/combo-box-arrow.svg [deleted file]
static/img/logout.svg [deleted file]
static/img/main-loading-progress.gif [deleted file]
static/img/modal-progress.gif [deleted file]
static/img/motioneye-icon.svg [deleted file]
static/img/motioneye-logo.svg [deleted file]
static/img/no-camera.svg [deleted file]
static/img/no-preview.svg [deleted file]
static/img/settings.svg [deleted file]
static/img/slider-arrow.svg [deleted file]
static/img/small-progress.gif [deleted file]
static/img/top-bar-buttons.svg [deleted file]
static/img/validation-error.svg [deleted file]
static/js/css-browser-selector.js [deleted file]
static/js/frame.js [deleted file]
static/js/jquery.min.js [deleted file]
static/js/jquery.mousewheel.js [deleted file]
static/js/jquery.timepicker.min.js [deleted file]
static/js/main.js [deleted file]
static/js/ui.js [deleted file]
static/js/version.js [deleted file]
templates/base.html [deleted file]
templates/main.html [deleted file]
templates/version.html [deleted file]
webhook.py [deleted file]