Edit detail for ErrorCode revision 1 of 1

1
Editor: antont
Time: 2004/10/07 05:01:07 GMT+0
Note:

changed:
-
<h2>404 - variations on a theme</h2>

<h3>on #[python]</h3>
<pre>
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
</pre>

<h3>from http://divmod.org/users/wiki.twistd/nevow/moin.cgi/Custom404Page</h3>

<pre>
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()
</pre>

404 - variations on a theme

on #python

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

from http://divmod.org/users/wiki.twistd/nevow/moin.cgi/Custom404Page

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()

subtopics: