--- urn: "urn:penemure:004894e3-7e64-4475-940e-e329dea20b54" backend: "pub" ancestors: - 📁 Penemure created: 2025-02-22 20:58:27.984864+00:00 updated: 2025-02-22 20:58:27.984864+00:00 tags: status: "backlog" priority: "medium" --- # 📝 RSS ## Description notes should be allowed to generate an rss feed by default just direct children? or descendants as well? does it need to be tagged/in metadata or is it automatic? should also be generated for static sites. ```query-table SQL SELECT title, CAST(created AS DATE), updated - created AS duration FROM log WHERE parents LIKE '%SELF%' ```