<daker> dholbach: if you use static content you will have to update the app each time
<daker> you change something
<dholbach> right... on the plus side, this would allow users to use the content offline
I don't know what the best way to do this is :)
daker, we could also set up a daily build, which publishes the html on community.u.c or something
<daker> dholbach: you'll have to put a file "version.txt" which will hold the date of the last content update, once the app starts it will check "version.txt" on the server and compare with the local one, if they are different download the content from the server and cache localy, then the app will only read the local content
<daker> and you can use localstorage to store content
Adnane wrote code which can be used for this: http:// people. ubuntu. com/~daker/ dholbach/