Revision: 2765 http://trac.macosforge.org/projects/ruby/changeset/2765 Author: mattaimonetti@gmail.com Date: 2009-10-08 10:02:55 -0700 (Thu, 08 Oct 2009) Log Message: ----------- fixed a url in the macruby0.5b1 post + added google analytics Modified Paths: -------------- MacRubyWebsite/trunk/content/blog/2009/10/07/macruby05b1.txt MacRubyWebsite/trunk/layouts/default.txt Modified: MacRubyWebsite/trunk/content/blog/2009/10/07/macruby05b1.txt =================================================================== --- MacRubyWebsite/trunk/content/blog/2009/10/07/macruby05b1.txt 2009-10-08 08:54:21 UTC (rev 2764) +++ MacRubyWebsite/trunk/content/blog/2009/10/07/macruby05b1.txt 2009-10-08 17:02:55 UTC (rev 2765) @@ -15,7 +15,7 @@ You can download it from "here":http://www.macruby.org/files/MacRuby%200.5%20beta%201.zip. Please note that this package is for Intel machines running Mac OS X v10.6 or higher. -Remember that this is a development version of MacRuby provided for testing and experimentation purposes only. Even if a few things are quite stable, others are still under development. Please give it a try and "report us":contact-us.html any problem you find, to make sure the final release will be great. +Remember that this is a development version of MacRuby provided for testing and experimentation purposes only. Even if a few things are quite stable, others are still under development. Please give it a try and "report us":http://www.macruby.org/contact-us.html any problem you find, to make sure the final release will be great. A lot of progress has been made in this version. Here is a summary of what's new. Modified: MacRubyWebsite/trunk/layouts/default.txt =================================================================== --- MacRubyWebsite/trunk/layouts/default.txt 2009-10-08 08:54:21 UTC (rev 2764) +++ MacRubyWebsite/trunk/layouts/default.txt 2009-10-08 17:02:55 UTC (rev 2765) @@ -20,5 +20,14 @@ </div><!-- // end leftcol --> </div><!-- // end nest --> <%= render :partial => "/footer" %> + <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"> + try { + var pageTracker = _gat._getTracker("UA-11019946-1"); + pageTracker._trackPageview(); + } catch(err) {}</script> </body> </html>