<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@ from urllib import urlencode
 
 API_URL = 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&amp;%s'
 
-# Redirect response stolen from Google
+# Redirect response HTML stolen from Google
 REDIRECT_TEMPLATE = &quot;&quot;&quot;
 &lt;HTML&gt;&lt;HEAD&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot;&gt;
 &lt;TITLE&gt;302 Moved&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;
@@ -21,25 +21,31 @@ The document has moved
 &quot;&quot;&quot;.strip()
 
 INFO_TEMPLATE = &quot;&quot;&quot;
-&lt;HTML&gt;&lt;HEAD&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot;&gt;
-&lt;TITLE&gt;302Found - Simple Redirection&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;
-
-&lt;H1&gt;Improved &lt;EM&gt;I'm Feeling Lucky&lt;/EM&gt;&lt;/H1&gt;
-&lt;P&gt;Query Google and redirect to the first result. Doesn't discriminate by the referrer, even when there's few results (unlike Google). If no results are found, &lt;CODE&gt;fallback&lt;/CODE&gt; is used.&lt;/P&gt;
-&lt;FORM METHOD=&quot;GET&quot; ACTION=&quot;/&quot;&gt;
-    Query: &lt;INPUT TYPE=&quot;text&quot; NAME=&quot;q&quot; /&gt;&lt;BR /&gt;
-    Fallback (Optional): &lt;INPUT TYPE=&quot;text&quot; NAME=&quot;fallback&quot; /&gt;&lt;BR /&gt;
-    &lt;INPUT TYPE=&quot;submit&quot; value=&quot;I'm Feeling Lucky&quot; /&gt;
-&lt;/FORM&gt;
-
-&lt;H1&gt;URL Redirect&lt;/H1&gt;
-&lt;P&gt;Great for hiding the referrer.&lt;/P&gt;
-&lt;FORM METHOD=&quot;GET&quot; ACTION=&quot;/&quot;&gt;
-    URL: &lt;INPUT TYPE=&quot;text&quot; NAME=&quot;url&quot;&gt;&lt;BR /&gt;
-    &lt;INPUT TYPE=&quot;submit&quot; value=&quot;Redirect&quot; /&gt;
-&lt;/FORM&gt;
-
-&lt;/BODY&gt;&lt;/HTML&gt;
+&lt;head&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot;&gt;
+&lt;title&gt;302Found - Simple Redirection&lt;/title&gt;
+&lt;/head&gt;&lt;body&gt;
+
+&lt;h1&gt;Improved &lt;em&gt;I'm Feeling Lucky&lt;/em&gt;&lt;/h1&gt;
+&lt;p&gt;Query Google and redirect to the first result. Doesn't discriminate by the referrer, even when there's few results (unlike Google). If no results are found, &lt;code&gt;fallback&lt;/code&gt; is used.&lt;/p&gt;
+&lt;form method=&quot;get&quot; action=&quot;/&quot;&gt;
+    Query: &lt;input name=&quot;q&quot; type=&quot;text&quot; /&gt;&lt;br /&gt;
+    Fallback (Optional): &lt;input name=&quot;fallback&quot; type=&quot;text&quot; /&gt;&lt;br /&gt;
+    &lt;input value=&quot;I'm Feeling Lucky&quot; type=&quot;submit&quot; /&gt;
+&lt;/form&gt;
+
+&lt;h1&gt;URL Redirect&lt;/h1&gt;
+&lt;p&gt;Great for hiding the referrer.&lt;/p&gt;
+&lt;form method=&quot;get&quot; action=&quot;/&quot;&gt;
+    URL: &lt;input name=&quot;url&quot; type=&quot;text&quot; /&gt;&lt;br /&gt;
+    &lt;input value=&quot;Redirect&quot; type=&quot;submit&quot; /&gt;
+&lt;/form&gt;
+
+&lt;p&gt;
+The source code for this app is available on github: &lt;a href=&quot;http://github.com/shazow/302found&quot;&gt;http://github.com/shazow/302found&lt;/a&gt;
+&lt;/p&gt;
+
+&lt;/body&gt;
+&lt;/html&gt;
 &quot;&quot;&quot;.strip()
 
 class Redirector(webapp.RequestHandler):</diff>
      <filename>index.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>514ae5cf0beeadbe6b1ee19750897317dfc0f3b6</id>
    </parent>
  </parents>
  <author>
    <name>Andrey Petrov</name>
    <email>shazow@gmail.com</email>
  </author>
  <url>http://github.com/shazow/302found/commit/29b817d0504faf93941ab54cedb94b05faa219f8</url>
  <id>29b817d0504faf93941ab54cedb94b05faa219f8</id>
  <committed-date>2008-10-11T15:41:08-07:00</committed-date>
  <authored-date>2008-10-11T15:41:08-07:00</authored-date>
  <message>Added link to github and fixed all-upper-case html, ew</message>
  <tree>848a3049826f99f7d2a76959764ae4a4db883301</tree>
  <committer>
    <name>Andrey Petrov</name>
    <email>shazow@gmail.com</email>
  </committer>
</commit>
