Commit Graph

4 Commits

Author SHA1 Message Date
Sascha 60ecb5962d feat: WCAG-AAA-Kontraste, Cavendish-Skin, Deploy-Pipeline
Barrierefreiheit (cavendish.css / header.css):
- Header auf dunkles Teal (#003535) umgestellt, Titel weiß
- Tab-Buttons an dunklen Header angepasst (Kontrast 12:1 AAA)
- Status-Boxen (.successbox/.errorbox/.warningbox) von <2:1 auf 7-8:1 angehoben
- Grau-Texte (#888, #808080, #7d7d7d) auf #595959 (7:1 AAA) vereinheitlicht
- Aktive Links, Footer, Nav-Labels auf WCAG-AAA-Kontrast gebracht
- header.css in skin.json registriert (war nie geladen)
- Cavendish-Skin vollständig versioniert

Deploy-Infrastruktur:
- .forgejo/workflows/deploy.yml: Auto-Deploy via Forgejo Actions bei Push auf main
- scripts/deploy.ps1: manuelles Windows-Deploy (WSL rsync / scp-Fallback)
- mediawiki/LocalSettings.production.example.php: Produktions-Konfigurationsvorlage
- .deploy.example.env: Verbindungsdaten-Template
- package.json: deploy / deploy:all / deploy:initial Skripte ergänzt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 16:25:01 +02:00
Sascha c0fb067595 feat: Mediawiki added, extensions added 2026-06-01 16:02:23 +02:00
Sascha f0d1fd3f58 feat: Enhance accessibility guidelines and review objectives for WCAG compliance 2026-05-26 17:49:54 +02:00
Sascha 277e289c45 feat: Initialize MediaWiki project with accessibility-focused workflow
- Added package.json to manage project dependencies and scripts for initialization, setup, and accessibility testing.
- Created scripts for initializing MediaWiki, installing dependencies, and starting a development server.
- Implemented accessibility testing configurations using Pa11y and Lighthouse.
- Added configuration files for accessibility testing with Pa11y and Lighthouse.
2026-05-22 16:36:59 +02:00