This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/notifications-list in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 98f71bc9b733fd835a5d85cb63a0b81e106992b7 Author: Lukasz Lenart <[email protected]> AuthorDate: Mon Nov 13 07:22:40 2023 +0100 Adds info about new notifications list --- source/dev-mail.md | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) diff --git a/source/dev-mail.md b/source/dev-mail.md index fcfc1ef6e..c265b7dcb 100644 --- a/source/dev-mail.md +++ b/source/dev-mail.md @@ -11,38 +11,17 @@ improvements and discussion on future Struts are welcome. **For questions on usi Please make sure you have read the guidelines on [this page](mail) -<table> - <tr> - <th>Name</th> - <th>Subscribe</th> - <th>Unsubscribe</th> - <th>Description</th> - </tr> - <tr> - <td><a href="https://lists.apache.org/[email protected]">Struts-Dev</a></td> - <td><a href="mailto:[email protected]?subject=subscribe&body=subscribe">subscribe</a></td> - <td><a href="mailto:[email protected]?subject=unsubscribe&body=unsubscribe">unsubscribe</a></td> - <td>Contact other developers interested in expanding and improving Struts functionality.</td> - </tr> - <tr> - <td><a href="https://lists.apache.org/[email protected]">Struts-Commits</a></td> - <td><a href="mailto:[email protected]?subject=subscribe&body=subscribe">subscribe</a></td> - <td><a href="mailto:[email protected]?subject=unsubscribe&body=unsubscribe">unsubscribe</a></td> - <td>Receive notifications of changes to the Struts source code repository.</td> - </tr> - <tr> - <td><a href="https://lists.apache.org/[email protected]">Struts-Issues</a></td> - <td><a href="mailto:[email protected]?subject=subscribe&body=subscribe">subscribe</a></td> - <td><a href="mailto:[email protected]?subject=unsubscribe&body=unsubscribe">unsubscribe</a></td> - <td>Receive notifications from the Struts issue tracker.</td> - </tr> -</table> +| Name | Subscribe | Unsubscribe | Description | +|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| +| [Struts Devolopers](https://lists.apache.org/[email protected]) | [subscribe](mailto:[email protected]?subject=subscribe&body=subscribe) | [unsubscribe](mailto:[email protected]?subject=unsubscribe&body=unsubscribe) | Contact other developers interested in expanding and improving Struts functionality. | +| [Struts Commits](https://lists.apache.org/[email protected]) | [subscribe](mailto:[email protected]?subject=subscribe&body=subscribe) | [unsubscribe](mailto:[email protected]?subject=unsubscribe&body=unsubscribe) | Receive notifications of changes to the Struts source code repository. | +| [Struts Issues](https://lists.apache.org/[email protected]) | [subscribe](mailto:[email protected]?subject=subscribe&body=subscribe) | [unsubscribe](mailto:[email protected]?subject=unsubscribe&body=unsubscribe) | Receive notifications from the Struts issue tracker. | +| [Struts Notifications](https://lists.apache.org/[email protected]) | [subscribe](mailto:[email protected]?subject=subscribe&body=subscribe) | [unsubscribe](mailto:[email protected]?subject=unsubscribe&body=unsubscribe) | Receive notifications from Github PRs & comments related to the Struts | -You can use a web interface as well if you want to post a question [https://lists.apache.org/](https://lists.apache.org/[email protected]) +You can use a web interface as well if you want to post a question [https://lists.apache.org/](https://lists.apache.org/[email protected]) {:.alert .alert-success} # Archives -You can read the [ASF Mail](http://mail-archives.apache.org/mod_mbox/struts-dev/) or the -[Mark Mail](http://markmail.org/list/org.apache.struts.dev/) archives if you are looking for older discussions. +You can read the [ASF Mail](http://mail-archives.apache.org/mod_mbox/struts-dev/) or the [Mark Mail](http://markmail.org/list/org.apache.struts.dev/) archives if you are looking for older discussions. There are many other archives out there as well.
