Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1229

Resolve "The feed does not pass w3c validation"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kuba Orlik requested to merge kuba-orlik/funkwhale:1250-rss-w3c into develop Oct 22, 2020
  • Overview 5
  • Commits 5
  • Pipelines 3
  • Changes 5

Feeds generated by Funkwhale do not pass validation with the w3c validator. This commit addresses the problems identified during validation:

  1. The isPermalink is not recognized -> changed it to isPermaLink (capital "L")

  2. itunes:summary and itunes:subtitle are 256 characters after truncating, but the maximum is 255. The truncating function trims the text to 255 chars, but then adds …, so the text is one character too long

  3. The tags within itunes:keywords are now separated with commas instead of spaces (https://validator.w3.org/feed/docs/warning/InvalidKeywords.html)

Closes #1250 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 1250-rss-w3c