diff options
| author | J08nY | 2017-05-31 01:33:17 +0200 |
|---|---|---|
| committer | J08nY | 2017-05-31 01:33:38 +0200 |
| commit | 9795b3c8079da299cbf4e703d46389c5d80e1ff3 (patch) | |
| tree | 0a8185d3ccba5e062c2990f5f9f4bf377ed3f158 /plugin.md | |
| parent | dbeca79622924263175a6da2d3bc91f29a859ef3 (diff) | |
| download | pgpmailman-proposal-9795b3c8079da299cbf4e703d46389c5d80e1ff3.tar.gz pgpmailman-proposal-9795b3c8079da299cbf4e703d46389c5d80e1ff3.tar.zst pgpmailman-proposal-9795b3c8079da299cbf4e703d46389c5d80e1ff3.zip | |
Diffstat (limited to 'plugin.md')
| -rw-r--r-- | plugin.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ - `initialize()` - A callable to be setup in a Mailman hook, to setup everything necessary for pgpmailman to run. Such as adding the `listname-key`@ subaddress, creating keyrings if not found, subscribing to events if necessary. - - `tearDown()` - A callable to be setup in a Mailman exit hook. + - `tear_down()` - A callable to be setup in a Mailman exit hook. * `django-pgpmailman` - A Django app that extends Postorius and HyperKitty, also with an associated example_project that combines Postorius, HyperKitty while extending their templates and views seamlessly. - `api` @@ -59,4 +59,4 @@ As any of Mailman's Django apps, will be packaged with an example_project with d ## Documentation -In order for site admins and users to use encrypted mailing lists responsibly, quite some amount of documentation is required, since misusing encrypted lists will make them uneffective.
\ No newline at end of file +In order for site admins and users to use encrypted mailing lists responsibly, quite some amount of documentation is required, since misusing encrypted lists will make them uneffective. |
