From 4322b1ff71272b78e03e9199f1af040d867c6f5d Mon Sep 17 00:00:00 2001 From: stevenknight Date: Tue, 14 Sep 2004 15:59:31 +0000 Subject: [PATCH] Checkin of initial description paragraph (testing that I can actually check in). git-svn-id: http://scons.tigris.org/svn/scons/trunk@1066 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- www/index.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/www/index.html b/www/index.html index 1acf07a7..52ee1f53 100644 --- a/www/index.html +++ b/www/index.html @@ -4,12 +4,33 @@

SCons is a next-generation, -cross-platform build tool -this to fit your project. You dont need to anwser all these questions -or follow this exact format, but we do like to see this kind of -information before we approve projects for public viewing. +cross-platform build tool. +Think of SCons as an improved +substitute for the classic +Make utility +with integrated functionality +similar to autoconf/automake +and compiler caches such as ccache.

+

+Unlike build tools that invent their own mini-language +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 +to solve complicated build problems +in surprisingly small amounts of code. +

+ +

+In short, SCons is an easier, more flexible +and more reliable way to build software. +

+ +

-----

+

Until your project is approved, only you can view it and work on it.

-- 2.26.2