From d7456d0884f5afa1351bf74ea4d37150ba0cda8e Mon Sep 17 00:00:00 2001 From: kb1lqc Date: Mon, 7 Aug 2017 23:32:55 -0700 Subject: [PATCH] Moved template and Static folders for SimpleUI This commit will absolutely break SimpleUI but it starts the move of project files for pip to install properly per #253 --- .../bootstrap-3.3.7-dist/css/bootstrap-theme.css | 0 .../css/bootstrap-theme.css.map | 0 .../css/bootstrap-theme.min.css | 0 .../css/bootstrap-theme.min.css.map | 0 .../bootstrap-3.3.7-dist/css/bootstrap.css | 0 .../bootstrap-3.3.7-dist/css/bootstrap.css.map | 0 .../bootstrap-3.3.7-dist/css/bootstrap.min.css | 0 .../bootstrap-3.3.7-dist/css/bootstrap.min.css.map | 0 .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../fonts/glyphicons-halflings-regular.woff2 | Bin .../bootstrap-3.3.7-dist/js/bootstrap.js | 0 .../bootstrap-3.3.7-dist/js/bootstrap.min.js | 0 .../bootstrap-3.3.7-dist/js/npm.js | 0 .../SimpleUI/static => static}/jquery-3.2.0.js | 0 .../SimpleUI/static => static}/simpleui.js | 0 .../SimpleUI/templates => templates}/index.html | 0 .../SimpleUI/templates => templates}/layout.html | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap-theme.css (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap.css (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap.css.map (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap.min.css (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/css/bootstrap.min.css.map (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/js/bootstrap.js (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/js/bootstrap.min.js (100%) rename {Applications/SimpleUI/static => static}/bootstrap-3.3.7-dist/js/npm.js (100%) rename {Applications/SimpleUI/static => static}/jquery-3.2.0.js (100%) rename {Applications/SimpleUI/static => static}/simpleui.js (100%) rename {Applications/SimpleUI/templates => templates}/index.html (100%) rename {Applications/SimpleUI/templates => templates}/layout.html (100%) diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css b/static/bootstrap-3.3.7-dist/css/bootstrap.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css rename to static/bootstrap-3.3.7-dist/css/bootstrap.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css b/static/bootstrap-3.3.7-dist/css/bootstrap.min.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css rename to static/bootstrap-3.3.7-dist/css/bootstrap.min.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.js b/static/bootstrap-3.3.7-dist/js/bootstrap.js similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.js rename to static/bootstrap-3.3.7-dist/js/bootstrap.js diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.min.js b/static/bootstrap-3.3.7-dist/js/bootstrap.min.js similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.min.js rename to static/bootstrap-3.3.7-dist/js/bootstrap.min.js diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/npm.js b/static/bootstrap-3.3.7-dist/js/npm.js similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/npm.js rename to static/bootstrap-3.3.7-dist/js/npm.js diff --git a/Applications/SimpleUI/static/jquery-3.2.0.js b/static/jquery-3.2.0.js similarity index 100% rename from Applications/SimpleUI/static/jquery-3.2.0.js rename to static/jquery-3.2.0.js diff --git a/Applications/SimpleUI/static/simpleui.js b/static/simpleui.js similarity index 100% rename from Applications/SimpleUI/static/simpleui.js rename to static/simpleui.js diff --git a/Applications/SimpleUI/templates/index.html b/templates/index.html similarity index 100% rename from Applications/SimpleUI/templates/index.html rename to templates/index.html diff --git a/Applications/SimpleUI/templates/layout.html b/templates/layout.html similarity index 100% rename from Applications/SimpleUI/templates/layout.html rename to templates/layout.html