summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--final.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/final.md b/final.md
index daa5bb3..78f7881 100644
--- a/final.md
+++ b/final.md
@@ -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:
+![](https://neuromancer.sk/static/mailman_pgp_list_index.png)
+![](https://neuromancer.sk/static/mailman_pgp_address_list.png)
+![](https://neuromancer.sk/static/mailman_pgp_list_key_management.png)
+![](https://neuromancer.sk/static/mailman_pgp_list_encryption.png)
+![](https://neuromancer.sk/static/mailman_pgp_list_signature.png)
## 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