From: Stephen D. <sd...@gm...> - 2006-09-07 18:32:20
|
Looks like nsstats got moved to the contrib directory. Contrib is generally a bad idea because it becomes a dumping ground for random stuff. Two files in there, nsstats.tcl and nsconfig.tcl, need to be turned into modules. They are in fact modules, but kind of crappy ones because there's no README file, no Makefile to place them in the correct position, etc. Modules aren't second class citizens. Code in a module is not intended to imply it is lesser quality, or not supported, or whatever. The only difference is the *advantage* that the release schedule for a module is not tied to that of the server. (The name of nsconfig should probably be something less generic). Also, the list of mime types in contrib is confusing (it confused one new list member at least) and now redundant. All mime types are compiled in, and there's a new command [ns_info mimetypes] for introspection. Can this be removed? |