- 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>
27 lines
785 B
JSON
27 lines
785 B
JSON
{
|
|
"name": "TSV 08 Kulmbach",
|
|
"legal_name": "TSV 1908 Kulmbach e. V.",
|
|
"founded": "1908",
|
|
"description": "TSV 08 Kulmbach bietet dir in Kulmbach in den Bereichen Fußball und Turnen die Möglichkeit aktiv zu werden.",
|
|
"departments": ["Fußball", "Turnen", "Trampolin"],
|
|
"address": {
|
|
"venue": "Hans-Rausch-Sportanlage",
|
|
"street": "Thurnauer Str. 51",
|
|
"zip": "95326",
|
|
"city": "Kulmbach",
|
|
"country": "DE"
|
|
},
|
|
"email": "info@tsv08kulmbach.de",
|
|
"email_turnen": "turnabteilung.tsv08kulmbach@gmail.com",
|
|
"memberships": [
|
|
"Bayerischer Landes-Sportverband",
|
|
"Bayerischer Fußball-Verband",
|
|
"Bayerischer Turnverband"
|
|
],
|
|
"social": {
|
|
"instagram": "https://www.instagram.com/tsv08kulmbach/",
|
|
"facebook": null,
|
|
"youtube": null
|
|
}
|
|
}
|