From ba1457028a9b741b335671c6a69f7c0a38752215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Mon, 21 Oct 2024 17:43:37 +0000 Subject: [PATCH] Files renamed --- src/CreeDictionary/CreeDictionary/__init__.py | 3 --- src/CreeDictionary/CreeDictionary/utils.py | 7 ------- .../templatetags => morphodict/frontend}/__init__.py | 0 .../CreeDictionary => morphodict/frontend}/apps.py | 0 .../frontend}/context_processors.py | 0 .../CreeDictionary => morphodict/frontend}/ensure_data.py | 0 .../CreeDictionary => morphodict/frontend}/forms.py | 0 .../CreeDictionary => morphodict/frontend}/sitemaps.py | 0 .../templates/CreeDictionary/components/citations.html | 0 .../CreeDictionary/components/definition-title.html | 0 .../components/definition__elaboration--verbose.html | 0 .../CreeDictionary/components/definition__elaboration.html | 0 .../CreeDictionary/components/definition__icons.html | 0 .../templates/CreeDictionary/components/header.html | 0 .../CreeDictionary/components/lexical-breakdown.html | 0 .../templates/CreeDictionary/components/lexical-info.html | 0 .../CreeDictionary/components/linguistic-breakdown.html | 0 .../CreeDictionary/components/paradigm-label-switcher.html | 0 .../CreeDictionary/components/paradigm-size-button.html | 0 .../templates/CreeDictionary/components/paradigm.html | 0 .../templates/CreeDictionary/components/search-result.html | 0 .../templates/CreeDictionary/components/search.html | 0 .../templates/CreeDictionary/components/title.html | 0 .../frontend}/templates/CreeDictionary/contact-us.html | 0 .../frontend}/templates/CreeDictionary/fst-tool.html | 0 .../frontend}/templates/CreeDictionary/legend.html | 0 .../frontend}/templates/CreeDictionary/query-help.html | 0 .../frontend}/templates/CreeDictionary/search-results.html | 0 .../frontend}/templates/CreeDictionary/settings.html | 0 .../frontend}/templates/CreeDictionary/svg-sprites.html | 0 .../templates/CreeDictionary/svg-sprites/README.md | 0 .../CreeDictionary/svg-sprites/play-solid.svg-path | 0 .../CreeDictionary/svg-sprites/volume-up-solid.svg-path | 0 .../frontend}/templates/CreeDictionary/word-detail.html | 0 .../frontend/templatetags}/__init__.py | 0 .../frontend}/templatetags/creedictionary_extras.py | 0 .../frontend}/templatetags/relabelling.py | 0 .../frontend}/templatetags/test_relabelling.py | 0 .../frontend}/templatetags/url_extras.py | 0 .../CreeDictionary => morphodict/frontend}/views.py | 0 40 files changed, 10 deletions(-) delete mode 100644 src/CreeDictionary/CreeDictionary/__init__.py delete mode 100644 src/CreeDictionary/CreeDictionary/utils.py rename src/{CreeDictionary/CreeDictionary/templatetags => morphodict/frontend}/__init__.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/apps.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/context_processors.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/ensure_data.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/forms.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/sitemaps.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/citations.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/definition-title.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/definition__elaboration--verbose.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/definition__elaboration.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/definition__icons.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/header.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/lexical-breakdown.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/lexical-info.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/linguistic-breakdown.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/paradigm-label-switcher.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/paradigm-size-button.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/paradigm.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/search-result.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/search.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/components/title.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/contact-us.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/fst-tool.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/legend.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/query-help.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/search-results.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/settings.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/svg-sprites.html (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/svg-sprites/README.md (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/svg-sprites/play-solid.svg-path (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/svg-sprites/volume-up-solid.svg-path (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templates/CreeDictionary/word-detail.html (100%) rename src/{CreeDictionary => morphodict/frontend/templatetags}/__init__.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templatetags/creedictionary_extras.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templatetags/relabelling.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templatetags/test_relabelling.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/templatetags/url_extras.py (100%) rename src/{CreeDictionary/CreeDictionary => morphodict/frontend}/views.py (100%) diff --git a/src/CreeDictionary/CreeDictionary/__init__.py b/src/CreeDictionary/CreeDictionary/__init__.py deleted file mode 100644 index d38ad6b6c..000000000 --- a/src/CreeDictionary/CreeDictionary/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -""" -Package for CreeDictionary. -""" diff --git a/src/CreeDictionary/CreeDictionary/utils.py b/src/CreeDictionary/CreeDictionary/utils.py deleted file mode 100644 index 5277bb538..000000000 --- a/src/CreeDictionary/CreeDictionary/utils.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: UTF-8 -*- - -""" -Utilities that depend on the CreeDictionary Django application. -""" - diff --git a/src/CreeDictionary/CreeDictionary/templatetags/__init__.py b/src/morphodict/frontend/__init__.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/templatetags/__init__.py rename to src/morphodict/frontend/__init__.py diff --git a/src/CreeDictionary/CreeDictionary/apps.py b/src/morphodict/frontend/apps.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/apps.py rename to src/morphodict/frontend/apps.py diff --git a/src/CreeDictionary/CreeDictionary/context_processors.py b/src/morphodict/frontend/context_processors.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/context_processors.py rename to src/morphodict/frontend/context_processors.py diff --git a/src/CreeDictionary/CreeDictionary/ensure_data.py b/src/morphodict/frontend/ensure_data.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/ensure_data.py rename to src/morphodict/frontend/ensure_data.py diff --git a/src/CreeDictionary/CreeDictionary/forms.py b/src/morphodict/frontend/forms.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/forms.py rename to src/morphodict/frontend/forms.py diff --git a/src/CreeDictionary/CreeDictionary/sitemaps.py b/src/morphodict/frontend/sitemaps.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/sitemaps.py rename to src/morphodict/frontend/sitemaps.py diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/citations.html b/src/morphodict/frontend/templates/CreeDictionary/components/citations.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/citations.html rename to src/morphodict/frontend/templates/CreeDictionary/components/citations.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition-title.html b/src/morphodict/frontend/templates/CreeDictionary/components/definition-title.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition-title.html rename to src/morphodict/frontend/templates/CreeDictionary/components/definition-title.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition__elaboration--verbose.html b/src/morphodict/frontend/templates/CreeDictionary/components/definition__elaboration--verbose.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition__elaboration--verbose.html rename to src/morphodict/frontend/templates/CreeDictionary/components/definition__elaboration--verbose.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition__elaboration.html b/src/morphodict/frontend/templates/CreeDictionary/components/definition__elaboration.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition__elaboration.html rename to src/morphodict/frontend/templates/CreeDictionary/components/definition__elaboration.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition__icons.html b/src/morphodict/frontend/templates/CreeDictionary/components/definition__icons.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/definition__icons.html rename to src/morphodict/frontend/templates/CreeDictionary/components/definition__icons.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/header.html b/src/morphodict/frontend/templates/CreeDictionary/components/header.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/header.html rename to src/morphodict/frontend/templates/CreeDictionary/components/header.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/lexical-breakdown.html b/src/morphodict/frontend/templates/CreeDictionary/components/lexical-breakdown.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/lexical-breakdown.html rename to src/morphodict/frontend/templates/CreeDictionary/components/lexical-breakdown.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/lexical-info.html b/src/morphodict/frontend/templates/CreeDictionary/components/lexical-info.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/lexical-info.html rename to src/morphodict/frontend/templates/CreeDictionary/components/lexical-info.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/linguistic-breakdown.html b/src/morphodict/frontend/templates/CreeDictionary/components/linguistic-breakdown.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/linguistic-breakdown.html rename to src/morphodict/frontend/templates/CreeDictionary/components/linguistic-breakdown.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/paradigm-label-switcher.html b/src/morphodict/frontend/templates/CreeDictionary/components/paradigm-label-switcher.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/paradigm-label-switcher.html rename to src/morphodict/frontend/templates/CreeDictionary/components/paradigm-label-switcher.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/paradigm-size-button.html b/src/morphodict/frontend/templates/CreeDictionary/components/paradigm-size-button.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/paradigm-size-button.html rename to src/morphodict/frontend/templates/CreeDictionary/components/paradigm-size-button.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/paradigm.html b/src/morphodict/frontend/templates/CreeDictionary/components/paradigm.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/paradigm.html rename to src/morphodict/frontend/templates/CreeDictionary/components/paradigm.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/search-result.html b/src/morphodict/frontend/templates/CreeDictionary/components/search-result.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/search-result.html rename to src/morphodict/frontend/templates/CreeDictionary/components/search-result.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/search.html b/src/morphodict/frontend/templates/CreeDictionary/components/search.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/search.html rename to src/morphodict/frontend/templates/CreeDictionary/components/search.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/title.html b/src/morphodict/frontend/templates/CreeDictionary/components/title.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/components/title.html rename to src/morphodict/frontend/templates/CreeDictionary/components/title.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/contact-us.html b/src/morphodict/frontend/templates/CreeDictionary/contact-us.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/contact-us.html rename to src/morphodict/frontend/templates/CreeDictionary/contact-us.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/fst-tool.html b/src/morphodict/frontend/templates/CreeDictionary/fst-tool.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/fst-tool.html rename to src/morphodict/frontend/templates/CreeDictionary/fst-tool.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/legend.html b/src/morphodict/frontend/templates/CreeDictionary/legend.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/legend.html rename to src/morphodict/frontend/templates/CreeDictionary/legend.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/query-help.html b/src/morphodict/frontend/templates/CreeDictionary/query-help.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/query-help.html rename to src/morphodict/frontend/templates/CreeDictionary/query-help.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/search-results.html b/src/morphodict/frontend/templates/CreeDictionary/search-results.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/search-results.html rename to src/morphodict/frontend/templates/CreeDictionary/search-results.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/settings.html b/src/morphodict/frontend/templates/CreeDictionary/settings.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/settings.html rename to src/morphodict/frontend/templates/CreeDictionary/settings.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites.html b/src/morphodict/frontend/templates/CreeDictionary/svg-sprites.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites.html rename to src/morphodict/frontend/templates/CreeDictionary/svg-sprites.html diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites/README.md b/src/morphodict/frontend/templates/CreeDictionary/svg-sprites/README.md similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites/README.md rename to src/morphodict/frontend/templates/CreeDictionary/svg-sprites/README.md diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites/play-solid.svg-path b/src/morphodict/frontend/templates/CreeDictionary/svg-sprites/play-solid.svg-path similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites/play-solid.svg-path rename to src/morphodict/frontend/templates/CreeDictionary/svg-sprites/play-solid.svg-path diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites/volume-up-solid.svg-path b/src/morphodict/frontend/templates/CreeDictionary/svg-sprites/volume-up-solid.svg-path similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/svg-sprites/volume-up-solid.svg-path rename to src/morphodict/frontend/templates/CreeDictionary/svg-sprites/volume-up-solid.svg-path diff --git a/src/CreeDictionary/CreeDictionary/templates/CreeDictionary/word-detail.html b/src/morphodict/frontend/templates/CreeDictionary/word-detail.html similarity index 100% rename from src/CreeDictionary/CreeDictionary/templates/CreeDictionary/word-detail.html rename to src/morphodict/frontend/templates/CreeDictionary/word-detail.html diff --git a/src/CreeDictionary/__init__.py b/src/morphodict/frontend/templatetags/__init__.py similarity index 100% rename from src/CreeDictionary/__init__.py rename to src/morphodict/frontend/templatetags/__init__.py diff --git a/src/CreeDictionary/CreeDictionary/templatetags/creedictionary_extras.py b/src/morphodict/frontend/templatetags/creedictionary_extras.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/templatetags/creedictionary_extras.py rename to src/morphodict/frontend/templatetags/creedictionary_extras.py diff --git a/src/CreeDictionary/CreeDictionary/templatetags/relabelling.py b/src/morphodict/frontend/templatetags/relabelling.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/templatetags/relabelling.py rename to src/morphodict/frontend/templatetags/relabelling.py diff --git a/src/CreeDictionary/CreeDictionary/templatetags/test_relabelling.py b/src/morphodict/frontend/templatetags/test_relabelling.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/templatetags/test_relabelling.py rename to src/morphodict/frontend/templatetags/test_relabelling.py diff --git a/src/CreeDictionary/CreeDictionary/templatetags/url_extras.py b/src/morphodict/frontend/templatetags/url_extras.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/templatetags/url_extras.py rename to src/morphodict/frontend/templatetags/url_extras.py diff --git a/src/CreeDictionary/CreeDictionary/views.py b/src/morphodict/frontend/views.py similarity index 100% rename from src/CreeDictionary/CreeDictionary/views.py rename to src/morphodict/frontend/views.py