'''KeyWord In Context''' Indexing [CmCc]: Google does this, now you can too ... here's a start in pure tcl [http://chinix.com/~colin/kwic]. My intention was to replace glimpse [http://webglimpse.net/] which is a really good early KWIC indexer with very low overhead. Glimpse is now proprietary, I don't like the alternatives, so wrote kwic. The code has a simple command wrapper, but it's realy a [Snit] class with some interfaces and a filesystem-persistent representation. I intend to write a [tclhttpd] interface to it, so we can provide search functionality. Dependencies: Snit, tcl8.4 or later (uses [dict]s) I'll write some docco RSN, promise. [AK] I remember glimpse. I stopped using it when it started to consistently crash when applied to my mailspool. It got to big for it I guess. ---- [Category Application]