You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/04/28 23:17:00 UTC

incubator-streams-master git commit: google analytics

Repository: incubator-streams-master
Updated Branches:
  refs/heads/newwebpage 3689338f3 -> 02e97430d


google analytics


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/02e97430
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/02e97430
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/02e97430

Branch: refs/heads/newwebpage
Commit: 02e97430dbc54e3ce7ce9675fd3e355d3d513e9c
Parents: 3689338
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Thu Apr 28 16:16:49 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Thu Apr 28 16:16:49 2016 -0500

----------------------------------------------------------------------
 pom.xml              | 15 +++++++++++++--
 src/site/site.xml    | 25 +++++++++++++------------
 src/site/site_en.xml | 25 +++++++++++++------------
 3 files changed, 39 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/02e97430/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a6576e..9e6ea3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
         <resources.plugin.version>2.7</resources.plugin.version>
         <scm.plugin.version>1.9.4</scm.plugin.version>
         <shade.plugin.version>2.4.3</shade.plugin.version>
-        <site.plugin.version>3.4</site.plugin.version>
+        <site.plugin.version>3.5</site.plugin.version>
         <source.plugin.version>2.4</source.plugin.version>
         <surefire.plugin.version>2.17</surefire.plugin.version>
         <wagon.plugin.version>2.5</wagon.plugin.version>
@@ -323,6 +323,7 @@
         <powermock.version>1.5.6</powermock.version>
         <httpcomponents.core.version>4.3.3</httpcomponents.core.version>
         <httpcomponents.client.version>4.3.5</httpcomponents.client.version>
+        <doxia.version>1.7</doxia.version>
 
         <!-- osgi configuration -->
         <org.osgi.service.http.port>8080</org.osgi.service.http.port>
@@ -545,7 +546,17 @@
                         <dependency>
                             <groupId>org.apache.maven.doxia</groupId>
                             <artifactId>doxia-module-markdown</artifactId>
-                            <version>1.6</version>
+                            <version>${doxia.version}</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>org.apache.maven.doxia</groupId>
+                            <artifactId>doxia-core</artifactId>
+                            <version>${doxia.version}</version>
+                        </dependency>
+                        <dependency>
+                            <groupId>org.apache.maven.doxia</groupId>
+                            <artifactId>doxia-module-xhtml</artifactId>
+                            <version>${doxia.version}</version>
                         </dependency>
                         <dependency>
                             <groupId>org.apache.maven.wagon</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/02e97430/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 9c8a3b5..da3c126 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -41,6 +41,19 @@
           <item name="Incubator" href="http://incubator.apache.org/"/>
           <item name="Streams" href="http://streams.incubator.apache.org/"/>
         </breadcrumbs>
+        <head>
+            <![CDATA[
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-77087101-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+            ]]>
+        </head>
         <menu name="Overview" inherit="top">
             <item name="Overview" href="index.html" />
             <item name="Architecture" href="architecture.html" />
@@ -90,18 +103,6 @@
             <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
             <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
         </menu>
-        <head>
-            <script>
-                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-                })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
-                ga('create', 'UA-77087101-1', 'auto');
-                ga('send', 'pageview');
-
-            </script>
-        </head>
     </body>
     <custom>
         <fluidoSkin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/02e97430/src/site/site_en.xml
----------------------------------------------------------------------
diff --git a/src/site/site_en.xml b/src/site/site_en.xml
index 23d6191..cce4000 100644
--- a/src/site/site_en.xml
+++ b/src/site/site_en.xml
@@ -41,6 +41,19 @@
             <item name="Incubator" href="http://incubator.apache.org/"/>
             <item name="Streams" href="http://streams.incubator.apache.org/"/>
         </breadcrumbs>
+        <head>
+            <![CDATA[
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-77087101-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+            ]]>
+        </head>
         <menu name="Overview" inherit="top">
             <item name="Overview" href="index.html" />
             <item name="Architecture" href="architecture.html" />
@@ -90,18 +103,6 @@
             <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
             <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
         </menu>
-        <head>
-            <script>
-                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-                })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
-                ga('create', 'UA-77087101-1', 'auto');
-                ga('send', 'pageview');
-
-            </script>
-        </head>
     </body>
     <custom>
         <fluidoSkin>