[www] r263905 - Add a placeholder for the just announced US LLVM meeting.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 20 08:26:46 PDT 2016


Author: aadg
Date: Sun Mar 20 10:26:45 2016
New Revision: 263905

URL: http://llvm.org/viewvc/llvm-project?rev=263905&view=rev
Log:
Add a placeholder for the just announced US LLVM meeting.

Added:
    www/trunk/devmtg/2016-11/
    www/trunk/devmtg/2016-11/index.html   (with props)
Modified:
    www/trunk/index.html

Added: www/trunk/devmtg/2016-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-11/index.html?rev=263905&view=auto
==============================================================================
--- www/trunk/devmtg/2016-11/index.html (added)
+++ www/trunk/devmtg/2016-11/index.html Sun Mar 20 10:26:45 2016
@@ -0,0 +1,61 @@
+<!--#include virtual="../../header.incl" -->
+
+<div class="www_sectiontitle">2016 US LLVM Developers' Meeting</div>
+
+<table>
+        <tr><td valign="top">
+<ol>
+        <li><a href="#about">About</a></li>
+</ol>
+</td><td>
+<ul>
+  <li><b>What</b>: The tenth meeting of LLVM developers and users</li>
+  <li><b>When</b>: November 3-4, 2016</li>
+  <li><b>Where</b>: San Jose, CA, USA</li>
+</ul>
+</td></tr></table>
+
+<div class="www_sectiontitle" id="about">About</div>
+<p>
+The LLVM Foundation announces the tenth annual US LLVM Developers' Meeting
+will be held November 3rd and 4th in San Jose, California.
+</p>
+
+<p>
+The conference will include technical talks, BoFs, hacker's lab, tutorials, and posters.
+</p>
+
+<p>
+The meeting serves as a forum for <a href="http://llvm.org">LLVM</a>,
+<a href="http://clang.llvm.org">Clang</a>, <a href="http://lldb.llvm.org">LLDB</a> and 
+other LLVM project developers and users to get acquainted, learn how LLVM is used, and 
+exchange ideas about LLVM and its (potential) applications. More broadly, we
+believe the event will be of particular interest to the following people:
+</p>
+
+<ul>
+<li>Active developers of projects in the LLVM Umbrella
+(LLVM core, Clang, LLDB, libc++, compiler_rt, klee, dragonegg, lld, etc).</li>
+<li>Anyone interested in using these as part of another project.</li>
+<li>Compiler, programming language, and runtime enthusiasts.</li>
+<li>Those interested in using compiler and toolchain technology in novel 
+and interesting ways.</li>
+</ul>
+
+<p>
+Please sign up for the
+<a href="http://lists.llvm.org/mailman/listinfo/llvm-devmeeting">LLVM Developers' Meeting list</a>
+for future announcements and to ask questions. 
+</p>
+
+<!-- *********************************************************************** -->
+<hr>
+<address>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+  src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+  <a href="http://validator.w3.org/check/referer"><img
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+<br>
+</address>
+
+<!--#include virtual="../../footer.incl" -->

Propchange: www/trunk/devmtg/2016-11/index.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=263905&r1=263904&r2=263905&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Sun Mar 20 10:26:45 2016
@@ -191,7 +191,7 @@ LLVM Developer Policy</a>.
 <div class="www_sectiontitle">Developer Meetings</div>
 
 <div class="www_text">
-<!--<p>Upcoming: <a href="/devmtg/2016-03/">March 17-18, 2016</a></p>-->
+<p>Upcoming: <a href="/devmtg/2016-11/">November 3-4, 2016</a></p>
 <p>Proceedings from past meetings:</p>
 <ul>
 <li><a href="/devmtg/2016-03/">March 17-18, 2016</a></li>




More information about the llvm-commits mailing list