diff options
| author | Sean Silva <silvas@purdue.edu> | 2013-03-30 15:32:54 +0000 |
|---|---|---|
| committer | Sean Silva <silvas@purdue.edu> | 2013-03-30 15:32:54 +0000 |
| commit | 84b296c8d11332645116030982cfb84567056c0e (patch) | |
| tree | e3bbdb21ba553c61fda48cf19e60d77a0fa72ba6 | |
| parent | 01299243843964840fb87caa828329c3b32ac23f (diff) | |
| download | bcm5719-llvm-84b296c8d11332645116030982cfb84567056c0e.tar.gz bcm5719-llvm-84b296c8d11332645116030982cfb84567056c0e.zip | |
[docs] Reorganize mailing lists.
Order them roughly by "which one should a newbie join first".
llvm-svn: 178424
| -rw-r--r-- | llvm/docs/index.rst | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index eac07cf2c82..ef8b2c350f7 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -342,12 +342,6 @@ Mailing Lists If you can't find what you need in these docs, try consulting the mailing lists. -`LLVM Announcements List`__ - This is a low volume list that provides important announcements regarding - LLVM. It gets email about once a month. - - .. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce - `Developer's List`__ This list is for people who want to be included in technical discussions of LLVM. People post to this list when they have questions about writing code @@ -355,13 +349,6 @@ lists. .. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -`Bugs & Patches Archive`__ - This list gets emailed every time a bug is opened and closed, and when people - submit patches to be included in LLVM. It is higher volume than the LLVMdev - list. - - .. __: http://lists.cs.uiuc.edu/pipermail/llvmbugs/ - `Commits Archive`__ This list contains all commit messages that are made when LLVM developers commit code changes to the repository. It is useful for those who want to @@ -369,6 +356,13 @@ lists. .. __: http://lists.cs.uiuc.edu/pipermail/llvm-commits/ +`Bugs & Patches Archive`__ + This list gets emailed every time a bug is opened and closed, and when people + submit patches to be included in LLVM. It is higher volume than the LLVMdev + list. + + .. __: http://lists.cs.uiuc.edu/pipermail/llvmbugs/ + `Test Results Archive`__ A message is automatically sent to this list by every active nightly tester when it completes. As such, this list gets email several times each day, @@ -376,6 +370,12 @@ lists. .. __: http://lists.cs.uiuc.edu/pipermail/llvm-testresults/ +`LLVM Announcements List`__ + This is a low volume list that provides important announcements regarding + LLVM. It gets email about once a month. + + .. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvm-announce + IRC --- |

