You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Daniel Gruno <hu...@apache.org> on 2015/07/17 14:25:17 UTC

Re: svn commit: r1691533 - /incubator/tinkerpop/site/index.html

Stephen,

- Adding Google Analytics requires a notice on the site. Adding it 
without informing users that you are 'spying' on them is bad form.
- IF we add Google data gathering, this needs to be an account that the 
PMC has access to, personally monitoring this is not something we have 
agreed on. You need to discuss changes like this first.

Marko/Stephen,
Please don't point to dist.apache.org for downloads, EVER. That machine 
is NOT geared or designed for that purpose.
See my change, which is the bare minimum. Preferably, we need to point 
to the mirrors.

Having said that, congrats on getting 3.0.0 out the door!

With regards,
Daniel.

On 2015-07-17 14:21, humbedooh@apache.org wrote:
> Author: humbedooh
> Date: Fri Jul 17 12:21:11 2015
> New Revision: 1691533
>
> URL: http://svn.apache.org/r1691533
> Log:
> Revert Google Analytics for now, Fix wrong (policy-wise) URLs for downloads.
> Email incoming!
>
> Modified:
>      incubator/tinkerpop/site/index.html
>
> Modified: incubator/tinkerpop/site/index.html
> URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1691533&r1=1691532&r2=1691533&view=diff
> ==============================================================================
> --- incubator/tinkerpop/site/index.html (original)
> +++ incubator/tinkerpop/site/index.html Fri Jul 17 12:21:11 2015
> @@ -14,16 +14,6 @@
>       <!-- Le styles -->
>       <link href="bootstrap.css" rel="stylesheet">
>       <script src="js/bootstrap-dropdown.js" type="text/javascript"></script>
> -    <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','//www.google-analytics.com/analytics.js','ga');
> -
> -  ga('create', 'UA-65248634-1', 'auto');
> -  ga('send', 'pageview');
> -
> -    </script>
>       <style type="text/css">
>         body {
>           padding-top: 60px;
> @@ -79,10 +69,10 @@
>               <li><a href="http://tinkerpop.incubator.apache.org/javadocs/3.0.0-incubating/full/">TinkerPop3 Full-JavaDoc</a></li>
>             </ul>
>             <b>Downloads:</b> (3.0.0-incubating)<br/>
> -          <a href="https://dist.apache.org/repos/dist/release/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-console-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Console</button></a>
> -          <a href="https://dist.apache.org/repos/dist/release/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-server-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Server</button></a>
> +          <a href="https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-console-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Console</button></a>
> +          <a href="https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-server-3.0.0-incubating-bin.zip"><button type="button" class="btn btn-primary">Gremlin Server</button></a>
>             <br/><br/>
> -          <b>Archives:</b> <a href="http://tinkerpop.incubator.apache.org/docs/">Documentation</a>, <a href="http://tinkerpop.incubator.apache.org/javadocs/">JavaDocs</a>, <a href="https://dist.apache.org/repos/dist/release/incubator/tinkerpop/">Source and Binaries</a>
> +          <b>Archives:</b> <a href="http://tinkerpop.incubator.apache.org/docs/">Documentation</a>, <a href="http://tinkerpop.incubator.apache.org/javadocs/">JavaDocs</a>, <a href="https://www.apache.org/dist/incubator/tinkerpop/">Source and Binaries</a>
>   	  </font>
>             </p>
>          </div>
>
>


Re: svn commit: r1691533 - /incubator/tinkerpop/site/index.html

Posted by Stephen Mallette <sp...@gmail.com>.
sorry - wasn't aware about the google thingy..... - thanks for the fixing
the download.

On Fri, Jul 17, 2015 at 8:25 AM, Daniel Gruno <hu...@apache.org> wrote:

> Stephen,
>
> - Adding Google Analytics requires a notice on the site. Adding it without
> informing users that you are 'spying' on them is bad form.
> - IF we add Google data gathering, this needs to be an account that the
> PMC has access to, personally monitoring this is not something we have
> agreed on. You need to discuss changes like this first.
>
> Marko/Stephen,
> Please don't point to dist.apache.org for downloads, EVER. That machine
> is NOT geared or designed for that purpose.
> See my change, which is the bare minimum. Preferably, we need to point to
> the mirrors.
>
> Having said that, congrats on getting 3.0.0 out the door!
>
> With regards,
> Daniel.
>
> On 2015-07-17 14:21, humbedooh@apache.org wrote:
>
>> Author: humbedooh
>> Date: Fri Jul 17 12:21:11 2015
>> New Revision: 1691533
>>
>> URL: http://svn.apache.org/r1691533
>> Log:
>> Revert Google Analytics for now, Fix wrong (policy-wise) URLs for
>> downloads.
>> Email incoming!
>>
>> Modified:
>>      incubator/tinkerpop/site/index.html
>>
>> Modified: incubator/tinkerpop/site/index.html
>> URL:
>> http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1691533&r1=1691532&r2=1691533&view=diff
>>
>> ==============================================================================
>> --- incubator/tinkerpop/site/index.html (original)
>> +++ incubator/tinkerpop/site/index.html Fri Jul 17 12:21:11 2015
>> @@ -14,16 +14,6 @@
>>       <!-- Le styles -->
>>       <link href="bootstrap.css" rel="stylesheet">
>>       <script src="js/bootstrap-dropdown.js"
>> type="text/javascript"></script>
>> -    <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','//www.google-analytics.com/analytics.js
>> ','ga');
>> -
>> -  ga('create', 'UA-65248634-1', 'auto');
>> -  ga('send', 'pageview');
>> -
>> -    </script>
>>       <style type="text/css">
>>         body {
>>           padding-top: 60px;
>> @@ -79,10 +69,10 @@
>>               <li><a href="
>> http://tinkerpop.incubator.apache.org/javadocs/3.0.0-incubating/full/">TinkerPop3
>> Full-JavaDoc</a></li>
>>             </ul>
>>             <b>Downloads:</b> (3.0.0-incubating)<br/>
>> -          <a href="
>> https://dist.apache.org/repos/dist/release/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-console-3.0.0-incubating-bin.zip"><button
>> type="button" class="btn btn-primary">Gremlin Console</button></a>
>> -          <a href="
>> https://dist.apache.org/repos/dist/release/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-server-3.0.0-incubating-bin.zip"><button
>> type="button" class="btn btn-primary">Gremlin Server</button></a>
>> +          <a href="
>> https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-console-3.0.0-incubating-bin.zip"><button
>> type="button" class="btn btn-primary">Gremlin Console</button></a>
>> +          <a href="
>> https://www.apache.org/dist/incubator/tinkerpop/3.0.0-incubating/apache-gremlin-server-3.0.0-incubating-bin.zip"><button
>> type="button" class="btn btn-primary">Gremlin Server</button></a>
>>             <br/><br/>
>> -          <b>Archives:</b> <a href="
>> http://tinkerpop.incubator.apache.org/docs/">Documentation</a>, <a href="
>> http://tinkerpop.incubator.apache.org/javadocs/">JavaDocs</a>, <a href="
>> https://dist.apache.org/repos/dist/release/incubator/tinkerpop/">Source
>> and Binaries</a>
>> +          <b>Archives:</b> <a href="
>> http://tinkerpop.incubator.apache.org/docs/">Documentation</a>, <a href="
>> http://tinkerpop.incubator.apache.org/javadocs/">JavaDocs</a>, <a href="
>> https://www.apache.org/dist/incubator/tinkerpop/">Source and Binaries</a>
>>           </font>
>>             </p>
>>          </div>
>>
>>
>>
>