HTML5

6. Bölüm : HTML5 ile caching ve offline içerik

One manifest to rule them all !

Manifesto dosyası tanımı

*** Manifesto dosyası, web sunucusunda text/cache-manifest mime type ile sunulmalı.

<!doctype html>
<html lang="tr" manifest="bl6demo.manifest">
</html>

Manifesto dosyası içeriği

CACHE MANIFEST
bl6_offline_example.htm
bl6demo.css

NETWORK:
*

# version : 2

Offline İçerik Örneği
Fallback kategorisi
CACHE MANIFEST

CACHE:
bl6_offline_example.htm
bl6_fallback_example.htm
bl6demo.css

FALLBACK:
scripts/online.js scripts/offline.js
/html5 /html5/bl6_offline.html

NETWORK:
*

# version : 2

Fallback Örneği