]> git.ipfire.org Git - people/ms/westferry.git/commit - Makefile.am
Add a basic web server that serves static files
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Oct 2015 00:13:23 +0000 (02:13 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Oct 2015 00:13:23 +0000 (02:13 +0200)
commitb0645c6e9de8090feb4dc024d8051f37233e111c
treee9ab771ed514ddfa6dbd597324f06342347a4e5b
parent9877dda9b9db39c276e8dd89925d2521adcce707
Add a basic web server that serves static files

Also adds Bootstrap and jQuery which are now shipped with
westferry. These have to go away eventually, but it makes
development easier at the moment.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
19 files changed:
.gitignore
Makefile.am
src/third-party/bootstrap/css/bootstrap-theme.css [new file with mode: 0644]
src/third-party/bootstrap/css/bootstrap-theme.css.map [new file with mode: 0644]
src/third-party/bootstrap/css/bootstrap-theme.min.css [new file with mode: 0644]
src/third-party/bootstrap/css/bootstrap.css [new file with mode: 0644]
src/third-party/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
src/third-party/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
src/third-party/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
src/third-party/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
src/third-party/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
src/third-party/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
src/third-party/bootstrap/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
src/third-party/bootstrap/js/bootstrap.js [new file with mode: 0644]
src/third-party/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
src/third-party/bootstrap/js/npm.js [new file with mode: 0644]
src/third-party/jquery.min.js [new file with mode: 0644]
src/westferry/application.py
src/westferry/constants.py.in [new file with mode: 0644]