initial commit
authorCalin Crisan <ccrisan@gmail.com>
Wed, 14 Aug 2013 15:02:51 +0000 (18:02 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Wed, 14 Aug 2013 15:02:51 +0000 (18:02 +0300)
commit3e803305ac40a617d526e0fa69863d0bca3de9e1
tree83844cf8bdeebf8985105f87333884c5deb099be
initial commit
47 files changed:
.gitignore [new file with mode: 0644]
artwork/combo-box-arrow.svg [new file with mode: 0644]
artwork/motioneye.svg [new file with mode: 0644]
artwork/settings.svg [new file with mode: 0644]
artwork/slider-arrow.svg [new file with mode: 0644]
doc/colors.txt [new file with mode: 0644]
doc/motion-options.txt [new file with mode: 0644]
doc/requirements.txt [new file with mode: 0644]
motioneye.py [new file with mode: 0644]
settings.py [new file with mode: 0644]
src/handlers.py [new file with mode: 0644]
src/server.py [new file with mode: 0644]
src/template.py [new file with mode: 0644]
src/utils.py [new file with mode: 0644]
static/css/base-site.css [new file with mode: 0644]
static/css/base.css [new file with mode: 0644]
static/css/home.css [new file with mode: 0644]
static/css/ui.css [new file with mode: 0644]
static/fnt/mavenpro-black-webfont.eot [new file with mode: 0644]
static/fnt/mavenpro-black-webfont.svg [new file with mode: 0644]
static/fnt/mavenpro-black-webfont.ttf [new file with mode: 0644]
static/fnt/mavenpro-black-webfont.woff [new file with mode: 0644]
static/fnt/mavenpro-bold-webfont.eot [new file with mode: 0644]
static/fnt/mavenpro-bold-webfont.svg [new file with mode: 0644]
static/fnt/mavenpro-bold-webfont.ttf [new file with mode: 0644]
static/fnt/mavenpro-bold-webfont.woff [new file with mode: 0644]
static/fnt/mavenpro-medium-webfont.eot [new file with mode: 0644]
static/fnt/mavenpro-medium-webfont.svg [new file with mode: 0644]
static/fnt/mavenpro-medium-webfont.ttf [new file with mode: 0644]
static/fnt/mavenpro-medium-webfont.woff [new file with mode: 0644]
static/fnt/mavenpro-regular-webfont.eot [new file with mode: 0644]
static/fnt/mavenpro-regular-webfont.svg [new file with mode: 0644]
static/fnt/mavenpro-regular-webfont.ttf [new file with mode: 0644]
static/fnt/mavenpro-regular-webfont.woff [new file with mode: 0644]
static/img/combo-box-arrow.png [new file with mode: 0644]
static/img/motioneye.png [new file with mode: 0644]
static/img/settings.png [new file with mode: 0644]
static/img/slider-arrow.png [new file with mode: 0644]
static/img/video1.jpg [new file with mode: 0644]
static/img/video2.jpg [new file with mode: 0644]
static/js/base.js [new file with mode: 0644]
static/js/jquery.min.js [new file with mode: 0644]
static/js/ui.js [new file with mode: 0644]
templates/base-site.html [new file with mode: 0644]
templates/base.html [new file with mode: 0644]
templates/home.html [new file with mode: 0644]
templates/macros.html [new file with mode: 0644]