From c3e0bef164cdabd334063b5900dbbd6cc0a50597 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 2 Jul 2022 03:55:21 +0600 Subject: [PATCH] Add Mailman / email --- .../webextension/images/icons/Mailman.svg | 52 +++++++++++++++++++ src/technologies/m.json | 17 ++++++ 2 files changed, 69 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Mailman.svg diff --git a/src/drivers/webextension/images/icons/Mailman.svg b/src/drivers/webextension/images/icons/Mailman.svg new file mode 100644 index 000000000..bd254173e --- /dev/null +++ b/src/drivers/webextension/images/icons/Mailman.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index 431c705ce..768c9089c 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -438,6 +438,23 @@ "icon": "Mailjet.svg", "website": "https://www.mailjet.com/" }, + "Mailman": { + "cats": [ + 75 + ], + "description": "Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more.", + "icon": "Mailman.svg", + "implies": [ + "Python", + "Django" + ], + "scriptSrc": [ + "/mailman\\d+/static/.+\\.js", + "/static/(?:hyperkitty|django-mailman3)/.+\\.js" + ], + "oss": true, + "website": "http://list.org" + }, "Mailmunch": { "cats": [ 75,