<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,10 +9,10 @@
 
 (task &quot;backup&quot; is
       (SH &quot;mkdir -pv backup&quot;)
-      (1 upTo:15 do:
+      (1 upTo:20 do:
          (do (i)
              (SH &quot;curl http://openradar.appspot.com/api/radars?page=#{i} &gt; backup/radars#{i}.json&quot;)))
-      (1 upTo:3 do:
+      (1 upTo:10 do:
          (do (i)
              (SH &quot;curl http://openradar.appspot.com/api/comments?page=#{i} &gt; backup/comments#{i}.json&quot;))))
 </diff>
      <filename>Nukefile</filename>
    </modified>
    <modified>
      <diff>@@ -109,7 +109,7 @@ class RadarAddAction(Handler):
           }
           form_data = urllib.urlencode(form_fields)
           try:
-            result = fetch(&quot;http://www.neontology.com/retweet.php&quot;, payload=form_data, method=POST)
+            result = fetch(&quot;http://sulfur.neontology.com/retweet.php&quot;, payload=form_data, method=POST)
           except Exception:
             None # let's not worry about downstream problems
       self.redirect(&quot;/myradars&quot;)
@@ -497,9 +497,14 @@ class RePutAction(Handler):
       radar.put()
     self.respondWithText(&quot;done&quot;)
 
+class LoginAction(webapp.RequestHandler):
+  def get(self):
+    self.response.out.write(users.create_login_url(&quot;/&quot;))
+
 def main():
   application = webapp.WSGIApplication([
     ('/', IndexAction),
+    ('/loginurl', LoginAction),
     ('/faq', FAQAction),
     ('/radar', RadarViewByIdOrNumberAction),
     ('/rdar', RadarViewByIdOrNumberAction),</diff>
      <filename>main.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>22165a1d5cbd2ce437c1e9ca9449ac0cc7cb9612</id>
    </parent>
  </parents>
  <author>
    <name>Tim Burks</name>
    <email>tim@neontology.com</email>
  </author>
  <url>http://github.com/timburks/openradar/commit/543ad1d24020973628c1d2a8c568bf61bc6dbf8b</url>
  <id>543ad1d24020973628c1d2a8c568bf61bc6dbf8b</id>
  <committed-date>2009-09-20T20:30:17-07:00</committed-date>
  <authored-date>2009-09-20T20:30:17-07:00</authored-date>
  <message>Fixed openradarstream (moved external retweet script to new location)

Also added an action to get the login URL (for dev purposes, thinking about better login systems)
and increased the number of chunks downloaded to backup openradars and comments.</message>
  <tree>6a143a32495e7eb032d737e335ec145d2dcd7ac0</tree>
  <committer>
    <name>Tim Burks</name>
    <email>tim@neontology.com</email>
  </committer>
</commit>
