fix: Restore all files lost during destructive rebase
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>
This commit is contained in:
25
edu-search-service/seeds/de_federal.txt
Normal file
25
edu-search-service/seeds/de_federal.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
# Bundesebene - Offizielle Bildungsquellen
|
||||
# Format: URL [optional: max_depth]
|
||||
|
||||
# Kultusministerkonferenz
|
||||
https://www.kmk.org
|
||||
https://www.kmk.org/themen/qualitaetssicherung-in-schulen/bildungsstandards.html
|
||||
https://www.kmk.org/themen/allgemeinbildende-schulen/lehrplaene-curricula.html
|
||||
|
||||
# Deutscher Bildungsserver (DIPF)
|
||||
https://www.bildungsserver.de
|
||||
https://www.bildungsserver.de/Lehrplaene-400.html
|
||||
https://www.bildungsserver.de/Unterrichtsmaterial-389.html
|
||||
https://www.bildungsserver.de/Schulsystem-532.html
|
||||
|
||||
# Bundeszentrale für politische Bildung
|
||||
https://www.bpb.de/lernen
|
||||
https://www.bpb.de/shop/materialien/arbeitsblatt
|
||||
https://www.bpb.de/themen
|
||||
|
||||
# BMBF
|
||||
https://www.bmbf.de/bmbf/de/bildung/bildung_node.html
|
||||
|
||||
# IQB - Institut zur Qualitätsentwicklung im Bildungswesen
|
||||
https://www.iqb.hu-berlin.de/bista
|
||||
https://www.iqb.hu-berlin.de/vera
|
||||
74
edu-search-service/seeds/de_laender.txt
Normal file
74
edu-search-service/seeds/de_laender.txt
Normal file
@@ -0,0 +1,74 @@
|
||||
# Bundesländer - Kultusministerien und Bildungsserver
|
||||
# Format: URL # Bundesland Kategorie
|
||||
|
||||
# Baden-Württemberg
|
||||
https://km-bw.de # BW Ministerium
|
||||
https://www.bildungsplaene-bw.de # BW Lehrpläne
|
||||
https://www.schule-bw.de # BW Bildungsserver
|
||||
https://lehrerfortbildung-bw.de # BW Fortbildung
|
||||
|
||||
# Bayern
|
||||
https://www.km.bayern.de # BY Ministerium
|
||||
https://www.lehrplanplus.bayern.de # BY Lehrpläne
|
||||
https://www.isb.bayern.de # BY ISB
|
||||
|
||||
# Berlin
|
||||
https://www.berlin.de/sen/bildung # BE Senat
|
||||
https://bildungsserver.berlin-brandenburg.de # BE BB Bildungsserver
|
||||
|
||||
# Brandenburg
|
||||
https://mbjs.brandenburg.de # BB Ministerium
|
||||
https://bildungsserver.berlin-brandenburg.de # BB Bildungsserver
|
||||
|
||||
# Bremen
|
||||
https://www.bildung.bremen.de # HB Bildung
|
||||
|
||||
# Hamburg
|
||||
https://www.hamburg.de/bsb # HH Behörde
|
||||
https://bildungsserver.hamburg.de # HH Bildungsserver
|
||||
|
||||
# Hessen
|
||||
https://kultusministerium.hessen.de # HE Ministerium
|
||||
https://www.schulportal.hessen.de # HE Schulportal
|
||||
|
||||
# Mecklenburg-Vorpommern
|
||||
https://www.bildung-mv.de # MV Bildung
|
||||
https://www.bildungsserver-mv.de # MV Bildungsserver
|
||||
|
||||
# Niedersachsen
|
||||
https://www.mk.niedersachsen.de # NI Ministerium
|
||||
https://www.nibis.de # NI Bildungsserver
|
||||
https://cuvo.nibis.de # NI Curricula
|
||||
|
||||
# Nordrhein-Westfalen
|
||||
https://www.schulministerium.nrw.de # NW Ministerium
|
||||
https://www.schulentwicklung.nrw.de # NW Entwicklung
|
||||
https://www.standardsicherung.nrw.de # NW Lehrpläne
|
||||
https://www.learnline.nrw.de # NW Bildungsserver
|
||||
|
||||
# Rheinland-Pfalz
|
||||
https://bm.rlp.de # RP Ministerium
|
||||
https://lehrplaene.bildung-rp.de # RP Lehrpläne
|
||||
https://schuleonline.bildung-rp.de # RP Bildungsserver
|
||||
|
||||
# Saarland
|
||||
https://www.saarland.de/mbk # SL Ministerium
|
||||
https://www.lpm.uni-sb.de # SL LPM
|
||||
|
||||
# Sachsen
|
||||
https://www.schule.sachsen.de # SN Schule
|
||||
https://www.sachsen-macht-schule.de # SN Portal
|
||||
https://www.schulportal.sachsen.de # SN Schulportal
|
||||
|
||||
# Sachsen-Anhalt
|
||||
https://mb.sachsen-anhalt.de # ST Ministerium
|
||||
https://www.bildung-lsa.de # ST Bildungsserver
|
||||
|
||||
# Schleswig-Holstein
|
||||
https://www.schleswig-holstein.de/DE/landesregierung/ministerien-behoerden/III # SH Ministerium
|
||||
https://lehrplan.sh # SH Lehrpläne
|
||||
https://fachportal.lernnetz.de # SH Fachportal
|
||||
|
||||
# Thüringen
|
||||
https://bildung.thueringen.de # TH Bildung
|
||||
https://www.schulportal-thueringen.de # TH Schulportal
|
||||
20
edu-search-service/seeds/de_portals.txt
Normal file
20
edu-search-service/seeds/de_portals.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# Lehrerportale und Materialsammlungen
|
||||
# Format: URL # Kategorie
|
||||
|
||||
# Große Lehrerportale
|
||||
https://www.lehrer-online.de # Unterrichtsmaterial
|
||||
https://www.4teachers.de # Lehrerportal
|
||||
https://www.schulportal.de # Schulportal
|
||||
|
||||
# Open Educational Resources
|
||||
https://www.oer-info.de # OER Portal
|
||||
https://www.zum.de # ZUM Zentrale
|
||||
https://wiki.zum.de # ZUM Wiki
|
||||
|
||||
# Fachspezifische Portale
|
||||
https://unterricht.schule # Unterricht
|
||||
https://www.lernen-mit-spass.ch # Lernhilfen
|
||||
|
||||
# Universitäten mit Lehrmaterialien
|
||||
https://www.uni-due.de/ludi # Lehrerbildung
|
||||
https://www.tu-dortmund.de/uni/Uni/Fakultaeten/FK12 # Fachdidaktik
|
||||
23
edu-search-service/seeds/denylist.txt
Normal file
23
edu-search-service/seeds/denylist.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# Denylist - Diese Domains werden niemals gecrawlt
|
||||
# Format: domain
|
||||
|
||||
# Werbung/Tracking
|
||||
doubleclick.net
|
||||
googleadservices.com
|
||||
facebook.com
|
||||
twitter.com
|
||||
|
||||
# Social Media
|
||||
instagram.com
|
||||
tiktok.com
|
||||
youtube.com
|
||||
|
||||
# E-Commerce
|
||||
amazon.de
|
||||
ebay.de
|
||||
|
||||
# Paywalled Content
|
||||
spiegel.de
|
||||
zeit.de
|
||||
sueddeutsche.de
|
||||
faz.net
|
||||
Reference in New Issue
Block a user