RSS feeds: Difference between revisions
(New page: RSS stands for Really-Simple Syndication and is a format for publishing a kind of "table of contents" of resources on a website. Originally used for the mostly textual information blogs, R...) |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
RSS stands for Really-Simple Syndication and is a format for publishing a kind of "table of contents" of resources on a website. Originally used for the mostly textual information blogs, RSS feeds can deliver information about images (from for instance Flickr), and are the technology behind podcasts (audio) and vodcasts (video). | RSS stands for Really-Simple Syndication and is a format for publishing "feeds" or a kind of "table of contents" of resources on a website. Originally used for the mostly textual information blogs, RSS feeds can deliver information about images (from for instance Flickr), and are the technology behind podcasts (audio) and vodcasts (video). | ||
see also: [[JSON feeds]] | * [[Feedparser.py]] is a Python library to read RSS feeds | ||
* see also: [[JSON feeds]] | |||
==Resources== | |||
* RSS How-to, The Counterforce https://the-counterforce.org/rss-how-to/ | |||
* RSS is not dead, zine (2023) https://audmcname.itch.io/rss-is-not-dead-yet (also in the bootleglibrary!) | |||
[[Category:Workbooks]] | |||
Latest revision as of 11:07, 11 February 2026
RSS stands for Really-Simple Syndication and is a format for publishing "feeds" or a kind of "table of contents" of resources on a website. Originally used for the mostly textual information blogs, RSS feeds can deliver information about images (from for instance Flickr), and are the technology behind podcasts (audio) and vodcasts (video).
- Feedparser.py is a Python library to read RSS feeds
- see also: JSON feeds
Resources
- RSS How-to, The Counterforce https://the-counterforce.org/rss-how-to/
- RSS is not dead, zine (2023) https://audmcname.itch.io/rss-is-not-dead-yet (also in the bootleglibrary!)