This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/flume-site.git
commit 209b705e3d8e27def71160f20b336939017a9c67 Author: Christian Grobmeier <[email protected]> AuthorDate: Sat Dec 9 17:05:17 2023 +0100 updated mailing lists (untested) --- source/sphinx/mailinglists.rst | 65 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/source/sphinx/mailinglists.rst b/source/sphinx/mailinglists.rst index 7eed6d72..7bea9619 100644 --- a/source/sphinx/mailinglists.rst +++ b/source/sphinx/mailinglists.rst @@ -4,11 +4,60 @@ Mailing lists These are the mailing lists that have been established for the Apache Flume project. For each list, there is a subscribe, unsubscribe, and an archive link. -.. csv-table:: - :header: "Name", "Subscribe", "Unsubscribe", "List Archive" - :widths: 25, 20, 20, 30 - - "Flume User List", `user subscribe <mailto:[email protected]>`_, `user unsubscribe <mailto:[email protected]>`_, `Flume User List Archive <https://lists.apache.org/[email protected]>`_ - "Flume Developers List", `dev subscribe <mailto:[email protected]>`_, `dev unsubscribe <mailto:[email protected]>`_, `Flume Developer List Archive <https://lists.apache.org/[email protected]>`_ - "Flume Commits List", `commit subscribe <mailto:[email protected]>`_, `commit unsubscribe <mailto:[email protected]>`_, `Flume Commits List Archive <https://lists.apache.org/[email protected]>`_ - "Flume Issues List", `issues subscribe <mailto:[email protected]>`_, `issues unsubscribe <mailto:[email protected]>`_, `Flume Issues List Archive <https://lists.apache.org/[email protected]>`_ +.. [email protected]: + [email protected] +-------------------------- + +General and public discussion related to the Logging project and its children. Anyone may subscribe; only subscribers may post. + +* `Post to general list <mailto:[email protected]>`_ +* `Subscribe to general list <mailto:[email protected]>`_ +* `Unsubscribe from general list <mailto:[email protected]>`_ + +Public archives: + +* `Apache archive (general) <http://mail-archives.apache.org/mod_mbox/logging-general/>`_ +* `Markmail archive (general) <http://markmail.org/search/?q=list%3Aorg.apache.logging.general>`_ + +.. [email protected]: + [email protected] +---------------------- + +All logging projects share a common mailing list where development of each project is discussed. Please use subject tags like [log4j] when starting a new thread. + +* `Subscribe to dev list <mailto:[email protected]>`_ +* `Unsubscribe from dev list <mailto:[email protected]>`_ + +Public archives: + +* `Apache archive (dev) <https://lists.apache.org/list.html?dev%40logging.apache.org>`_ +* `Apache archive (dev) 2 <http://mail-archives.apache.org/mod_mbox/logging-dev/>`_ +* `Markmail archive (dev) <http://markmail.org/search/?q=list%3Aorg.apache.logging.dev>`_ + +.. [email protected]: + [email protected] +-------------------------- + +When changes are made to the source code repository, the commit messages are automatically sent to this list. Anyone may subscribe; posting is not allowed. The Reply-To is set to the logging-general list, so if you reply to a message that's where your reply is going to end up. + +* `Subscribe to commits list <mailto:[email protected]>`_ +* `Unsubscribe from commits list <mailto:[email protected]>`_ + +Public archives: + +* `Apache archive (commits) <http://mail-archives.apache.org/mod_mbox/logging-commits/>`_ +* `Markmail archive (commits) <http://markmail.org/search/?q=list%3Aorg.apache.logging.commits>`_ + +.. [email protected]: + [email protected] +-------------------------- + +Private list for the project management committee. It is not open to public subscription. This list should be used only for the discussion of confidential topics. As much business as possible should be conducted in public on the general list. + +* `Post to private list <mailto:[email protected]>`_ + +There are no public archives.
