However, I started hacking on Monday and the first working widget was kinda printscreen of the timetable we got from the university. It's been pretty clumsy because of the fact that it needed a single picture for every day. After some good talks with Philip I decided to make it more customisable.
First idea was to connect somehow to the server and fetch somehow the timetable.. but somehow it didn't work.
Ok, second idea: on the university's webserver every student can access his timetable. I had a look at the HTML source and discovered that the part where the timetable is situated starts as follows :
<?xml version="1.0" encoding="utf-8"?>
Gotcha! The hole timetable code is a valid XML doc inside the page. For now, I'm up to parse this document inside the widget.Stay tuned.
