Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • 1356-update-packages
  • 1303-failing-to-refetch-federated-tracks
  • 1108-remove-jwt-and-switch-to-oauth-for-ui-auth
  • set-sast-config-2
  • set-sast-config-1
  • master
  • tracemallocmiddleware
  • 1299-encoding-problem-in-rss-feeds
  • 1346-selectoreventloop-required-instead-got-uvloop-loop
  • 1278-embed-isn-t-available-in-the-front-end-for-channel-tracks
  • 1311-feedparser-requires-update-to-accomodate-python-3-9
  • 1.0.1
  • 1121-download
  • plugins-v3
  • plugins-v2
  • plugins
  • 1.1.1
  • 1.1
  • 1.1-rc2
  • 1.1-rc1
  • 1.0.1
  • 1.0
  • 1.0-rc1
  • 0.21.2
  • 0.21.1
  • 0.21
  • 0.21-rc2
  • 0.21-rc1
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
37 results

funkwhale_api

  • Clone with SSH
  • Clone with HTTPS
  • Forked from funkwhale / funkwhale
    Source project has a limited visibility.
    user avatar
    Kuba Orlik authored
    Feeds generated by Funkwhale do not pass validation with the [w3c
    validator](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fpodcast.midline.pl%2Fapi%2Fv1%2Fchannels%2FMidline%2Frss).
    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)
    7ee8e02b
    History
    Name Last commit Last update
    ..