]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Remove source site.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jan 2011 14:24:48 +0000 (15:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Jan 2011 14:24:48 +0000 (15:24 +0100)
www/webapp/__init__.py

index 13faf1fa2d596c6820cc51e45b748ef39d700759..386f4c23e4236ac14dd1d7445bf5ccff5b425a5b 100644 (file)
@@ -130,14 +130,6 @@ class Application(tornado.web.Application):
                        (r"/profile/([a-f0-9]{40})/([0-9]+).png", IUseImage),
                ])
 
-               # source.ipfire.org
-#              self.add_handlers(r"source\.ipfire\.org", [
-#                      (r"/", MainHandler),
-#                      (r"/[A-Za-z]{2}/?", MainHandler),
-#                      (r"/[A-Za-z]{2}/index", SourceHandler),
-#                      (r"(/source.*|/toolchains/.*)", SourceDownloadHandler),
-#              ] + static_handlers)
-
                # tracker.ipfire.org
                self.add_handlers(r"(torrent|tracker)\.ipfire\.org", [
                        (r"/", TrackerIndexHandler),