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
diff --git a/www/index.html b/www/index.html
index ae71376..647b768 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>