diff options
Diffstat (limited to 'contrib/llvm/tools/clang/www/get_involved.html')
-rw-r--r-- | contrib/llvm/tools/clang/www/get_involved.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/contrib/llvm/tools/clang/www/get_involved.html b/contrib/llvm/tools/clang/www/get_involved.html deleted file mode 100644 index a383d70..0000000 --- a/contrib/llvm/tools/clang/www/get_involved.html +++ /dev/null @@ -1,61 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> - <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> - <title>Clang - Get Involved</title> - <link type="text/css" rel="stylesheet" href="menu.css" /> - <link type="text/css" rel="stylesheet" href="content.css" /> -</head> -<body> - -<!--#include virtual="menu.html.incl"--> - -<div id="content"> - -<h1>Getting Involved with the Clang Project</h1> - -<p>Once you have <a href="get_started.html">checked out and built</a> clang and -played around with it, you might be wondering what you can do to make it better -and contribute to its development. Alternatively, maybe you just want to follow -the development of the project to see it progress. -</p> - -<h2>Follow what's going on</h2> - -<p>Clang is a subproject of the <a href="http://llvm.org">LLVM Project</a>, but -has its own mailing lists because the communities have people with different -interests. The two clang lists are:</p> - -<ul> -<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits -</a> - This list is for patch submission/discussion.</li> - -<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> - -This list is for everything else clang related (questions and answers, bug -reports, etc).</li> - -</ul> - -<p>If you are interested in clang only, these two lists should be all -you need. If you are interested in the LLVM optimizer and code generator, -please consider signing up for <a -href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev</a> and <a -href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">llvm-commits</a> -as well.</p> - - -<p>The best way to talk with other developers on the project is through the <a -href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev mailing -list</a>. The clang mailing list is a very friendly place and we welcome -newcomers. In addition to the cfe-dev list, a significant amount of design -discussion takes place on the <a -href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits mailing -list</a>. All of these lists have archives, so you can browse through previous -discussions or follow the list development on the web if you prefer.</p> - -<p>If you're looking for something to work on, check out our <a href="OpenProjects.html">Open Projects</a> page or go look through the <a href="http://llvm.org/bugs/">Bugzilla bug database.</p> - -</div> -</body> -</html> |