diff options
Diffstat (limited to 'posts/patch-3.txt')
-rw-r--r-- | posts/patch-3.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/posts/patch-3.txt b/posts/patch-3.txt new file mode 100644 index 0000000..4102ab6 --- /dev/null +++ b/posts/patch-3.txt @@ -0,0 +1,24 @@ +Tue, 14 Jun 2022 +INTERACTIVE LINKS INSIDE XML FEEDS + +Today I pushed out a minor change to include clickable, interactive +links inside the generated XML feed. This isn't anything groundbreaking +but greatly improves the user experience for those visiting the RSS +file directly in their browser. The full changes can be found in the +official repo for this project. + +You can see a live example on this very website: + +https://shinobi.website/feed.xml + +and also on my own personal website: + +https://tdarb.org/feeds/posts.xml + +I plan to do a larger, more detailed write-up on how this is +accomplished on my personal blog within the coming days. Subscribed to +that feed if that is something you might be interested in. + +Thanks for reading, +- Brad + |