On 19/11/2012, at 5:23 AM, [email protected] wrote: > > Hi, > > I'm wondering what the status of fossil in connection with tcl/jimtcl is? Is > trunk ready to be used with tcl? And are there any docs? > > My question is related to having jimtcl interfacing with the embedded web > server of fossil and, depending on the request, given a specific response. > > thanks, > M
I created a proof-of-concept branch (jimtcl) around this time last year that replaced TH1 with Jim Tcl. I also added support for writing "xfer" scripts in Jim Tcl. Richard was reluctant to incorporate this into the core fossil, I believe because of concerns over security. Joe Mistachkin also added support full Tcl (which is in core, but must be enabled). Here the approach is to bridge via TH1 rather than replace TH1. Cheers, Steve -- Embedded Systems Specialists - http://workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: +61 434 921 300 E: [email protected] F: +61 7 3391 6002 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

