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
1 line
667 B
PHTML
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’s en meertalige brochuresites. De router is 80 regels.</p><h3>Gebruiksscenario’s</h3><ul><li>Bedrijfswebsites met meerdere talen</li><li>API-integratiedemo’s zonder infrastructuur</li><li>Documentatieportalen</li><li>Alles wat geen database nodig heeft</li></ul></div></section>
|