<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>style.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,122 +4,8 @@
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
   &lt;head&gt;
     &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=UTF-8&quot;  /&gt;
-    &lt;title&gt;aerial&lt;/title&gt;
-    &lt;style type=&quot;text/css&quot;&gt;
-      /* reset */
-      html, body, div, span, applet, object, iframe,
-      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-      a, abbr, acronym, address, big, cite, code,
-      del, dfn, em, font, img, ins, kbd, q, s, samp,
-      small, strike, strong, sub, sup, tt, var,
-      dl, dt, dd, ul, li,
-      form, label, legend,
-      table, caption, tbody, tfoot, thead, tr, th, td {
-         margin: 0;
-         padding: 0;
-         border: 0;
-         outline: 0;
-         font-weight: inherit;
-         font-style: normal;
-         font-size: 100%;
-         font-family: inherit;
-         vertical-align: baseline;
-      }
-      :focus {
-         outline: 0;
-      }
-      body {
-         line-height: 1;
-            color: black;
-      background: white;
-      }
-      ul {
-         list-style: none;
-      }
-         table {
-         border-collapse: collapse;
-         border-spacing: 0;
-      }
-         caption, th, td {
-         text-align: left;
-         font-weight: normal;
-      }
-      blockquote:before, blockquote:after,
-         q:before, q:after {
-         content: &quot;&quot;;
-      }
-      blockquote, q {
-         quotes: &quot;&quot; &quot;&quot;;
-      }
-
-      /* styles */
-      body {
-         font-family: Verdana,Arial,sans-serif;
-         background: #f0f0f0;
-         color: #333;
-      }
-      #inset {
-         margin: 0 auto;
-         width: 860px;
-      }
-      #container {
-         background-color: #fff;
-         color: #000;
-         padding: 50px 100px;
-      }
-      p, h2 {
-         margin: 20px 0;
-      }
-      p {
-         line-height: 20px;
-      }
-      a {
-      color: #000;
-         text-decoration: none;
-         font-weight: bold;
-      }
-      a:hover {
-         color: #26B3CF;
-      }
-      h1 {
-         /* Hide generated title */
-         display: none;
-      }
-      h1.title {
-         display: block;
-         font-size: 3.8em;
-         margin-bottom: 3px;
-      }
-      h1.title .small {
-         font-size: 0.4em;
-      }
-      h1 a {
-         font-weight: normal;
-      }
-      h2 {
-         font-size: 1.5em;
-      }
-      li {
-         padding-bottom: 10px;
-      }
-      .ribbon {
-         float: right;
-      }
-      .description {
-         font-size: 1.2em;
-         margin-bottom: 30px;
-         margin-top: 30px;
-         font-style: italic;
-      }
-      pre {
-         background: #444;
-         color: #fff;
-         font-family:'Bitstream Vera Sans Mono','Courier',monospace;
-         padding: 15px;
-         -moz-border-radius: 5px;
-         -webkit-border-radius: 5px;
-      }
-    &lt;/style&gt;
+    &lt;title&gt;Aerial&lt;/title&gt;
+    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot;&gt;
   &lt;/head&gt;
   &lt;body&gt;
     &lt;div id=&quot;inset&quot;&gt;
@@ -128,20 +14,19 @@
       &lt;/a&gt;
       &lt;div id=&quot;container&quot;&gt;
         &lt;div class=&quot;description&quot;&gt;
-          Aerial uses Git to store articles and pages.
+          &lt;span style=&quot;color:#2168a6;font-family: arial;font-size:40pt;&quot;&gt;Aerial&lt;/span&gt; uses Git to store articles and pages.
         &lt;/div&gt;
-        &lt;h1&gt;Aerial&lt;/h1&gt;
-        &lt;p&gt;Designed for Ruby developers, there is no admin interface and no SQL database. Articles are written in your favorite text editor and versioned with Git. Comments are also stored as plain-text files and pushed to the remote repository when created. It uses Grit (http://github.com/mojombo/grit) to interface with local and remote Git repositories.&lt;/p&gt;
+        &lt;p&gt;Designed for Ruby developers, there is no admin interface and no SQL database. Articles are written in your favorite text editor
+and versioned with Git. Comments are also stored as plain-text files and pushed to the remote repository when created. It uses Grit
+(&lt;a href=&quot;http://github.com/mojombo/grit&quot;&gt;Grit&lt;/a&gt;) to interface with local and remote Git repositories.&lt;/p&gt;
         &lt;h2&gt;Installation&lt;/h2&gt;
 
         &lt;p&gt;via Rubygems:&lt;/p&gt;
-        &lt;pre&gt;&lt;code&gt;$ gem install aerial
+        &lt;pre&gt;&lt;code&gt;$ gem install aerial --thin
 $ aerial install /home/user/myblog&lt;/code&gt;&lt;/pre&gt;
-        &lt;p&gt;This will create a couple files and directories. Mainly, the views, public, and configuration files.  You may edit config.yml to your liking&lt;/p&gt;
+        &lt;p&gt;This will create a couple files and directories. Mainly, the views, public, and configuration files.  You may edit config.yml to
+your liking&lt;/p&gt;
         &lt;p&gt;The installer provides special configuration files for Thin and Passenger.&lt;/p&gt;
-        &lt;p&gt;via Clone:&lt;/p&gt;
-        &lt;pre&gt;&lt;code&gt;$ git clone git://github.com/mattsears/aerial&lt;/code&gt;&lt;/pre&gt;
-
         &lt;h2&gt;Pasenger&lt;/h2&gt;
         &lt;pre&gt;&lt;code&gt;$ aerial install /home/user/myblog --passenger
 $ cd /home/user/myblog&lt;/code&gt;&lt;/pre&gt;
@@ -155,6 +40,11 @@ $ cd /home/user/myblog&lt;/code&gt;&lt;/pre&gt;
         &lt;p&gt;Tweak the thin.yml&lt;/p&gt;
         &lt;p&gt;Start the thin server&lt;/p&gt;
         &lt;pre&gt;&lt;code&gt;$ thin -C thin.yml -R config.ru start&lt;/code&gt;&lt;/pre&gt;
+
+        &lt;h2&gt;Installation from the Source&lt;/h2&gt;
+        &lt;pre&gt;&lt;code&gt;$ git clone git://github.com/mattsears/aerial
+$ rake launch
+# Navigate to http://0.0.0.0:4567&lt;/code&gt;&lt;/pre&gt;
         &lt;h2&gt;Issues&lt;/h2&gt;
         &lt;p&gt;Find a bug? Want a feature? Submit an &lt;a href=&quot;http://github.com/mattsears/aerial/issues&quot;&gt;issue here&lt;/a&gt;. Patches welcome!
         &lt;/p</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c976ea72a297f28d25ce0577a0dc132ba6e13028</id>
    </parent>
  </parents>
  <author>
    <name>Matt Sears</name>
    <email>matt@mattsears.com</email>
  </author>
  <url>http://github.com/mattsears/aerial/commit/504737a877d70cd6a277aeaf639a8c8db9b05aee</url>
  <id>504737a877d70cd6a277aeaf639a8c8db9b05aee</id>
  <committed-date>2009-10-21T13:54:47-07:00</committed-date>
  <authored-date>2009-10-21T13:54:47-07:00</authored-date>
  <message>Added instructions for cloning the repo and tweaked the style a bit more.</message>
  <tree>92ff52b3ee17108966580d9e34e9bad877239fc7</tree>
  <committer>
    <name>Matt Sears</name>
    <email>matt@mattsears.com</email>
  </committer>
</commit>
