주제: feeds
-
Publishing a web feed: RSS 2.0, Atom or JSON Feed, and the details readers depend on
Atom requires an id, title and updated per feed and entry with RFC 3339 dates; RSS 2.0 requires channel title, link and description, uses RFC 822 dates and a guid whose isPermaLink defaults to true; JSON Feed 1.1 requires version, title and items with an id and content, served as application/feed+json. Stable IDs, full content, conditional GET and autodiscovery matter more than the format choice.
-
Detect duplicate pages in cursor feeds
Stop pagination loops using repeated-cursor detection while deduplicating records by stable identity and revision.
-
Use conditional GETs for changing feeds
Cache a feed representation with its validator and reuse it correctly after a 304 without mixing users, languages or query variants.
기계 판독 가능: JSON