Differences From Artifact [4ace071797]:
- Executable file client/examples/example-1.tcl — part of check-in [68f9c46716] at 2009-04-18 22:14:02 on branch trunk — Updated teapotclient to not require specifying "Tcl Tk" in the existing extensions parameter of download_extensions. Changed default download directory to not include "lib" of teapotclient, but left this behaviour in the "teapot-client.tcl" script Added examples (user: rkeene, size: 503) [annotate] [blame] [check-ins using]
To Artifact [835098013a]:
- Executable file client/examples/example-1.tcl — part of check-in [698e02690e] at 2010-02-05 05:14:02 on branch trunk — Updated example to use single server (user: rkeene, size: 496) [annotate] [blame] [check-ins using]
2 2 3 3 lappend auto_path [file join [file dirname [info script]] .. lib] 4 4 5 5 package require teapotclient 6 6 7 7 puts "The following extensions are available:" 8 8 foreach {extension extensioninfo} [::teapotclient::get_extensions \ 9 - [list teapot.activestate.com] \ 9 + teapot.activestate.com \ 10 10 {*} {*}] { 11 11 puts " $extension [join $extensioninfo {, }]" 12 12 }