lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
723 stars 123 forks source link

Make Author's Name Optional #67

Closed lkiesow closed 6 years ago

lkiesow commented 6 years ago

RSS does not require an author's name, but only his email address. This patch makes the name optional for RSS. Note that the name is required in ATOM feeds and an author will not be included if the name is missing.

This fixes #59

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.06%) to 93.347% when pulling 75ee6fdc701ff2b15019f8a7763c36443691a076 on issue-59-no-author-name into 4a0a2663e90e9969f4ca5a5fbdc4a0e7cb7a0e55 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.009%) to 93.412% when pulling ebb44be9b200cb2d7baf55315732eb7857557416 on issue-59-no-author-name into 8a65719dc4b330b6d3e59facbe392ef2acadea45 on master.