Adding a Custom RSS Feed | BookStack Logical Theme System

preview_player
Показать описание
In this video we use the logical theme system to build a custom RSS feed endpoint to list out the 25 latest created pages within the system.
These customizations are not officially supported any may break upon, or conflict with, future updates. This video was recorded using BookStack v22.11.1.

0:00 Intro
0:10 Advisory
0:40 The task & environment
2:07 Logical theme system setup
3:39 Custom endpoint and page data
7:20 Formatting to RSS
13:50 Fixing content type
15:06 Testing via Thunderbird
16:04 Outro & Support

#rss #php #opensource #selfhosted #documentation #wiki #bookstack #foss
Рекомендации по теме
Комментарии
Автор

This is great. I plan to use part of this approach (the queried pages plus a blade element) to show a feed of specific pages on my default view, i.e. the homepage -- the goal is to show a list of upcoming events pages there, for an at-a-glance view.

Looking forward to getting stuck in. I've got some background in MVC, but not Laravel, and this looks really nice and clean. Thanks for the super-clear tutorials!

Laurence