<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/plugins/awesome_fields</filename>
    </added>
    <added>
      <filename>vendor/plugins/permalink_fu</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/README</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/gmaps_api_key.yml.sample</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/init.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/install.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/javascript/clusterer.js</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/javascript/geoRssOverlay.js</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/javascript/markerGroup.js</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/javascript/wms-gs.js</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/javascript/ym4r-gm.js</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/control.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/geocoding.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/helper.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/key.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/layer.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/map.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/mapping.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/overlay.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/gm_plugin/point.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/lib/ym4r_gm.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/rakefile.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/tasks/gm_tasks.rake</filename>
    </added>
    <added>
      <filename>vendor/plugins/ym4r_gm/test/gm_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -7,3 +7,9 @@
 [submodule &quot;vendor/plugins/resource_controller&quot;]
 	path = vendor/plugins/resource_controller
 	url = git://github.com/giraffesoft/resource_controller.git
+[submodule &quot;vendor/plugins/permalink_fu&quot;]
+	path = vendor/plugins/permalink_fu
+	url = git://github.com/technoweenie/permalink_fu.git
+[submodule &quot;vendor/plugins/awesome_fields&quot;]
+	path = vendor/plugins/awesome_fields
+	url = git://github.com/Shadowfiend/awesome_fields.git</diff>
      <filename>.gitmodules</filename>
    </modified>
    <modified>
      <diff>@@ -3,26 +3,42 @@
   %head
     %meta{ :content =&gt; &quot;text/html; charset=utf-8&quot;, &quot;http-equiv&quot; =&gt; &quot;Content-Type&quot; }/
     %title
-      faithfulgeek.org
+      CleRB - The Cleveland / Northeast Ohio Ruby Users Group
     %meta{ :name =&gt; &quot;author&quot;, :content =&gt; &quot;Joe Fiorini&quot; }/
     %link{ :href =&gt; &quot;/stylesheets/reset.css&quot;, :rel =&gt; &quot;stylesheet&quot;, :type =&gt; &quot;text/css&quot; }/
     %link{ :href =&gt; &quot;/stylesheets/site.css&quot;, :rel =&gt; &quot;stylesheet&quot;, :type =&gt; &quot;text/css&quot; }/
-    = feedburner_link_tag :faithfulgeek
-    - if @extra_stylesheet
-      %link{ :href =&gt; &quot;/stylesheets/#{@extra_stylesheet}&quot;, :rel =&gt; &quot;stylesheet&quot;, :type =&gt; &quot;text/css&quot; }
-    / Date: 2008-03-07
+    - if @map
+      = GMap.header
   %body
-    #header
-      - if @current_user
-        #welcome_message
-          = &quot;Logged in as: &quot; + @current_user.name
-          = link_to 'Logout', logout_url
-      %h1#page-title
-        %a{ :href =&gt; &quot;/&quot; }
-          faithfulgeek.org
-    #main
-      #wrapper
+    #container
+      #mast
+        - if @current_user
+          #welcome_message
+            = &quot;Logged in as: &quot; + @current_user.name
+            = link_to 'Logout', logout_url
+        #logo
+          %a{ :href =&gt; &quot;/&quot; }
+            %span
+              CleRB : The Northeast Ohio Ruby Users Group
+        #navigation
+          %ul
+            %li.home
+              =link_to 'Home', '/'
+            %li
+              =link_to 'Meetings', '/meetings'
+            %li
+              =link_to 'About', '/about'
+            %li
+              =link_to 'Contact', '/contact'
+            %li
+              =link_to 'Resources', '/resources'
+      #main
         #page-content
           = yield
-      #footer
-        &amp;copy;2008 Joe Fiorini - creative commons license
+  %script{ :type =&gt; &quot;text/javascript&quot; }
+    var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
+    document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));
+  %script{ :type =&gt; &quot;text/javascript&quot; }
+    var pageTracker = _gat._getTracker(&quot;UA-4828879-1&quot;);
+    pageTracker._initData();
+    pageTracker._trackPageview();</diff>
      <filename>app/views/layouts/application.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,21 +1,9 @@
 .post
