
httpd-dev.2012 at velox
May 16, 2012, 10:53 PM
Views: 222
Permalink
|
|
Re: svn commit: r1339313 - in /httpd/httpd/trunk/docs/manual/rewrite: access.html.en advanced.html.en avoid.html.en flags.html.en htaccess.html.en index.html.en intro.html.en proxy.html.en remapping.html.en rewritemap.html.en tech.html.en vhosts.html.en
|
|
On 16.05.2012 21:16, humbedooh [at] apache wrote: > Author: humbedooh > Date: Wed May 16 19:16:17 2012 > New Revision: 1339313 > > URL: http://svn.apache.org/viewvc?rev=1339313&view=rev > Log: > Testing out some analytics software on a teensy-weensy bit of the trunk docs. [...] > +//--><!]]></script></div><script type="text/javascript"><!--//--><![.CDATA[.//><!-- > + > + var _gaq = _gaq || []; > + _gaq.push(['_setAccount', 'UA-31727287-1']); > + _gaq.push(['_trackPageview']); > +if (window.location.hostname.toLowerCase() == "httpd.apache.org") { > + (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><div id="footer"> -1, please revert. Before starting to track users on httpd.apache.org with GA, I would expect two things to happen: a discussion/vote on httpd-dev (as was the case for the commentary system) and - provided that the vote passes - having a privacy policy for the HTTP server project in place [1]. Lack of the latter is a blocker even for tiny changes to http://httpd.apache.org/docs/trunk/ right now, which is the primary reason for my veto. Kaspar [1] See e.g. http://directory.apache.org/privacy-policy.html
|