From f7147260a451896b27f466ebcd6ac648273650f0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 18 Oct 2020 13:56:35 -0700 Subject: [PATCH] Added datasette-atom and datasette-ics --- docs/ecosystem.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 765f4532..4b80e71e 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -112,6 +112,16 @@ datasette-json-html `datasette-json-html `__ renders HTML in Datasette's table view driven by JSON returned from your SQL queries. This provides a way to embed images, links and lists of links directly in Datasette's main interface, defined using custom SQL statements. +datasette-atom +-------------- + +`datasette-atom `__ can output Datasette query results as Atom feeds, suitable for subscribing to using a feed reader application. + +datasette-ics +------------- + +`datasette-ics `__ can output query results as an iCalendar feed, suitable for subscribing to from calendar software such as Google Calendar or Apple Calendar. + datasette-init --------------