<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/shared/_google_analytics.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,4 +4,6 @@ tmp/**/*
 config/database.yml
 config/planetoid.yml
 db/*.sqlite3
-db/test.sqlite3-journal
\ No newline at end of file
+db/test.sqlite3-journal
+public/javascripts/all.js
+public/stylesheets/all.css
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,8 @@
+= 0.0.7
+=== 6th June, 2009
+* Added google analytics support
+* Cache for javascript and css
+
 = 0.0.6
 === 5th June, 2009
 * DRYed up and simplified views</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -29,6 +29,10 @@ There is a rake task that will update all the feeds, you can put this into your
 
   rake planetoid:fetch:all
 
+= Some Extras
+
+* Google Analytics support. Just include your Google Analytics tracker number on the config/planetoid file and the code for Google Analytic will be included on the site (only for production environment). This number is something like UA-123456-78, you'll find it on your Google Analytics tracking code.
+
 = To Do
 
 This is just a prototype, so you can expect new versions soon. Features I'd like to add:</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -8,23 +8,17 @@
 	&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;&lt;%= PLANETOID_CONF[:site][:title] %&gt; feed&quot; href=&quot;&lt;%= entries_url :format =&gt; :rss %&gt;&quot; /&gt;
 	&lt;meta name=&quot;description&quot; content=&quot;&lt;%= PLANETOID_CONF[:site][:description] %&gt;&quot;&gt;
 	&lt;meta name=&quot;keywords&quot; content=&quot;&lt;%= PLANETOID_CONF[:site][:keywords] %&gt;&quot;&gt;
-	&lt;link rel=&quot;stylesheet&quot; href=&quot;/stylesheets/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
-	&lt;link rel=&quot;stylesheet&quot; href=&quot;/stylesheets/custom.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
+	&lt;%= stylesheet_link_tag 'screen', 'custom', :cache =&gt; true %&gt;
   &lt;!--[if IE]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;/stylesheets/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
-	&lt;%= javascript_include_tag :defaults %&gt;
+	&lt;%= javascript_include_tag :defaults, :cache =&gt; true %&gt;
 &lt;/head&gt;
 
 &lt;body&gt;
-
 	&lt;div class=&quot;container&quot;&gt;  
-		
 		&lt;%= render :partial =&gt; 'shared/header' %&gt;
-		
 		&lt;%= yield %&gt;
-
 		&lt;%= render :partial =&gt; 'shared/footer' %&gt;
-
 	&lt;/div&gt;
-
+	&lt;%= render :partial =&gt; 'shared/google_analytics' if RAILS_ENV=='production' &amp;&amp; !PLANETOID_CONF[:google][:analytics].to_s.strip.blank? -%&gt;
 &lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -13,11 +13,14 @@ development: &amp;development
     :description: A feed aggregator for a small (or not so small) community
     :keywords: planetoid, planet, community, feeds, blogs
     :header:
-        :title: Header
-        :content: A header is a good place to explain your mission to the world, how to contact you, stuff like that.
+      :title: Header
+      :content: A header is a good place to explain your mission to the world, how to contact you, stuff like that.
     :footer:
-        :title: Footer
-        :content: A footer is a good place to put some credits on your site, a copyleft notice, some links, etc.
+      :title: Footer
+      :content: A footer is a good place to put some credits on your site, a copyleft notice, some links, etc.
+    
+  :google:
+	  :analytics:
         
 test:
     &lt;&lt;: *development</diff>
      <filename>config/planetoid.yml.example</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9896ebcf5fa0bf998d863714b7f1df9c3ef7d07a</id>
    </parent>
  </parents>
  <author>
    <name>Jaime Iniesta</name>
    <email>jaimeiniesta@gmail.com</email>
  </author>
  <url>http://github.com/jaimeiniesta/planetoid/commit/bc33a1f81740f41c150daae69fbe924ab5790ee2</url>
  <id>bc33a1f81740f41c150daae69fbe924ab5790ee2</id>
  <committed-date>2009-06-06T05:27:26-07:00</committed-date>
  <authored-date>2009-06-06T05:27:26-07:00</authored-date>
  <message>Added Google Analytics support, and cache for javascript and stylesheets</message>
  <tree>3304ff37715fdca86fe4f1e886e4923c16bfa8cc</tree>
  <committer>
    <name>Jaime Iniesta</name>
    <email>jaimeiniesta@gmail.com</email>
  </committer>
</commit>
