From 881bd8fe4a9eac2e9d3c91778af2be56016067c7 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 28 Feb 2019 13:41:17 +0100 Subject: [PATCH] Started moving things around --- digimarks.py => digimarks/marks.py | 0 {static => digimarks/static}/css/digimarks.css | 0 {static => digimarks/static}/favicon.ico | Bin {static => digimarks/static}/faviconfallback.png | Bin {static => digimarks/static}/favicons/.notempty | 0 {static => digimarks/static}/js/init.js | 0 {templates => digimarks/templates}/404.html | 0 {templates => digimarks/templates}/base.html | 0 {templates => digimarks/templates}/bookmarks.html | 0 {templates => digimarks/templates}/bookmarks.js | 0 {templates => digimarks/templates}/cards.html | 0 {templates => digimarks/templates}/edit.html | 0 {templates => digimarks/templates}/index.html | 0 {templates => digimarks/templates}/list.html | 0 .../templates}/publicbookmarks.html | 0 {templates => digimarks/templates}/redirect.html | 0 {templates => digimarks/templates}/tags.html | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename digimarks.py => digimarks/marks.py (100%) rename {static => digimarks/static}/css/digimarks.css (100%) rename {static => digimarks/static}/favicon.ico (100%) rename {static => digimarks/static}/faviconfallback.png (100%) rename {static => digimarks/static}/favicons/.notempty (100%) rename {static => digimarks/static}/js/init.js (100%) rename {templates => digimarks/templates}/404.html (100%) rename {templates => digimarks/templates}/base.html (100%) rename {templates => digimarks/templates}/bookmarks.html (100%) rename {templates => digimarks/templates}/bookmarks.js (100%) rename {templates => digimarks/templates}/cards.html (100%) rename {templates => digimarks/templates}/edit.html (100%) rename {templates => digimarks/templates}/index.html (100%) rename {templates => digimarks/templates}/list.html (100%) rename {templates => digimarks/templates}/publicbookmarks.html (100%) rename {templates => digimarks/templates}/redirect.html (100%) rename {templates => digimarks/templates}/tags.html (100%) diff --git a/digimarks.py b/digimarks/marks.py similarity index 100% rename from digimarks.py rename to digimarks/marks.py diff --git a/static/css/digimarks.css b/digimarks/static/css/digimarks.css similarity index 100% rename from static/css/digimarks.css rename to digimarks/static/css/digimarks.css diff --git a/static/favicon.ico b/digimarks/static/favicon.ico similarity index 100% rename from static/favicon.ico rename to digimarks/static/favicon.ico diff --git a/static/faviconfallback.png b/digimarks/static/faviconfallback.png similarity index 100% rename from static/faviconfallback.png rename to digimarks/static/faviconfallback.png diff --git a/static/favicons/.notempty b/digimarks/static/favicons/.notempty similarity index 100% rename from static/favicons/.notempty rename to digimarks/static/favicons/.notempty diff --git a/static/js/init.js b/digimarks/static/js/init.js similarity index 100% rename from static/js/init.js rename to digimarks/static/js/init.js diff --git a/templates/404.html b/digimarks/templates/404.html similarity index 100% rename from templates/404.html rename to digimarks/templates/404.html diff --git a/templates/base.html b/digimarks/templates/base.html similarity index 100% rename from templates/base.html rename to digimarks/templates/base.html diff --git a/templates/bookmarks.html b/digimarks/templates/bookmarks.html similarity index 100% rename from templates/bookmarks.html rename to digimarks/templates/bookmarks.html diff --git a/templates/bookmarks.js b/digimarks/templates/bookmarks.js similarity index 100% rename from templates/bookmarks.js rename to digimarks/templates/bookmarks.js diff --git a/templates/cards.html b/digimarks/templates/cards.html similarity index 100% rename from templates/cards.html rename to digimarks/templates/cards.html diff --git a/templates/edit.html b/digimarks/templates/edit.html similarity index 100% rename from templates/edit.html rename to digimarks/templates/edit.html diff --git a/templates/index.html b/digimarks/templates/index.html similarity index 100% rename from templates/index.html rename to digimarks/templates/index.html diff --git a/templates/list.html b/digimarks/templates/list.html similarity index 100% rename from templates/list.html rename to digimarks/templates/list.html diff --git a/templates/publicbookmarks.html b/digimarks/templates/publicbookmarks.html similarity index 100% rename from templates/publicbookmarks.html rename to digimarks/templates/publicbookmarks.html diff --git a/templates/redirect.html b/digimarks/templates/redirect.html similarity index 100% rename from templates/redirect.html rename to digimarks/templates/redirect.html diff --git a/templates/tags.html b/digimarks/templates/tags.html similarity index 100% rename from templates/tags.html rename to digimarks/templates/tags.html