'''KeyWord In Context''' Indexing [CmCc]: Google does this, now you can too ... here's a start in pure tcl [http://sharedtech.dyndns.org/~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 too big for it I guess. [schlenk] Nice, wrote a grossly slow indexing package for Tcl once to use with tclhttpd. A good working glimpse replacement (especially if it handles dbs larger than 2 Gigs) would be cool. ---- [Category Application]