svn commit: samba-web r450 - in trunk: . news

deryck at samba.org deryck at samba.org
Fri Dec 3 04:31:52 GMT 2004


Author: deryck
Date: 2004-12-03 04:31:51 +0000 (Fri, 03 Dec 2004)
New Revision: 450

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=450

Log:

Remove random mirror javascript and file since we automatically
redirect to us1 now.

--deryck

Removed:
   trunk/redirect_us.html
Modified:
   trunk/news/header2.html


Changeset:
Modified: trunk/news/header2.html
===================================================================
--- trunk/news/header2.html	2004-12-02 21:28:02 UTC (rev 449)
+++ trunk/news/header2.html	2004-12-03 04:31:51 UTC (rev 450)
@@ -27,21 +27,6 @@
 }
 </style>
 
-<script language="Javascript" type="text/javascript">
-<!-- Hide from old browsers
-newsMirrors = new Array
-newsMirrors[0] = "http://us1.samba.org/samba/news/"
-newsMirrors[1] = "http://us4.samba.org/samba/news/"
-
-n = Math.floor(Math.random()*2)
-
-if (document.location == "http://samba.org/samba/news/" || document.location == "http://www.samba.org/samba/news/") {
-
-    document.location = newsMirrors[n]
-}
-// end hide -->
-</script>
-
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta http-equiv="Content-Language" content="en-us" />
 <meta name="keywords" content="Samba SMB CIFS" />

Deleted: trunk/redirect_us.html
===================================================================
--- trunk/redirect_us.html	2004-12-02 21:28:02 UTC (rev 449)
+++ trunk/redirect_us.html	2004-12-03 04:31:51 UTC (rev 450)
@@ -1,30 +0,0 @@
-<html>
-
-<head>
-
-<title>Samba -- Opening Windows to a Wider World</title>    
-
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta http-equiv="Content-Language" content="en-us" />
-<meta name="keywords" content="Samba SMB CIFS" />
-<meta name="description" content="Home of Samba, the SMB file server" />
-
-<!--#include virtual="/samba/redirect_include.html" -->
-
-</head>
-
-
-<body onload="javascript:window.location=randomMirror[n]">
-<noscript>
-<h2>Samba -- Opening Windows to a Wider World</h2>
-<h3>Please choose a mirror</h3>
-
-<h4>For the samba.org web site:</h4>
-<!--#include virtual="/samba/web_hosts.html" -->
-
-<h4>For download ftp sites:</h4>
-<!--#include virtual="/samba/ftp_hosts.html" -->
-</noscript>
-</body>
-</html>
-  



More information about the samba-cvs mailing list