<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>_posts/2009-07-07-beer-it-or-not.textile</filename>
    </added>
    <added>
      <filename>_posts/2009-07-17-Cyloop-and-Latin-GRAMMY.textile</filename>
    </added>
    <added>
      <filename>_posts/2009-07-20-accepts_nested_attributes_for.textile</filename>
    </added>
    <added>
      <filename>_posts/2009-07-25-Know Your Job Description.textile</filename>
    </added>
    <added>
      <filename>_posts/2009-07-27-Name your pictures, and help others name it too.textile</filename>
    </added>
    <added>
      <filename>_posts/2009-07-29-GIT-workflow.textile</filename>
    </added>
    <added>
      <filename>_posts/2009-10-24-Time-and-money.textile</filename>
    </added>
    <added>
      <filename>atom-en.xml</filename>
    </added>
    <added>
      <filename>atom-pt.xml</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 ---
 layout: post
-title: First post!
+title: [en] First post!
 ---
 
 Here is my space to talk about my personal open source projects hosted in the awesome GitHub! :-)</diff>
      <filename>_posts/2009-05-11-first-post.textile</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ Well, there I knew a man from Portugal, with a doubt about test if a page exist
 
 In my humble ignorance, I asked about the process, if he already tried with Net::HTTP, OpenURI, and started search more about to know what can be done to help - the best way to learn, is solving problems - and if you don't have problems, call me, I'll give you a box full of them. 
 
-So, a few minutes later, after ate a pizza, a very nice guy from #ruby, send something like: &quot;good lord, noobs - just use HEAD instead GET&quot;. (pause) (breath) Ok, I agree, #FAIL, a big lapse here. I felt like a Home Simpson. But is done :)
+So, a few minutes later, after ate a pizza, a very nice guy from #ruby, send something like: &quot;good lord, noobs - just use HEAD instead GET&quot;. (pause) (breath) Ok, I agree, #FAIL, a big lapse here. I felt like a Homer Simpson. But is done :)
 
 Bellow the code that I used to test this:
 </diff>
      <filename>_posts/2009-07-03-HEAD-instead-GET.textile</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,16 @@ layout: default
 title: Davis Zanetti Cabral
 ---
 
-My name is Davis Zanetti Cabral, I have 24 years, I&#8217;m married (very well ;), and I have a beautiful daughter. I&#8217;m a programmer and work with web development since 2000. Currently working at home with Ruby on Rails and xHTML/CSS for Hoodiny Enterteinement Group and I'm Lima Web Solutions' owner.
+Hi, my name is Davis Zanetti Cabral, I have 24 years, I&#8217;m married (very well ;), and I have a beautiful daughter. I&#8217;m a programmer and work with web development since 2000. Currently working at home with Ruby on Rails and xHTML/CSS for &quot;Hoodiny Enterteinement Group&quot;:http://hoodiny.com and I'm &quot;Lima Web Solutions'&quot;:http://limawebsolutions.com.br' owner.
 
 I like to read, play tennis, travel with my family to know new places, eat, and write some code ;)
 
-If you need some help, or have some project needing some special attention, contact me please!
\ No newline at end of file
+If you need some help, or have some project needing some special attention, contact me please!
+
+---
+
+Ol&#225;, meu nome &#233; Davis Zanetti Cabral, tenho 24 anos, muito bem casado e com uma linda filha. Sou programador e trabalho com desenvolvimento web desde 2000. Atualmente trabalho em casa com Ruby on Rails e xHTML/CSS para a &quot;Hoodiny Enterteinement Group&quot;:http://hoodiny.com e sou dono da &quot;Lima Web Solutions&quot;:http://limawebsolutions.com.br.
+
+Gosto de ler, jogar t&#234;nis, viajar com minha fam&#237;lia para conhecer novos lugares, comer e escrever algum c&#243;digo ;)
+
+Se voc&#234; precisar de ajuda, ou tiver algum projeto precisando de uma aten&#231;&#227;o especial, entre em contato!
\ No newline at end of file</diff>
      <filename>about.textile</filename>
    </modified>
    <modified>
      <diff>@@ -1,27 +1,21 @@
 ---
 layout: default
-title: Blog Posts
+title: Davis Zanetti Cabral
 ---
  
