<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-application: munimini
+application: kylesmuni
 version: 1
 runtime: python
 api_version: 1</diff>
      <filename>app.yaml</filename>
    </modified>
    <modified>
      <diff>@@ -103,19 +103,19 @@ class MainPage(webapp.RequestHandler):
   def get(self):
     
     config = {
-      'who': 'Paul',
+      'who': 'Kyle',
       'stops': [
         {
-          'url': 'http://www.nextbus.com/wireless/miniPrediction.shtml?a=sf-muni&amp;r=N&amp;d=N__IB3&amp;s=7318',
+          'url': 'http://www.nextbus.com/wireless/miniPrediction.shtml?a=sf-muni&amp;r=5&amp;d=05_IB1&amp;s=4753',
           'distance': 6
         },
         {
-          'url': 'http://www.nextbus.com/wireless/miniPrediction.shtml?a=sf-muni&amp;r=J&amp;d=J__IB2&amp;s=4006',
+          'url': 'http://www.nextbus.com/wireless/miniPrediction.shtml?a=sf-muni&amp;r=31&amp;d=31_IB1_M&amp;s=3054',
           'distance': 8
         },
         {
-          'url': 'http://www.nextbus.com/wireless/miniPrediction.shtml?a=sf-muni&amp;r=KT&amp;d=KT__IB1&amp;s=5726',
-          'distance': 10
+          'url': 'http://www.nextbus.com/wireless/miniPrediction.shtml?a=sf-muni&amp;r=38&amp;d=38_IB2&amp;s=4272',
+          'distance': 15
         }
       ]
     }</diff>
      <filename>main.py</filename>
    </modified>
    <modified>
      <diff>@@ -3,13 +3,10 @@
 {% block title %}About Minimuni{% endblock %}
 
 {% block content %}
-  &lt;h1&gt;Uh? What is this? Who is Paul?&lt;/h1&gt;
-  &lt;p&gt;Hello! I'm &lt;a href=&quot;http://www.paulhammond.org/&quot;&gt;Paul Hammond&lt;/a&gt;, and I made &lt;a href=&quot;/&quot;&gt;Minimuni&lt;/a&gt; so I don't have to rush to catch the San Francisco Muni in the morning.&lt;/p&gt;
-  &lt;p&gt;If you live exactly 6 minutes from Sunset Tunnel East Portal, 8 minutes from Duboce and Church, and 10 minutes from Church Station you may find it useful too.&lt;/p&gt;
-  &lt;p&gt;I'm sorry it's not more helpful for you if you live somewhere else.&lt;/p&gt;
-  
-  &lt;p&gt;Minimuni is hosted by &lt;a href=&quot;http://code.google.com/appengine/&quot;&gt;Google App Engine&lt;/a&gt; and the source code is on &lt;a href=&quot;http://github.com/paulhammond/minimuni/&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt; 
-
-  &lt;p&gt;I have a &lt;a href=&quot;http://www.paulhammond.org/&quot;&gt;personal website&lt;/a&gt;, which (among other things) includes &lt;a href=&quot;http://www.paulhammond.org/2008/12/minimuni/&quot;&gt;a lot more detail about how and why I made this thing&lt;/a&gt;.&lt;/p&gt;
+  &lt;h1&gt;What's htis all about then?&lt;/h1&gt;
+  &lt;p&gt;My name is &lt;a href=&quot;http://warpspire.com&quot;&gt;Kyle&lt;/a&gt; and I stole this here app from &lt;a href=&quot;http://www.paulhammond.org/&quot;&gt;Paul Hammond&lt;/a&gt;. Well, not so much stole as &lt;a href=&quot;http://github.com/kneath/minimuni&quot;&gt;forked&lt;/a&gt; &lt;a href=&quot;http://github.com/paulhammond/minimuni/&quot;&gt;his code&lt;/a&gt;.&lt;/p&gt;
+  &lt;p&gt;Unless you live around 29th &amp;amp; Fulton, this probably won't be too helpful for you.&lt;/p&gt;
+
+  &lt;p&gt;Paul has a &lt;a href=&quot;http://www.paulhammond.org/&quot;&gt;personal website&lt;/a&gt;, which (among other things) includes &lt;a href=&quot;http://www.paulhammond.org/2008/12/minimuni/&quot;&gt;a lot more detail about how and why he made this thing&lt;/a&gt;.&lt;/p&gt;
 
 {% endblock %}
\ No newline at end of file</diff>
      <filename>templates/about.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 {% extends &quot;_layout.html&quot; %}
 
 {% block content %}
-  &lt;h1&gt;When should {{who}} leave for work?&lt;/h1&gt;
+  &lt;h1&gt;When should {{who}} leave for downtown?&lt;/h1&gt;
   &lt;ul&gt;
   {% for train in trains %}
     {% if train.is_past %}
@@ -24,5 +24,5 @@
     {% endif %}
   {% endfor %}
   &lt;/ul&gt;
-  &lt;p class=&quot;about&quot;&gt;&lt;a href=&quot;/about/&quot;&gt;Uh? What is this? Who is Paul?&lt;/a&gt;&lt;/p&gt;
+  &lt;p class=&quot;about&quot;&gt;&lt;a href=&quot;/about/&quot;&gt;Uh? What is this? Who is Kyle?&lt;/a&gt;&lt;/p&gt;
 {% endblock %}
\ No newline at end of file</diff>
      <filename>templates/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>576964bbaa44e32a1c78a76f329ffc8002efaa77</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </author>
  <url>http://github.com/kneath/minimuni/commit/7442431e59cf92e37c1618e207d582031adb20bd</url>
  <id>7442431e59cf92e37c1618e207d582031adb20bd</id>
  <committed-date>2008-12-02T22:28:45-08:00</committed-date>
  <authored-date>2008-12-02T22:28:17-08:00</authored-date>
  <message>Make it mine</message>
  <tree>552980059207282b5c416ae3e45c5adbd5417439</tree>
  <committer>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </committer>
</commit>
