v2.6.1 (Lyra): Welcome page, 404 handling, installatie docs, opschoning

Nieuwe features:
- Welkomstpagina bij lege content-map (nieuwe installatie detectie)
- 404-afhandeling binnen actieve theme via admin/static/404.html
- HTTP 404 status bij onbekende pagina's en missende taalprefix

Opschoning:
- Verwijderd: package.json, src/scss/, root .htaccess, themes/demo/
- Verwijderde vendor packages: php-mqtt/client, mustache/mustache
- AGENTS.md samengevoegd naar root, development/AGENTS.md verwijderd
- .gitignore opgeschoond (NPM/node_modules/.sass-cache verwijderd)

Documentatie:
- Installatie instructies toegevoegd aan README (Apache2/Nginx/PHP/composer)
- README en guide versie referenties bijgewerkt naar 2.6.1
- Release notes: docs/release-notes/v2.6.1.md

Tests:
- Pentest: 30/30 geslaagd, 0 vulnerabilities
- WCAG 2.1 AA: 25/25 geslaagd, 100% compliance
- Test scripts gebruiken Apache-URL i.p.v. localhost:8080
This commit is contained in:
root
2026-08-17 14:48:46 +00:00
parent e0e6e28dcc
commit 2d9ffaa942
53 changed files with 576 additions and 3964 deletions
+10
View File
@@ -35,4 +35,14 @@ return [
'plugin_development' => 'Plugin Ontwikkeling',
'template_system' => 'Template Systeem',
'go_to' => 'Ga naar',
'welcome_title' => 'Welkom bij CodePress CMS',
'welcome_new_install' => 'Nieuwe installatie',
'welcome_intro' => 'U ziet deze pagina omdat de content-map nog leeg is. Dit is een nieuwe installatie van CodePress CMS.',
'welcome_next_steps' => 'Volgende stappen',
'welcome_step_1' => 'Log in via de admin console om content te beheren',
'welcome_step_2' => 'Voeg Markdown-, PHP- of HTML-bestanden toe in de content-map',
'welcome_step_3' => 'Bekijk de handleiding voor uitgebreide documentatie',
'welcome_admin_link' => 'Naar de admin console',
'welcome_guide_link' => 'Handleiding bekijken',
'welcome_content_empty' => 'De content-map is leeg',
];