diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 15 | ||||
-rw-r--r-- | www/project_highlights.html | 4 |
2 files changed, 13 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 52ee1f5..eb34978 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ <body> <p>SCons is a next-generation, -cross-platform build tool. +cross-platform, build tool. Think of SCons as an improved substitute for the classic <tt>Make</tt> utility @@ -19,9 +19,10 @@ or wedge a scripting language onto some other configuration file syntax, SCons configuration files are actually Python scripts. -This gives you a tremendous amount of flexibility +The ability to script your build +gives you a tremendous amount of flexibility to solve complicated build problems -in surprisingly small amounts of code. +in surprisingly small amounts of maintainable code. </p> <p> @@ -56,7 +57,13 @@ project.</li> <h3>Mission</h3> -<p>What is the goal of this project? +<p>The goal of The SCons Project +is to become the premiere build tool for +cross-platform, multi-language software projects +by offering unparalleled +reliability, +flexibility +and ease of use. </p> <p>What is the scope of this project? diff --git a/www/project_highlights.html b/www/project_highlights.html index 93078bc..0a15387 100644 --- a/www/project_highlights.html +++ b/www/project_highlights.html @@ -4,13 +4,13 @@ <body> <p> -<b>23 August 2004:</b> +<strong>23 August 2004:</strong> Bugfix release 0.96.1 fixes a handful of critical problems in 0.96. <p> <p> -<b>18 August 2004:</b> +<strong>18 August 2004:</strong> Beta release 0.96 adds Fortran 90/95 support, better Qt support, platform-independent file manipulation actions, |