Mercurial > hg > bioaid
changeset 40:b11c8d7ccf05
tweked caching options
author | nick <nrclark@essex.ac.uk> |
---|---|
date | Tue, 04 Dec 2012 23:25:32 +0000 |
parents | bb22080ad996 |
children | bd2bab729921 |
files | coming_soon.html contact.html index.html info.html |
diffstat | 4 files changed, 13 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/coming_soon.html Tue Dec 04 19:06:42 2012 +0000 +++ b/coming_soon.html Tue Dec 04 23:25:32 2012 +0000 @@ -1,7 +1,9 @@ <html> <head> <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'> - <meta http-equiv="Cache-Control" content="no-cache"> + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> + <meta http-equiv="Pragma" content="no-cache"> + <meta http-equiv="Expires" content="0"> <title>BioAid — Page under construction</title> <style type='text/css'> @import 'css/default.css'; @@ -55,7 +57,7 @@ <div id='content'> <h1 id='page under construction'>Page under construction</h1> <ol class="toc"></ol> - <p>This page is currently under construction. Check back later for updates.</p> + <p>This page is coming soon. Check back later for updates.</p> </div> <div id='footer'>Copyright © 2012 Nick Clark</div> </div>
--- a/contact.html Tue Dec 04 19:06:42 2012 +0000 +++ b/contact.html Tue Dec 04 23:25:32 2012 +0000 @@ -1,7 +1,9 @@ <html> <head> <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'> - <meta http-equiv="Cache-Control" content="no-cache"> + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> + <meta http-equiv="Pragma" content="no-cache"> + <meta http-equiv="Expires" content="0"> <title>BioAid — People & Contact</title> <style type='text/css'> @import 'css/default.css';
--- a/index.html Tue Dec 04 19:06:42 2012 +0000 +++ b/index.html Tue Dec 04 23:25:32 2012 +0000 @@ -1,7 +1,9 @@ <html> <head> <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'> - <meta http-equiv="Cache-Control" content="no-cache"> + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> + <meta http-equiv="Pragma" content="no-cache"> + <meta http-equiv="Expires" content="0"> <title>BioAid — The Biologically Inspired Hearing Aid</title> <style type='text/css'> @import 'css/default.css';
--- a/info.html Tue Dec 04 19:06:42 2012 +0000 +++ b/info.html Tue Dec 04 23:25:32 2012 +0000 @@ -1,7 +1,9 @@ <html> <head> <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'> - <meta http-equiv="Cache-Control" content="no-cache"> + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> + <meta http-equiv="Pragma" content="no-cache"> + <meta http-equiv="Expires" content="0"> <title>BioAid — Information</title> <style type='text/css'> @import 'css/default.css';