Version 1 of Wikit vfs

Updated 2004-06-06 17:20:12 by jcw

A Wikit tcl vfs.

Code at http://sharedtech.dyndns.org/~colin/vikit implements a read/write tcl virtual file system over a Wikit formatted starkit, aka a .tkd file.

At the moment, the code requires a modified wikit, to be found at http://sharedtech.dyndns.org/~colin/wikit , but it is hoped that eventually these changes will be rolled into the wikit distribution.

It's a work in progress, but should eventually lead to the ability to directly support Wikit under Tclhttpd.

06jun04 jcw - Great! I've folded your one-line change into wikit, so the CVS repository and wikit.kit should be ok now. Apart from being just plain cool, this might also help find out to what extent a VFS driver layer affects overhead. Another interesting side is that this may help us come up with a good way to define plug-ins for tclhttpd, when both tclhttpd itself and the functionality to be plugged into it is a starkit - maybe there's an intersection with TIP 189 (modules) waiting to be discovered here?