Claw
|
9c2c8324b0
|
refactor: clean up file locations (#48)
Deploy Feature Branch to Test / deploy (push) Successful in 25s
Lint / PHP Syntax Check (push) Successful in 32s
Lint / CSS Lint (stylelint) (push) Successful in 1m12s
Lint / HTML Lint (htmlhint) (push) Successful in 1m8s
Lint / PHP Syntax Check (pull_request) Successful in 31s
Lint / CSS Lint (stylelint) (pull_request) Successful in 1m14s
Lint / HTML Lint (htmlhint) (pull_request) Successful in 1m9s
- Remove duplicate bilder/ directory from root (already in public/bilder/)
- Move screenshots (docker-preview, page-preview, screenshot-landingpage) to docs/
- Remove duplicate robots.txt from root (already in public/)
- Update README.md image references to docs/ path
- Update deploy workflow exclusions
|
2026-05-22 06:53:50 +00:00 |
|
|
|
1aedcaf314
|
refactor: Umstellung auf Mini-MVC-Architektur (Issue #46)
Deploy Feature Branch to Test / deploy (push) Successful in 24s
- Front Controller Pattern mit public/index.php als Einstiegspunkt
- Eigenes Routing (App\Core\Router) ohne externes Framework
- Controller: HomeController, ImpressumController, DatenschutzController
- Views mit gemeinsamem Layout (app/views/layouts/main.php)
- PSR-4 Autoloading
- Statische Assets nach public/ verschoben
- Alte Dateien (index.php, impressum.html, datenschutz.html) geloescht
- 301-Redirects fuer alte URLs
- PHP 8.5 kompatibel
- Apache DocumentRoot auf public/ gesetzt
|
2026-05-19 14:38:38 +00:00 |
|
|
|
78dd17da05
|
readme
|
2026-05-10 12:59:08 +02:00 |
|
|
|
424d8e20b6
|
image
|
2026-05-10 12:50:26 +02:00 |
|
|
|
4e774a5872
|
Add landingpage screenshot to README
|
2026-05-10 12:19:24 +02:00 |
|
|
|
d25525946d
|
README hinzugefuegt, Lint-Fehler behoben, Code formatiert
|
2026-05-10 02:15:40 +02:00 |
|