<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 dist/*
 website/dist/*
 pkg/*
+config/*.yml</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ the following snippet into your blog sidebar.
     &lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
       GITHUB_USERNAME=&quot;drnic&quot;;
     &lt;/script&gt;
-    &lt;script src=&quot;dist/github-badge-launcher.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+    &lt;script src=&quot;http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
     
 Author
 ======</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheets/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
   &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
   &lt;title&gt;
-      github_badges
+      GitHub Badge
   &lt;/title&gt;
   &lt;script src=&quot;javascripts/rounded_corners_lite.inc.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
@@ -28,7 +28,7 @@
 &lt;body&gt;
 &lt;div id=&quot;main&quot;&gt;
 
-    &lt;h1&gt;github_badges&lt;/h1&gt;
+    &lt;h1&gt;GitHub Badge&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/drnicjavascript/&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
       &lt;a href=&quot;http://rubyforge.org/projects/drnicjavascript/&quot; class=&quot;numbers&quot;&gt;0.1.0&lt;/a&gt;
@@ -43,28 +43,28 @@
     &lt;h2&gt;What&lt;/h2&gt;
 
 
-	&lt;p&gt;This JavaScript project &amp;#8230;&lt;/p&gt;
+	&lt;p&gt;Want to show off your projects on github to world? 
+Then a sexy badge on your blog would be awesome.&lt;/p&gt;
 
 
-	&lt;h2&gt;Downloading&lt;/h2&gt;
+	&lt;p&gt;Its still under development, but above is a pseudo-live
+demonstration of the badge.&lt;/p&gt;
 
 
-	&lt;p&gt;&lt;a href=&quot;dist/github_badges.js&quot;&gt;github_badges.js&lt;/a&gt;&lt;/p&gt;
+	&lt;h2&gt;Installation&lt;/h2&gt;
 
 
-	&lt;h2&gt;The basics&lt;/h2&gt;
-
-
-	&lt;h2&gt;Demonstration of usage&lt;/h2&gt;
+	&lt;p&gt;&lt;pre class='syntax'&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; charset=&amp;quot;utf-8&amp;quot;&amp;gt;
+  GITHUB_USERNAME=&amp;quot;drnic&amp;quot;;
+&amp;lt;/script&amp;gt;
+&amp;lt;script src=&amp;quot;http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
+&lt;/pre&gt;&lt;/p&gt;
 
 
 	&lt;h2&gt;Forum&lt;/h2&gt;
 
 
-	&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/github_badges&quot;&gt;http://groups.google.com/group/github_badges&lt;/a&gt;&lt;/p&gt;
-
-
-	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt; &amp;#8211; create Google Group &amp;#8211; github_badges&lt;/p&gt;
+	&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/github&quot;&gt;http://groups.google.com/group/github&lt;/a&gt;&lt;/p&gt;
 
 
 	&lt;h2&gt;How to submit patches&lt;/h2&gt;
@@ -73,14 +73,15 @@
 	&lt;p&gt;Read the &lt;a href=&quot;http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/&quot;&gt;8 steps for fixing other people&amp;#8217;s code&lt;/a&gt; and for section &lt;a href=&quot;http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups&quot;&gt;8b: Submit patch to Google Groups&lt;/a&gt;, use the Google Group above.&lt;/p&gt;
 
 
-	&lt;p&gt;The trunk repository is &lt;code&gt;svn://rubyforge.org/var/svn/github_badges/trunk&lt;/code&gt; for anonymous access.&lt;/p&gt;
-
+	&lt;p&gt;You can fetch the source from:&lt;/p&gt;
 
-	&lt;p&gt;OR&lt;/p&gt;
 
+	&lt;ul&gt;
+	&lt;li&gt;github: &lt;a href=&quot;http://github.com/drnic/github_badges/tree/master&quot;&gt;http://github.com/drnic/github_badges/tree/master&lt;/a&gt;&lt;/li&gt;
+	&lt;/ul&gt;
 
-	&lt;p&gt;The source project is a &lt;a href=&quot;http://git.or.cz/&quot;&gt;Git&lt;/a&gt; repository. See &lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt;&amp;#8217;s &lt;a href=&quot;http://github.com/your_username/github_badges/tree/master&quot;&gt;master branch&lt;/a&gt; for clone/checkout details.&lt;/p&gt;
 
+&lt;pre&gt;git clone git://github.com/drnic/github_badges.git&lt;/pre&gt;
 
 	&lt;h2&gt;License&lt;/h2&gt;
 
@@ -91,7 +92,7 @@
 	&lt;h2&gt;Contact&lt;/h2&gt;
 
 
-	&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto&quot;&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt;&lt;/a&gt;: via the &lt;a href=&quot;http://groups.google.com/group/github_badges&quot;&gt;forum&lt;/a&gt;&lt;/p&gt;
+	&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto&quot;&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt;&lt;/a&gt;: via the &lt;a href=&quot;http://groups.google.com/group/github&quot;&gt;github forum&lt;/a&gt;&lt;/p&gt;
     &lt;p class=&quot;coda&quot;&gt;
       &lt;a href=&quot;&quot;&gt;TODO&lt;/a&gt;, 26th April 2008&lt;br&gt;
       Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,37 +1,34 @@
-h1. github_badges
+h1. GitHub Badge
 
 h2. What
 
-This JavaScript project ...
+Want to show off your projects on github to world? 
+Then a sexy badge on your blog would be awesome.
 
-h2. Downloading
-
-&lt;a href=&quot;dist/github_badges.js&quot;&gt;github_badges.js&lt;/a&gt;
-
-
-h2. The basics
-
-
-h2. Demonstration of usage
+Its still under development, but above is a pseudo-live
+demonstration of the badge.
 
+h2. Installation
 
+&lt;pre syntax=&quot;html&quot;&gt;&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
+  GITHUB_USERNAME=&quot;drnic&quot;;
+&lt;/script&gt;
+&lt;script src=&quot;http://drnicjavascript.rubyforge.org/github_badge/dist/github-badge-launcher.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+&lt;/pre&gt;
 
 h2. Forum
 
-&quot;http://groups.google.com/group/github_badges&quot;:http://groups.google.com/group/github_badges
-
-TODO - create Google Group - github_badges
+&quot;http://groups.google.com/group/github&quot;:http://groups.google.com/group/github
 
 h2. How to submit patches
 
 Read the &quot;8 steps for fixing other people's code&quot;:http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section &quot;8b: Submit patch to Google Groups&quot;:http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above.
 
-The trunk repository is &lt;code&gt;svn://rubyforge.org/var/svn/github_badges/trunk&lt;/code&gt; for anonymous access.
-
-OR
+You can fetch the source from:
 
-The source project is a &quot;Git&quot;:http://git.or.cz/ repository. See TODO's &quot;master branch&quot;:http://github.com/your_username/github_badges/tree/master for clone/checkout details.
+* github: &quot;http://github.com/drnic/github_badges/tree/master&quot;:http://github.com/drnic/github_badges/tree/master
 
+&lt;pre&gt;git clone git://github.com/drnic/github_badges.git&lt;/pre&gt;
 
 h2. License
 
@@ -39,5 +36,5 @@ This code is free to use under the terms of the MIT license.
 
 h2. Contact
 
-Comments are welcome. Send an email to &quot;TODO&quot;:mailto: via the &quot;forum&quot;:http://groups.google.com/group/github_badges
+Comments are welcome. Send an email to &quot;TODO&quot;:mailto: via the &quot;github forum&quot;:http://groups.google.com/group/github
 </diff>
      <filename>website/index.txt</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>.gitigore</filename>
    </removed>
    <removed>
      <filename>config/website.yml.sample</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>18e258da27e4ee256628ca54bd4f0b1457825034</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/drnic/github-badges/commit/d7fe30c247532c6b8a4e85480cf21175cbbad79a</url>
  <id>d7fe30c247532c6b8a4e85480cf21175cbbad79a</id>
  <committed-date>2008-04-26T03:38:37-07:00</committed-date>
  <authored-date>2008-04-26T03:38:37-07:00</authored-date>
  <message>update website with git src</message>
  <tree>4ad21b535bf39ec9d68bb65eb13385700834ea4a</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
