splorp / newton-glossary

An almost definitive guide to terms and trivia related to the Apple Newton.
8 stars 4 forks source link

Update feed to support RSS, Atom, and JSON #48

Open splorp opened 3 weeks ago

splorp commented 3 weeks ago

Adapt these updated snippets from the kirby3-feed plugin.

https://github.com/bnomei/kirby3-feed/tree/master/snippets/feed

splorp commented 2 weeks ago

Related to this, the current ->xml() field helper should be replaced with a ![CDATA[]] wrapper around the description field content in snippets/latest.php

<description><![CDATA[<?= $page->text()->kirbytext() ?>]]</description>

This might not be an issue if using the updated snippets basically as is.

splorp commented 5 days ago

RSS feed updated per commit ab7546d