grouped non-content files in single folder

This commit is contained in:
eclipse 2025-03-19 15:35:51 +01:00
parent 885c814e44
commit 6f88484a7a
13 changed files with 16 additions and 16 deletions

View File

@ -20,17 +20,17 @@ Klasse, dass du dich für meinen Newsletter angemeldet hast. Als kleines Dankesc
> >
> Dichter, Autor, Mann der Worte > Dichter, Autor, Mann der Worte
> so werd ich genannt > so werd ich genannt
> doch nicht nur mein Geist ist fleißig, > doch nicht nur mein Geist ist fleißig,
> nein, auch meine Hand. > nein, auch meine Hand.
> >
> Vor Schmutz unter den Fingernägeln > Vor Schmutz unter den Fingernägeln
> schreck ich nicht zurück > schreck ich nicht zurück
> ein echter Mann wie ich, der hat > ein echter Mann wie ich, der hat
> handwerkliches Geschick. > 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 > in die Wand zu bohr'n
> denn jedes Mal treff ich mit Verve > denn jedes Mal treff ich mit Verve
> genau ins Wasserrohr. > genau ins Wasserrohr.
> >
> Die Muttern an den Autorädern > 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 > Ich bau IKEA-Möbel auf
> die Schwerkraft baut sie ab > die Schwerkraft baut sie ab
> beim Umzug helf ich freudig mit > beim Umzug helf ich freudig mit
> und mach als erster schlapp. > und mach als erster schlapp.
> >
> Die Waschmaschine ist kaputt? > Die Waschmaschine ist kaputt?
> Ich kümmere mich drum > 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? > gibt's Versicherung'n?
> >
> Doch neuerdings werd ich nicht mehr > Doch neuerdings werd ich nicht mehr

View File

@ -19,4 +19,4 @@ Verflixt, es ist ein Fehler bei der Newsletter-Verwaltung aufgetreten. Vielleich
`suche Statusmeldung`{: #msg} `suche Statusmeldung`{: #msg}
<script src="{static}/js/Message.js"></script> <script src="{static}/misc/Message.js"></script>

View File

@ -17,4 +17,4 @@ featured_image:
<p id="msg">Erfolg auf der ganzen Linie.</p> <p id="msg">Erfolg auf der ganzen Linie.</p>
<script src="{static}/js/Message.js"></script> <script src="{static}/misc/Message.js"></script>

View File

@ -28,14 +28,14 @@ IGNORE_FILES = ['**/.*', '__pycache__', 'favicon-from-svg.sh', '*.metadata']
EXTRA_PATH_METADATA = { EXTRA_PATH_METADATA = {
'favicon/favicon.ico': {'path': 'favicon.ico'}, 'favicon/favicon.ico': {'path': 'favicon.ico'},
'php/functions.php': {'path': 'functions.php'}, 'misc/functions.php': {'path': 'functions.php'},
'php/subscribe.php': {'path': 'newsletter/subscribe.php'}, 'misc/subscribe.php': {'path': 'newsletter/subscribe.php'},
'php/confirm.php': {'path': 'newsletter/confirm.php'}, 'misc/confirm.php': {'path': 'newsletter/confirm.php'},
'php/unsubscribe.php': {'path': 'newsletter/unsubscribe.php'}, 'misc/unsubscribe.php': {'path': 'newsletter/unsubscribe.php'},
'php/contact.php': {'path': 'kontakt/contact.php'}, 'misc/contact.php': {'path': 'kontakt/contact.php'},
'php/Exception.php': {'path': 'Exception.php'}, 'misc/Exception.php': {'path': 'Exception.php'},
'php/PHPMailer.php': {'path': 'PHPMailer.php'}, 'misc/PHPMailer.php': {'path': 'PHPMailer.php'},
'php/SMTP.php': {'path': 'SMTP.php'}, 'misc/SMTP.php': {'path': 'SMTP.php'},
'misc/.htaccess': {'path': '.htaccess'}, 'misc/.htaccess': {'path': '.htaccess'},
} }