lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
883 stars 64 forks source link

New RSS component #252

Closed olivierauverlot closed 4 months ago

olivierauverlot commented 4 months ago

Produces a data flow in the RSS format. To use this component, you must first returning an HTTP header with the "application/rss+xml" content type (see http_header component). Next, you must use the shell-empty component to avoid that SQLPage generates HTML code. TIPS: If you don''t want change the page shell, you can also use the _sqlpage_embed URL parameter.

lovasoa commented 4 months ago

I made a few changes, let me know what you think.

We still need to provide a RFC-822 date formater to the templates to make this work.

olivierauverlot commented 4 months ago

Yes, perfect. It's ok for me