From 9ab7cf5f022c699b3ebcb5fc2d11e30f24beb802 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Wed, 4 Aug 2010 07:51:25 +0000 Subject: Added application cache support to really make things zippy! --- cache.manifest.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 cache.manifest.php (limited to 'cache.manifest.php') diff --git a/cache.manifest.php b/cache.manifest.php new file mode 100644 index 000000000..db963aeef --- /dev/null +++ b/cache.manifest.php @@ -0,0 +1,32 @@ +lastcache} + +CACHE: +# CSS +{$CONFIG->url}_css/css.css?lastcache={$CONFIG->lastcache}&viewtype=$viewtype + +# Scripts +{$CONFIG->url}vendors/jquery/jquery-1.3.2.min.js +{$CONFIG->url}vendors/jquery/jquery-ui-1.7.2.min.js +{$CONFIG->url}vendors/jquery/jquery.form.js +{$CONFIG->url}vendors/jquery/jquery.easing.1.3.packed.js +{$CONFIG->url}_css/js.php?js=initialise_elgg&viewtype=$viewtype&lastcache={$CONFIG->lastcache} +{$CONFIG->url}_css/js.php?js=friendsPickerv1&viewtype=$viewtype&lastcache={$CONFIG->lastcache} + +NETWORK: +* + +MANIFEST; + +echo $manifest; \ No newline at end of file -- cgit v1.2.3