diff --git a/docs/index.html b/docs/index.html index 42dd023..1b18e61 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - - file: index.html - - - Copyright (c) 2003, Michael E. Smoot . + - Copyright (c) 2003,2006 Michael E. Smoot . - All rights reverved. - - See the file COPYING in the top directory of this distribution for @@ -60,7 +60,7 @@ difference is that this library is templatized, so the argument class is type independent. Type independence avoids identical-except-for-type objects, such as IntArg, FloatArg, and StringArg. While the library is not strictly compliant with the GNU or POSIX standards, it is -getting close. +close.

@@ -72,12 +72,25 @@ software. It is licensed under the MIT License for worry free distribution.

-

-Send us your feedback! If you've successfully used -TCLAP in your software, then - we'd like to hear from you -so that we can link to your project. One hand washing the other... :) +TCLAP is now a mature, stable, and feature rich package. +Unless I get really bored, it probably won't see much further +development aside from bug fixes and compatibility updates. +Please don't let any apparent project inactivity discourage you +from using the software! +

+

+A note on versions. The latest version of TCLAP, +version 1.1.0, contains some minor changes to the argument interfaces +relative to the 1.0.x versions of the software. The changes shouldn't +be difficult to accomodate, but it's something to consider if you're +upgrading. Version 1.1.0 fixes all known bugs and has several cool +features like flexible contraints on arguments and MultiSwitchArgs, +so it may well be worth your while! +

+

+Don't hesitate to + send us your feedback!