Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core
Commits:
4008f2fc by Mark Sapiro at 2022-01-15T10:39:55-08:00
Document the <archiver_name>_url replacement for list header and footer
templates.
- - - - -
f9afc476 by Mark Sapiro at 2022-01-15T19:09:00+00:00
Merge branch 'doc' into 'master'
Document the <archiver_name>_url replacement for list header and footer
templates.
Closes #590
See merge request mailman/mailman!948
- - - - -
1 changed file:
- src/mailman/rest/docs/templates.rst
Changes:
=====================================
src/mailman/rest/docs/templates.rst
=====================================
@@ -23,7 +23,7 @@ Examples
Let's say you have a mailing list::
- >>> from mailman.app.lifecycle import create_list
+ >>> from mailman.app.lifecycle import create_list
>>> ant = create_list('[email protected]')
The standard welcome message doesn't have any links to it because by default
@@ -31,7 +31,7 @@ Mailman doesn't know about any web user interface front-end.
When Anne is
subscribed to the mailing list, she sees this plain welcome message.
>>> from mailman.testing.helpers import subscribe
- >>> from mailman.testing.helpers import get_queue_messages
+ >>> from mailman.testing.helpers import get_queue_messages
>>> anne = subscribe(ant, 'Anne')
>>> items = get_queue_messages('virgin')
>>> print(items[0].msg)
@@ -114,7 +114,7 @@ retrieving the welcome message.
The username and password will be used to retrieve the welcome text.
- >>> cris = subscribe(ant, 'Cris')
+ >>> cris = subscribe(ant, 'Cris')
>>> items = get_queue_messages('virgin')
>>> print(items[0].msg)
MIME-Version: 1.0
@@ -200,7 +200,7 @@ blank.
>>> import re
>>> text = re.sub('\nhttps', '\n https', text)
>>> print(wrap(text))
- Here's some sample text that should be wrapped and filled to make a
+ Here's some sample text that should be wrapped and filled to make a
pretty looking paragraph of text with no excessively short or long
lines, but it also contains a long url.
<BLANKLINE>
@@ -536,6 +536,10 @@ below. Here are all the supported template names:
* ``user_name_or_email`` - the recipient's display name if available,
or their email address if no display name
(e.g. "Anne Person", "Bart", or "[email protected]")
+ * ``<archiver_name>_url`` - a link to the archived message for each enabled
+ archiver other than prototype. For example if the HyperKitty archiver is
+ enabled for the list, ``${hyperkitty_url}`` will point to the message in
+ HyperKitty.
* ``list:member:regular:header``
The header for a regular (non-digest) message.
@@ -552,6 +556,10 @@ below. Here are all the supported template names:
* ``user_name_or_email`` - the recipient's display name if available,
or their email address if no display name
(e.g. "Anne Person", "Bart", or "[email protected]")
+ * ``<archiver_name>_url`` - a link to the archived message for each enabled
+ archiver other than prototype. For example if the HyperKitty archiver is
+ enabled for the list, ``${hyperkitty_url}`` will point to the message in
+ HyperKitty.
* ``list:user:action:invite``
The message sent to subscribers when they are invited to join a List.
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/8ea4c016eadf4affa165dd45af419bbbb4aafb7b...f9afc476255c638e1fdbe564323bcfbd916197fd
--
View it on GitLab:
https://gitlab.com/mailman/mailman/-/compare/8ea4c016eadf4affa165dd45af419bbbb4aafb7b...f9afc476255c638e1fdbe564323bcfbd916197fd
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: [email protected]