A previous `git pull --rebase origin main` dropped 177 local commits,
losing 3400+ files across admin-v2, backend, studio-v2, website,
klausur-service, and many other services. The partial restore attempt
(660295e2) only recovered some files.
This commit restores all missing files from pre-rebase ref 98933f5e
while preserving post-rebase additions (night-scheduler, night-mode UI,
NightModeWidget dashboard integration).
Restored features include:
- AI Module Sidebar (FAB), OCR Labeling, OCR Compare
- GPU Dashboard, RAG Pipeline, Magic Help
- Klausur-Korrektur (8 files), Abitur-Archiv (5+ files)
- Companion, Zeugnisse-Crawler, Screen Flow
- Full backend, studio-v2, website, klausur-service
- All compliance SDKs, agent-core, voice-service
- CI/CD configs, documentation, scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
599 lines
16 KiB
YAML
599 lines
16 KiB
YAML
# ============================================================================
|
|
# Bundesland-Profile fuer Foerderantraege
|
|
# ============================================================================
|
|
# Landesspezifische Konfigurationen fuer 16 Bundeslaender
|
|
# Erstellt: 2026-01-29
|
|
# ============================================================================
|
|
|
|
metadata:
|
|
version: "1.0.0"
|
|
description: "Bundesland-spezifische Foerderungsprofile"
|
|
last_updated: "2026-01-29"
|
|
|
|
# ============================================================================
|
|
# Bundeslaender
|
|
# ============================================================================
|
|
|
|
bundeslaender:
|
|
# --------------------------------------------------------------------------
|
|
# Niedersachsen (Pilot)
|
|
# --------------------------------------------------------------------------
|
|
NI:
|
|
name: "Niedersachsen"
|
|
short: "NI"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
mep_mandatory_sections:
|
|
- "Paedagogisches Konzept"
|
|
- "Technische Ausstattung"
|
|
- "Fortbildungsplanung"
|
|
|
|
min_quote_amount: 1000
|
|
max_application_amount: null # Kein Limit
|
|
|
|
contact_authority:
|
|
name: "Niedersaechsisches Landesinstitut fuer schulische Qualitaetsentwicklung (NLQ)"
|
|
department: "Abteilung 3 - Medienberatung"
|
|
website: "https://www.nibis.de/digitalpakt"
|
|
email: "digitalpakt@nlq.nibis.de"
|
|
|
|
special_requirements:
|
|
- "Medienentwicklungsplan (MEP) erforderlich"
|
|
- "Genehmigung durch Schultraeger"
|
|
- "Antragstellung ueber Online-Portal"
|
|
|
|
submission_portal:
|
|
type: "online"
|
|
url: "https://www.nibis.de/digitalpakt-antraege"
|
|
format: "online_form"
|
|
|
|
deadlines:
|
|
digitalpakt_2:
|
|
application_deadline: "2027-12-31"
|
|
implementation_deadline: "2028-12-31"
|
|
report_deadline: "2029-06-30"
|
|
|
|
documents_required:
|
|
- id: "mep"
|
|
name: "Medienentwicklungsplan"
|
|
mandatory: true
|
|
format: ["pdf"]
|
|
- id: "kostenplan"
|
|
name: "Detaillierter Kostenplan"
|
|
mandatory: true
|
|
format: ["xlsx", "pdf"]
|
|
- id: "angebote"
|
|
name: "Kostenvoranschlaege/Angebote"
|
|
mandatory: false
|
|
min_amount_for_mandatory: 5000
|
|
format: ["pdf"]
|
|
|
|
notes: |
|
|
Niedersachsen ist der Pilotstandort fuer den Foerderantrag-Wizard.
|
|
Der MEP kann im Wizard-Format eingereicht werden.
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Nordrhein-Westfalen
|
|
# --------------------------------------------------------------------------
|
|
NRW:
|
|
name: "Nordrhein-Westfalen"
|
|
short: "NRW"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
mep_mandatory_sections:
|
|
- "Bestandsaufnahme"
|
|
- "Paedagogisches Konzept"
|
|
- "Qualifizierungskonzept"
|
|
- "Technische Planung"
|
|
|
|
min_quote_amount: 1000
|
|
max_application_amount: null
|
|
|
|
contact_authority:
|
|
name: "Bezirksregierungen NRW"
|
|
department: "Dezernat 48 - Schulfoerderung"
|
|
website: "https://www.schulministerium.nrw/digitalpakt"
|
|
|
|
special_requirements:
|
|
- "Medienkonzept erforderlich"
|
|
- "LOGINEO NRW LMS empfohlen"
|
|
- "Abstimmung mit kommunalem Medienentwicklungsplan"
|
|
|
|
submission_portal:
|
|
type: "online"
|
|
url: "https://www.schulministerium.nrw/digitalpakt-antrag"
|
|
format: "online_form"
|
|
|
|
documents_required:
|
|
- id: "medienkonzept"
|
|
name: "Medienkonzept der Schule"
|
|
mandatory: true
|
|
format: ["pdf"]
|
|
- id: "kostenplan"
|
|
name: "Kostenaufstellung"
|
|
mandatory: true
|
|
format: ["xlsx", "pdf"]
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Bayern
|
|
# --------------------------------------------------------------------------
|
|
BAY:
|
|
name: "Bayern"
|
|
short: "BAY"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Bayerisches Staatsministerium fuer Unterricht und Kultus"
|
|
website: "https://www.km.bayern.de/digitalpakt"
|
|
|
|
special_requirements:
|
|
- "Medienkonzept erforderlich"
|
|
- "Abstimmung mit Sachaufwandstraeger"
|
|
|
|
submission_portal:
|
|
type: "online"
|
|
format: "online_form"
|
|
|
|
documents_required:
|
|
- id: "medienkonzept"
|
|
name: "Medienkonzept"
|
|
mandatory: true
|
|
format: ["pdf"]
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Baden-Wuerttemberg
|
|
# --------------------------------------------------------------------------
|
|
BW:
|
|
name: "Baden-Wuerttemberg"
|
|
short: "BW"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Ministerium fuer Kultus, Jugend und Sport"
|
|
website: "https://km-bw.de/digitalpakt"
|
|
|
|
special_requirements:
|
|
- "Medienentwicklungsplan erforderlich"
|
|
- "Paedagogisches Konzept"
|
|
|
|
documents_required:
|
|
- id: "mep"
|
|
name: "Medienentwicklungsplan"
|
|
mandatory: true
|
|
format: ["pdf"]
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Hessen
|
|
# --------------------------------------------------------------------------
|
|
HE:
|
|
name: "Hessen"
|
|
short: "HE"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Hessisches Kultusministerium"
|
|
website: "https://kultusministerium.hessen.de/digitalpakt"
|
|
|
|
special_requirements:
|
|
- "Schulisches Medienbildungskonzept"
|
|
|
|
documents_required:
|
|
- id: "medienbildungskonzept"
|
|
name: "Medienbildungskonzept"
|
|
mandatory: true
|
|
format: ["pdf"]
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Sachsen
|
|
# --------------------------------------------------------------------------
|
|
SN:
|
|
name: "Sachsen"
|
|
short: "SN"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Saechsisches Staatsministerium fuer Kultus"
|
|
website: "https://www.bildung.sachsen.de/digitalpakt"
|
|
|
|
special_requirements:
|
|
- "Medienentwicklungsplanung"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Thueringen
|
|
# --------------------------------------------------------------------------
|
|
TH:
|
|
name: "Thueringen"
|
|
short: "TH"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Thueringer Ministerium fuer Bildung, Jugend und Sport"
|
|
website: "https://bildung.thueringen.de/digitalpakt"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Sachsen-Anhalt
|
|
# --------------------------------------------------------------------------
|
|
SA:
|
|
name: "Sachsen-Anhalt"
|
|
short: "SA"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Ministerium fuer Bildung Sachsen-Anhalt"
|
|
website: "https://mb.sachsen-anhalt.de/digitalpakt"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Brandenburg
|
|
# --------------------------------------------------------------------------
|
|
BB:
|
|
name: "Brandenburg"
|
|
short: "BB"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Ministerium fuer Bildung, Jugend und Sport Brandenburg"
|
|
website: "https://mbjs.brandenburg.de/digitalpakt"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Mecklenburg-Vorpommern
|
|
# --------------------------------------------------------------------------
|
|
MV:
|
|
name: "Mecklenburg-Vorpommern"
|
|
short: "MV"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Ministerium fuer Bildung und Kindertagesfoerderung MV"
|
|
website: "https://www.bildung-mv.de/digitalpakt"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Schleswig-Holstein
|
|
# --------------------------------------------------------------------------
|
|
SH:
|
|
name: "Schleswig-Holstein"
|
|
short: "SH"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Ministerium fuer Allgemeine und Berufliche Bildung SH"
|
|
website: "https://www.schleswig-holstein.de/digitalpakt"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Hamburg
|
|
# --------------------------------------------------------------------------
|
|
HH:
|
|
name: "Hamburg"
|
|
short: "HH"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Behoerde fuer Schule und Berufsbildung Hamburg"
|
|
website: "https://www.hamburg.de/digitalpakt"
|
|
|
|
notes: |
|
|
Hamburg als Stadtstaat hat ein zentrales Antragsverfahren.
|
|
Schultraeger ist die Stadt Hamburg.
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Bremen
|
|
# --------------------------------------------------------------------------
|
|
HB:
|
|
name: "Bremen"
|
|
short: "HB"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Die Senatorin fuer Kinder und Bildung Bremen"
|
|
website: "https://www.bildung.bremen.de/digitalpakt"
|
|
|
|
notes: |
|
|
Bremen als Stadtstaat hat ein zentrales Antragsverfahren.
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Berlin
|
|
# --------------------------------------------------------------------------
|
|
BE:
|
|
name: "Berlin"
|
|
short: "BE"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Senatsverwaltung fuer Bildung, Jugend und Familie"
|
|
website: "https://www.berlin.de/sen/bildung/digitalpakt"
|
|
|
|
notes: |
|
|
Berlin als Stadtstaat hat ein zentrales Antragsverfahren.
|
|
Bezirke sind Schultraeger.
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Saarland
|
|
# --------------------------------------------------------------------------
|
|
SL:
|
|
name: "Saarland"
|
|
short: "SL"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Ministerium fuer Bildung und Kultur Saarland"
|
|
website: "https://www.saarland.de/mbk/digitalpakt"
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Rheinland-Pfalz
|
|
# --------------------------------------------------------------------------
|
|
RP:
|
|
name: "Rheinland-Pfalz"
|
|
short: "RP"
|
|
funding_programs:
|
|
- DIGITALPAKT_1
|
|
- DIGITALPAKT_2
|
|
- LANDESFOERDERUNG
|
|
|
|
default_funding_rate: 0.90
|
|
max_funding_rate: 0.90
|
|
min_own_contribution: 0.10
|
|
|
|
requires_mep: true
|
|
|
|
contact_authority:
|
|
name: "Ministerium fuer Bildung Rheinland-Pfalz"
|
|
website: "https://bm.rlp.de/digitalpakt"
|
|
|
|
# ============================================================================
|
|
# Foerderprogramm-Uebersicht
|
|
# ============================================================================
|
|
|
|
funding_programs:
|
|
DIGITALPAKT_1:
|
|
name: "DigitalPakt Schule 1.0"
|
|
description: "Erste Phase des DigitalPakts (2019-2024)"
|
|
status: "auslaufend"
|
|
total_budget_billion: 5.0
|
|
funding_areas:
|
|
- "IT-Grundinfrastruktur"
|
|
- "Digitale Lerninfrastruktur"
|
|
- "Digitale Arbeitsgeraete"
|
|
notes: "Restmittel koennen noch abgerufen werden"
|
|
|
|
DIGITALPAKT_2:
|
|
name: "DigitalPakt Schule 2.0"
|
|
description: "Zweite Phase des DigitalPakts (2025-2030)"
|
|
status: "aktiv"
|
|
total_budget_billion: 5.5
|
|
funding_areas:
|
|
- "Digitale Bildungsinfrastruktur"
|
|
- "IT-Administration"
|
|
- "Fortbildung"
|
|
- "Endgeraete (erweitert)"
|
|
- "Lokale KI-Systeme"
|
|
focus_areas:
|
|
- "KI in der Bildung"
|
|
- "Datenschutzkonforme Loesungen"
|
|
- "Nachhaltige IT-Infrastruktur"
|
|
|
|
LANDESFOERDERUNG:
|
|
name: "Landesspezifische Foerderung"
|
|
description: "Ergaenzende Programme der Bundeslaender"
|
|
status: "variabel"
|
|
notes: "Details je nach Bundesland unterschiedlich"
|
|
|
|
SCHULTRAEGER:
|
|
name: "Schultraegerfoerderung"
|
|
description: "Investitionen durch Schultraeger"
|
|
status: "dauerhaft"
|
|
notes: "Eigenmittel der Kommunen/Landkreise"
|
|
|
|
# ============================================================================
|
|
# Foerderfahige Kategorien
|
|
# ============================================================================
|
|
|
|
fundable_categories:
|
|
digitalpakt_2:
|
|
included:
|
|
- category: "NETWORK"
|
|
description: "Aufbau/Erweiterung digitaler Vernetzung"
|
|
examples:
|
|
- "Strukturierte Verkabelung"
|
|
- "Netzwerkkomponenten"
|
|
- "Glasfaseranschluss schulintern"
|
|
|
|
- category: "WLAN"
|
|
description: "WLAN-Infrastruktur"
|
|
examples:
|
|
- "Access Points"
|
|
- "Controller"
|
|
- "Antennen"
|
|
|
|
- category: "DEVICES"
|
|
description: "Digitale Lerngeraete"
|
|
examples:
|
|
- "Tablets"
|
|
- "Laptops"
|
|
- "Convertibles"
|
|
limits:
|
|
max_per_device: 800
|
|
ratio_student: "1:3"
|
|
|
|
- category: "PRESENTATION"
|
|
description: "Praesentationstechnik"
|
|
examples:
|
|
- "Interaktive Displays"
|
|
- "Beamer"
|
|
- "Dokumentenkameras"
|
|
|
|
- category: "SOFTWARE"
|
|
description: "Software-Lizenzen"
|
|
examples:
|
|
- "Lernmanagementsysteme"
|
|
- "Office-Lizenzen"
|
|
- "Sicherheitssoftware"
|
|
conditions:
|
|
- "Max. 5 Jahre Laufzeit"
|
|
- "Bildungslizenz erforderlich"
|
|
|
|
- category: "SERVER"
|
|
description: "Server und lokale Rechenzentren"
|
|
examples:
|
|
- "Schulserver"
|
|
- "NAS-Systeme"
|
|
- "Lokale KI-Arbeitsstation"
|
|
focus_digitalpakt_2:
|
|
- "Datenschutzkonforme lokale Verarbeitung"
|
|
- "KI-Systeme ohne Cloud-Anbindung"
|
|
|
|
- category: "SERVICES"
|
|
description: "Dienstleistungen"
|
|
examples:
|
|
- "Installation"
|
|
- "Konfiguration"
|
|
- "Projektmanagement"
|
|
conditions:
|
|
- "Max. 20% der Gesamtsumme"
|
|
|
|
- category: "TRAINING"
|
|
description: "Fortbildungen"
|
|
examples:
|
|
- "Technische Schulungen"
|
|
- "Paedagogische Fortbildung"
|
|
limits:
|
|
max_percentage: 10
|
|
|
|
excluded:
|
|
- "Verbrauchsmaterial"
|
|
- "Laufende Betriebskosten"
|
|
- "Personalkosten (ausser projektbezogen)"
|
|
- "Moebel (ausser IT-spezifisch)"
|
|
- "Cloud-Abonnements ohne lokale Alternative"
|