Clever Geek Handbook
πŸ“œ ⬆️ ⬇️

Feedsync

FeedSync is an RSS and Atom extension specification designed to synchronize changing information from multiple sources.

Extensions add data on the relevance and status of information, status (appearance, change, deletion), conflicts, associations and history of changes in information. The specification also describes the rules for the behavior of format data for all the events described above. Thus, based on FeedSync, it becomes possible to create synchronization mechanisms with consistent information, that is, distributed systems.

Example

Part of an RSS document with FeedSync meaning element creation.

  <? xml version = "1.0" encoding = "utf-8"?>
 <rss version = "2.0"
	 xmlns: sx = "http://feedsync.org/2007/feedsync" >
 ...
 <item>
	 <title> FeedSync </title>
	 <description> FeedSync is an extension specification for the RSS and Atom formats.  </description>
	 <sx: sync
		 id = "item_1_wikipedia_2009-05-12T03: 43: 33Z"
		 updates = "1" >
		 <sx: history
			 sequence = "1"
			 when = "2009-05-12T03: 43: 33Z"
			 by = "Bits" />
	 </ sx: sync>
 </item>
 ...
 </rss>

See also

  • Atom
  • RSS feed
  • XML

Links

  • FeedSync for Atom and RSS Specification
Source - https://ru.wikipedia.org/w/index.php?title=FeedSync&oldid=75495384


More articles:

  • Fedoseev, Pyotr Nikolaevich
  • Machine Head (group)
  • Sorokin, Nikolai Tikhonovich
  • Reaching out to heaven (album)
  • Secret Cabinet
  • Ghostland (novel)
  • Nectarius Optina
  • Tevyashev, Nikolai Nikolaevich
  • Hedgewars
  • Samantha Fox's Discography

All articles

Clever Geek | 2019