website/index.html in capitate-0.2.11 vs website/index.html in capitate-0.2.13

- old
+ new

@@ -36,11 +36,11 @@ <h1>&#x2192; &#8216;capitate&#8217;</h1> <div id="version" class="clickable box" onclick='document.location = "http://rubyforge.org/projects/capitate"; return false'> <p>Get Version</p> - <a href="http://rubyforge.org/projects/capitate" class="numbers">0.2.11</a> + <a href="http://rubyforge.org/projects/capitate" class="numbers">0.2.13</a> </div> <div id="recipes"> <p>Documentation: <a href="recipes/index.html">Recipes</a> &#x2192; @@ -141,9 +141,17 @@ <a href="mailto:gabrielh@gmail.com">Gabriel Handford</a>, 13th March 2008<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> -<!-- insert site tracking codes here, like Google Urchin --> +<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-1286493-6"); +pageTracker._initData(); +pageTracker._trackPageview(); +</script> </body> </html>