Author: bodewig
Date: Wed Apr 12 12:59:06 2017
New Revision: 1791117
URL: http://svn.apache.org/viewvc?rev=1791117&view=rev
Log:
Add new dev list
Modified:
logging/site/cms/trunk/content/mailing-lists.twig
Modified: logging/site/cms/trunk/content/mailing-lists.twig
URL:
http://svn.apache.org/viewvc/logging/site/cms/trunk/content/mailing-lists.twig?rev=1791117&r1=1791116&r2=1791117&view=diff
==============================================================================
--- logging/site/cms/trunk/content/mailing-lists.twig (original)
+++ logging/site/cms/trunk/content/mailing-lists.twig Wed Apr 12 12:59:06 2017
@@ -1,65 +1,78 @@
-{% extends "page.html" %}
-
-{% block title %}Mailing lists{% endblock %}
-
-{% block content %}
-{% filter textile %}
-
-h1. Mailing lists
-
-These are the mailing lists that have been established for the Apache Logging
Services project.
-
-For questions regarding individual logging projects, please find use the
mailing lists defined on the project site.
-
-h3. [email protected]
-
-General and public discussion related to the Logging project and it's
children. Anyone may subscribe; only subscribers may post.
-
-* "Post to list":mailto:[email protected]
-* "Subscribe to list":[email protected]
-* "Unsubscribe from list":[email protected]
-
-Public archives:
-
-* "(external)Apache
archive":http://mail-archives.apache.org/mod_mbox/logging-general/
-* "(external)Markmail
archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.general
-
-h3. [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 list":[email protected]
-* "Unsubscribe from list":[email protected]
-
-Public archives:
-
-* "(external)Apache
archive":http://mail-archives.apache.org/mod_mbox/logging-commits/
-* "(external)Markmail
archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.commits
-
-h3. [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 list":mailto:[email protected]
-
-There are no public archives.
-
-{% endfilter %}
-{% endblock %}
-
-{% comment %}
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
+{% extends "page.html" %}
+
+{% block title %}Mailing lists{% endblock %}
+
+{% block content %}
+{% filter textile %}
+
+h1. Mailing lists
+
+These are the mailing lists that have been established for the Apache Logging
Services project.
+
+For questions regarding individual logging projects, please find use the
mailing lists defined on the project site.
+
+h3. [email protected]
+
+General and public discussion related to the Logging project and it's
children. Anyone may subscribe; only subscribers may post.
+
+* "Post to list":mailto:[email protected]
+* "Subscribe to list":[email protected]
+* "Unsubscribe from list":[email protected]
+
+Public archives:
+
+* "(external)Apache
archive":http://mail-archives.apache.org/mod_mbox/logging-general/
+* "(external)Markmail
archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.general
+
+h3. [email protected]
+
+TAll 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 list":[email protected]
+* "Unsubscribe from list":[email protected]
+
+Public archives:
+
+* "(external)Apache
archive":https://lists.apache.org/[email protected]
+* "(external)Apache
archive":http://mail-archives.apache.org/mod_mbox/logging-dev/
+* "(external)Markmail
archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.dev
+
+h3. [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 list":[email protected]
+* "Unsubscribe from list":[email protected]
+
+Public archives:
+
+* "(external)Apache
archive":http://mail-archives.apache.org/mod_mbox/logging-commits/
+* "(external)Markmail
archive":http://markmail.org/search/?q=list%3Aorg.apache.logging.commits
+
+h3. [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 list":mailto:[email protected]
+
+There are no public archives.
+
+{% endfilter %}
+{% endblock %}
+
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
{% endcomment %}
\ No newline at end of file