From: Douglas Gregor Date: Fri, 13 Mar 2009 15:06:27 +0000 (+0000) Subject: Split get_involved into Get Involved and Open Projects pages X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef527386b9fe66000abc15ee792f02393847e093;p=clang Split get_involved into Get Involved and Open Projects pages git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66891 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/OpenProjects.html b/www/OpenProjects.html new file mode 100644 index 0000000000..47307ca3ba --- /dev/null +++ b/www/OpenProjects.html @@ -0,0 +1,99 @@ + + + + + Clang - Get Involved + + + + + + + +
+ +

Open Clang Projects

+ +

Here are a few tasks that are available for newcomers to work on, depending +on what your interests are. This list is provided to generate ideas, it is not +intended to be comprehensive. Please ask on cfe-dev for more specifics or to +verify that one of these isn't already completed. :)

+ + + +

If you hit a bug with clang, it is very useful for us if you reduce the code +that demonstrates the problem down to something small. There are many ways to +do this; ask on cfe-dev for advice.

+ +
+ + diff --git a/www/get_involved.html b/www/get_involved.html index 2893b23ba6..a383d70132 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -54,96 +54,7 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits mailing list. All of these lists have archives, so you can browse through previous discussions or follow the list development on the web if you prefer.

- -

Open Projects

- -

Here are a few tasks that are available for newcomers to work on, depending -on what your interests are. This list is provided to generate ideas, it is not -intended to be comprehensive. Please ask on cfe-dev for more specifics or to -verify that one of these isn't already completed. :)

- - - -

If you hit a bug with clang, it is very useful for us if you reduce the code -that demonstrates the problem down to something small. There are many ways to -do this; ask on cfe-dev for advice.

+

If you're looking for something to work on, check out our Open Projects page or go look through the Bugzilla bug database.

diff --git a/www/menu.html.incl b/www/menu.html.incl index ca25e3aeb0..31072c95bc 100644 --- a/www/menu.html.incl +++ b/www/menu.html.incl @@ -10,6 +10,7 @@ Comparisons Get Started Get Involved + Open Projects C++ Status Language Extensions Clang Internals