public
Description: Kup is a URL redirection service meant to be hosted on Google App Engine.
Homepage: http://www.kup.in
Clone URL: git://github.com/gvishnu/kup.git
Search Repo:
Changing kup.in to r.kup.in coz of an insane google NS to A rule.
gvishnu (author)
Tue Apr 08 14:27:47 -0700 2008
commit  0920d77723eadf9842ad81e61d3ad09e682e17cb
tree    e8db7f2af94ee223434acc8a0b2246051f831653
parent  e0b21f29f5309e2bfb0b861a5e3c34490a22b9fa
0
...
82
83
84
85
 
86
87
88
...
101
102
103
104
 
105
106
107
...
82
83
84
 
85
86
87
88
...
101
102
103
 
104
105
106
107
0
@@ -82,7 +82,7 @@
0
     #if already existing, return that record.
0
     b = u.check_already_existing(next_url)
0
     if(b):
0
- self.response.out.write('http://kup.in/' + b.pattern)
0
+ self.response.out.write('http://r.kup.in/' + b.pattern)
0
       return
0
       
0
     last_url = u.find_last_url()
0
@@ -101,7 +101,7 @@
0
     u.pattern = next_url_pattern
0
     u.put()
0
         
0
- self.response.out.write('http://kup.in/' + next_url_pattern)
0
+ self.response.out.write('http://r.kup.in/' + next_url_pattern)
0
 
0
 def main():
0
   application = webapp.WSGIApplication(

Comments

    No one has commented yet.