summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-03-30 15:33:01 +0000
committerSean Silva <silvas@purdue.edu>2013-03-30 15:33:01 +0000
commitfb7aa394359288e1201e9118044ededaed74f621 (patch)
tree6a1a946d7985bd22d8570102d9d80840c594cf39 /docs/index.rst
parent135856526cf94852d45e0b77e6a80e1388e38fec (diff)
downloadllvm-fb7aa394359288e1201e9118044ededaed74f621.tar.gz
llvm-fb7aa394359288e1201e9118044ededaed74f621.tar.bz2
llvm-fb7aa394359288e1201e9118044ededaed74f621.tar.xz
[docs] Annotate mailing lists with their "name".
Nobody says "the developer's list" or "commits archive"; they always say "llvmdev" or "llvm-commits". It makes sense for our documentation to at least make that association explicitly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index ef8b2c350f..ed2be3f2c3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -342,35 +342,35 @@ Mailing Lists
If you can't find what you need in these docs, try consulting the mailing
lists.
-`Developer's List`__
+`Developer's List (llvmdev)`__
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
for or using the LLVM tools. It is relatively low volume.
.. __: http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-`Commits Archive`__
+`Commits Archive (llvm-commits)`__
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
stay on the bleeding edge of LLVM development. This list is very high volume.
.. __: http://lists.cs.uiuc.edu/pipermail/llvm-commits/
-`Bugs & Patches Archive`__
+`Bugs & Patches Archive (llvmbugs)`__
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`__
+`Test Results Archive (llvm-testresults)`__
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,
making it a high volume list.
.. __: http://lists.cs.uiuc.edu/pipermail/llvm-testresults/
-`LLVM Announcements List`__
+`LLVM Announcements List (llvm-announce)`__
This is a low volume list that provides important announcements regarding
LLVM. It gets email about once a month.