[Starkit] styled version of tclkit download matrix

Jeff Hobbs jeffh at activestate.com
Mon May 8 12:49:06 CEST 2006


Jean-Claude Wippler wrote:
> below.  Will probably need to refine this one day, the matrix is  
> starting to become quite large.  Perhaps a separate table with only  
> the most recent version for quick access?

I would recommend an auto-detect for the current platform, and reversing your
ordering.  Auto-detect is becoming common for downloads (VLC, mozilla, etc use
the trick).  I use it for the plugin:
	http://www.tcl.tk/software/plugin/

However, the tclkit downloads are likely often accessed for multiple platforms
(or not your current one), but you could make the auto-detected platform the
first line (and repeat it in the alphabetical order).

Also, I would reverse the order, and perhaps break into beta/stable versions.
That would make the top-left entry the most recent stable version for your
platform.

My CAD$.03,

Jeff



More information about the Starkit mailing list