[llvm-commits] [cfe-commits] r42652 - in /cfe/trunk/www: get_involved.html index.html

Gordon Henriksen gordonhenriksen at mac.com
Fri Oct 5 15:36:48 PDT 2007


Hi Kevin,

Since you're using non-ASCII characters, could you please declare the  
character set in the <head> section? I believe this is correct for  
this file:

<meta http-equiv="Content-Type" content="text/html;  
charset=ISO-8859-1" />

On Oct 5, 2007, at 17:44, Kevin wrote:

> Author: kevin
> Date: Fri Oct  5 16:44:03 2007
> New Revision: 42652
>
> URL: http://llvm.org/viewvc/llvm-project?rev=42652&view=rev
> Log:
> A message on the main page about bulding clang.
>
> Modified:
>     cfe/trunk/www/get_involved.html
>     cfe/trunk/www/index.html
>
> Modified: cfe/trunk/www/get_involved.html
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/ 
> get_involved.html?rev=42652&r1=42651&r2=42652&view=diff
>
> ====================================================================== 
> ========
> --- cfe/trunk/www/get_involved.html (original)
> +++ cfe/trunk/www/get_involved.html Fri Oct  5 16:44:03 2007
> @@ -32,7 +32,7 @@
>  <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe- 
> commits">cfe-commits</a> - This list is for patch submission/ 
> discussion.
>  <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe- 
> dev">cfe-dev</a> - This list is for everything else clang related.
>  </ul>
> -<h3>Building clang / working with the code</h3>
> +<h3>Building clang / working with the code<a name="build"> </ 
> a></h3>
>  If you would like to check out and build the project, the current  
> scheme is:<br>
>  <ol>
>  	<li>Check out llvm
>
> Modified: cfe/trunk/www/index.html
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html? 
> rev=42652&r1=42651&r2=42652&view=diff
>
> ====================================================================== 
> ========
> --- cfe/trunk/www/index.html (original)
> +++ cfe/trunk/www/index.html Fri Oct  5 16:44:03 2007
> @@ -41,6 +41,8 @@
>  			<li>BSD License
>  		</ul>
>  		Of course this is only a rough outline of the goals and features  
> of Clang.  To get a true sense of what the new LLVM front-end is  
> all about, as well as why you might want to considering using it,  
> see the <a href="features.html">Features</a> section.
> +		<h2>Try Clang</h2>
> +		If you are a compiler developer and want to try out Clang, then  
> build instructions are available on the <a  
> href="get_involved.html#build">Get Involved</a> page.
>  		<h2>Get Involved</h2>
>  		If you are interested in working on Clang, then check out the <a  
> href="get_involved.html">Get Involved</a> section.
>  	</div>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



— Gordon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20071005/2bbb2aad/attachment.html>


More information about the llvm-commits mailing list