You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Emmanuel Venisse <em...@gmail.com> on 2008/05/06 10:31:19 UTC

Re: svn commit: r653626 - in /continuum/site: pom.xml src/site/site.xml

Brett,

How can I view google analitics results?

Emmanuel

On Tue, May 6, 2008 at 1:08 AM, <br...@apache.org> wrote:

> Author: brett
> Date: Mon May  5 16:08:41 2008
> New Revision: 653626
>
> URL: http://svn.apache.org/viewvc?rev=653626&view=rev
> Log:
> add google analytics tracker
>
> Modified:
>    continuum/site/pom.xml
>    continuum/site/src/site/site.xml
>
> Modified: continuum/site/pom.xml
> URL:
> http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=653626&r1=653625&r2=653626&view=diff
>
> ==============================================================================
> --- continuum/site/pom.xml (original)
> +++ continuum/site/pom.xml Mon May  5 16:08:41 2008
> @@ -23,6 +23,7 @@
>     <groupId>org.apache.continuum</groupId>
>     <artifactId>continuum-parent</artifactId>
>     <version>1-SNAPSHOT</version>
> +    <relativePath>../parent/pom.xml</relativePath>
>   </parent>
>   <artifactId>continuum-site</artifactId>
>   <groupId>org.apache.maven.continuum</groupId>
> @@ -39,14 +40,6 @@
>     <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/maven/continuum/site/
> </developerConnection>
>     <url>http://svn.apache.org/viewvc/maven/continuum/site/</url>
>   </scm>
> -  <build>
> -    <extensions>
> -      <extension>
> -        <groupId>org.apache.maven.wagon</groupId>
> -        <artifactId>wagon-ssh-external</artifactId>
> -      </extension>
> -    </extensions>
> -  </build>
>   <reporting>
>     <excludeDefaults>true</excludeDefaults>
>     <plugins>
>
> Modified: continuum/site/src/site/site.xml
> URL:
> http://svn.apache.org/viewvc/continuum/site/src/site/site.xml?rev=653626&r1=653625&r2=653626&view=diff
>
> ==============================================================================
> --- continuum/site/src/site/site.xml (original)
> +++ continuum/site/src/site/site.xml Mon May  5 16:08:41 2008
> @@ -36,6 +36,18 @@
>   </bannerRight>
>   <publishDate format="dd MMM yyyy" />
>   <body>
> +    <head>
> +<script type="text/javascript">
> +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."
> : "http://www.");
> +document.write(unescape("%3Cscript src='" + gaJsHost + "
> google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
> +</script>
> +<script type="text/javascript">
> +var pageTracker = _gat._getTracker("UA-140879-4");
> +pageTracker._initData();
> +pageTracker._trackPageview();
> +</script>
> +    </head>
> +
>     <links>
>       <item name="Apache" href="http://www.apache.org/"/>
>       <item name="Continuum" href="http://continuum.apache.org"/>
>
>
>

Re: svn commit: r653626 - in /continuum/site: pom.xml src/site/site.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
Thanks, it's ok.

Emmanuel

On Tue, May 6, 2008 at 10:53 AM, Brett Porter <br...@apache.org> wrote:

> Added for viewing, which should be ok. I didn't realise admins are only on
> the account, not the site. I don't think you want my personal websites :(
>
>
> On 06/05/2008, at 6:42 PM, Emmanuel Venisse wrote:
>
>  you mean my google mail address? it is emmanuel.venisse at gmail.com
> >
> > Emmanuel
> >
> > On Tue, May 6, 2008 at 10:34 AM, Brett Porter <br...@apache.org> wrote:
> >
> >  what is your google ID?
> > >
> > >
> > > On 06/05/2008, at 6:31 PM, Emmanuel Venisse wrote:
> > >
> > > Brett,
> > >
> > > >
> > > > How can I view google analitics results?
> > > >
> > > > Emmanuel
> > > >
> > > > On Tue, May 6, 2008 at 1:08 AM, <br...@apache.org> wrote:
> > > >
> > > > Author: brett
> > > >
> > > > > Date: Mon May  5 16:08:41 2008
> > > > > New Revision: 653626
> > > > >
> > > > > URL: http://svn.apache.org/viewvc?rev=653626&view=rev
> > > > > Log:
> > > > > add google analytics tracker
> > > > >
> > > > > Modified:
> > > > > continuum/site/pom.xml
> > > > > continuum/site/src/site/site.xml
> > > > >
> > > > > Modified: continuum/site/pom.xml
> > > > > URL:
> > > > >
> > > > >
> > > > > http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=653626&r1=653625&r2=653626&view=diff
> > > > >
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > >
> > > > > =====================================================================
> > > > > --- continuum/site/pom.xml (original)
> > > > > +++ continuum/site/pom.xml Mon May  5 16:08:41 2008
> > > > > @@ -23,6 +23,7 @@
> > > > >  <groupId>org.apache.continuum</groupId>
> > > > >  <artifactId>continuum-parent</artifactId>
> > > > >  <version>1-SNAPSHOT</version>
> > > > > +    <relativePath>../parent/pom.xml</relativePath>
> > > > > </parent>
> > > > > <artifactId>continuum-site</artifactId>
> > > > > <groupId>org.apache.maven.continuum</groupId>
> > > > > @@ -39,14 +40,6 @@
> > > > >  <developerConnection>scm:svn:
> > > > > https://svn.apache.org/repos/asf/maven/continuum/site/
> > > > > </developerConnection>
> > > > >  <url>http://svn.apache.org/viewvc/maven/continuum/site/</url>
> > > > > </scm>
> > > > > -  <build>
> > > > > -    <extensions>
> > > > > -      <extension>
> > > > > -        <groupId>org.apache.maven.wagon</groupId>
> > > > > -        <artifactId>wagon-ssh-external</artifactId>
> > > > > -      </extension>
> > > > > -    </extensions>
> > > > > -  </build>
> > > > > <reporting>
> > > > >  <excludeDefaults>true</excludeDefaults>
> > > > >  <plugins>
> > > > >
> > > > > Modified: continuum/site/src/site/site.xml
> > > > > URL:
> > > > >
> > > > >
> > > > > http://svn.apache.org/viewvc/continuum/site/src/site/site.xml?rev=653626&r1=653625&r2=653626&view=diff
> > > > >
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > > =
> > > > >
> > > > > =====================================================================
> > > > > --- continuum/site/src/site/site.xml (original)
> > > > > +++ continuum/site/src/site/site.xml Mon May  5 16:08:41 2008
> > > > > @@ -36,6 +36,18 @@
> > > > > </bannerRight>
> > > > > <publishDate format="dd MMM yyyy" />
> > > > > <body>
> > > > > +    <head>
> > > > > +<script type="text/javascript">
> > > > > +var gaJsHost = (("https:" == document.location.protocol) ? "
> > > > > https://ssl."
> > > > > : "http://www.");
> > > > > +document.write(unescape("%3Cscript src='" + gaJsHost + "
> > > > > google-analytics.com/ga.js'
> > > > > type='text/javascript'%3E%3C/script%3E"));
> > > > > +</script>
> > > > > +<script type="text/javascript">
> > > > > +var pageTracker = _gat._getTracker("UA-140879-4");
> > > > > +pageTracker._initData();
> > > > > +pageTracker._trackPageview();
> > > > > +</script>
> > > > > +    </head>
> > > > > +
> > > > >  <links>
> > > > >   <item name="Apache" href="http://www.apache.org/"/>
> > > > >   <item name="Continuum" href="http://continuum.apache.org"/>
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >  --
> > > Brett Porter
> > > brett@apache.org
> > > http://blogs.exist.com/bporter/
> > >
> > >
> > >
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>

Re: svn commit: r653626 - in /continuum/site: pom.xml src/site/site.xml

Posted by Brett Porter <br...@apache.org>.
Added for viewing, which should be ok. I didn't realise admins are  
only on the account, not the site. I don't think you want my personal  
websites :(

On 06/05/2008, at 6:42 PM, Emmanuel Venisse wrote:

> you mean my google mail address? it is emmanuel.venisse at gmail.com
>
> Emmanuel
>
> On Tue, May 6, 2008 at 10:34 AM, Brett Porter <br...@apache.org>  
> wrote:
>
>> what is your google ID?
>>
>>
>> On 06/05/2008, at 6:31 PM, Emmanuel Venisse wrote:
>>
>> Brett,
>>>
>>> How can I view google analitics results?
>>>
>>> Emmanuel
>>>
>>> On Tue, May 6, 2008 at 1:08 AM, <br...@apache.org> wrote:
>>>
>>> Author: brett
>>>> Date: Mon May  5 16:08:41 2008
>>>> New Revision: 653626
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=653626&view=rev
>>>> Log:
>>>> add google analytics tracker
>>>>
>>>> Modified:
>>>> continuum/site/pom.xml
>>>> continuum/site/src/site/site.xml
>>>>
>>>> Modified: continuum/site/pom.xml
>>>> URL:
>>>>
>>>> http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=653626&r1=653625&r2=653626&view=diff
>>>>
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> = 
>>>> = 
>>>> ===================================================================
>>>> --- continuum/site/pom.xml (original)
>>>> +++ continuum/site/pom.xml Mon May  5 16:08:41 2008
>>>> @@ -23,6 +23,7 @@
>>>>  <groupId>org.apache.continuum</groupId>
>>>>  <artifactId>continuum-parent</artifactId>
>>>>  <version>1-SNAPSHOT</version>
>>>> +    <relativePath>../parent/pom.xml</relativePath>
>>>> </parent>
>>>> <artifactId>continuum-site</artifactId>
>>>> <groupId>org.apache.maven.continuum</groupId>
>>>> @@ -39,14 +40,6 @@
>>>>  <developerConnection>scm:svn:
>>>> https://svn.apache.org/repos/asf/maven/continuum/site/
>>>> </developerConnection>
>>>>  <url>http://svn.apache.org/viewvc/maven/continuum/site/</url>
>>>> </scm>
>>>> -  <build>
>>>> -    <extensions>
>>>> -      <extension>
>>>> -        <groupId>org.apache.maven.wagon</groupId>
>>>> -        <artifactId>wagon-ssh-external</artifactId>
>>>> -      </extension>
>>>> -    </extensions>
>>>> -  </build>
>>>> <reporting>
>>>>  <excludeDefaults>true</excludeDefaults>
>>>>  <plugins>
>>>>
>>>> Modified: continuum/site/src/site/site.xml
>>>> URL:
>>>>
>>>> http://svn.apache.org/viewvc/continuum/site/src/site/site.xml?rev=653626&r1=653625&r2=653626&view=diff
>>>>
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> =
>>>> = 
>>>> = 
>>>> ===================================================================
>>>> --- continuum/site/src/site/site.xml (original)
>>>> +++ continuum/site/src/site/site.xml Mon May  5 16:08:41 2008
>>>> @@ -36,6 +36,18 @@
>>>> </bannerRight>
>>>> <publishDate format="dd MMM yyyy" />
>>>> <body>
>>>> +    <head>
>>>> +<script type="text/javascript">
>>>> +var gaJsHost = (("https:" == document.location.protocol) ? "
>>>> https://ssl."
>>>> : "http://www.");
>>>> +document.write(unescape("%3Cscript src='" + gaJsHost + "
>>>> google-analytics.com/ga.js' type='text/javascript'%3E%3C/script 
>>>> %3E"));
>>>> +</script>
>>>> +<script type="text/javascript">
>>>> +var pageTracker = _gat._getTracker("UA-140879-4");
>>>> +pageTracker._initData();
>>>> +pageTracker._trackPageview();
>>>> +</script>
>>>> +    </head>
>>>> +
>>>>  <links>
>>>>    <item name="Apache" href="http://www.apache.org/"/>
>>>>    <item name="Continuum" href="http://continuum.apache.org"/>
>>>>
>>>>
>>>>
>>>>
>> --
>> Brett Porter
>> brett@apache.org
>> http://blogs.exist.com/bporter/
>>
>>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


Re: svn commit: r653626 - in /continuum/site: pom.xml src/site/site.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
you mean my google mail address? it is emmanuel.venisse at gmail.com

Emmanuel

On Tue, May 6, 2008 at 10:34 AM, Brett Porter <br...@apache.org> wrote:

> what is your google ID?
>
>
> On 06/05/2008, at 6:31 PM, Emmanuel Venisse wrote:
>
>  Brett,
> >
> > How can I view google analitics results?
> >
> > Emmanuel
> >
> > On Tue, May 6, 2008 at 1:08 AM, <br...@apache.org> wrote:
> >
> >  Author: brett
> > > Date: Mon May  5 16:08:41 2008
> > > New Revision: 653626
> > >
> > > URL: http://svn.apache.org/viewvc?rev=653626&view=rev
> > > Log:
> > > add google analytics tracker
> > >
> > > Modified:
> > >  continuum/site/pom.xml
> > >  continuum/site/src/site/site.xml
> > >
> > > Modified: continuum/site/pom.xml
> > > URL:
> > >
> > > http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=653626&r1=653625&r2=653626&view=diff
> > >
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =====================================================================
> > > --- continuum/site/pom.xml (original)
> > > +++ continuum/site/pom.xml Mon May  5 16:08:41 2008
> > > @@ -23,6 +23,7 @@
> > >   <groupId>org.apache.continuum</groupId>
> > >   <artifactId>continuum-parent</artifactId>
> > >   <version>1-SNAPSHOT</version>
> > > +    <relativePath>../parent/pom.xml</relativePath>
> > >  </parent>
> > >  <artifactId>continuum-site</artifactId>
> > >  <groupId>org.apache.maven.continuum</groupId>
> > > @@ -39,14 +40,6 @@
> > >   <developerConnection>scm:svn:
> > > https://svn.apache.org/repos/asf/maven/continuum/site/
> > > </developerConnection>
> > >   <url>http://svn.apache.org/viewvc/maven/continuum/site/</url>
> > >  </scm>
> > > -  <build>
> > > -    <extensions>
> > > -      <extension>
> > > -        <groupId>org.apache.maven.wagon</groupId>
> > > -        <artifactId>wagon-ssh-external</artifactId>
> > > -      </extension>
> > > -    </extensions>
> > > -  </build>
> > >  <reporting>
> > >   <excludeDefaults>true</excludeDefaults>
> > >   <plugins>
> > >
> > > Modified: continuum/site/src/site/site.xml
> > > URL:
> > >
> > > http://svn.apache.org/viewvc/continuum/site/src/site/site.xml?rev=653626&r1=653625&r2=653626&view=diff
> > >
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =
> > > =====================================================================
> > > --- continuum/site/src/site/site.xml (original)
> > > +++ continuum/site/src/site/site.xml Mon May  5 16:08:41 2008
> > > @@ -36,6 +36,18 @@
> > >  </bannerRight>
> > >  <publishDate format="dd MMM yyyy" />
> > >  <body>
> > > +    <head>
> > > +<script type="text/javascript">
> > > +var gaJsHost = (("https:" == document.location.protocol) ? "
> > > https://ssl."
> > > : "http://www.");
> > > +document.write(unescape("%3Cscript src='" + gaJsHost + "
> > > google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
> > > +</script>
> > > +<script type="text/javascript">
> > > +var pageTracker = _gat._getTracker("UA-140879-4");
> > > +pageTracker._initData();
> > > +pageTracker._trackPageview();
> > > +</script>
> > > +    </head>
> > > +
> > >   <links>
> > >     <item name="Apache" href="http://www.apache.org/"/>
> > >     <item name="Continuum" href="http://continuum.apache.org"/>
> > >
> > >
> > >
> > >
> --
> Brett Porter
> brett@apache.org
> http://blogs.exist.com/bporter/
>
>

Re: svn commit: r653626 - in /continuum/site: pom.xml src/site/site.xml

Posted by Brett Porter <br...@apache.org>.
what is your google ID?

On 06/05/2008, at 6:31 PM, Emmanuel Venisse wrote:

> Brett,
>
> How can I view google analitics results?
>
> Emmanuel
>
> On Tue, May 6, 2008 at 1:08 AM, <br...@apache.org> wrote:
>
>> Author: brett
>> Date: Mon May  5 16:08:41 2008
>> New Revision: 653626
>>
>> URL: http://svn.apache.org/viewvc?rev=653626&view=rev
>> Log:
>> add google analytics tracker
>>
>> Modified:
>>   continuum/site/pom.xml
>>   continuum/site/src/site/site.xml
>>
>> Modified: continuum/site/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/continuum/site/pom.xml?rev=653626&r1=653625&r2=653626&view=diff
>>
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =====================================================================
>> --- continuum/site/pom.xml (original)
>> +++ continuum/site/pom.xml Mon May  5 16:08:41 2008
>> @@ -23,6 +23,7 @@
>>    <groupId>org.apache.continuum</groupId>
>>    <artifactId>continuum-parent</artifactId>
>>    <version>1-SNAPSHOT</version>
>> +    <relativePath>../parent/pom.xml</relativePath>
>>  </parent>
>>  <artifactId>continuum-site</artifactId>
>>  <groupId>org.apache.maven.continuum</groupId>
>> @@ -39,14 +40,6 @@
>>    <developerConnection>scm:svn:
>> https://svn.apache.org/repos/asf/maven/continuum/site/
>> </developerConnection>
>>    <url>http://svn.apache.org/viewvc/maven/continuum/site/</url>
>>  </scm>
>> -  <build>
>> -    <extensions>
>> -      <extension>
>> -        <groupId>org.apache.maven.wagon</groupId>
>> -        <artifactId>wagon-ssh-external</artifactId>
>> -      </extension>
>> -    </extensions>
>> -  </build>
>>  <reporting>
>>    <excludeDefaults>true</excludeDefaults>
>>    <plugins>
>>
>> Modified: continuum/site/src/site/site.xml
>> URL:
>> http://svn.apache.org/viewvc/continuum/site/src/site/site.xml?rev=653626&r1=653625&r2=653626&view=diff
>>
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =
>> =====================================================================
>> --- continuum/site/src/site/site.xml (original)
>> +++ continuum/site/src/site/site.xml Mon May  5 16:08:41 2008
>> @@ -36,6 +36,18 @@
>>  </bannerRight>
>>  <publishDate format="dd MMM yyyy" />
>>  <body>
>> +    <head>
>> +<script type="text/javascript">
>> +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl 
>> ."
>> : "http://www.");
>> +document.write(unescape("%3Cscript src='" + gaJsHost + "
>> google-analytics.com/ga.js' type='text/javascript'%3E%3C/script 
>> %3E"));
>> +</script>
>> +<script type="text/javascript">
>> +var pageTracker = _gat._getTracker("UA-140879-4");
>> +pageTracker._initData();
>> +pageTracker._trackPageview();
>> +</script>
>> +    </head>
>> +
>>    <links>
>>      <item name="Apache" href="http://www.apache.org/"/>
>>      <item name="Continuum" href="http://continuum.apache.org"/>
>>
>>
>>

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/