[Twisted-web] using livepage
    Mike Pelletier 
    mike at mkp.ca
       
    Thu Jul 28 11:59:44 MDT 2005
    
    
  
On Wed July 27 2005 05:22, John Horton wrote:
> Hi
> I have looked through the examples and the archives but cannot find what
> I am looking for.
> I need to be able to create a piece of HTML that is updated once a
> second via livepage.
> currently my html looks like
>
> <html><head></head>
I *think* you are missing the glue that makes livepage "live":
<html>
 <head>
  <script nevow:render="liveid"/>
  <script nevow:render="liveglue"/>
  ...
 </head>
 ...
</html>
Mike.
    
    
More information about the Twisted-web
mailing list