-  %img{:src =&gt; &quot;/images/icons/24-book-blue-mark.png&quot;}
+  = format_date_long(post.created_at)
   %h2.title= link_to post.title, post
-  %h3.tags
-    on
-    = format_date_long(post.created_at)
-    &amp;ndash;
-    tagged with:
-    = tags_for post
   .post-content
     = textilize post
     #tools
       = link_to &quot;#{post.comments.length} comments&quot;, comments_for_post_path(post.id)
       &amp;ndash;
-      %a{:href =&gt; &quot;#&quot;} permalink
-      &amp;ndash;
-      %a{:href =&gt; &quot;#&quot;} save to del.icio.us
-      &amp;ndash;
-      %a{:href =&gt; &quot;#&quot;}digg this [3]
-      &amp;ndash;
-      %a{:href =&gt; &quot;#&quot;} email to friend
\ No newline at end of file
+      %a{:href =&gt; &quot;#&quot;} permalink
\ No newline at end of file</diff>
      <filename>app/views/posts/_post.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,4 @@
-#tweets
-  - if @tweets
-    %h2.title= link_to 'Recent Tweets', 'http://www.twitter.com/faithfulgeek'
-    - @tweets.each do |tweet|
-      .tweet
-        = tweet.text
-        Reply ID is:
-        = tweet.in_reply_to_status_id
-    
+= render_partial 'event', nil
 #posts
   - @posts.each do |post|
     = render_partial 'post', post</diff>
      <filename>app/views/posts/index.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+
 #posts
   = render_partial 'post', @post
 </diff>
      <filename>app/views/posts/show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 # ENV['RAILS_ENV'] ||= 'production'
 
 # Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION
 
 # Bootstrap the Rails environment, frameworks, and default configuration
 require File.join(File.dirname(__FILE__), 'boot')</diff>
      <filename>config/environment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,12 @@
 ActionController::Routing::Routes.draw do |map|
+  map.resources :locations
+
   
   map.root :controller =&gt; 'posts'
+	map.meetings '/meetings', :controller =&gt; 'TemporaryContent', :action =&gt; 'coming_soon'
+	map.about '/about', :controller =&gt; 'TemporaryContent', :action =&gt; 'coming_soon'
+	map.contact '/contact', :controller =&gt; 'TemporaryContent', :action =&gt; 'coming_soon'
+	map.groups_resources '/resources', :controller =&gt; 'TemporaryContent', :action =&gt; 'coming_soon'
 	map.posts_for_date ':year/:month/:day', :controller =&gt; 'posts', :action =&gt; 'show', :year =&gt; /\d{4}/, :month =&gt; /\d{2}/, :day =&gt; /\d{2}/
 	map.posts_for_year ':year', :controller =&gt; 'posts', :action =&gt; 'show', :year =&gt; /\d{4}/
   map.home 'home', :controller =&gt; 'posts'</diff>
      <filename>config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,285 +1,89 @@
-body
-{
-	color: black;
-	background: #f1efdc url('/images/bg.jpg') repeat-x;
-}
+/*********** Page Layout ***********/
+#container { margin: 0 auto; position: relative; width: 960px; }
 
-h1#page-title
-{
-	color: white;
-	font-size: 1.5em;
-	font-weight: bold;
-}
+/*********** Mast Head ***********/
+#mast { font-family: helvetica; height: 106px; }
 
-h1 a, h1 a:link, h1 a:visited, h1 a:active
-{
-	border: none;
-}
+#logo { position: absolute; background-image: url(/images/logo.png); width: 264px; height: 72px; top: 53px; }
 
-h1, h2, h3, h4, h5, h6
-{
-	color: #333;
-	font-family: &quot;Times New Roman&quot;, &quot;verdanya&quot;, Times, Serif;
-	font-weight: 300;
-	letter-spacing: 0.01em;
-	padding: 0.2em 0;
-	margin:0.5em 0;	
-}
-
-h1 
-{
-	font-size: 2.5em;
-}
+div#logo a { display: block; height: 100%; width: 100%; }
 
-h2 
-{
-
-	font-size:2em;
-}
-
-h3
-{
-	font-size: 1.75em;
-}
-
-h4
-{
-	font-size: 1.25em;
-}
-
-h5
-{
-	font-size: 1.15em;
-}
-
-h6
-{
-	font-size: 1.1em;
-}
-
-blockquote
-{
-	margin-left: 1em;
-	font-style: italic;
-	margin-right: 70px;
-}
+div#logo a span { margin-left: -9999px; }
 
-h2.title
+/*********** Navigation ***********/
+div#navigation
 {
-	font-family: georgia, 'times new roman', serif;
-	border: 0;
-	font-size: 1.65em;
 	display: inline;
+	position: absolute;
+	overflow: hidden;
+	right: 0px;
+	top: 65px;
 }
 
-h3.tags
-{
-	font-size: .75em;
-	color: #666;
-	margin-top: 7px;
-	margin-bottom: 7px;
-	border: 0;
-}
-
-a, a:link, a:visited, a:active
-{
-	color: #465A9C;
-}
-
-a, a:link, a:visited, a:active
-{
-	color: #435695;
-	text-decoration: none;
-	border-bottom: 1px dotted #435695;
-}
-
-a:hover
-{
-	color: #263256;
-}
-
-em
-{
-	position: relative;
-	top: 1px;
-	font-style: italic;
-}
-
-strong
-{
-	font-weight: bold;
-}
-
-p
-{
-	padding-top: .5em;
-	padding-bottom: .5em;
-}
-
-div.comment-form
-{
-	
-}
-
-div.comment-form p label
-{
-	margin-right: 5px;
-}
-div.comment-form p input
-{
-	font-size: .75em;
-	margin-right: 15px;
-}
-
-div.comment-form p textarea
-{
-	width: 417px;
-}
+#navigation ul { float: left; list-style-type: none; background-color: #b4130a; }
 
-#main
-{
-	margin-left: auto;
-	margin-right: auto;
-	max-width: 1200px;
-	min-width: 600px;
-	width: 90%;
-	margin-top: 1em;
-}
+#navigation li.home { border-left: 0; }
 
-#wrapper
-{
-	float: left;
-	width: 100%;
-	padding-right: .75em;
-}
+#navigation li { float: left; height: 40px; line-height: 45px; border-left: 1px solid #ffffff; }
 
-#page-content
+#navigation li a
 {
-	margin-right: 340px;
-	padding-bottom: 1em;	
+	display: block;
+	color: white;
+	padding-right: 20px;
+	padding-left: 4px;
+	padding-top: 10px;	
+	text-decoration: none;
+	text-transform: lowercase;
+	height: 100%;
+	text-align: left;
 }
 
-#tools
-{
-	position: relative;
-	margin-top: 20px;
-	left: 35px;
-}
+#navigation li a:hover { background-color: #908a8a; }
 
-#modules
-{
-	margin-left: -310px;
-	width:310px;
-	margin-top:2em;
-	float: left;
-}
+/*********** Content ***********/
 
-#footer
-{
-	clear: both;
-	padding: 1em;
-	font-size: small;
-	text-align: center;
-}
+#page-content { margin-top: 40px; margin-left: 40px; font-family: Arial,sans-serif; line-height: 1.5em; }
 
-#header h1 a
-{
-	height: 103px;
-	width: 484px;
-	margin-top:16px;
-	background: url('/images/logo.jpg') no-repeat;
-	display:block;
-	text-indent: -9999px;
+strong.chicklet { 
+	background-color: #b4130a; 
+/*	border: solid 1px black; */
+	color: white; 
+	font-size: .8em; 
+	text-transform: uppercase; 
+	padding: 6px 3px 3px 3px;
+	font-family: helvetica; 
+	font-weight: bold; 
 }
 
-#header img
-{
-	position: absolute;
-	right: 15px;
-	top: 63px;
-}
+h3 { color: #aaa; font-size: 1.5em; font-family: helvetica; font-weight: bold; text-transform: lowercase;}
 
-/* this is the honeypot captcha to catch spam bots */
-div#comment-something
-{
-	position: absolute;
-	left: -999px;
-}
+div.main-event { margin-top: 20px;}
 
-.module
-{
-	margin-bottom: 1em;
-}
+p.info span.date { color: #aaa; }
+p.info span.at { font-size: 130%; position: relative; top: 1px; }
 
-.post
-{
-	margin-bottom: 35px;
-}
+#page-content h1 { font-size: 2.75em; margin-top: 15px; margin-bottom: 15px; color: #333; font-weight: bold; font-family: Helvetica;}
 
-.post-content
-{
-	border-top: 1px solid #bbb;
-	padding-top: 7px;
-	text-align: left;
-	line-height: 1.25em;
-}
-
-.comment
-{
-	position: relative;
-	margin-bottom: 25px;
-	left: 50px;
-	width: 75%;
-}
-
-.comment img.gravatar
-{
-	position: absolute;
-	left: -30px;
-	top: 23px;
-}
-
-.comment p
-{
-	position: relative;
-	margin-top: 15px;
-	left: 25px;
-}
-
-.module fieldset
-{
-    border:0;
-}
+div.event-meta { font-size: .75em; color: #888; margin-bottom: 50px; border-top: solid thin black; padding-top: 5px; }
+div.event-meta em { color: #444; font-weight: bold;}
+div.event-meta div.presenting { float: left; }
+div.event-meta div.date { float: right; top: 0; left: 20px; }
 
-.module legend
-{
-    padding-left:18px;
-}
+div.post-content { margin-top: 20px; }
+div.post-content p { padding-top: 1em; padding-bottom: 1em;}
 
-.twitter legend
-{
-    background: url('/images/icons/16-em-pencil.png') no-repeat;
-}
+div#ruby-scene { margin-top: 40px;}
 
-.tagcloud legend
-{
-    background: url('/images/icons/16-file-archive.png') no-repeat;
-}
+div#map { margin-top: 40px; text-align: center;}
+div#map_div { border: solid 1px black;}
 
-.blogroll legend
-{
-    background: url('/images/icons/16-star-hot.png') no-repeat;
-}
+#location h1 { font-size: 2.25em; }
+#location div#address { text-indent: 40px; }
 
-.openid-login
-{
-	background: #fff url(/images/openid-logo.gif) no-repeat scroll 0pt 50%;
-	padding-left: 18px;
-}
+/*********** Links ***********/
+a, a:link, a:visited, a:active { color: #900; font-family: helvetica; }
+a:hover { color: #908a8a; text-decoration: underline; }
 
-div.post-content legend
-{
-	font-size: 1em;
-	background: url('/images/icons/16-tool-a.png') no-repeat;
-	padding-left:18px;
-}
+/*********** Footer ***********/
+div#footer { margin-top: 40px; }
\ No newline at end of file</diff>
      <filename>public/stylesheets/site.css</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>public/images/logo.jpg</filename>
    </removed>
    <removed>
      <filename>vendor/rails</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a7d6cdc7e2273dd40774a021986f445f1030ecd9</id>
    </parent>
  </parents>
  <author>
    <name>Joe Fiorini</name>
    <email>joe@faithfulgeek.org</email>
  </author>
  <url>http://github.com/faithfulgeek/blog-starter-kit/commit/68f41a4cb2def9f196fe600f0ee72d2eb1c7094b</url>
  <id>68f41a4cb2def9f196fe600f0ee72d2eb1c7094b</id>
  <committed-date>2008-06-26T23:01:28-07:00</committed-date>
  <authored-date>2008-06-26T23:01:28-07:00</authored-date>
  <message>Added locations; gmaps</message>
  <tree>0ac23e261a7a299dead06e041c7cbc608462d4da</tree>
  <committer>
    <name>Joe Fiorini</name>
    <email>joe@faithfulgeek.org</email>
  </committer>
</commit>
