From 9b11ae65c360c1ad38b2f4e000b057576d64495a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 4 May 2025 21:40:31 +0200 Subject: [PATCH] Moved templates and static into the project dir --- {static => src/digimarks/static}/css/digimarks.css | 0 {static => src/digimarks/static}/favicon.ico | Bin .../digimarks/static}/faviconfallback.png | Bin {static => src/digimarks/static}/favicons/.notempty | 0 {static => src/digimarks/static}/js/init.js | 0 {templates => src/digimarks/templates}/404.html | 0 {templates => src/digimarks/templates}/base.html | 0 .../digimarks/templates}/bookmarks.html | 0 {templates => src/digimarks/templates}/bookmarks.js | 0 {templates => src/digimarks/templates}/cards.html | 0 {templates => src/digimarks/templates}/edit.html | 0 {templates => src/digimarks/templates}/index.html | 0 {templates => src/digimarks/templates}/list.html | 0 .../digimarks/templates}/publicbookmarks.html | 0 .../digimarks/templates}/redirect.html | 0 {templates => src/digimarks/templates}/tags.html | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {static => src/digimarks/static}/css/digimarks.css (100%) rename {static => src/digimarks/static}/favicon.ico (100%) rename {static => src/digimarks/static}/faviconfallback.png (100%) rename {static => src/digimarks/static}/favicons/.notempty (100%) rename {static => src/digimarks/static}/js/init.js (100%) rename {templates => src/digimarks/templates}/404.html (100%) rename {templates => src/digimarks/templates}/base.html (100%) rename {templates => src/digimarks/templates}/bookmarks.html (100%) rename {templates => src/digimarks/templates}/bookmarks.js (100%) rename {templates => src/digimarks/templates}/cards.html (100%) rename {templates => src/digimarks/templates}/edit.html (100%) rename {templates => src/digimarks/templates}/index.html (100%) rename {templates => src/digimarks/templates}/list.html (100%) rename {templates => src/digimarks/templates}/publicbookmarks.html (100%) rename {templates => src/digimarks/templates}/redirect.html (100%) rename {templates => src/digimarks/templates}/tags.html (100%) diff --git a/static/css/digimarks.css b/src/digimarks/static/css/digimarks.css similarity index 100% rename from static/css/digimarks.css rename to src/digimarks/static/css/digimarks.css diff --git a/static/favicon.ico b/src/digimarks/static/favicon.ico similarity index 100% rename from static/favicon.ico rename to src/digimarks/static/favicon.ico diff --git a/static/faviconfallback.png b/src/digimarks/static/faviconfallback.png similarity index 100% rename from static/faviconfallback.png rename to src/digimarks/static/faviconfallback.png diff --git a/static/favicons/.notempty b/src/digimarks/static/favicons/.notempty similarity index 100% rename from static/favicons/.notempty rename to src/digimarks/static/favicons/.notempty diff --git a/static/js/init.js b/src/digimarks/static/js/init.js similarity index 100% rename from static/js/init.js rename to src/digimarks/static/js/init.js diff --git a/templates/404.html b/src/digimarks/templates/404.html similarity index 100% rename from templates/404.html rename to src/digimarks/templates/404.html diff --git a/templates/base.html b/src/digimarks/templates/base.html similarity index 100% rename from templates/base.html rename to src/digimarks/templates/base.html diff --git a/templates/bookmarks.html b/src/digimarks/templates/bookmarks.html similarity index 100% rename from templates/bookmarks.html rename to src/digimarks/templates/bookmarks.html diff --git a/templates/bookmarks.js b/src/digimarks/templates/bookmarks.js similarity index 100% rename from templates/bookmarks.js rename to src/digimarks/templates/bookmarks.js diff --git a/templates/cards.html b/src/digimarks/templates/cards.html similarity index 100% rename from templates/cards.html rename to src/digimarks/templates/cards.html diff --git a/templates/edit.html b/src/digimarks/templates/edit.html similarity index 100% rename from templates/edit.html rename to src/digimarks/templates/edit.html diff --git a/templates/index.html b/src/digimarks/templates/index.html similarity index 100% rename from templates/index.html rename to src/digimarks/templates/index.html diff --git a/templates/list.html b/src/digimarks/templates/list.html similarity index 100% rename from templates/list.html rename to src/digimarks/templates/list.html diff --git a/templates/publicbookmarks.html b/src/digimarks/templates/publicbookmarks.html similarity index 100% rename from templates/publicbookmarks.html rename to src/digimarks/templates/publicbookmarks.html diff --git a/templates/redirect.html b/src/digimarks/templates/redirect.html similarity index 100% rename from templates/redirect.html rename to src/digimarks/templates/redirect.html diff --git a/templates/tags.html b/src/digimarks/templates/tags.html similarity index 100% rename from templates/tags.html rename to src/digimarks/templates/tags.html