You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by lr...@apache.org on 2013/04/13 08:58:28 UTC

svn commit: r1467567 - in /wink/site/trunk/maven-generated: community.html documentation.html downloads.html faq.html index.html news.html privacy.html source.html

Author: lresende
Date: Sat Apr 13 06:58:28 2013
New Revision: 1467567

URL: http://svn.apache.org/r1467567
Log:
Add GA tracking javascript

Modified:
    wink/site/trunk/maven-generated/community.html
    wink/site/trunk/maven-generated/documentation.html
    wink/site/trunk/maven-generated/downloads.html
    wink/site/trunk/maven-generated/faq.html
    wink/site/trunk/maven-generated/index.html
    wink/site/trunk/maven-generated/news.html
    wink/site/trunk/maven-generated/privacy.html
    wink/site/trunk/maven-generated/source.html

Modified: wink/site/trunk/maven-generated/community.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/community.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/community.html (original)
+++ wink/site/trunk/maven-generated/community.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -215,6 +215,18 @@ under the License. 
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>

Modified: wink/site/trunk/maven-generated/documentation.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/documentation.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/documentation.html (original)
+++ wink/site/trunk/maven-generated/documentation.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -195,6 +195,18 @@ under the License. 
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>

Modified: wink/site/trunk/maven-generated/downloads.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/downloads.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/downloads.html (original)
+++ wink/site/trunk/maven-generated/downloads.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -199,6 +199,18 @@ under the License. 
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>

Modified: wink/site/trunk/maven-generated/faq.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/faq.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/faq.html (original)
+++ wink/site/trunk/maven-generated/faq.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -243,6 +243,18 @@ under the License. 
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>

Modified: wink/site/trunk/maven-generated/index.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/index.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/index.html (original)
+++ wink/site/trunk/maven-generated/index.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -138,6 +138,18 @@ under the License. 
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>

Modified: wink/site/trunk/maven-generated/news.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/news.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/news.html (original)
+++ wink/site/trunk/maven-generated/news.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -220,6 +220,18 @@ under the License. 
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>

Modified: wink/site/trunk/maven-generated/privacy.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/privacy.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/privacy.html (original)
+++ wink/site/trunk/maven-generated/privacy.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -136,6 +136,18 @@ under the License. 
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>

Modified: wink/site/trunk/maven-generated/source.html
URL: http://svn.apache.org/viewvc/wink/site/trunk/maven-generated/source.html?rev=1467567&r1=1467566&r2=1467567&view=diff
==============================================================================
--- wink/site/trunk/maven-generated/source.html (original)
+++ wink/site/trunk/maven-generated/source.html Sat Apr 13 06:58:28 2013
@@ -25,7 +25,7 @@ under the License. 
     <meta name="author" content="dev@wink.apache.org">
 
     <META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
+    <META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6 JAX-RS" />
     <META name="Owner" content="dev@wink.apache.org" />
     <META name="Robots" content="index, follow" />
     <META name="Security" content="Public" />
@@ -191,6 +191,18 @@ http-proxy-port = 3128</pre>
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="assets/jquery/jquery-1.9.1.min.js"></script>
     <script src="assets/bootstrap/js/bootstrap.min.js"></script>
+
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-1174707-10']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
     
   </body>
 </html>