This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch pr/ml-info in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 98a63f8ec6178e44be7d4ae7d0ac9ce97501500d Author: Zoran Regvart <[email protected]> AuthorDate: Fri Sep 13 14:20:29 2019 +0200 fix: update wrong mailing list information --- content/community/mailing-list.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/content/community/mailing-list.md b/content/community/mailing-list.md index 1f22b65..d394ea5 100644 --- a/content/community/mailing-list.md +++ b/content/community/mailing-list.md @@ -2,7 +2,7 @@ title: "Support" --- -## Mailing Lists +== Mailing Lists *Use Camel User List* @@ -15,16 +15,10 @@ Again to re-iterate, use the Camel User List, for you Camel questions. This is t When posting to the mailing lists, use plain text mails. Do not use HTML mails. HTML mails is more likely to be targeted as spam mails and will be rejected; as well it's not easily readable by others. {{< table >}} -| List Name | Address | Subscribe | Unsubscribe | Archive | Nabble (Online Forums) | Comment | -|------------|---------|-----------|-------------|---------|------------------------|---------| -| Camel User List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-users/) | [Nabble](http://camel.465427.n5.nabble.com/Camel-Users-f465428.html) | Use this list for your Camel questions. | -| Camel Developer List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-dev/) | [Nabble](http://camel.465427.n5.nabble.com/Camel-Development-f479097.html) | | -| Camel Commits List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-commits/) | [Nabble](http://camel.465427.n5.nabble.com/Camel-Commits-f498405.html) | | -| Camel Issues List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-issues/) | | | +| List Name | Address | Subscribe | Unsubscribe | Archive | Comment | +|------------|---------|-----------|-------------|---------|---------| +| Camel User List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-users/) | Use this list for your Camel questions. | +| Camel Developer List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-dev/) | Used by Camel contributors to discuss development of Camel. | +| Camel Commits List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-commits/) | Notifications on changes to the Camel code | +| Camel Issues List | [email protected] | [subscribe](mailto:[email protected]) | [unsubscribe](mailto:[email protected]) | [Archives](http://mail-archives.apache.org/mod_mbox/camel-issues/) | Notifications of JIRA issues | {{< /table >}} - -There were various discussions before these mailing lists were setup on the ActiveMQ Mailing Lists such as these [threads](http://www.nabble.com/forum/Search.jtp?forum=2354&local=y&query=%5Bcamel%5D) - -## Discussion Forums - -If you prefer you could use our Discussion Forums which are sync'd with the above mailing lists.
