Commit graph

11 commits

Author SHA1 Message Date
8bcdec5d94 Finally migrate RSS Feed
Misusing the sitemap implementation was a bad idea and broke for every
major update.

I now finally migrate to custom implementation which should remove the
issues for future.
2024-02-07 18:45:17 +01:00
924a6b4863 Render newest blog posts first within rss feed
This allows friendi.ca to pick them up before reaching maximum limit.
2023-01-17 20:40:56 +01:00
394b38beb3 Streamline routing
Use _uid suffix when uids are used.
Add test to ensure topics are working as expected (regarding routing).
2021-09-13 08:51:49 +02:00
5358b7f914 Streamline routing parameter name
Use category_id instead of category.
TYPO3 forces sitemap but we use an uid and therefore should use
category_id beside existing topic_id.
2021-09-03 07:27:54 +02:00
04753f82a2 Add feeds per category 2021-03-09 21:29:27 +01:00
d8eb401e5b Add rss feed as alternate link
Properly mark the rss feed link.
2021-03-09 20:48:14 +01:00
9f2d08fe32 Ignore pages in RSS feed that should not be indexed 2020-08-19 23:06:24 +02:00
840efdaa09 Use existing constant instead of duplicate value 2020-08-19 14:51:39 +02:00
e5e5321140 Order blog posts in rss feed 2020-03-20 21:39:22 +01:00
a5162a8ac1 Sort rss records more meaningful 2020-01-30 11:28:45 +01:00
14edd5b8c1 Add further work
E.g. add rss feed and sitemap and seo meta tags.
2019-11-15 18:28:10 +01:00