google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Google-analytics and ohloh page bugs #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I love google analytics and ohloh. They are great tools, and I'm sure they give 
you awesome 
feedback on your project.

However, I don't think the bugs should be included in the source distribution. 
Maybe an option 
to turn them on, with my own account IDs. But I don't really want your google 
analytics account 
to record my internal development traffic.

I appreciate the great work!

Code:
  <div id="header">
    <a href="http://www.ohloh.net/projects/9498?p=Xinc" class="external" target="_new" 
style="float:right;margin-right:10px;"><img class="external" 
src="http://www.ohloh.net/projects/9498/widgets/project_thin_badge.gif" 
style="margin-
top:5px;"/></a>
    <img src="/images/xinc-logo-white-32x30.png" style="float:left;margin-left:5px;margin-
right:10px;"/>
    <div class="api-title">Xinc 2.0 - Continuous Integration Server for PHP</div>
  </div>
...
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1346205-4";
urchinTracker();
</script>

Original issue reported on code.google.com by kwie...@gmail.com on 14 Mar 2008 at 7:05

GoogleCodeExporter commented 8 years ago
Hello,

thanks for the report. If you get the latest trunk version from xinc.eu you will
already have a fix for the googleanalytics. There is an ini file in
PEAR_DIR/data/Xinc/xinc.ini where you can set [googleanalytics] 
trackerCode="YOURCODE"
if its not there, you wont have gacs.

For the ohloh badge, I will work in a fix.

Thanks again.
Arno

Original comment by arnos...@gmail.com on 14 Mar 2008 at 7:43

GoogleCodeExporter commented 8 years ago
Fixed since http://xinc.eu/api/deliverable/get/download/xinc/1205568753/Xinc.tgz
(Build 150 of trunk).

Please verify.
Latest documentation in build 151 contains some info about xinc-settings script 
to
administrate the xinc.ini

Original comment by arnos...@gmail.com on 15 Mar 2008 at 10:18