wonder how I can implement off-line cache for content:

Type:
http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html #
application-cache-api


I created the file:
static / mi_manifest.manifest

and I added: layout.html

 <html manifest="mi_manifest.manifest">
with the necessary specifications ..

but using the debugging tools and firefox chromiun note that the file is not
delivered by the cache served as a kind ..

if not type text file, so the cache is not implemented ..

I think this could be included in web2py auto ..

the file. manifest is created automatically and can be customized

whether applications are offline or online

good thanks

---------------------------------------------------------------------------------------

pregunto: como puedo implementar cache para contenido off line:

del tipo:
http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#application-cache-api


he creado el archivo:
static/mi_manifest.manifest

y lo he agregado en: layout.html

 <html manifest="mi_manifest.manifest" >
con las especificaciones necesarias..

pero utilizando las herramientas de depuración chromiun y firefox observo
que el archivo no es entregado por el servido como tipo cache..

si no un archivo tipo texto, por lo cual el cache no se implementa..

pienso que esto podría estar incluido automaticamente en web2py..

que el archivo .manifest se cree automaticamente y se pueda personalizar

independientemente de que las aplicaciones sean offline o online

bueno gracias

para los usuarios en español mas informacion en:
http://sentidoweb.com/2010/08/17/crear-aplicaciones-offline-con-html5.php

-- 
Díaz Luis
TSU Analisis de Sistemas
Universidad de Carabobo

Reply via email to