-&lt;div id=&quot;home&quot;&gt;
-  &lt;ul class=&quot;posts&quot;&gt;
-    {% if site.posts.size &gt; 0 %}
-        {% for post in site.posts limit:5 %}        
-          &lt;li&gt;&lt;span&gt;{{ post.date | date_to_string }}&lt;/span&gt; &amp;raquo; &lt;a href=&quot;{{ post.url }}&quot;&gt;{{ post.title }}&lt;/a&gt;&lt;/li&gt;
-        {% endfor %}
-    {% else %}
-        &lt;li&gt;No articles found&lt;/li&gt;
-    {% endif %}
-  &lt;/ul&gt;
-&lt;/div&gt;
+Hi, my name is Davis Zanetti Cabral, I have 24 years, I&#8217;m married (very well ;), and I have a beautiful daughter. I&#8217;m a programmer and work with web development since 2000. Currently working at home with Ruby on Rails and xHTML/CSS for &quot;Hoodiny Enterteinement Group&quot;:http://hoodiny.com and I'm &quot;Lima Web Solutions'&quot;:http://limawebsolutions.com.br' owner.
 
-&lt;div id=&quot;twitter_div&quot;&gt;
-  &lt;h2 class=&quot;sidebar-title&quot;&gt;Twitter Updates&lt;/h2&gt;
-  &lt;ul id=&quot;twitter_update_list&quot;&gt;&lt;/ul&gt;
-  &lt;a href=&quot;http://twitter.com/daviscabral&quot; id=&quot;twitter-link&quot; style=&quot;display:block;text-align:right;&quot;&gt;follow me on Twitter&lt;/a&gt;
-&lt;/div&gt;
-&lt;script type=&quot;text/javascript&quot; src=&quot;http://twitter.com/javascripts/blogger.js&quot;&gt;&lt;/script&gt;
-&lt;script type=&quot;text/javascript&quot; src=&quot;http://twitter.com/statuses/user_timeline/daviscabral.json?callback=twitterCallback2&amp;amp;count=10&quot;&gt;&lt;/script&gt;
+I like to read, play tennis, travel with my family to know new places, eat, and write some code ;)
+
+If you need some help, or have some project needing some special attention, contact me please!
+
+--
+
+Ol&#225;, meu nome &#233; Davis Zanetti Cabral, tenho 24 anos, muito bem casado e com uma linda filha. Sou programador e trabalho com desenvolvimento web desde 2000. Atualmente trabalho em casa com Ruby on Rails e xHTML/CSS para a &quot;Hoodiny Enterteinement Group&quot;:http://hoodiny.com e sou dono da &quot;Lima Web Solutions&quot;:http://limawebsolutions.com.br.
+
+Gosto de ler, jogar t&#234;nis, viajar com minha fam&#237;lia para conhecer novos lugares, comer e escrever algum c&#243;digo ;)
+
+Se voc&#234; precisar de ajuda, ou tiver algum projeto precisando de uma aten&#231;&#227;o especial, entre em contato!
 
 &lt;div class=&quot;delicious&quot;&gt;
   &lt;script type=&quot;text/javascript&quot; src=&quot;http://feeds.delicious.com/v2/js/daviscabral?title=My%20Delicious%20Bookmarks&amp;icon=rss&amp;count=5&amp;bullet=%C2%BB&amp;sort=date&amp;tags&amp;showadd&quot;&gt;&lt;/script&gt;    </diff>
      <filename>index.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>79059a63089e729602362d9b3a7bf594c9067427</id>
    </parent>
  </parents>
  <author>
    <name>Davis Zanetti Cabral</name>
    <email>daviscabral@gmail.com</email>
  </author>
  <url>http://github.com/daviscabral/daviscabral.github.com/commit/184cc5120228ba014ad3979df0b290dc086fbf29</url>
  <id>184cc5120228ba014ad3979df0b290dc086fbf29</id>
  <committed-date>2009-10-25T17:21:18-07:00</committed-date>
  <authored-date>2009-10-25T17:21:18-07:00</authored-date>
  <message>Github page trunked - rethinking future</message>
  <tree>4d31466e351ca6f4d488afc5d9995195fb36902e</tree>
  <committer>
    <name>Davis Zanetti Cabral</name>
    <email>daviscabral@gmail.com</email>
  </committer>
</commit>
