funkwhale/api/funkwhale_api/audio
Kuba Orlik 3a83290cc0 Fix feed formatting so it passes w3c validation
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)
2020-10-22 15:06:28 +02:00
..
migrations See #170: expose/store actor URL over federation 2020-02-07 10:48:17 +01:00
__init__.py See #170: exclude by default all channels-related entities from /artists, /albums and /tracks endpoints results, for backward compatibility 2019-11-25 09:49:49 +01:00
admin.py See #170: exclude by default all channels-related entities from /artists, /albums and /tracks endpoints results, for backward compatibility 2019-11-25 09:49:49 +01:00
categories.py See #170: subscribe to 3d-party RSS feeds in Funkwhale 2020-03-13 12:16:51 +01:00
dynamic_preferences_registry.py See #170: limit the amount of channels allowed per user 2020-02-14 12:43:57 +01:00
factories.py See #170: subscribe to 3d-party RSS feeds in Funkwhale 2020-03-13 12:16:51 +01:00
filters.py Upgraded dependencies 2020-07-18 10:29:22 +02:00
models.py See #170: fetch channel outbox on discovery/detail 2020-03-31 16:22:11 +02:00
renderers.py See #170: subscribe to 3d-party RSS feeds in Funkwhale 2020-03-13 12:16:51 +01:00
serializers.py Fix feed formatting so it passes w3c validation 2020-10-22 15:06:28 +02:00
spa_views.py Fix #1038: Federated reports 2020-03-11 11:39:55 +01:00
tasks.py See #170: subscribe to 3d-party RSS feeds in Funkwhale 2020-03-13 12:16:51 +01:00
views.py Fx #1178: Display channel and track downloads count 2020-07-31 11:46:25 +02:00