You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/05/03 17:26:06 UTC

svn commit: r534908 - in /incubator/stdcxx/site: bugs.html download.html index.html

Author: sebor
Date: Thu May  3 08:26:05 2007
New Revision: 534908

URL: http://svn.apache.org/viewvc?view=rev&rev=534908
Log:
2007-05-03  Martin Sebor  <se...@roguewave.com>

	* bugs.html: Added Google Analytics tracking code.
	* index.html: Same.
	* Download: Same.

Modified:
    incubator/stdcxx/site/bugs.html
    incubator/stdcxx/site/download.html
    incubator/stdcxx/site/index.html

Modified: incubator/stdcxx/site/bugs.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/site/bugs.html?view=diff&rev=534908&r1=534907&r2=534908
==============================================================================
--- incubator/stdcxx/site/bugs.html (original)
+++ incubator/stdcxx/site/bugs.html Thu May  3 08:26:05 2007
@@ -550,5 +550,13 @@
            Copyright &copy; 2006 The Apache Software Foundation.
       </div>
     </div>
+
+    <!-- Google Analytics tracking code -->
+    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+    </script>
+    <script type="text/javascript">
+        _uacct = "UA-1775151-1";
+        urchinTracker();
+    </script>
   </body>
 </html>

Modified: incubator/stdcxx/site/download.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/site/download.html?view=diff&rev=534908&r1=534907&r2=534908
==============================================================================
--- incubator/stdcxx/site/download.html (original)
+++ incubator/stdcxx/site/download.html Thu May  3 08:26:05 2007
@@ -324,5 +324,13 @@
            Copyright &copy; 2005-2006 The Apache Software Foundation.
       </div>
     </div>
+
+    <!-- Google Analytics tracking code -->
+    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+    </script>
+    <script type="text/javascript">
+        _uacct = "UA-1775151-1";
+        urchinTracker();
+    </script>
   </body>
 </html>

Modified: incubator/stdcxx/site/index.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/site/index.html?view=diff&rev=534908&r1=534907&r2=534908
==============================================================================
--- incubator/stdcxx/site/index.html (original)
+++ incubator/stdcxx/site/index.html Thu May  3 08:26:05 2007
@@ -1405,5 +1405,14 @@
            Copyright &copy; 2005-2006 The Apache Software Foundation.
       </div>
     </div>
+
+    <!-- Google Analytics tracking code -->
+    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+    </script>
+    <script type="text/javascript">
+        _uacct = "UA-1775151-1";
+        urchinTracker();
+    </script>
+
   </body>
 </html>