[Twisted-Python] We now have a coil command-line app in CVS

Itamar Shtull-Trauring twisted at itamarst.org
Fri Mar 29 05:24:07 EST 2002


Now you can configure your TAP files through the web!

Usage:

   coil [--new=<application name>] <tap file>

Options:
   -n, --new=
   -p, --port=  [default: 9080]


For example, to configure a TAP generated by mktap:
$ mktap web
$ coil web.tap

(now point browser at http://localhost:9080)


Or to create a new TAP:
$ coil --new=myapp new.tap

(now point browser at http://localhost:9080)





More information about the Twisted-Python mailing list