<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config/sites/ABOUT</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,4 +9,5 @@ public/avatars
 public/downloads
 public/screenshots
 public/images/screenshots
-db/restore.sql
\ No newline at end of file
+db/restore.sql
+config/sites/*.rb
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,19 @@
+&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
+  .delicious-blogbadge-line .url-link
+  {
+    padding-right: 0px;
+  }
+
+  .delicious-blogbadge-line .top-tags-container
+  {
+    display: none;
+  }
+
+  .delicious-blogbadge-line .save-to-link
+  {
+    background-color: #fff;
+  }
+&lt;/style&gt;
 &lt;script type=&quot;text/javascript&quot;&gt;
     if (typeof window.Delicious == &quot;undefined&quot;) window.Delicious = {};
     Delicious.BLOGBADGE_DEFAULT_CLASS = 'delicious-blogbadge-line';</diff>
      <filename>app/views/layouts/_social_media.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,10 @@
 # ------------
 # APP SPECIFIC SETTINGS
 # ------------
-set :application, &quot;opensourcerails&quot;
-set :repository, &quot;git@github.com:jcnetdev/opensourcerails.git&quot;
-set :server_name, &quot;www.opensourcerails.com&quot;
+set :application, &quot;[YOUR APP NAME]&quot;
+set :server_name, &quot;[YOUR APP DOMAIN NAME, e.g. www.opensourcerails.com]&quot;
 
+set :repository, &quot;git@github.com:jcnetdev/opensourcerails.git&quot;
 set :scm, &quot;git&quot;
 set :checkout, &quot;export&quot; 
 set :deploy_via, :remote_cache
@@ -19,6 +19,9 @@ set :linked_files, [
 
 # set the list of folders to symlink on deployment
 set :linked_folders, %w[public/screenshots public/downloads]
+set(:app, &quot;srcrails&quot;) unless respond_to?(:app)
+
+load File.dirname(__FILE__)+&quot;/sites/#{app}&quot; 
 
 set :base_path, &quot;/var/www&quot;
 set :deploy_to, &quot;/var/www/production/#{application}&quot;
@@ -96,19 +99,23 @@ after  &quot;deploy&quot;, &quot;live:send_request&quot;
 # LOCALIZE TASKS
 # ===================
 after &quot;deploy:update_code&quot;, &quot;localize:install_gems&quot;
+after &quot;deploy:update_code&quot;, &quot;localize:set_permissions&quot;
 after &quot;deploy:update_code&quot;, &quot;localize:link_files&quot;
 after &quot;deploy:update_code&quot;, &quot;localize:link_folders&quot;
 after &quot;deploy:update_code&quot;, &quot;localize:merge_assets&quot;
-after &quot;deploy:update_code&quot;, &quot;localize:set_permissions&quot;
 
 namespace :localize do
-  
   desc &quot;installs / upgrades gem dependencies &quot;
   task :install_gems, :roles =&gt; [:app] do
     sudo &quot;date&quot;
     run &quot;cd #{release_path} &amp;&amp; sudo rake RAILS_ENV=production gems:install&quot;
   end
-  
+
+  desc &quot;setting proper permissions for deploy user&quot;
+  task :set_permissions do
+    sudo &quot;chown -R deploy /var/www/production/#{application}&quot;
+  end
+    
   desc &quot;create symlinks for files specified in the linked_files array&quot;
   task :link_files, :roles =&gt; [:app] do
     if defined? :linked_files
@@ -143,10 +150,7 @@ namespace :localize do
     end
   end
 
-  desc &quot;setting proper permissions for deploy user&quot;
-  task :set_permissions do
-    sudo &quot;chown -R deploy /var/www/production/#{application}&quot;
-  end
+
 end
 
 # ===================</diff>
      <filename>config/deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,2 @@
 rss_url: &quot;http://feeds.feedburner.com/OpenSourceRails&quot;
-force_all_css: true
 enable_throttler: true
\ No newline at end of file</diff>
      <filename>config/environments/production.yml</filename>
    </modified>
    <modified>
      <diff>@@ -44,13 +44,3 @@
     
     .empty-message
       display: none
-    
-    .delicious-blogbadge-line .url-link
-      padding-right: 0px
-
-    .delicious-blogbadge-line .top-tags-container
-      display: none
-    
-    .delicious-blogbadge-line .save-to-link
-      background-color: #fff
-</diff>
      <filename>public/stylesheets/sass/v2/parts/footer.sass</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e9e18f17aebb9fa02107b70fb21281bfec2e935f</id>
    </parent>
  </parents>
  <author>
    <name>Jacques Crocker</name>
    <email>jcnetdev@gmail.com</email>
  </author>
  <url>http://github.com/jcnetdev/opensourcerails/commit/1e3420213b008166dfd4224ef5b4722a6e16f8fa</url>
  <id>1e3420213b008166dfd4224ef5b4722a6e16f8fa</id>
  <committed-date>2008-08-30T12:04:17-07:00</committed-date>
  <authored-date>2008-08-30T12:04:17-07:00</authored-date>
  <message>Tweaking Footer</message>
  <tree>07b8fbbb019a416c444147e3dcecca383ff1f78a</tree>
  <committer>
    <name>Jacques Crocker</name>
    <email>jcnetdev@gmail.com</email>
  </committer>
</commit>
