This is the HTML template for Chatola, an incredibly simple Chat application with a web-based GUI.
It is written in Nevow, a web application framework built on top of twisted.web, a web server written in Python.
You will need to download Twisted, and check out Nevow from CVS, in order to run this application.
Download the three files in this directory, and run the tac file using:
twistd -noy chatola.tac
Then connect to your chatola server using Mozilla or Firebird. Excuse me, Firefox. IE and Safari support coming soon.
Note: Since this application keeps track of your identity using a cookie-based session, you will not
be able to connect with more than one user using the same browser. Use two browsers on one machine,
or two machines.