[www] r330127 - add links

Chris Lattner via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 07:21:56 PDT 2018


Author: lattner
Date: Mon Apr 16 07:21:56 2018
New Revision: 330127

URL: http://llvm.org/viewvc/llvm-project?rev=330127&view=rev
Log:
add links

Modified:
    www/trunk/foundation/header.incl
    www/trunk/foundation/index.html
    www/trunk/foundation/relicensing/index.html

Modified: www/trunk/foundation/header.incl
URL: http://llvm.org/viewvc/llvm-project/www/trunk/foundation/header.incl?rev=330127&r1=330126&r2=330127&view=diff
==============================================================================
--- www/trunk/foundation/header.incl (original)
+++ www/trunk/foundation/header.incl Mon Apr 16 07:21:56 2018
@@ -51,7 +51,9 @@
 
 <b>Useful Links</b>
 <div class="www_sidebar">
-  <a href="http://llvm.org/">LLVM.org</a>
+  <a href="http://llvm.org/">LLVM.org</a><br>
+  <a href="http://llvm.org/foundation/">LLVM Foundation Home</a><br>
+  <a href="http://llvm.org/foundation/relicensing/">Relicensing Effort</a>
 </div>
 
 <br>

Modified: www/trunk/foundation/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/foundation/index.html?rev=330127&r1=330126&r2=330127&view=diff
==============================================================================
--- www/trunk/foundation/index.html (original)
+++ www/trunk/foundation/index.html Mon Apr 16 07:21:56 2018
@@ -1,9 +1,21 @@
 <!--#include virtual="header.incl" -->
 <div class="www_sectiontitle">Overview</div>
 <p>
-The LLVM Foundation is a 501(c)(3) nonprofit dedicated to providing educational training and resources relating to the LLVM project and compiler technology.<p>
+The LLVM Foundation is a 501(c)(3) nonprofit whose mission is to support education and advancement of the field of compilers and tools through educational events, grants and scholarships, and increasing diversity with the field of compilers, tools, and the LLVM project. We have established 3 main programs: Educational Outreach, Grants & Scholarships, and Women in Compilers & Tools.</p>
+
+<p>The Educational Outreach program is our largest program and includes educational materials and events related to the LLVM Project, compiler technology, and tools. Our 2 largest events are the LLVM Developers’ meetings located in the San Francisco Bay Area, and in Europe. These meetings serve as a forum for LLVM project developers, users, and academic researchers to get acquainted, learn how LLVM is used, and exchange ideas about LLVM and compiler technology. This program also includes educational materials such as instructional videos and full video recordings from our developer meetings that are available free to anyone.</p>
+
+<p>The LLVM project is becoming one of the top platforms of choice for compiler research at universities. The Grants & Scholarships program is designed to support student presenter travel to the LLVM Developers’ Meetings and other conferences that students may attend and present their LLVM and compiler related work.</p>
+
+<p>Lastly, our Women in Compilers & Tools program aims to increase female participation in the LLVM Project and the field of compilers and tools. We hope to achieve this by increasing awareness of the LLVM project at various technical conferences with strong female participation, established a mentor program, and lower barriers of entry for this field.</p>
+
+<p>
+Information on our programs:
+
+<ul><a href="/foundation/relicensing/">LLVM Relicensing Project</a></li>
+
+</p>
 
-<p>More details coming soon.</p>
 </div>
 
 

Modified: www/trunk/foundation/relicensing/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/foundation/relicensing/index.html?rev=330127&r1=330126&r2=330127&view=diff
==============================================================================
--- www/trunk/foundation/relicensing/index.html (original)
+++ www/trunk/foundation/relicensing/index.html Mon Apr 16 07:21:56 2018
@@ -33,9 +33,9 @@ At this point, we have achieved communit
 <ul>
 <li>The goals of the relicensing effort.</li>
 <li>License Full Name: "Apache 2.0 with LLVM Exception"</li>
-<li>SPDX License Identifier: "Apache-2.0 WITH LLVM-exception"</li>
-<li>The license text itself.  This is the expected LICENSE.TXT file.</li>
-<li>The revised LLVM developer policy text.</li>
+<li><a href="https://spdx.org/licenses/">SPDX License Identifier</a>: "Apache-2.0 WITH LLVM-exception"</li>
+<li>The license text itself.  This is <a href="LICENSE.txt">the expected LICENSE.TXT file</a>.</li>
+<li>The revised LLVM <a href="devpolicy.patch">developer policy patch</a>.</li>
 </ul>
 
 That said, we still need to:




More information about the llvm-commits mailing list