-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mensaplan broken #2
Comments
I wrote to the Studentenwerk from our fsgi mail, they forwarded that to infomax.de who manages the plans for them and they gave us the information that the new publishing method is via XMLs that are located at http://speiseplan.stw-muenster.de/mensa_am_ring.xml I implemented the new method into mensaplaene.php with bc37750 |
Yes, the filter does work, it's supposed to only remove the "Heute am " to make it somewhat shorter. I thought about limiting the items too, but couldn't decide which ones to keep and which not. If we reduce it, I'd say keep only Menu 1-3 and nothing else. To start with, I'd certainly remove the Dessertbuffet. Alternatively, use a smaller font size? (Or redesign the whole thing?) |
Exclude Dessertbuffet, glue with implode to remove trailing `<br>`, stylable with id `#mensaplan` ref issue #2
should be working now |
Since the Studentenwerk changed their Mensaplan publishing method, the mensa parser is broken. There seems to be an API for the new system which already works in the WiWi app. We should wait for the outcome of this conversation before attempting to fix anything ourselves.
The text was updated successfully, but these errors were encountered: