<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>diff.html</filename>
    </added>
    <added>
      <filename>the_best_markup_ever.diff</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -22,6 +22,7 @@ body {
 /* Headings
  * --------------------------------------------------------------------- */
 h1,h2,h3,h4,h5,h6 { color: &lt;%= @page.color['header'] %&gt;; }
+h4 { border-top: dotted 1px &lt;%= @page.color['border'] %&gt;; font-weight: bold; margin: .5em 0; padding-top: .5em; }
 
 /* Text Elements
  * --------------------------------------------------------------------- */
@@ -64,4 +65,12 @@ p.title {
 
 #header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
 
+/* Definition lists
+ * --------------------------------------------------------------------- */
+div.first dl { float: left; width: 100%; }
+div.first dl dt { clear: left; float: left; width: 5em }
+div.first dl dd { border-bottom: dotted 1px &lt;%= @page.color['border'] %&gt;; margin-bottom: .5em; margin-left: 5.5em; padding-bottom: .5em; }
+
+div.last dl dt { font-weight: normal; }
+
 /* EOF */</diff>
      <filename>content/css/site.css</filename>
    </modified>
    <modified>
      <diff>@@ -4,23 +4,25 @@ filter:
   - erb
   - textile
 ---
-h1. &lt;%= @page.title %&gt;
 
-*Who:* TBD
+Dallas Ruby is the coolest place ever this is our description and Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 
-*What:* Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus.
+h2. Upcoming Meeting
 
-*When:* May 6, 2007 7-9pm
+&lt;dl&gt;
+  &lt;dt&gt;Who:&lt;/dt&gt;
+  &lt;dd&gt;TBD&lt;/dd&gt;
 
-*Where:* &quot;Improving Enterprises&quot;:http://www.improvingenterprises.com/ 15950 Dallas Parkway Suite 500, Dallas, TX 75248 (&quot;map&quot;:http://maps.google.com/maps?q=15950+Dallas+Pkwy,+Dallas,+TX+75248,+USA&amp;ie=UTF8&amp;z=16&amp;iwloc=addr&amp;om=1)
+   &lt;dt&gt;What:&lt;/dt&gt;
+   &lt;dd&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus.&lt;/dd&gt;
+   
+   &lt;dt&gt;When:&lt;/dt&gt;
+   &lt;dd&gt;May 6, 2007 7-9pm&lt;/dd&gt;
+   
+   &lt;dt&gt;Where:&lt;/dt&gt;
+   &lt;dd&gt;&lt;a href=&quot;http://www.improvingenterprises.com/&quot;&gt;Improving Enterprises&lt;/a&gt; 15950 Dallas Parkway Suite 500, Dallas, TX 75248 (&lt;a href=&quot;http://maps.google.com/maps?q=15950+Dallas+Pkwy,+Dallas,+TX+75248,+USA&amp;#38;ie=UTF8&amp;#38;z=16&amp;#38;iwloc=addr&amp;#38;om=1&quot;&gt;map&lt;/a&gt;)&lt;/dd&gt;
+ &lt;/dl&gt;
 
-h2. Contact Dallas.rb
-
-*Mailing List:* &quot;Google Group&quot;:http://groups.google.com/group/dallasrb
-
-*IRC:* #dallas.rb (irc.freenode.net)
-
-*RubyForge:* &quot;dallasrb&quot;:http://rubyforge.org/projects/dallasrb/
 
 h2. Event Calendar
 </diff>
      <filename>content/index.txt</filename>
    </modified>
    <modified>
      <diff>@@ -12,28 +12,29 @@ filter:    erb
    &lt;meta name=&quot;author&quot; content=&quot;&lt;%= @page.author %&gt;&quot; /&gt;
 
    &lt;!--- Blueprint CSS Framework --&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
    &lt;!-- CodeRay syntax highlighting CSS --&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/coderay.css&quot; type=&quot;text/css&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/coderay.css&quot; type=&quot;text/css&quot; /&gt;
 
    &lt;!-- Homepage CSS --&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
 &lt;div class=&quot;container&quot;&gt;
 
   &lt;div class=&quot;column span-20 prepend-2 append-2 first last&quot; id=&quot;header&quot;&gt;
-    &lt;p class=&quot;title&quot;&gt;Dallas.rb&lt;/p&gt;
-    &lt;hr&gt;
+    &lt;h1&gt;Dallas Ruby Brigade&lt;/h1&gt;
   &lt;/div&gt;
 
-  &lt;div class=&quot;column span-15 prepend-2 first&quot;&gt;
+  &lt;div class=&quot;column span-14 prepend-2 first&quot;&gt;
      &lt;%= @content %&gt;
   &lt;/div&gt;
 
+  &lt;div class=&quot;column span-1&quot;&gt;&amp;nbsp;&lt;/div&gt;
+
   &lt;div class=&quot;column span-5 append-2 last&quot;&gt;
     &lt;div class=&quot;box&quot;&gt;
       &lt;p&gt;Meetings are the first Tuesday of each month, from 7-9 PM.&lt;/p&gt;
@@ -41,6 +42,20 @@ filter:    erb
       &lt;p class =&quot;last&quot;&gt;Just for our enlightenment, an RSVP to the &lt;a href=&quot;http://groups.google.com/group/dallasrb&quot;&gt;mailing list&lt;/a&gt; is appreciated. That way we have a rough idea of the head count to expect.&lt;/p&gt;
     &lt;/div&gt;
 
+  	&lt;h4&gt;Contact Dallas.rb&lt;/h4&gt;
+
+      &lt;dl&gt;
+  	    &lt;dt&gt;Mailing List:&lt;/dt&gt;
+  	    &lt;dd&gt;&lt;a href=&quot;http://groups.google.com/group/dallasrb&quot;&gt;Google Group&lt;/a&gt;&lt;/dd&gt;
+
+        &lt;dt&gt;IRC:&lt;/dt&gt;
+        &lt;dd&gt;#dallas.rb (irc.freenode.net)&lt;/dd&gt;
+
+        &lt;dt&gt;RubyForge:&lt;/dt&gt;
+        &lt;dd&gt;&lt;a href=&quot;http://rubyforge.org/projects/dallasrb/&quot;&gt;dallasrb&lt;/a&gt;&lt;/dd&gt;
+      &lt;/dl&gt;
+    
+
     &lt;h4&gt;Dallas Rubyists&lt;/h4&gt;
 
     &lt;ul&gt;</diff>
      <filename>layouts/default.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@ body {
 /* Headings
  * --------------------------------------------------------------------- */
 h1,h2,h3,h4,h5,h6 { color: #111; }
+h4 { border-top: dotted 1px #ddd; font-weight: bold; margin: .5em 0; padding-top: .5em; }
 
 /* Text Elements
  * --------------------------------------------------------------------- */
@@ -48,4 +49,12 @@ p.title {
 
 #header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
 
+/* Definition lists
+ * --------------------------------------------------------------------- */
+div.first dl { float: left; width: 100%; }
+div.first dl dt { clear: left; float: left; width: 5em }
+div.first dl dd { border-bottom: dotted 1px #ddd; margin-bottom: .5em; margin-left: 5.5em; padding-bottom: .5em; }
+
+div.last dl dt { font-weight: normal; }
+
 /* EOF */</diff>
      <filename>output/css/site.css</filename>
    </modified>
    <modified>
      <diff>@@ -8,51 +8,43 @@
    &lt;meta name=&quot;author&quot; content=&quot;&quot; /&gt;
 
    &lt;!--- Blueprint CSS Framework --&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&gt;
 
    &lt;!-- CodeRay syntax highlighting CSS --&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/coderay.css&quot; type=&quot;text/css&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/coderay.css&quot; type=&quot;text/css&quot; /&gt;
 
    &lt;!-- Homepage CSS --&gt;
-   &lt;link rel=&quot;stylesheet&quot; href=&quot;/css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
+   &lt;link rel=&quot;stylesheet&quot; href=&quot;css/site.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 
 &lt;div class=&quot;container&quot;&gt;
 
   &lt;div class=&quot;column span-20 prepend-2 append-2 first last&quot; id=&quot;header&quot;&gt;
-    &lt;p class=&quot;title&quot;&gt;Dallas.rb&lt;/p&gt;
-    &lt;hr&gt;
+    &lt;h1&gt;Dallas Ruby Brigade&lt;/h1&gt;
   &lt;/div&gt;
 
-  &lt;div class=&quot;column span-15 prepend-2 first&quot;&gt;
-     &lt;h1&gt;Upcoming Meeting&lt;/h1&gt;
+  &lt;div class=&quot;column span-14 prepend-2 first&quot;&gt;
+     &lt;p&gt;Dallas Ruby is the coolest place ever this is our description and Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;/p&gt;
 
 
-	&lt;p&gt;&lt;strong&gt;Who:&lt;/strong&gt; TBD&lt;/p&gt;
+	&lt;h2&gt;Upcoming Meeting&lt;/h2&gt;
 
 
-	&lt;p&gt;&lt;strong&gt;What:&lt;/strong&gt; Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus.&lt;/p&gt;
+&lt;dl&gt;
+  &lt;dt&gt;Who:&lt;/dt&gt;
+  &lt;dd&gt;TBD&lt;/dd&gt;
 
+   &lt;dt&gt;What:&lt;/dt&gt;
+   &lt;dd&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc congue ipsum vestibulum libero. Aenean vitae justo. Nam eget tellus. Etiam convallis, est eu lobortis mattis, lectus tellus tempus felis, a ultricies erat ipsum at metus.&lt;/dd&gt;
 
-	&lt;p&gt;&lt;strong&gt;When:&lt;/strong&gt; May 6, 2007 7-9pm&lt;/p&gt;
-
-
-	&lt;p&gt;&lt;strong&gt;Where:&lt;/strong&gt; &lt;a href=&quot;http://www.improvingenterprises.com/&quot;&gt;Improving Enterprises&lt;/a&gt; 15950 Dallas Parkway Suite 500, Dallas, TX 75248 (&lt;a href=&quot;http://maps.google.com/maps?q=15950+Dallas+Pkwy,+Dallas,+TX+75248,+USA&amp;#38;ie=UTF8&amp;#38;z=16&amp;#38;iwloc=addr&amp;#38;om=1&quot;&gt;map&lt;/a&gt;)&lt;/p&gt;
-
-
-	&lt;h2&gt;Contact Dallas.rb&lt;/h2&gt;
-
-
-	&lt;p&gt;&lt;strong&gt;Mailing List:&lt;/strong&gt; &lt;a href=&quot;http://groups.google.com/group/dallasrb&quot;&gt;Google Group&lt;/a&gt;&lt;/p&gt;
-
-
-	&lt;p&gt;&lt;strong&gt;IRC:&lt;/strong&gt; #dallas.rb (irc.freenode.net)&lt;/p&gt;
-
-
-	&lt;p&gt;&lt;strong&gt;RubyForge:&lt;/strong&gt; &lt;a href=&quot;http://rubyforge.org/projects/dallasrb/&quot;&gt;dallasrb&lt;/a&gt;&lt;/p&gt;
+   &lt;dt&gt;When:&lt;/dt&gt;
+   &lt;dd&gt;May 6, 2007 7-9pm&lt;/dd&gt;
 
+   &lt;dt&gt;Where:&lt;/dt&gt;
+   &lt;dd&gt;&lt;a href=&quot;http://www.improvingenterprises.com/&quot;&gt;Improving Enterprises&lt;/a&gt; 15950 Dallas Parkway Suite 500, Dallas, TX 75248 (&lt;a href=&quot;http://maps.google.com/maps?q=15950+Dallas+Pkwy,+Dallas,+TX+75248,+USA&amp;#38;ie=UTF8&amp;#38;z=16&amp;#38;iwloc=addr&amp;#38;om=1&quot;&gt;map&lt;/a&gt;)&lt;/dd&gt;
+ &lt;/dl&gt;
 
 	&lt;h2&gt;Event Calendar&lt;/h2&gt;
 
@@ -60,6 +52,8 @@
 &lt;iframe src=&quot;http://www.google.com/calendar/embed?height=400&amp;amp;wkst=1&amp;amp;bgcolor=%23FFFFFF&amp;amp;src=l82phr6cigd0leu4ls8e1017kk%40group.calendar.google.com&amp;amp;color=%23B1365F&amp;amp;ctz=America%2FChicago&quot; style=&quot; border-width:0 &quot; width=&quot;550&quot; height=&quot;400&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;
   &lt;/div&gt;
 
+  &lt;div class=&quot;column span-1&quot;&gt;&amp;nbsp;&lt;/div&gt;
+
   &lt;div class=&quot;column span-5 append-2 last&quot;&gt;
     &lt;div class=&quot;box&quot;&gt;
       &lt;p&gt;Meetings are the first Tuesday of each month, from 7-9 PM.&lt;/p&gt;
@@ -67,6 +61,20 @@
       &lt;p class =&quot;last&quot;&gt;Just for our enlightenment, an RSVP to the &lt;a href=&quot;http://groups.google.com/group/dallasrb&quot;&gt;mailing list&lt;/a&gt; is appreciated. That way we have a rough idea of the head count to expect.&lt;/p&gt;
     &lt;/div&gt;
 
+  	&lt;h4&gt;Contact Dallas.rb&lt;/h4&gt;
+
+      &lt;dl&gt;
+  	    &lt;dt&gt;Mailing List:&lt;/dt&gt;
+  	    &lt;dd&gt;&lt;a href=&quot;http://groups.google.com/group/dallasrb&quot;&gt;Google Group&lt;/a&gt;&lt;/dd&gt;
+
+        &lt;dt&gt;IRC:&lt;/dt&gt;
+        &lt;dd&gt;#dallas.rb (irc.freenode.net)&lt;/dd&gt;
+
+        &lt;dt&gt;RubyForge:&lt;/dt&gt;
+        &lt;dd&gt;&lt;a href=&quot;http://rubyforge.org/projects/dallasrb/&quot;&gt;dallasrb&lt;/a&gt;&lt;/dd&gt;
+      &lt;/dl&gt;
+    
+
     &lt;h4&gt;Dallas Rubyists&lt;/h4&gt;
 
     &lt;ul&gt;
@@ -75,7 +83,7 @@
       &lt;li&gt;&lt;a href=&quot;http://mvm.therealadam.com/&quot;&gt;Adam Keys&lt;/a&gt;&lt;/li&gt;
       &lt;li&gt;&lt;a href=&quot;http://activ8.us/&quot;&gt;Kevin Marvin&lt;/a&gt;&lt;/li&gt;
       &lt;li&gt;&lt;a href=&quot;http://www.mckinneystation.com/&quot;&gt;Geoffrey Dagley&lt;/a&gt;&lt;/li&gt;
-      &lt;li&gt;&lt;a href=&quot;http://memerocket.com/&quot;&gt;Bill Burcham&lt;/a&gt; (expat)&lt;/li&gt;
+      &lt;li&gt;&lt;a href=&quot;http://unkind2monkeys.com/&quot;&gt;Jim Hughes&lt;/a&gt;&lt;/li&gt;
     &lt;/ul&gt;
     
     &lt;p&gt;(Want to get listed here? Talk to Adam Keys? about it at the next meeeting!)&lt;/p&gt;</diff>
      <filename>output/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8c1bb2b604b6282b795767e6bcd30ca4747c127e</id>
    </parent>
  </parents>
  <author>
    <name>Mark McSpadden</name>
    <email>mark@mark-mcspaddens-computer.local</email>
  </author>
  <url>http://github.com/therealadam/dallasrb-website/commit/daed8b5a4238bf331f48c4bb4606cde20e2b26b3</url>
  <id>daed8b5a4238bf331f48c4bb4606cde20e2b26b3</id>
  <committed-date>2008-08-05T18:37:15-07:00</committed-date>
  <authored-date>2008-08-05T18:37:15-07:00</authored-date>
  <message>added some awesome markup and css</message>
  <tree>aec8185f4a7a76fb2bfa1afea15f2e94ddb8be7d</tree>
  <committer>
    <name>Mark McSpadden</name>
    <email>mark@mark-mcspaddens-computer.local</email>
  </committer>
</commit>
