[cfe-commits] r42646 - /cfe/trunk/www/index.html

Kevin ar18 at comcast.net
Fri Oct 5 13:31:57 PDT 2007


Author: kevin
Date: Fri Oct  5 15:31:57 2007
New Revision: 42646

URL: http://llvm.org/viewvc/llvm-project?rev=42646&view=rev
Log:
Per request... about to make changes to the website.

Modified:
    cfe/trunk/www/index.html

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=42646&r1=42645&r2=42646&view=diff

==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Fri Oct  5 15:31:57 2007
@@ -1,36 +1,35 @@
-<title>Minimal clang home page</title>
-
-<p>
-This is a bare bones web page for the "clang" C front-end.  This project will
-provide a new C/C++/ObjC front-end for <a href="http://llvm.org">LLVM</a>.
-</p>
-
-<p>The motivation for this project is described well in Steve Naroff's talk
-at the <a href="http://llvm.org/devmtg/2007-05/">2007 LLVM Developer Meeting</a>.
-A <a href="http://llvm.org/devmtg/2007-05/09-Naroff-CFE.mov">video</a> and 
-<a href="http://llvm.org/devmtg/2007-05/09-Naroff-CFE.pdf">slides</a> are 
-available.</p>
-
-<p>Some more motivation, details, and performance numbers are in the second
-half of Chris' <a 
-href="http://llvm.org/pubs/2007-07-25-LLVM-2.0-and-Beyond.html"> LLVM 2.0 
-and Beyond!</a> talk, which describes how the clang pre-processor can be used
-to make distcc 3-4x more scalable.</p>
-
-<p>To get and build the source, please follow <a 
-href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-July/009817.html">these 
-directions</a>.</p>
-
-<p>If you are interested in discussing this work, please join the <a 
-href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> mailing 
-list.  If you are interested in contributing to it or following its progress,
-please join the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">
-cfe-commits</a> list.</p>
-
-<p>A rough <a href="docs/InternalsManual.html">Internals Manual</a> is 
-available.</p>
-
-<p>Please note that we don't consider this to be ready for people to take and
-compile random pieces of code with yet.  However, if you'd like to do so 
-<em>and</em> help fix problems exposed by doing so, we would appreciate the help.</p>
-
+<title>Minimal clang home page</title>
+
+<p>
+This is a bare bones web page for the "clang" C front-end.  This project will
+provide a new C/C++/ObjC front-end for <a href="http://llvm.org">LLVM</a>.
+</p>
+
+<p>The motivation for this project is described well in Steve Naroff's talk
+at the <a href="http://llvm.org/devmtg/2007-05/">2007 LLVM Developer Meeting</a>.
+A <a href="http://llvm.org/devmtg/2007-05/09-Naroff-CFE.mov">video</a> and 
+<a href="http://llvm.org/devmtg/2007-05/09-Naroff-CFE.pdf">slides</a> are 
+available.</p>
+
+<p>Some more motivation, details, and performance numbers are in the second
+half of Chris' <a 
+href="http://llvm.org/pubs/2007-07-25-LLVM-2.0-and-Beyond.html"> LLVM 2.0 
+and Beyond!</a> talk, which describes how the clang pre-processor can be used
+to make distcc 3-4x more scalable.</p>
+
+<p>To get and build the source, please follow <a 
+href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-July/009817.html">these 
+directions</a>.</p>
+
+<p>If you are interested in discussing this work, please join the <a 
+href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> mailing 
+list.  If you are interested in contributing to it or following its progress,
+please join the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">
+cfe-commits</a> list.</p>
+
+<p>A rough <a href="docs/InternalsManual.html">Internals Manual</a> is 
+available.</p>
+
+<p>Please note that we don't consider this to be ready for people to take and
+compile random pieces of code with yet.  However, if you'd like to do so 
+<em>and</em> help fix problems exposed by doing so, we would appreciate the help.</p>





More information about the cfe-commits mailing list