bare-site/html/lng/nl/home.phtml
cclohmar b93de83519 bare-site v1.0 — zero-dependency PHP micro-framework
7 languages, 3 pages (What/How/Start), 80-line router, 98KB total.

Features:
- No database, no Composer, no build step — just files on disk
- nginx PHP isolation: only index.php executes
- Bot detection with browser heuristic bypass
- Rate limiting, structured weekly logs, geo-location, Telegram alerts
- Multi-language: Accept-Language auto-detect, nav dropdown
- Article sub-page routing via /start/{slug}
- Apache + Caddy config alternatives documented in Start page
- Sample config — no real keys or secrets
2026-06-25 14:12:46 +00:00

1 line
667 B
PHTML

<section class="content-section"><h2 class="section-title">Wat is bare-site?</h2><div class="section-content"><p><strong>bare-site</strong> is een PHP-microframework voor statische contentwebsites. Geen database. Geen Composer. Geen ORM. Geen build-stap. Alleen bestanden op schijf.</p><p>Ontwikkeld vanuit 8 jaar productiegebruik voor bedrijfswebsites, identiteitsdemo&rsquo;s en meertalige brochuresites. De router is 80 regels.</p><h3>Gebruiksscenario&rsquo;s</h3><ul><li>Bedrijfswebsites met meerdere talen</li><li>API-integratiedemo&rsquo;s zonder infrastructuur</li><li>Documentatieportalen</li><li>Alles wat geen database nodig heeft</li></ul></div></section>