Quellcode durchsuchen

Disabled http caching

avkonst vor 12 Jahren
Ursprung
Commit
cdc383929c
3 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 5 0
      mainline/doc/index-online.html
  2. 5 0
      mainline/doc/index.html
  3. 5 0
      mainline/doc/project.html

+ 5 - 0
mainline/doc/index-online.html

@@ -21,6 +21,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+<meta http-equiv="cache-control" content="max-age=0" />
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="expires" content="0" />
+<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
+<meta http-equiv="pragma" content="no-cache" />
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-5" />
 <meta http-equiv="REFRESH" content="0;url=http://swi.svn.sourceforge.net/viewvc/swi/mainline/doc/project.html">
 <title>Metrix++ Index Page</title>

+ 5 - 0
mainline/doc/index.html

@@ -21,6 +21,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+<meta http-equiv="cache-control" content="max-age=0" />
+<meta http-equiv="cache-control" content="no-cache" />
+<meta http-equiv="expires" content="0" />
+<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
+<meta http-equiv="pragma" content="no-cache" />
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-5" />
 <meta http-equiv="REFRESH" content="0;url=./project.html">
 <title>Metrix++ Index Page</title>

+ 5 - 0
mainline/doc/project.html

@@ -23,6 +23,11 @@ along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+  <meta http-equiv="cache-control" content="max-age=0" />
+  <meta http-equiv="cache-control" content="no-cache" />
+  <meta http-equiv="expires" content="0" />
+  <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
+  <meta http-equiv="pragma" content="no-cache" />
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-5" />
   <title>Metrix++ Project</title>
   <link href="style.css" rel="stylesheet" type="text/css" />