[Tkbrowser-devel] Change browser over to use SNIT
Status: Pre-Alpha
Brought to you by:
tallniel
From: Neil M. <ne...@cs...> - 2002-11-23 08:31:41
|
Hello all (not sure whether anyone is subscribed to this yet), I've been working away at adding form support into the browser package. I= have=20 had some problems with the sheer complexity and amount of information tha= t=20 has to be stored in order to process forms correctly. As I have developed= =20 further, I noticed that to deal with this, I have been essentially develo= ping=20 my own object system, which seems a duplication of code. For this reason,= I=20 am considering moving the code base over to work with SNIT=20 (http://wiki.tcl.tk/3963). SNIT is lightweight and Tcl-only so it should = not=20 prove a problem to add to the project. However, I wanted to ask everyone'= s=20 opinion first, in case this causes problems for anybody. I hope to finish form support, add cookies, history, and a toolbar GUI=20 component (with buttons for forward, back, home, reload etc), and then ma= ke a=20 release on sourceforge. Comments, ideas and bug reports welcome, Neil |