FeedSync

{{short description|Set of extensions to the RSS and Atom feed formats}}

FeedSync for Atom and RSS, previously Simple Sharing Extensions, are extensions to RSS and Atom feed formats designed to enable the bi-directional synchronization of information by using a variety of data sources. Initially developed by Ray Ozzie, Chief Software Architect at Microsoft, it is now maintained by Jack Ozzie, George Moromisato, Matt Augustine, Paresh Suthar and Steven Lees. Dave Winer, the designer of the UserLand Software RSS specification variants, has given input for the specifications.

The last version of FeedSync for Atom and RSS specification is 1.02.{{cite web |url=http://feedsyncsamples.codeplex.com/wikipage?title=FeedSync%20for%20Atom%20and%20RSS%20%28v1.0%29%20specification |title=FeedSync for Atom and RSS (v1.0) specification |date=January 3, 2011 |archive-url=https://web.archive.org/web/20171224155515/http://feedsyncsamples.codeplex.com/wikipage?title=FeedSync%20for%20Atom%20and%20RSS%20%28v1.0%29%20specification |archive-date=December 24, 2017 |url-status=dead}}

FeedSync for Atom and RSS is licensed under the Creative Commons Attribution-ShareAlike License (version 2.5) and the Microsoft Open Specification Promise.

The scope of FeedSync for Atom and RSS is to define the minimum extensions necessary to enable loosely cooperating applications to use Atom and RSS feeds as the basis for item sharing – that is, the bi-directional, asynchronous synchronization of new and changed items amongst two or more cross-subscribed feeds.

Note that while much of FeedSync is currently defined in terms of Atom and RSS feeds, at its core what FeedSync strictly requires is:

  • A flat collection of items to be synchronized
  • A set of per-item sync metadata that is maintained at all endpoints
  • A set of algorithms followed by all endpoints to create, update, merge, and conflict resolve all items

This means that FeedSync can be implemented by almost any programming language have its metadata represented in many structured data formats.

Examples

=RSS feed=

To Do List

A list of items to do

https://www.example.com/something/foo/bar/

until="2005-05-23T18:30:02Z" >

title="To Do List (Jacks Copy)" />

Buy groceries

Get milk, eggs, butter and bread

=Atom feed=

xmlns:sx="http://feedsync.org/2007/feedsync">

To Do List

A list of items to do

Ray Ozzie

2005-05-21T11:43:33Z

urn:uuid:60a76c80-d399-11d9-b93C-0003939e0aaa

until="2005-05-23T18:30:02Z" >

title="To Do List (Jacks Copy)" />

Buy groceries

Get milk, eggs, butter and bread

urn:uuid:60a76c80-d399-11d9-b93C-0003939e0aa0

Ray Ozzie

2005-05-21T11:43:33Z

=POX item=

Buy groceries

Get milk and eggs

=JSON item=

{

"title" : "Buy groceries",

"description": "Get milk and eggs",

"sync":

{

"id": "item_1_myapp_2005-05-21T11:43:33Z",

"updates": "1",

"history": [

{

"sequence": "1",

"when": "2005-05-21T09:43:33Z",

"by": "REO1750"

}

]

}

}

Example of a FeedSync object.

Examples of real world use

There are several examples of "real world" use of FeedSync feeds to synchronize data between applications.

=FeedSync service=

This prototype developer service is an implementation of HTTP-based FeedSync endpoint. Applications can use HTTP GET and POST commands to synchronize feeds, where the latter performs the FeedSync merge operation on the feed hosted by the FeedSync Service. The service is not active anymore.

=Strong Angel III=

FeedSync feeds were used extensively at the Strong Angel III exercise in August 2006 as a lightweight middle-ware to link applications from Microsoft, Google, ESRI and others on desktops and mobile devices. The service is not active anymore.

= ROME project =

The comprehensive Java RSS project, [https://rometools.github.io/rome/ ROME], is an implementation of the FeedSync specification since it creates a Java layer for developers to create apps that will use the FeedSync service.

= Mesh4x =

[https://code.google.com/archive/p/mesh4x Mesh4x], an open-source set of libraries, tools, applications and services for mesh-based applications, uses FeedSync as the versioning standard, and implements a Feedsync-inspired packet-based protocol to synchronize data over SMS text messages.

See also

References

{{reflist}}

=Specifications=

  • {{webarchive |url=https://web.archive.org/web/20171224155515/http://feedsyncsamples.codeplex.com/wikipage?title=FeedSync%20for%20Atom%20and%20RSS%20%28v1.0%29%20specification |date=December 24, 2017 |title=FeedSync for Atom and RSS }}
  • {{webarchive |url=https://web.archive.org/web/20171224155513/http://feedsyncsamples.codeplex.com/wikipage?title=FeedSync%20for%20Collections%20specification |date=December 24, 2017 |title=FeedSync for Collections }}
  • [http://cyber.law.harvard.edu/rss/rss.html RSS 2.0 Specification by Dave Winer]
  • [http://www.atomenabled.org/developers/syndication/atom-format-spec.php Atom Specification] {{Webarchive|url=https://web.archive.org/web/20101225063252/http://www.atomenabled.org/developers/syndication/atom-format-spec.php |date=2010-12-25 }}

=Code=

  • {{webarchive |url=https://web.archive.org/web/20210629134816/https://archive.codeplex.com/?p=feedsyncsamples |date=June 29, 2021 |title=Codeplex FeedSync archive with source code download }}
  • [http://code.msdn.microsoft.com/feedsyncservice FeedSync Service Samples]
  • [http://www.codeplex.com/sse SSE for .NET Codeplex project]

=Articles=

  • [https://web.archive.org/web/20061019190007/http://rayozzie.spaces.live.com/blog/cns!FB3017FBB9B2E142!175.entry?_c11_blogpart_blogpart=blogview&_c=blogpart Deprecated blog entry by Ray Ozzie on Really Simple Sharing].
  • [http://web2.socialcomputingjournal.com/how_simple_sharing_extensions_will_change_the_web.htm visualization How Simple Sharing Extensions Will Change the Web]{{Dead link|date=April 2024 |bot=InternetArchiveBot |fix-attempted=yes }}.

{{Aggregators}}

{{Web syndication}}

Category:RSS

Category:Web syndication formats

Category:XML-based standards