- Ordnerstruktur mit public/-Docroot, Deny-.htaccess für app/bin/config/data/storage - CLAUDE.md mit Leitplanken (self-hosted only, Single Source of Truth, Component-first) - Design-Tokens aus alter Seite extrahiert (Akzent #e20612, Coolvetica/Abel als woff2) - Front Controller mit Routen-Register, Sitemap, Canonical, JSON-LD (SportsClub) - Startseite: Hero, Instagram-Feed (lokaler Cache), Historie/Sportheim, Stats, Partner, Kontakt - Kontaktformular via PHPMailer/Brevo mit Honeypot + HMAC-Time-Trap (kein reCAPTCHA) - bin/instagram-sync.php: Scraper mit Strategie-Kette, flock, atomarem Cache, lokalen Bildern Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"name": "tsv08kulmbach/website",
|
|
"description": "Website des TSV 1908 Kulmbach e. V. — natives HTML/CSS/JS, Vanilla PHP",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"phpmailer/phpmailer": "^7.1"
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1.0"
|
|
},
|
|
"optimize-autoloader": true
|
|
}
|
|
}
|