TIME: 3 Meeting with Alessandro and discussed with Jan about the project scope. Worst case a trainable by non IT rss feed crawler. Best case also websites parseable. PLANS ===== literature research, compare programming languages, python, php/javascript. Server of HL has python. Crawler is going to be python for sure. So basically there is are three components: - Frontend The frontend is the user interface for the non IT user and is probably a plugin for chrome or firefox. This generates a scheme which is parseable by the crawler. - Crawler The crawler periodically crawls the sites/feeds using the generated schemes and notifies the admins if there is a change in layout. The crawler generates xml that is later parsed by the backend. - Backend The backend is not within the scope of this project but it will parse the xml given by the crawler.