Files
@ b84f495d82ce
Branch filter:
Location: kallithea/conftest.py
b84f495d82ce
1.2 KiB
text/x-python
journal: don't include email in author name - avoid double data
In journal RSS feed, report author as:
<author>name@example.com (User Name)</author>
instead of double email due to:
<author>name@example.com (User Name <name@example.com>)</author>
In the journal ATOM feed, report author as:
<author>
<name>user Name</name>
<email>test_admin@example.com</email>
</author>
instead of using double email due to:
<name>name@example.com (User Name <name@example.com>)</name>
In journal RSS feed, report author as:
<author>name@example.com (User Name)</author>
instead of double email due to:
<author>name@example.com (User Name <name@example.com>)</author>
In the journal ATOM feed, report author as:
<author>
<name>user Name</name>
<email>test_admin@example.com</email>
</author>
instead of using double email due to:
<name>name@example.com (User Name <name@example.com>)</name>