getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
57 stars 93 forks source link

postcast: create extra feed pages for podcast history #374

Closed tikki closed 3 years ago

tikki commented 3 years ago

This changes nothing from the default behaviour. Paging has to be enabled explicitly by the user.

If POSTCAST_PAGE_LENGTH is set, if a feed has more items than FEED_LENGTH this change will create further .xml files ("pages") and link them from each previous page, allowing discovery of the full archive of all podcast episodes by following those links from the original/first page. The new files are automatically named based on the slug, by appending ".page-{page numer}", e.g. http://example.com/feeds/podcast.xml could have further pages at http://example.com/feeds/podcast.page-1.xml and http://example.com/feeds/podcast.page-2.xml.

fixes #373

Kwpolska commented 3 years ago

I’ll close this due to the discussion in #373 and the apparent lack of support in podcatchers.