From 6f88484a7a803cc748d381c89cfa7b52d8e8fcc4 Mon Sep 17 00:00:00 2001 From: eclipse Date: Wed, 19 Mar 2025 15:35:51 +0100 Subject: [PATCH] grouped non-content files in single folder --- content/{php => misc}/Exception.php | 0 content/{js => misc}/Message.js | 0 content/{php => misc}/PHPMailer.php | 0 content/{php => misc}/SMTP.php | 0 content/{php => misc}/confirm.php | 0 content/{php => misc}/contact.php | 0 content/{php => misc}/functions.php | 0 content/{php => misc}/subscribe.php | 0 content/{php => misc}/unsubscribe.php | 0 content/pages/danke.md | 12 ++++++------ content/pages/error.md | 2 +- content/pages/success.md | 2 +- pelicanconf.py | 16 ++++++++-------- 13 files changed, 16 insertions(+), 16 deletions(-) rename content/{php => misc}/Exception.php (100%) rename content/{js => misc}/Message.js (100%) rename content/{php => misc}/PHPMailer.php (100%) rename content/{php => misc}/SMTP.php (100%) rename content/{php => misc}/confirm.php (100%) rename content/{php => misc}/contact.php (100%) rename content/{php => misc}/functions.php (100%) rename content/{php => misc}/subscribe.php (100%) rename content/{php => misc}/unsubscribe.php (100%) diff --git a/content/php/Exception.php b/content/misc/Exception.php similarity index 100% rename from content/php/Exception.php rename to content/misc/Exception.php diff --git a/content/js/Message.js b/content/misc/Message.js similarity index 100% rename from content/js/Message.js rename to content/misc/Message.js diff --git a/content/php/PHPMailer.php b/content/misc/PHPMailer.php similarity index 100% rename from content/php/PHPMailer.php rename to content/misc/PHPMailer.php diff --git a/content/php/SMTP.php b/content/misc/SMTP.php similarity index 100% rename from content/php/SMTP.php rename to content/misc/SMTP.php diff --git a/content/php/confirm.php b/content/misc/confirm.php similarity index 100% rename from content/php/confirm.php rename to content/misc/confirm.php diff --git a/content/php/contact.php b/content/misc/contact.php similarity index 100% rename from content/php/contact.php rename to content/misc/contact.php diff --git a/content/php/functions.php b/content/misc/functions.php similarity index 100% rename from content/php/functions.php rename to content/misc/functions.php diff --git a/content/php/subscribe.php b/content/misc/subscribe.php similarity index 100% rename from content/php/subscribe.php rename to content/misc/subscribe.php diff --git a/content/php/unsubscribe.php b/content/misc/unsubscribe.php similarity index 100% rename from content/php/unsubscribe.php rename to content/misc/unsubscribe.php diff --git a/content/pages/danke.md b/content/pages/danke.md index 195e8b6..9017ef4 100644 --- a/content/pages/danke.md +++ b/content/pages/danke.md @@ -20,17 +20,17 @@ Klasse, dass du dich für meinen Newsletter angemeldet hast. Als kleines Dankesc > > Dichter, Autor, Mann der Worte > so werd ich genannt -> doch nicht nur mein Geist ist fleißig, +> doch nicht nur mein Geist ist fleißig, > nein, auch meine Hand. > > Vor Schmutz unter den Fingernägeln > schreck ich nicht zurück -> ein echter Mann wie ich, der hat +> ein echter Mann wie ich, der hat > handwerkliches Geschick. > -> Ich freu mich, wenn es gilt, ein Löchlein +> Ich freu mich, wenn es gilt, ein Löchlein > in die Wand zu bohr'n -> denn jedes Mal treff ich mit Verve +> denn jedes Mal treff ich mit Verve > genau ins Wasserrohr. > > Die Muttern an den Autorädern @@ -40,12 +40,12 @@ Klasse, dass du dich für meinen Newsletter angemeldet hast. Als kleines Dankesc > > Ich bau IKEA-Möbel auf > die Schwerkraft baut sie ab -> beim Umzug helf ich freudig mit +> beim Umzug helf ich freudig mit > und mach als erster schlapp. > > Die Waschmaschine ist kaputt? > Ich kümmere mich drum -> wofür, wenn nicht für Wasserschäden, +> wofür, wenn nicht für Wasserschäden, > gibt's Versicherung'n? > > Doch neuerdings werd ich nicht mehr diff --git a/content/pages/error.md b/content/pages/error.md index e353c80..2b7fca0 100644 --- a/content/pages/error.md +++ b/content/pages/error.md @@ -19,4 +19,4 @@ Verflixt, es ist ein Fehler bei der Newsletter-Verwaltung aufgetreten. Vielleich `suche Statusmeldung`{: #msg} - + diff --git a/content/pages/success.md b/content/pages/success.md index 2b9e566..9d69cd3 100644 --- a/content/pages/success.md +++ b/content/pages/success.md @@ -17,4 +17,4 @@ featured_image:

Erfolg auf der ganzen Linie.

- + diff --git a/pelicanconf.py b/pelicanconf.py index de38d1f..d53464c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -28,14 +28,14 @@ IGNORE_FILES = ['**/.*', '__pycache__', 'favicon-from-svg.sh', '*.metadata'] EXTRA_PATH_METADATA = { 'favicon/favicon.ico': {'path': 'favicon.ico'}, - 'php/functions.php': {'path': 'functions.php'}, - 'php/subscribe.php': {'path': 'newsletter/subscribe.php'}, - 'php/confirm.php': {'path': 'newsletter/confirm.php'}, - 'php/unsubscribe.php': {'path': 'newsletter/unsubscribe.php'}, - 'php/contact.php': {'path': 'kontakt/contact.php'}, - 'php/Exception.php': {'path': 'Exception.php'}, - 'php/PHPMailer.php': {'path': 'PHPMailer.php'}, - 'php/SMTP.php': {'path': 'SMTP.php'}, + 'misc/functions.php': {'path': 'functions.php'}, + 'misc/subscribe.php': {'path': 'newsletter/subscribe.php'}, + 'misc/confirm.php': {'path': 'newsletter/confirm.php'}, + 'misc/unsubscribe.php': {'path': 'newsletter/unsubscribe.php'}, + 'misc/contact.php': {'path': 'kontakt/contact.php'}, + 'misc/Exception.php': {'path': 'Exception.php'}, + 'misc/PHPMailer.php': {'path': 'PHPMailer.php'}, + 'misc/SMTP.php': {'path': 'SMTP.php'}, 'misc/.htaccess': {'path': '.htaccess'}, }