Author: bugman Date: Sat Mar 31 19:40:49 2012 New Revision: 15649 URL: http://svn.gna.org/viewcvs/relax?rev=15649&view=rev Log: Created a page which when visited prevents statistics tracking of http://www.nmr-relax.com. This is for the Google Analytics analysis of http://www.nmr-relax.com, and applies to anyone who visits this special webpage. Added: website/.no_stats.html Added: website/.no_stats.html URL: http://svn.gna.org/viewcvs/relax/website/.no_stats.html?rev=15649&view=auto ============================================================================== --- website/.no_stats.html (added) +++ website/.no_stats.html Sat Mar 31 19:40:49 2012 @@ -1,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> +<html xmlns="http://www.w3.org/1999/xhtml";> + +<head> + <title>Stop the stats!</title> +</head> + +<body onLoad="javascript:__utmSetVar('no_stats')"> +</body> +</html>