Thereafter, I needed to make this project scalable and modular.
Indeed, in the beginning, everything were mixed (in the code, in the browser...). So I did it and you can follow it on
its wiki! :)
Taking example on the start page of ChromeOS and the Firefox homepage contest, I decided to make a browser homepage.
I added some features like "post-it", weather or a "watch". Those modules can be disabled, moved (for most of them) and everything is saved and editable thanks to a persistance via XML (No need for database!).
- Notes are based on this
script but slighty modified to use XML and to add the delete feature.
- The weather module is fixed to Paris for the moment and is based on
this site RSS (and so, potentially editable for France, Belgium and Switzerland).
Try it!