404 - variations on a theme
04:03 < kferdous> who made pynfo?
04:03 < antont> quotes? like " "
04:03 < Evil_Monkey> until this point
04:03 < antont> kferdous: ask it?-)
04:03 < Evil_Monkey> no
04:03 < Evil_Monkey> allthough there are those
04:03 < kferdous> pynfo: who made you?
04:04 < pynfo> made you?? What is that?
04:04 < antont> pynfo help
04:04 < kferdous> oh
04:04 -!- ziljian [~ziljian@cpe-024-211-152-043.nc.rr.com] has joined #Python
04:04 < antont> :/
04:04 < kferdous> pynfo help
04:04 < kferdous> ?
04:04 -!- Ruller [~nobody@cw07.K1.srv.t-online.de] has joined #python
04:05 < kferdous> pynfo: info
class The404Page(ErrorPage):
docFactory = loaders.stan(T.html[T.head[T.title["404'd !!!"]],
T.body[T.h1["OW! my browser!"],
T.p["Were you just making up names of "
"files or what?"],
T.p["(apologies to http://homestarrunner.com)"],
T.p[ErrorPage.render_lastLink,
]
]])
the404page = The404Page()