aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-13 06:20:15 +0000
committerChris Lattner <sabre@nondot.org>2007-12-13 06:20:15 +0000
commit623ec629c8f187c8dccf4419215d06b432994425 (patch)
treee90313b7cf9d011a39b7a6d6e3af8901dd93cf06 /www/index.html
parentde9a4f5b80fd479ecb55092c89d36c6ea75369fe (diff)
split get_involved into two pages: get_started and get_involved.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html27
1 files changed, 15 insertions, 12 deletions
diff --git a/www/index.html b/www/index.html
index ae71376c7d..647b768293 100644
--- a/www/index.html
+++ b/www/index.html
@@ -17,7 +17,8 @@
<p>The goal of the Clang project is to create a new C, C++, Objective C and
Objective C++ front-end for the <a href="http://www.llvm.org/">LLVM</a>
- compiler.</p>
+ compiler. You can <a href="get_started.html">get and build</a> the source
+ today.</p>
<!--=====================================================================-->
<h2><a name="goals">Features and Goals</a></h2>
@@ -38,7 +39,8 @@
<ul>
<li>Modular library based architecture</li>
- <li>Support diverse clients (refactoring, static analysis, code generation, etc)</li>
+ <li>Support diverse clients (refactoring, static analysis, code generation,
+ etc)</li>
<li>Allow tight integration with IDEs</li>
<li>Use the LLVM 'BSD' License</li>
</ul>
@@ -98,18 +100,19 @@
respectable C++ support for another 2 years or so.</p>
<!--=====================================================================-->
- <h2>Get Involved</h2>
+ <h2>Get it and get involved!</h2>
<!--=====================================================================-->
- <p>The developers of Clang include contributers from Apple and numerous
- other volunteers. If you are interested in joining the community or
- learning more, please consider joining the <a
- href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
- mailing list, or start by browsing its archives.</p>
-
- <p>If you are interested in trying out Clang, please see the build
- instructions on the <a href="get_involved.html#build">Get Involved</a>
- page.</p>
+ <p>Start by <a href="get_started.html">geting the code, building it, and
+ playing with it</a>. This will show you the sorts of things we can do
+ today and will let you have the "clang experience" first hand: hopefully
+ it will "resonate" with you. :)</p>
+
+ <p>Once you've done that, please consider <a href="get_involved.html">getting
+ involved in the clang community</a>. The clang developers include numerous
+ volunteers as well as contributers from Apple. If you're interested in
+ following the development of clang, signing up for a mailing list is a good
+ way to learn about how the project works.</p>
</div>
</body>
</html>