Author: dsetrakyan
Date: Tue May 19 00:00:42 2015
New Revision: 1680138

URL: http://svn.apache.org/r1680138
Log:
disable caching

Modified:
    incubator/ignite/site/trunk/features.html
    incubator/ignite/site/trunk/includes/footer.html
    incubator/ignite/site/trunk/index.html

Modified: incubator/ignite/site/trunk/features.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1680138&r1=1680137&r2=1680138&view=diff
==============================================================================
--- incubator/ignite/site/trunk/features.html (original)
+++ incubator/ignite/site/trunk/features.html Tue May 19 00:00:42 2015
@@ -35,6 +35,9 @@ under the License.
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <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>Apache Ignite - Features</title>
     <link media="all" rel="stylesheet" href="css/all.css">
     <link 
href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css" 
rel="stylesheet">

Modified: incubator/ignite/site/trunk/includes/footer.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/includes/footer.html?rev=1680138&r1=1680137&r2=1680138&view=diff
==============================================================================
--- incubator/ignite/site/trunk/includes/footer.html (original)
+++ incubator/ignite/site/trunk/includes/footer.html Tue May 19 00:00:42 2015
@@ -10,7 +10,7 @@
                         <li><a href="/features.html">Features</a></li>
                         <li><a 
href="http://apacheignite.readme.io/v1.0/docs";>Documentation</a></li>
                         <li><a href="/index.html#community">Community</a></li>
-                        <li><a 
href="http://apacheignite.readme.io/v1.0/discuss";>Support</a></li>
+                        <li><a 
href="http://apache-ignite-users.70518.x6.nabble.com/";>Support</a></li>
                         <!-- <li><a 
href="/index.html#download">Download</a></li> -->
                     </ul>
                 </nav>

Modified: incubator/ignite/site/trunk/index.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/index.html?rev=1680138&r1=1680137&r2=1680138&view=diff
==============================================================================
--- incubator/ignite/site/trunk/index.html (original)
+++ incubator/ignite/site/trunk/index.html Tue May 19 00:00:42 2015
@@ -34,6 +34,9 @@ under the License.
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <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>Apache Ignite</title>
     <link media="all" rel="stylesheet" href="css/all.css">
     <link 
href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic'
 rel='stylesheet' type='text/css'>


Reply via email to