diff options
| -rw-r--r-- | final.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -26,6 +26,7 @@ - Required branches are merged and maintained at [J08nY/mailman/plugin](https://gitlab.com/J08nY/mailman/tree/plugin). - To install, do `pip install mailman-pgp`, warning: it will pull in a development version of [Mailman Core](https://gitlab.com/J08nY/mailman/tree/plugin) and [PGPy](https://github.com/SecurityInnovation/PGPy). + ## django-pgpmailman - [repository@gitlab](https://gitlab.com/J08nY/django-pgpmailman) @@ -36,7 +37,12 @@ - [django-mailman3/template-chunks](https://gitlab.com/mailman/django-mailman3/merge_requests/8) - [postorius/template-chunks](https://gitlab.com/mailman/postorius/merge_requests/215) - [hyperkitty/template-chunks](https://gitlab.com/mailman/hyperkitty/merge_requests/65) - + - Some screenshots: + + + + + ## mailman-rest-events @@ -45,6 +51,7 @@ - A plugin for Mailman Core that turned out to be unnecessary for the working of django-pgpmailman, but implemented a similar feature as this [MR](https://gitlab.com/mailman/mailman/merge_requests/264). - This plugin sends the events (and some information about them) from Mailman Core to a list of configurable endpoints using JSON in HTTP POST requests. + ## Other contributions - [mailmanclient/split-sources](https://gitlab.com/mailman/mailmanclient/merge_requests/38), merged |
