updated for 1.1.0

This commit is contained in:
mes5k 2006-08-19 03:05:26 +00:00
parent 216b2cddc9
commit 8bd9b8c0f2

View File

@ -2,7 +2,7 @@
- -
- file: index.html - file: index.html
- -
- Copyright (c) 2003, Michael E. Smoot . - Copyright (c) 2003,2006 Michael E. Smoot .
- All rights reverved. - All rights reverved.
- -
- See the file COPYING in the top directory of this distribution for - 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 class is type independent. Type independence avoids identical-except-for-type
objects, such as IntArg, FloatArg, and StringArg. While the library is objects, such as IntArg, FloatArg, and StringArg. While the library is
not strictly compliant with the GNU or POSIX standards, it is not strictly compliant with the GNU or POSIX standards, it is
getting close. close.
</p> </p>
<p> <p>
@ -72,12 +72,25 @@ software. It is licensed under the
<a href="http://opensource.org/licenses/mit-license.php">MIT License</a> <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>
for worry free distribution. for worry free distribution.
</p> </p>
<p> <p>
<em>Send us your feedback!</em> If you've successfully used <em>TCLAP</em> is now a mature, stable, and feature rich package.
<em>TCLAP</em> in your software, then Unless I get <i>really</i> bored, it probably won't see much further
<a href="mailto:mes5k@users.sourceforge.net"> we'd like to hear from you </a> development aside from bug fixes and compatibility updates.
so that we can link to your project. One hand washing the other... <em>:)</em> Please don't let any apparent project inactivity discourage you
from using the software!
</p>
<p>
<em>A note on versions.</em> The latest version of <em>TCLAP</em>,
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!
</p>
<p>
Don't hesitate to
<a href="mailto:mes5k@users.sourceforge.net"> send us your feedback</a>!
</p> </p>
<p> <p>