From b4b82bacd07cef09b39d7cea831c59fd13e44905 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 15 Feb 2023 12:17:32 +0100 Subject: [PATCH] moved brading into configuration/example --- .../{ => configurations/example}/branding/README.md | 0 .../branding/assets/styles/imports/_branding.scss | 0 .../example}/branding/constants/donation.js | 0 .../example}/branding/constants/emails.js | 0 .../example}/branding/constants/groups.js | 0 .../example}/branding/constants/headerMenu.js | 0 .../example}/branding/constants/links.js | 0 .../example}/branding/constants/logos.js | 0 .../example}/branding/constants/metadata.js | 0 .../example}/branding/email/.gitkeep | 0 .../example}/branding/email/templates/de/.gitkeep | 0 .../example}/branding/email/templates/en/.gitkeep | 0 .../example}/branding/locales/de.json | 0 .../example}/branding/locales/en.json | 0 .../branding/locales/html/de/code-of-conduct.html | 0 .../branding/locales/html/de/data-privacy.html | 0 .../example}/branding/locales/html/de/donate.html | 0 .../example}/branding/locales/html/de/faq.html | 0 .../example}/branding/locales/html/de/imprint.html | 0 .../branding/locales/html/de/organization.html | 0 .../example}/branding/locales/html/de/support.html | 0 .../locales/html/de/terms-and-conditions.html | 0 .../branding/locales/html/en/code-of-conduct.html | 0 .../branding/locales/html/en/data-privacy.html | 0 .../example}/branding/locales/html/en/donate.html | 0 .../example}/branding/locales/html/en/faq.html | 0 .../example}/branding/locales/html/en/imprint.html | 0 .../branding/locales/html/en/organization.html | 0 .../example}/branding/locales/html/en/support.html | 0 .../locales/html/en/terms-and-conditions.html | 0 .../example}/branding/static/favicon.ico | Bin .../example}/branding/static/icon.png | Bin .../branding/static/img/custom/logo-horizontal.svg | 0 .../branding/static/img/custom/logo-squared.svg | 0 .../templates/locales/html/general/de/faq.html | 0 .../templates/locales/html/general/en/faq.html | 0 .../locales/html/hc-y2020/de/code-of-conduct.html | 0 .../locales/html/hc-y2020/de/data-privacy.html | 0 .../html/hc-y2020/de/terms-and-conditions.html | 0 .../locales/html/hc-y2020/en/code-of-conduct.html | 0 .../html/hc-y2020/en/terms-and-conditions.html | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename deployment/{ => configurations/example}/branding/README.md (100%) rename deployment/{ => configurations/example}/branding/assets/styles/imports/_branding.scss (100%) rename deployment/{ => configurations/example}/branding/constants/donation.js (100%) rename deployment/{ => configurations/example}/branding/constants/emails.js (100%) rename deployment/{ => configurations/example}/branding/constants/groups.js (100%) rename deployment/{ => configurations/example}/branding/constants/headerMenu.js (100%) rename deployment/{ => configurations/example}/branding/constants/links.js (100%) rename deployment/{ => configurations/example}/branding/constants/logos.js (100%) rename deployment/{ => configurations/example}/branding/constants/metadata.js (100%) rename deployment/{ => configurations/example}/branding/email/.gitkeep (100%) rename deployment/{ => configurations/example}/branding/email/templates/de/.gitkeep (100%) rename deployment/{ => configurations/example}/branding/email/templates/en/.gitkeep (100%) rename deployment/{ => configurations/example}/branding/locales/de.json (100%) rename deployment/{ => configurations/example}/branding/locales/en.json (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/code-of-conduct.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/data-privacy.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/donate.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/faq.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/imprint.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/organization.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/support.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/de/terms-and-conditions.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/code-of-conduct.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/data-privacy.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/donate.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/faq.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/imprint.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/organization.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/support.html (100%) rename deployment/{ => configurations/example}/branding/locales/html/en/terms-and-conditions.html (100%) rename deployment/{ => configurations/example}/branding/static/favicon.ico (100%) rename deployment/{ => configurations/example}/branding/static/icon.png (100%) rename deployment/{ => configurations/example}/branding/static/img/custom/logo-horizontal.svg (100%) rename deployment/{ => configurations/example}/branding/static/img/custom/logo-squared.svg (100%) rename deployment/{ => configurations/example}/branding/templates/locales/html/general/de/faq.html (100%) rename deployment/{ => configurations/example}/branding/templates/locales/html/general/en/faq.html (100%) rename deployment/{ => configurations/example}/branding/templates/locales/html/hc-y2020/de/code-of-conduct.html (100%) rename deployment/{ => configurations/example}/branding/templates/locales/html/hc-y2020/de/data-privacy.html (100%) rename deployment/{ => configurations/example}/branding/templates/locales/html/hc-y2020/de/terms-and-conditions.html (100%) rename deployment/{ => configurations/example}/branding/templates/locales/html/hc-y2020/en/code-of-conduct.html (100%) rename deployment/{ => configurations/example}/branding/templates/locales/html/hc-y2020/en/terms-and-conditions.html (100%) diff --git a/deployment/branding/README.md b/deployment/configurations/example/branding/README.md similarity index 100% rename from deployment/branding/README.md rename to deployment/configurations/example/branding/README.md diff --git a/deployment/branding/assets/styles/imports/_branding.scss b/deployment/configurations/example/branding/assets/styles/imports/_branding.scss similarity index 100% rename from deployment/branding/assets/styles/imports/_branding.scss rename to deployment/configurations/example/branding/assets/styles/imports/_branding.scss diff --git a/deployment/branding/constants/donation.js b/deployment/configurations/example/branding/constants/donation.js similarity index 100% rename from deployment/branding/constants/donation.js rename to deployment/configurations/example/branding/constants/donation.js diff --git a/deployment/branding/constants/emails.js b/deployment/configurations/example/branding/constants/emails.js similarity index 100% rename from deployment/branding/constants/emails.js rename to deployment/configurations/example/branding/constants/emails.js diff --git a/deployment/branding/constants/groups.js b/deployment/configurations/example/branding/constants/groups.js similarity index 100% rename from deployment/branding/constants/groups.js rename to deployment/configurations/example/branding/constants/groups.js diff --git a/deployment/branding/constants/headerMenu.js b/deployment/configurations/example/branding/constants/headerMenu.js similarity index 100% rename from deployment/branding/constants/headerMenu.js rename to deployment/configurations/example/branding/constants/headerMenu.js diff --git a/deployment/branding/constants/links.js b/deployment/configurations/example/branding/constants/links.js similarity index 100% rename from deployment/branding/constants/links.js rename to deployment/configurations/example/branding/constants/links.js diff --git a/deployment/branding/constants/logos.js b/deployment/configurations/example/branding/constants/logos.js similarity index 100% rename from deployment/branding/constants/logos.js rename to deployment/configurations/example/branding/constants/logos.js diff --git a/deployment/branding/constants/metadata.js b/deployment/configurations/example/branding/constants/metadata.js similarity index 100% rename from deployment/branding/constants/metadata.js rename to deployment/configurations/example/branding/constants/metadata.js diff --git a/deployment/branding/email/.gitkeep b/deployment/configurations/example/branding/email/.gitkeep similarity index 100% rename from deployment/branding/email/.gitkeep rename to deployment/configurations/example/branding/email/.gitkeep diff --git a/deployment/branding/email/templates/de/.gitkeep b/deployment/configurations/example/branding/email/templates/de/.gitkeep similarity index 100% rename from deployment/branding/email/templates/de/.gitkeep rename to deployment/configurations/example/branding/email/templates/de/.gitkeep diff --git a/deployment/branding/email/templates/en/.gitkeep b/deployment/configurations/example/branding/email/templates/en/.gitkeep similarity index 100% rename from deployment/branding/email/templates/en/.gitkeep rename to deployment/configurations/example/branding/email/templates/en/.gitkeep diff --git a/deployment/branding/locales/de.json b/deployment/configurations/example/branding/locales/de.json similarity index 100% rename from deployment/branding/locales/de.json rename to deployment/configurations/example/branding/locales/de.json diff --git a/deployment/branding/locales/en.json b/deployment/configurations/example/branding/locales/en.json similarity index 100% rename from deployment/branding/locales/en.json rename to deployment/configurations/example/branding/locales/en.json diff --git a/deployment/branding/locales/html/de/code-of-conduct.html b/deployment/configurations/example/branding/locales/html/de/code-of-conduct.html similarity index 100% rename from deployment/branding/locales/html/de/code-of-conduct.html rename to deployment/configurations/example/branding/locales/html/de/code-of-conduct.html diff --git a/deployment/branding/locales/html/de/data-privacy.html b/deployment/configurations/example/branding/locales/html/de/data-privacy.html similarity index 100% rename from deployment/branding/locales/html/de/data-privacy.html rename to deployment/configurations/example/branding/locales/html/de/data-privacy.html diff --git a/deployment/branding/locales/html/de/donate.html b/deployment/configurations/example/branding/locales/html/de/donate.html similarity index 100% rename from deployment/branding/locales/html/de/donate.html rename to deployment/configurations/example/branding/locales/html/de/donate.html diff --git a/deployment/branding/locales/html/de/faq.html b/deployment/configurations/example/branding/locales/html/de/faq.html similarity index 100% rename from deployment/branding/locales/html/de/faq.html rename to deployment/configurations/example/branding/locales/html/de/faq.html diff --git a/deployment/branding/locales/html/de/imprint.html b/deployment/configurations/example/branding/locales/html/de/imprint.html similarity index 100% rename from deployment/branding/locales/html/de/imprint.html rename to deployment/configurations/example/branding/locales/html/de/imprint.html diff --git a/deployment/branding/locales/html/de/organization.html b/deployment/configurations/example/branding/locales/html/de/organization.html similarity index 100% rename from deployment/branding/locales/html/de/organization.html rename to deployment/configurations/example/branding/locales/html/de/organization.html diff --git a/deployment/branding/locales/html/de/support.html b/deployment/configurations/example/branding/locales/html/de/support.html similarity index 100% rename from deployment/branding/locales/html/de/support.html rename to deployment/configurations/example/branding/locales/html/de/support.html diff --git a/deployment/branding/locales/html/de/terms-and-conditions.html b/deployment/configurations/example/branding/locales/html/de/terms-and-conditions.html similarity index 100% rename from deployment/branding/locales/html/de/terms-and-conditions.html rename to deployment/configurations/example/branding/locales/html/de/terms-and-conditions.html diff --git a/deployment/branding/locales/html/en/code-of-conduct.html b/deployment/configurations/example/branding/locales/html/en/code-of-conduct.html similarity index 100% rename from deployment/branding/locales/html/en/code-of-conduct.html rename to deployment/configurations/example/branding/locales/html/en/code-of-conduct.html diff --git a/deployment/branding/locales/html/en/data-privacy.html b/deployment/configurations/example/branding/locales/html/en/data-privacy.html similarity index 100% rename from deployment/branding/locales/html/en/data-privacy.html rename to deployment/configurations/example/branding/locales/html/en/data-privacy.html diff --git a/deployment/branding/locales/html/en/donate.html b/deployment/configurations/example/branding/locales/html/en/donate.html similarity index 100% rename from deployment/branding/locales/html/en/donate.html rename to deployment/configurations/example/branding/locales/html/en/donate.html diff --git a/deployment/branding/locales/html/en/faq.html b/deployment/configurations/example/branding/locales/html/en/faq.html similarity index 100% rename from deployment/branding/locales/html/en/faq.html rename to deployment/configurations/example/branding/locales/html/en/faq.html diff --git a/deployment/branding/locales/html/en/imprint.html b/deployment/configurations/example/branding/locales/html/en/imprint.html similarity index 100% rename from deployment/branding/locales/html/en/imprint.html rename to deployment/configurations/example/branding/locales/html/en/imprint.html diff --git a/deployment/branding/locales/html/en/organization.html b/deployment/configurations/example/branding/locales/html/en/organization.html similarity index 100% rename from deployment/branding/locales/html/en/organization.html rename to deployment/configurations/example/branding/locales/html/en/organization.html diff --git a/deployment/branding/locales/html/en/support.html b/deployment/configurations/example/branding/locales/html/en/support.html similarity index 100% rename from deployment/branding/locales/html/en/support.html rename to deployment/configurations/example/branding/locales/html/en/support.html diff --git a/deployment/branding/locales/html/en/terms-and-conditions.html b/deployment/configurations/example/branding/locales/html/en/terms-and-conditions.html similarity index 100% rename from deployment/branding/locales/html/en/terms-and-conditions.html rename to deployment/configurations/example/branding/locales/html/en/terms-and-conditions.html diff --git a/deployment/branding/static/favicon.ico b/deployment/configurations/example/branding/static/favicon.ico similarity index 100% rename from deployment/branding/static/favicon.ico rename to deployment/configurations/example/branding/static/favicon.ico diff --git a/deployment/branding/static/icon.png b/deployment/configurations/example/branding/static/icon.png similarity index 100% rename from deployment/branding/static/icon.png rename to deployment/configurations/example/branding/static/icon.png diff --git a/deployment/branding/static/img/custom/logo-horizontal.svg b/deployment/configurations/example/branding/static/img/custom/logo-horizontal.svg similarity index 100% rename from deployment/branding/static/img/custom/logo-horizontal.svg rename to deployment/configurations/example/branding/static/img/custom/logo-horizontal.svg diff --git a/deployment/branding/static/img/custom/logo-squared.svg b/deployment/configurations/example/branding/static/img/custom/logo-squared.svg similarity index 100% rename from deployment/branding/static/img/custom/logo-squared.svg rename to deployment/configurations/example/branding/static/img/custom/logo-squared.svg diff --git a/deployment/branding/templates/locales/html/general/de/faq.html b/deployment/configurations/example/branding/templates/locales/html/general/de/faq.html similarity index 100% rename from deployment/branding/templates/locales/html/general/de/faq.html rename to deployment/configurations/example/branding/templates/locales/html/general/de/faq.html diff --git a/deployment/branding/templates/locales/html/general/en/faq.html b/deployment/configurations/example/branding/templates/locales/html/general/en/faq.html similarity index 100% rename from deployment/branding/templates/locales/html/general/en/faq.html rename to deployment/configurations/example/branding/templates/locales/html/general/en/faq.html diff --git a/deployment/branding/templates/locales/html/hc-y2020/de/code-of-conduct.html b/deployment/configurations/example/branding/templates/locales/html/hc-y2020/de/code-of-conduct.html similarity index 100% rename from deployment/branding/templates/locales/html/hc-y2020/de/code-of-conduct.html rename to deployment/configurations/example/branding/templates/locales/html/hc-y2020/de/code-of-conduct.html diff --git a/deployment/branding/templates/locales/html/hc-y2020/de/data-privacy.html b/deployment/configurations/example/branding/templates/locales/html/hc-y2020/de/data-privacy.html similarity index 100% rename from deployment/branding/templates/locales/html/hc-y2020/de/data-privacy.html rename to deployment/configurations/example/branding/templates/locales/html/hc-y2020/de/data-privacy.html diff --git a/deployment/branding/templates/locales/html/hc-y2020/de/terms-and-conditions.html b/deployment/configurations/example/branding/templates/locales/html/hc-y2020/de/terms-and-conditions.html similarity index 100% rename from deployment/branding/templates/locales/html/hc-y2020/de/terms-and-conditions.html rename to deployment/configurations/example/branding/templates/locales/html/hc-y2020/de/terms-and-conditions.html diff --git a/deployment/branding/templates/locales/html/hc-y2020/en/code-of-conduct.html b/deployment/configurations/example/branding/templates/locales/html/hc-y2020/en/code-of-conduct.html similarity index 100% rename from deployment/branding/templates/locales/html/hc-y2020/en/code-of-conduct.html rename to deployment/configurations/example/branding/templates/locales/html/hc-y2020/en/code-of-conduct.html diff --git a/deployment/branding/templates/locales/html/hc-y2020/en/terms-and-conditions.html b/deployment/configurations/example/branding/templates/locales/html/hc-y2020/en/terms-and-conditions.html similarity index 100% rename from deployment/branding/templates/locales/html/hc-y2020/en/terms-and-conditions.html rename to deployment/configurations/example/branding/templates/locales/html/hc-y2020/en/terms-and-conditions.html