Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make generated RSS valid #862

Merged
merged 1 commit into from
Feb 5, 2017
Merged

Make generated RSS valid #862

merged 1 commit into from
Feb 5, 2017

Commits on Feb 5, 2017

  1. Make generated RSS valid

    To make it pass validation, the following was needed:
    
    1. Adding channel description
    2. Removing HTML tags from title
    3. Setting GUID
    4. Correctly setting `lastPubDate`
    
    Additionally, `self` URL was added as suggested by the [validator].
    
    No problems with encoding detected after adding [feed suggested] in original issue.
    
    Closes: #492
    
    [validator]: https://validator.w3.org/feed/
    [feed suggested]: https://alphaomegaalpha.wordpress.com/feed/
    jtojnar committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    21e4a44 View commit details
    Browse the repository at this point in the history