Confirmed users, Bureaucrats and Sysops emeriti
3,599
edits
Line 110: | Line 110: | ||
=== Snippet Presentation in Client === | === Snippet Presentation in Client === | ||
The client will store the snippet content on the user's local disk (either as flat file or using appcache / offline storage?) and display it as part of the Firefox Start page in an iframe. The client will update the snippet asynchronously at most once per 24 hour period; any additional rotation/varying of the user facing content will need to be handled by the snippet itself. | The client will store the snippet content on the user's local disk (either as flat file or using appcache / offline storage?) and display it as part of the Firefox Start page in an iframe. The client will update the snippet asynchronously at most once per 24 hour period; any additional rotation/varying of the user facing content will need to be handled by the snippet itself. | ||
* client will check mozilla hosted service at most once per day | |||
* client will download JSON file from mozilla hosted service if update available | |||
* client will unpack resources from JSON file and store locally | |||
* client will render locally stored content in iframe on Firefox Start page | |||
== Testing == | == Testing == |