summaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-09-15 01:19:55 (GMT)
committerSteven Knight <knight@baldmt.com>2004-09-15 01:19:55 (GMT)
commit7fef06f597626b9ee3faa0aa716819258e583812 (patch)
treec43c6b210684e12eb7c33ddc82ef5325be21feb4 /www/index.html
parentdecb5aded9c3103e52a31cd75fed2391e7bf29c5 (diff)
downloadSCons-7fef06f597626b9ee3faa0aa716819258e583812.zip
SCons-7fef06f597626b9ee3faa0aa716819258e583812.tar.gz
SCons-7fef06f597626b9ee3faa0aa716819258e583812.tar.bz2
Handle exceptions in FunctionActions. (Steve Christensen)
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html15
1 files changed, 11 insertions, 4 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?