svpino / rfeed

Extensible RSS 2.0 Feed Generator written in Python
MIT License
185 stars 41 forks source link

dc:creator support #7

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello,

I've added support to the <dc:creator> tag in which the author name should go, since <author> is reserved to email.

I've run tests.py (passing, Ran 73 tests in 0.030s) and checked for W3C feed validation (passing).

Thanks,

Lorenzo